PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links 
search for in the  
previousLista dei sinonimi delle funzioni PHPList of Resource Typesnext
Last updated: Tue, 03 Sep 2002
view the printer friendly version or the printer friendly version with notes or change language to English | Brazilian Portuguese | Chinese | Czech | Dutch | Finnish | French | German | Hungarian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Swedish | Turkish

Appendice G. Parole riservate nel PHP

Questa � la lista delle parole riservate nel PHP, tipicamente costanti e delle variabili predefinite. In questa lista non sono elencate le funzioni, ma solo i construtti del linguaggio. I nomi qui elencati non devono essere utilizzati come nomi di variabili, funzioni, costanti o metodi, ci� porterebbe inevitabilmente a creare confusioni.

and E_PARSE old_function
$argv E_ERROR or
as E_WARNING parent
$argc eval PHP_OS
break exit() $PHP_SELF
case extends PHP_VERSION
cfunction FALSE print()
class for require()
continue foreach require_once()
declare function return()
default $HTTP_COOKIE_VARS static
do $HTTP_GET_VARS switch
die() $HTTP_POST_VARS stdClass
echo() $HTTP_POST_FILES $this
else $HTTP_ENV_VARS TRUE
elseif $HTTP_SERVER_VARS var
empty() if xor
enddeclare include() virtual()
endfor include_once() while
endforeach global __FILE__
endif list() __LINE__
endswitch new __sleep
endwhile not __wakeup
E_ALL NULL  

User Contributed Notes
Parole riservate nel PHP
add a note about notes
[email protected]
13-Jun-2002 07:17

For search: keyword, reserve word, reserve words, reserved words
add a note about notes
previousLista dei sinonimi delle funzioni PHPList of Resource Typesnext
Last updated: Tue, 03 Sep 2002
show source | credits | stats | mirror sites
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by:
Last updated: Fri Sep 6 19:51:45 2002 CEST