전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
insert variable
zmienna
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
설명adds a new variable
komentarzadds a new variable
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
다중성the star is a variable star
wielokrotnathe star is a variable star
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
예 8-1. simple form variable
notatka:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
예 13-1. variable function example
zobacz również variable variables i function_exists().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns the type of the php variable var.
gettype
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
to display this variable, we can simply do:
przykład 2-2.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
@ label: textbox name of the created variable
@ label: textbox name of the created variable
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
표 33-5. macros for global variable creation
this is somewhat bad practice, but table tabela 33-5 describes macros that do exactly this task.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
예 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;}?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if there is a collision, overwrite the existing variable.
może być jedną z poniższych wartości:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
예 2. registering a variable with register_globals enabled
przykład 2.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
ê°@ label: textbox name of the created variable
wartoÅci@ label: textbox name of the created variable
마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:
if there is a collision, prefix the new variable with prefix.
na początek każdej nazwy zmiennej wstaw prefiks.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if there is a collision, don't overwrite the existing variable.
jeśli istnieje kolizja, nie nadpisuj istniejącej zmiennej.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
참고: setting this variable may cause security issues, know what you are doing first.
notatka:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
session_is_registered() returns true if there is a variable with the name name registered in the current session.
uwaga!
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: