| assert_options | PHP 4.0 |
mixed assert_options(int what[, mixed value]) |
|
Définit ou obtient les divers indicateurs d'assertion |
|
| assert | PHP 4.0 |
int assert(string|bool assertion) |
|
Vérifie si la valeur de assertion est false |
|
| dl | PHP 3.0 |
int dl(string extension_filename) |
|
Charge une extension PHP en cours d'exécution |
|
| extension_loaded | PHP 3.0.10 |
bool extension_loaded(string extension_name) |
|
Renvoie true si l'extension indiquée est chargée |
|
| get_cfg_var | PHP 3.0 |
string get_cfg_var(string option_name) |
|
Obtient la valeur d'une option de configuration PHP |
|
| get_current_user | PHP 3.0 |
string get_current_user(void) |
|
Obtient le nom du propriétaire du script PHP actuel |
|
| get_defined_constants | PHP 4.1.0 |
array get_defined_constants(void) |
|
Renvoie un tableau contenant les noms et les valeurs de l'ensemble des constantes définies |
|
| get_extension_funcs | PHP 4.0 |
array get_extension_funcs(string extension_name) |
|
Renvoie un tableau contenant les noms des fonctions appartenant à l'extension indiquée |
|
| get_included_files | PHP 4.0 |
array get_included_files(void) |
|
Renvoie un tableau contenant les noms de fichier inclus dans include_once |
|
| get_loaded_extensions | PHP 4.0 |
array get_loaded_extensions(void) |
|
Renvoie un tableau contenant les noms des extensions chargées |
|
| get_magic_quotes_gpc | PHP 3.0.6 |
int get_magic_quotes_gpc(void) |
|
Obtient le paramétrage de configuration active de magic_quotes_gpc |
|
| getenv | PHP 3.0 |
string getenv(string varname) |
|
Obtient la valeur d'une variable d'environnement |
|
| getlastmod | PHP 3.0 |
int getlastmod(void) |
|
Obtient l'heure de la dernière modification de la page |
|
| getmygid | PHP 4.1.0 |
int getmygid(void) |
|
Obtient l'ID de groupe d'un propriétaire de script PHP |
|
| getmyinode | PHP 3.0 |
int getmyinode(void) |
|
Obtient l'inode du script en cours d'analyse |
|
| getmypid | PHP 3.0 |
int getmypid(void) |
|
Obtient l'ID de processus actuel |
|
| getmyuid | PHP 3.0 |
int getmyuid(void) |
|
Obtient l'ID d'utilisateur d'un propriétaire de script PHP |
|
| getrusage | PHP 3.0.7 |
array getrusage([int who]) |
|
Renvoie un tableau de statistiques d'utilisation |
|
| ini_get_all | PHP 4.1.0 |
array ini_get_all([string extension]) |
|
Obtient l'ensemble des options de configuration |
|
| ini_get | PHP 4.0 |
string ini_get(string varname) |
|
Obtient une option de configuration |
|
| ini_restore | PHP 4.0 |
string ini_restore(string varname) |
|
Restaure la valeur d'une option de configuration indiquée par varname |
|
| ini_set | PHP 4.0 |
string ini_set(string varname, string newvalue) |
|
Définit une option de configuration; renvoie false en cas d'erreur et l'ancienne valeur de l'option de configuration en cas de succès |
|
| php_sapi_name | PHP 4.0.1 |
string php_sapi_name(void) |
|
Renvoie le nom de module SAPI actuel |
|
| php_uname | PHP 4.0.2 |
string php_uname(void) |
|
Renvoie les informations ayant servi à la construction du système PHP |
|
| phpcredits | PHP 4.0 |
void phpcredits([int flag]) |
|
Imprime la liste des personnes ayant contribué au projet PHP |
|
| phpinfo | PHP 3.0 |
void phpinfo([int what]) |
|
Affiche une page d'informations utiles concernant PHP et la requête actuelle |
|
| phpversion | PHP 3.0 |
string phpversion([string extension]) |
|
Renvoie la version PHP actuelle |
|
| putenv | PHP 3.0 |
bool putenv(string setting) |
|
Définit la valeur d'une variable d'environnement |
|
| set_magic_quotes_runtime | PHP 3.0.6 |
bool set_magic_quotes_runtime(int new_setting) |
|
Définit le paramétrage de configuration active actuel de magic_quotes_runtime et renvoie le paramétrage précédent |
|
| set_time_limit | PHP 3.0 |
bool set_time_limit(int seconds) |
|
Fixe le temps d'exécution maximum d'un script |
|
| version_compare | PHP 4.1.0 |
int version_compare(string ver1, string ver2[, string oper]) |
|
Compare deux chaînes numériques en version PHP standard |
|
| zend_version | PHP 4.0 |
string zend_version(void) |
|
Obtient la version du moteur Zend |
|