Startseite Aktuelles News Pressemitteilungen SELFPHP Über SELFPHP Werbung Kontakt Unsere Banner Impressum Qozido Diving Edition Snorkeling Edition SELFPHP Dokumentation PHP-Skripte PHP Befehlsreferenz PHP 5 Praxisbuch PHP Code Snippets SELFPHP in Buchform Anbieterverzeichnis Globale Branchen Webhosting/Server Services Forum RSS-Feeds Newsletter Downloads CronJob-Service Gratis-Video-Lektionen SELFPHP auf Heft-CD Internet Security
<?PHP $var = array ( 'SELFPHP', 22, array ( 'PHP5', 'PHP4', 'PHP3' ) ); var_dump ( $var ); ?>
array(3){ [0]=> string(7) "SELFPHP" [1]=> int(22) [2]=> array(3){ [0]=> string(4) "PHP5" [1]=> string(4) "PHP4" [2]=> string(4) "PHP3" } }