Vous avez cherché: check the configuration (Chinois (simplifié) - Anglais)

Chinois (simplifié)

Traduction

check the configuration

Traduction

Anglais

Traduction
Traduction

Traduisez instantanément des textes, des documents et des voix avec Lara

Traduire maintenant

Contributions humaines

Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.

Ajouter une traduction

Chinois (simplifié)

Anglais

Infos

Chinois (simplifié)

the configuration file

Anglais

for the server module versions of php, this happens only once when the web server is started.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

分钟never check the cache

Anglais

minutes

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :

Chinois (simplifié)

无效的盘片general option in the configuration dialog

Anglais

invalid disc

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :

Chinois (simplifié)

读写模式@ option: check the document is read- only

Anglais

read-write

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :

Chinois (simplifié)

设为可读写@ option: check the document is read- write

Anglais

set read-write

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :

Chinois (simplifié)

these functions allow you to check the spelling of a word and offer suggestions.

Anglais

these functions allow you to check the spelling of a word and offer suggestions.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

the configuration line, php.ini location, build date, web server, system and more.

Anglais

the configuration line, php.ini location, build date, web server, system and more.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

assert() will check the given assertion and take appropriate action if its result is false.

Anglais

if the assertion is given as a string it will be evaluated as php code by assert().

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

automatically trimming "char" (sqlchar and sqlnchar) data: this can be set with the configuration variable

Anglais

this can be set with the configuration variable

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Chinois (simplifié)

the openssl_conf environmental variable, if set, will be used as the path (including filename) of the configuration file.

Anglais

php will search for the openssl.cnf using the following logic:

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

in the configuration section of the _php3_info() function in functions/info.c you need to add your new directive.

Anglais

in either php3take1handler() or php3flaghandler() add the appropriate entry for your directive.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

returns the value of the configuration option on success. failure, such as querying for a non-existant value, will return an empty string.

Anglais

when querying boolean values:

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

in addition to the configuration of the php/sesam interface, you have to configure the sesam-database server itself on your mainframe as usual. that means:

Anglais

connecting the databases with the sesam database handler

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

set_time_limit() has no effect when php is running in safe mode. there is no workaround other than turning off safe mode or changing the time limit in the configuration file.

Anglais

there is no workaround other than turning off safe mode or changing the time limit in the configuration file.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

if you find yourself using this function all the time, a much better way to define the encoding is to set ps.default_encoding in the configuration file to point to the right encoding file and all fonts you load will automatically have the right encoding.

Anglais

if you find yourself using this function all the time, a much better way to define the encoding is to set ps.default_encoding in the configuration file to point to the right encoding file and all fonts you load will automatically have the right encoding.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

在 沙箱游戏 中, 游戏开始时就标出了所有的球, 这有助于让您了解游戏原理 。 不过, 很快您会觉得这样很无趣, 应该尝试一场真正的游戏 ! this is the last action of a game to check the result, when the user is done.

Anglais

in a sandbox game, the solution is displayed at the beginning of the game. this is useful to understand the game principles. however: after a while, it is not really fun and you should try to start a real game!

Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 3
Qualité :

Chinois (simplifié)

sets the value of the given configuration option. returns the old value on success, false on failure. the configuration option will keep this new value during the script's execution, and will be restored at the script's ending.

Anglais

the configuration option will keep this new value during the script' s execution, and will be restored at the script's ending.

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Chinois (simplifié)

# ommiting the value part will set the given configuration directive to "1" $php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(1) "1" # passing an empty value part will set the configuration directive to ""php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(0)"" # the configuration directive will be set to anything passed after the '=' character $php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(2) "20" $php -d max_execution_time=doesntmakesense -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(15) "doesntmakesense"

Anglais

# omitting the value part will set the given configuration directive to "1" $php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var_dump($foo); 'string(1) "1 "# passing an empty value part will set the configuration directive to" "php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(0)" "# the configuration directive will be set to anything passed after the '= 'character $php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); var_dump($foo);' string(2) "20" $php -d max_execution_time=doesntmakesense -r '$foo = ini_get("max_execution_time"); var_dump($foo); 'string(15) "doesntmakesense "

Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :

Avertissement : un formatage HTML invisible est présent

Obtenez une traduction de meilleure qualité grâce aux
8,800,809,587 contributions humaines

Les utilisateurs demandent maintenant de l'aide :



Nous utilisons des cookies pour améliorer votre expérience utilisateur sur notre site. En poursuivant votre navigation, vous déclarez accepter leur utilisation. En savoir plus. OK