From professional translators, enterprises, web pages and freely available translation repositories.
insert variable
zmienna
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
설명adds a new variable
komentarzadds a new variable
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
다중성the star is a variable star
wielokrotnathe star is a variable star
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
예 8-1. simple form variable
notatka:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
예 13-1. variable function example
zobacz również variable variables i function_exists().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
returns the type of the php variable var.
gettype
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
to display this variable, we can simply do:
przykład 2-2.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
@ label: textbox name of the created variable
@ label: textbox name of the created variable
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
표 33-5. macros for global variable creation
this is somewhat bad practice, but table tabela 33-5 describes macros that do exactly this task.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
예 1. registering a variable with track_vars enabled
?php session_start(); if (isset($http_session_vars['count'])) {$http_session_vars['count']++;} else {$http_session_vars['count'] = 0;}?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if there is a collision, overwrite the existing variable.
może być jedną z poniższych wartości:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
예 2. registering a variable with register_globals enabled
przykład 2.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
ê°@ label: textbox name of the created variable
wartoÅci@ label: textbox name of the created variable
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
if there is a collision, prefix the new variable with prefix.
na początek każdej nazwy zmiennej wstaw prefiks.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if there is a collision, don't overwrite the existing variable.
jeśli istnieje kolizja, nie nadpisuj istniejącej zmiennej.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: setting this variable may cause security issues, know what you are doing first.
notatka:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the following example demonstrates how to register a variable, and how to link correctly to another page using sid.
druga metora wstawia identyfikatory sesji bezpośrednio do url 'i.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
extract() checks each key to see if it constitues a valid variable name, and if it does only then does it proceed to import it.
zauważ, że parametr prefiks jest wymagany tylko jeśli typ_ekstrakcji to extr_prefix_same, extr_prefix_all, extr_prefix_invalid lub extr_prefix_if_exists.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
session_is_registered() returns true if there is a variable with the name name registered in the current session.
uwaga!
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
session_start() creates a session (or resumes the current one based on the session id being passed via a get variable or a cookie).
jeśli chcesz, aby sesja była nazwana, przed wywołaniem session_start() musisz wywołać session_name().
Last Update: 2011-10-24
Usage Frequency: 1
Quality: