Results for globals translation from Korean to English

Computer translation

Trying to learn how to translate from the human translation examples.

Korean

English

Info

Korean

globals

English

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

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

Add a translation

Korean

English

Info

Korean

$globals 배열은 변수이름이 key가 되고, 그 변수의 내용이 값이 되는 원소를 가진 associative 배열이다.

English

?php function test() {static $count = 0; $count++; echo $count; if ($count 10) {test ();} $count--;}?

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

Korean

all internal functions that call user functions must be reentrant. among other things, this means they must not use globals or static variables.

English

among other things, this means they must not use globals or static variables.

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

Korean

if you would like to unset() a global variable inside of a function, you can use the $globals array to do so:

English

function foo() {unset($globals['bar']);} $bar = "something"; foo();

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

Warning: Contains invisible HTML formatting

Korean

environment variables are normal global variables, so you must either declare them as global variables in your function (by using "global $document_root; ", for example) or by using the global variable array (ie," $globals["document_root"] ").

English

environment variables are normal global variables, so you must either declare them as global variables in your function (by using "global $document_root;", for example) or by using the global variable array (ie, "$globals["document_root"]").

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

Warning: Contains invisible HTML formatting

Get a better translation with
7,727,246,803 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