Voting

The Note You're Voting On

ProgMiner
7 years ago
Maybe it help anyone, if you do
<?php
$arrayAccessObject
[] = 'foo';
?>
PHP give you an empty string as $offset to offsetSet($offset, $value) method.

<< Back to user notes page

To Top