Mailinglisten-Archive |
Ulf wrote:
Folgender Code macht uberhaupt nichts:
<?php
class foo() {
function foo() {
print "class foo";
}
} // end foo
?>
Hi Ulf,
kleiner Fehler:
<?php
class foo {
function foo() {
print "class foo";
}
} // end foo
?>
bei class keine () ;-)
Gruss Wolfgang
--
** Durchgehend geoffnet: http://www.php-center.de **
Die PHP-Liste: mailto:php_(at)_php-center.de
http://infosoc.uni-koeln.de/mailman/listinfo/php
php::bar PHP Wiki - Listenarchive