Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
syntax
syntax
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
pattern syntax
pattern syntax
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
if..endif syntax
if..endif syntax
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
alternative syntax for control structures
alternative syntax for control structures
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
denetlespelling checking runner syntax, first word is trigger word, e. g. "spell".
ortografiespelling checking runner syntax, first word is trigger word, e. g. "spell".
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
error_reporting( 0); / * turn off all reporting * / / * examples are presented firdt in the old sxtax (for php 2 / 3) * and the new - and adviced - syntax for php 3 / 4 * / error_reporting (7); error_reporting (e_error _bar_ e_warning _bar_ e_parse); / * good to use for simple running errors * / error_reporting (15); error_reporting (e_error _bar_ e_warning _bar_ e_parse _bar_ e_notice); / * good for code authoring to report uninitialized or (possibly mis-spelled) variables * / error_reporting (63); error_reporting (e_all); / * report all php errors * /
?php error_reporting( 0); / / opreşte orice raportare / / exemplele sunt prezentate mai întâi în sintaxa veche (pentru php 2 / 3) / / apoi în sintaxa nouă (cea recomandată, pentru php 3 / 4) error_reporting(7); error_reporting(e_error _bar_ e_warning _bar_ e_parse); / / bine de folosit pentru erori simple de rulare error_reporting(15); error_reporting(e_error _bar_ e_warning _bar_ e_parse _bar_ e_notice); / / bine de folosit pentru raportarea variabilelor neiniţializate / / (posibil scrise greşit) error_reporting(63); error_reporting(e_all); / / raportează toate erorile php?
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :