전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
syntax
syntax
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
pattern syntax
pattern syntax
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if..endif syntax
if..endif syntax
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
alternative syntax for control structures
alternative syntax for control structures
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
denetlespelling checking runner syntax, first word is trigger word, e. g. "spell".
ortografiespelling checking runner syntax, first word is trigger word, e. g. "spell".
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
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?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: