PHP » PYTHON |
login |
register |
about
|
|
ArrayObject::__construct(PHP 5 >= 5.1.0) ArrayObject::__construct — Construct a new array object Return ValuesNo value is returned. Examples
Example #1 ArrayObject::__construct() example
<?phpThe above example will output:
object(ArrayObject)#1 (3) {
[1]=>
string(3) "one"
[2]=>
string(3) "two"
[3]=>
string(5) "three"
}
|
more
Recently updated
more
Most requested
more
Last requests
|