Konstante koje su unapred definisane:
__LINE__ trenutni broj reda u datoteci
__FILE__ puna putanja i naziv datoteke
__FUNCTION__ ime funkcije (od PHP 4.3.0)
__CLASS__ ime klase (od PHP 4.3.0)
__METHOD__ ime metoda klase (od PHP 5.0)
PHP_VERSION verzija PHP-a
PHP_OS operativni sistem
DEFAULT_INCLUDE_PATH gde da PHP trazi ono sto mu je potrebno
Kljucne reci u PHP-u mozete pogledati ovde (otvara se u novom prozoru).
The constants which are predefined:
__LINE__ Current number of rows in the file
__FILE__ Full path and file name
__FUNCTION__ Function name (since PHP 4.3.0)
__class__ Class name (since PHP 4.3.0)
__METHOD__ Name class method (since PHP 5.0)
PHP_VERSION version of PHP
PHP_OS operating system
DEFAULT_INCLUDE_PATH where to PHP needs search what it needs
Key words in PHP can be found here (opens in new window).
__LINE__ trenutni broj reda u datoteci
__FILE__ puna putanja i naziv datoteke
__FUNCTION__ ime funkcije (od PHP 4.3.0)
__CLASS__ ime klase (od PHP 4.3.0)
__METHOD__ ime metoda klase (od PHP 5.0)
PHP_VERSION verzija PHP-a
PHP_OS operativni sistem
DEFAULT_INCLUDE_PATH gde da PHP trazi ono sto mu je potrebno
Kljucne reci u PHP-u mozete pogledati ovde (otvara se u novom prozoru).
The constants which are predefined:
__LINE__ Current number of rows in the file
__FILE__ Full path and file name
__FUNCTION__ Function name (since PHP 4.3.0)
__class__ Class name (since PHP 4.3.0)
__METHOD__ Name class method (since PHP 5.0)
PHP_VERSION version of PHP
PHP_OS operating system
DEFAULT_INCLUDE_PATH where to PHP needs search what it needs
Key words in PHP can be found here (opens in new window).
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.