previousAppels de Fonctions (Previous) (Next) Définitions des fonctionsnext

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

Definitions des classes

Les déclaration de classes ouvrent l'accolade sur une nouvelle ligne:

<?php
class Foo_Bar
{

    
//... et le code vient ici

}
?>

previousAppels de Fonctions (Previous) (Next) Définitions des fonctionsnext

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