|
użytkowników online: 71
|
OPINIE UŻYTKOWNIKÓW
|
Z mojej strony serwisowi należy się bardzo mocna pochwała. Nawet późna pora zgłoszenia problemu (23.00) nie przeszkodziła Darkowi w jego rozwiązaniu. Do tego poziom odpisywania na maile jest bardzo wysoki... wszystko wykłada jak cierpliwy nauczyciel. Śmiało mogę przyznać, że zamieszczone na stronach porady są rzeczowo opisane - a nie jak to bywa w innych serwisach mamy sam kod i nic poza tym! Jeszcze raz wielkie dzięki!
Damian Jarosz
Adminer.pl
|
|
PODRĘCZNIK PHP 5.x, 4.x, 3.x - częściowo spolszczony / źródło: www.php.net
[Spis]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[X]
[W]
[Z]
Dodatek J. List of Reserved Words
The following is a listing of predefined identifiers in PHP. None
of the identifiers listed here should be used as identifiers in any of
your scripts. These lists include keywords and predefined variable,
constant, and class names. These lists are neither exhaustive or
complete.
These words have special meaning in PHP. Some of them represent things
which look like functions, some look like constants, and so on--but
they're not, really: they are language constructs. You cannot use any
of the following words as constants, class names, function or method names.
Using them as variable names is generally OK, but could lead to confusion.
User Contributed Noteswsapplegate at IHATESPAM dot myrealbox dot com
31-Jan-2006 06:32
I also can't find the NULL keyword in the list. The `extends' keyword is mentioned twice, too.
10-Jan-2006 12:41
I don't see the boolean constants 'true' and 'false' listed among the reserved words/keywords/constants.
|