10-06-11, 11:32
|
# 3
|
אין כמו ב127.0.0.1
|
ציטוט:
Variable names follow the same rules as other labels in PHP. A valid variable name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. As a regular expression, it would be expressed thus: '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'
|
http://il2.php.net/manual/en/languag...les.basics.php
היית יכול לבדוק בעצמך
|
|
|