previousFunktionsaufrufe (Previous) (Next) Funktionsdefinitionennext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Japanese | Polish | Spanish | Turkish

Klassen-Definition

Die öffnende Klammer einer Klassen-Deklaration beginnt auf einer neuen Zeile:

<?php
class FooBar
{

    
//... ihr Code

}
?>

previousFunktionsaufrufe (Previous) (Next) Funktionsdefinitionennext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: user@example.com
If we put a starting braces for control structure on same row,then why not same with classes