Skip to content

Commit 79f6df2

Browse files
committed
correct default value for put_container() method
1 parent 3e134eb commit 79f6df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PHPAPIReference.files/sheet002.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
<td class=xl65 width=434 style='border-top:none;border-left:none;width:326pt'>Container
723723
put_container(string $containerName, array&lt;array columnInfo&gt;
724724
$columnInfolist, GSContainerType $containerType, bool $modifiable=false, bool
725-
$rowKeyAssigned=null, bool $columnOrderIgnorable=null, int
725+
$rowKeyAssigned=true, bool $columnOrderIgnorable=false, int
726726
$rowExpirationTime=null, GSTimeUnit $rowExpirationTimeUnit=null, int
727727
$expirationDivisionCount=null)</td>
728728
<td class=xl65 width=454 style='border-top:none;border-left:none;width:341pt'>Newly

0 commit comments

Comments
 (0)