Usted buscó: variable (Hebreo - Coreano)

Hebreo

Traductor

variable

Traductor

Coreano

Traductor
Traductor

Traduce al momento textos, documentos y pistas de voz con Lara

¡Traducir ahora!

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Hebreo

Coreano

Información

Hebreo

duplicating variable contents:

Coreano

저작권 © 1997, 1998, 1999, 2000, 2001, 2002, 2003 the php documentation group

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

unregistering a variable with $_session.

Coreano

there are two methods to propagate a session id:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

registering a variable with track_vars enabled

Coreano

예 1. registering a variable with track_vars enabled

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

see also variable variables and function_exists().

Coreano

예 13-1. variable function example

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

users can access session variable like a normal variable.

Coreano

예 2. registering a variable with register_globals enabled

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

a mechanism like for html form data where for each input field a variable is created does not exist.

Coreano

the fdf_open() function opens a file with form data. this file must contain the data as returned from a pdf form. currently, the file has to be created 'manually' by using fopen() and writing the content of http_fdf_data with fwrite() into it. a mechanism like for html form data where for each input field a variable is created does not exist.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

but the most important pre of double-quoted strings is the fact that variable names will be expanded.

Coreano

위에 나온 것 외의 다른 문자도 escape를 할 수 있지만, warning이 발생하게 된다.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

on windows 95 / 98 setting an environment variable can be done by placing a line in your autoexec.bat.

Coreano

다른 디렉토리를 만들고 bindlib_w32.zip 를 여기에 풀어 놓는다. 디버그용 심볼테이블을 포함할 것인가(bindlib - win32 debug), 안 포함할 것인가(bindlib - win32 release)를 결정한다. 적절한 설정파일을 만든다.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

it is not possible to use echo() in a variable function context, but you can use print() instead.

Coreano

echo() 는 실제로 함수가 아니다(이는 하나의 랭귀지 스트럭쳐이다.) 따라서 이 함수와 함께 parantheses 를 사용할 필요가 없다.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

extract() checks each key to see whether it constitutes a valid variable name and also for collisions with existing variables in the symbol table.

Coreano

extract() checks for colissions with existing variables. the way collisions are treated is determined by extract_type. it can be one of the following values:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

session_is_registered() returns true if there is a variable with the name name registered in the current session.

Coreano

(php 4)

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

if the track_errors feature is enabled, any error message generated by the expression will be saved in the global variable $php_errormsg.

Coreano

php는 @(at 표시)이라는 한 개의 오류 제어 연산자를 제공한다. php의 표현식 앞에 이 표시가 붙으면, 해당 표현식에서 발생한 모든 에러 메시지가 무시된다.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

session_start() creates a session (or resumes the current one based on the session id being passed via a get variable or a cookie).

Coreano

session_start() creates a session (or resumes the current one based on the session id being passed via a get variable or a cookie).

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

as of php 4.1.0, $_session is available as global variable just like $_post, $_get, $_request and so on.

Coreano

the track_vars and register_globals configuration settings influence how the session variables get stored and restored.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Hebreo

$a = 1; / * global scope * / function test() {echo $a; / * reference to local scope variable * /} test();

Coreano

위에서 $a 변수는 b.inc 스크립트에서도 사용할 수 있다. 기본적으로 함수 안에서 선언된 것은 함수 안에서만 사용되는 지역 변수이다. 또한 함수 안에서 사용되는 함수들은 기본적으로 지역 변수라고 가정하고 찾게 된다. 예를 들어:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Obtenga una traducción de calidad con
8,927,578,852 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo