
PHP Funktionen : PHP Übersicht : PHP Manual
ArrayObject::__construct
PHP
Function ArrayObject::__construct / PHP
Funktion ArrayObject::__construct
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
ArrayObject::__construct
- PHP Funktion
- ArrayObject::__construct ( phplist Code 100% Relevanz )
- Rubrik
- Standard PHP Library (SPL) Functions
- Kurzform
- ArrayObject::__construct -- Construct a new array object
- Vorschau
- ...ArrayObject::__construct ArrayObject::__construct (no version information, might be only in CVS) ArrayObject::__construct -- Construct a new array object Description ArrayObject ArrayObject::__construct ( mixed input ) This constructs a new array object. The input parameter accepts an array or another ArrayObject. Beispiel 1. ArrayObject::__construct() example <?php $array = array( '1' => 'one' , '2' =&...
- PHP Manual
- [ ArrayObject::__construct php.net ]