Results for variables translation from Japanese to English

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Japanese

English

Info

Japanese

例 33-1creating variables with different scopes.

English

this is because it' s not imported into the local scope using global $global_variable; in the php source.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

例 1a stream for reading/writing global variables

English

a stream for reading / writing global variables

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

an associative array of variables passed to the current script via http cookies. automatically global in any scope.

English

an associative array of variables passed to the current script via http cookies.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

an associative array containing session variables available to the current script. see the session functions documentation for more information on how this is used.

English

an associative array containing session variables available to the current script.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

an associative array containing references to all variables which are currently defined in the global scope of the script. the variable names are the keys of the array.

English

the variable names are the keys of the array.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

when exchanging data from your own extensions with php scripts, one of the most important issues is the creation of variables. this section shows you how to deal with the variable types that php supports.

English

this section shows you how to deal with the variable types that php supports.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

the variables generated with the snippet above will always be of local scope, so they reside in the context in which the function has been called. to create new variables in the global scope, use the same method but refer to another symbol table:

English

if you need to optimize for speed and don' t care about optimal memory usage, you can omit the check for an existing variable with the same value and instead force insertion into the symbol table by using zend_hash_update():

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Japanese

$http_cookie_vars contains the same initial information, but is not an autoglobal. (note that http_cookie_vars and $_cookie are different variables and that php handles them as such)

English

you don' t need to do a global $_cookie; to access it within functions or methods, as you do with $http_cookie_vars.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Get a better translation with
9,141,581,455 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK