Вы искали: variables (Турецкий - Китайский (упрощенный))

Переводы пользователей

Добавлены профессиональными переводчиками и компаниями и на основе веб-страниц и открытых баз переводов.

Добавить перевод

Турецкий

Китайский (упрощенный)

Информация

Турецкий

creating variables

Китайский (упрощенный)

梒 33. creating variables

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

environment variables: $_env

Китайский (упрощенный)

http cookies£º$_cookie

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

handling of global variables

Китайский (упрощенный)

¸½¼ b. ´Ӡphp 3 ֲ҆µ½ php 4

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

see also variable variables and function_exists().

Китайский (упрощенный)

º󍋼/a

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

the keys of this array are the names of the global variables.

Китайский (упрощенный)

±䁿Ӊ web ·þαƷɨ¶¨»򕟖±½ӓ뵱ǰ½ű¾µĖ´А»·¾³Ϡ¹؁ª¡£ ˆӚ¾Ɋÿ© ¼”t class="varname" $http_server_vars ʽש£¨ҀȻӐЧ£¬µ«·´¶Ԋ¹Ӄ£©¡£

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Предупреждение: Содержит скрытое HTML-форматирование

Турецкий

change the address and port variables to suit your setup and execute.

Китайский (упрощенный)

socket errors

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

it is not currently possible to register resource variables in a session.

Китайский (упрощенный)

you can also create a session variable by simply setting the appropriate member of the $_session or $http_session_vars (php 4.1.0) array.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

for a listing of these variables, please see the section predefined variables.

Китайский (упрощенный)

Ԥ¶¨ҥ±䁿

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

since version 4.0.5 this function returns the number of variables extracted.

Китайский (упрощенный)

˵÷

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

for a complete list of other status variables you have to use the show status sql command.

Китайский (упрощенный)

蛁: mysql_stat() currently only returns status for uptime, threads, queries, open tables, flush tables and queries per second. for a complete list of other status variables you have to use the show status sql command.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

the session_unset() function free 's all session variables currently registered.

Китайский (упрощенный)

the session_unset() function frees all session variables currently registered.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

using the types using the types parameter, you can specify, which request variables to import.

Китайский (упрощенный)

using the types parameter, you can specify which request variables to import. you can use 'g', 'p' and 'c' characters respectively for get, post and cookie. these characters are not case sensitive, so you can also use any combination of 'g', 'p' and 'c'. post includes the post uploaded file information. note that the order of the letters matters, as when using "gp", the post variables will overwrite get variables with the same name. any other letters than gpc are discarded.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Предупреждение: Содержит скрытое HTML-форматирование

Турецкий

before using this extension, make sure that you have set up your oracle environment variables properly for the oracle user, as well as your web daemon user.

Китайский (упрощенный)

º󍋼/a

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

if variables declared in the class of which the obj is an instance, have not been assigned a value, those will not be returned in the array.

Китайский (упрощенный)

this function returns an associative array of defined object properties for the specified object obj. if variables declared in the class of which the obj is an instance, have not been assigned a value, those will not be returned in the array.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

individual input and server variables are by default no longer placed directly into the global scope; rather, they are placed into the following superglobal arrays.

Китайский (упрощенный)

¾¯¸漯b

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

since information coming in via get, post and cookie mechanisms also automatically create php variables, it is sometimes best to explicitly read a variable from the environment in order to make sure that you are getting the right version.

Китайский (упрощенный)

note that a cookie will replace a previous cookie by the same name in your browser unless the path or domain is different. so, for a shopping cart application you may want to keep a counter and pass this along. i.e.

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

for command line users, make sure that you either have the c+ + environment variables registered, or have run vcvars.bat, and then execute one of the following:

Китайский (упрощенный)

curl£¬¿ͻ§¶ˠurl º¯ʽ¿⼯td

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Турецкий

$b = array( 1,1,2,3,5,8); $arr = get_defined_vars(); / / print $b print_r($arr["b"]); / / print path to the php interpreter (if used as a cgi) / / e.g. / usr / local / bin / php echo $arr["_"]; / / print the command-line paramaters if any print_r($arr["argv"]); / / print all the server vars print_r($arr["http_server_vars"]); / / print all the available keys for the arrays of variables print_r(array_keys(get_defined_vars()));

Китайский (упрощенный)

$b = array(1,1,2,3,5,8); $arr = get_defined_vars(); // print $b print_r($arr["b"]); // print path to the php interpreter (if used as a cgi) // e.g. /usr/local/bin/php echo $arr["_"]; // print the command-line paramaters if any print_r($arr["argv"]); // print all the server vars print_r($arr["_server"]); // print all the available keys for the arrays of variables print_r(array_keys(get_defined_vars()));

Последнее обновление: 2011-10-24
Частота использования: 1
Качество:

Предупреждение: Содержит скрытое HTML-форматирование

Получите качественный перевод благодаря усилиям
8,899,230,630 пользователей

Сейчас пользователи ищут:



Для Вашего удобства мы используем файлы cookie. Факт перехода на данный сайт подтверждает Ваше согласие на использование cookies. Подробнее. OK