전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
예 1. constant() example
?php define ("maxsize", 100); echo maxsize; echo constant("maxsize"); / / same thing as the previous line?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
optional type parameter is a named constant:
safe for reading binary data. (default in php = 4.1.0)
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
constant() will return the value of the constant indicated by name.
constant() will return the value of the constant indicated by name.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
defines a named constant, which is similar to a variable except:
(php 3, php 4)
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns true if the named constant given by name has been defined, false otherwise.
returns true if the named constant given by name has been defined, false otherwise.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
const_cs - this constant's name is to be treated as case sensitive.
const_persistent - this constant is persistent and won' t be "forgotten "when the current process carrying this constant shuts down.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
the constant sid can also be used to retrieve the current name and session id as a string suitable for adding to urls.
the constant sid can also be used to retrieve the current name and session id as a string suitable for adding to urls.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
참고: in php 4, only constant initializers for var variables are allowed. use constructors for non-constant initializers.
you cannot have functions with these names in any of your classes unless you want the magic functionality associated with them.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
sa_uidvalidity - set status- uidvalidity to a constant that changes when uids for the mailbox may no longer be valid
example 1. imap_status() example
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
to create your own constants, you can use the macros in 표 33-6. all the macros create a constant with the specified name and value.
to create your own constants, you can use the macros in table 33-6.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
if you want to copy all remaining data from the src stream, pass the constant php_stream_copy_all as the value of maxlen.
note:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
given the above, you don't need to open e.g. a stream for stderr yourself but simply use the constant instead of the stream resource:
given the above, you don 't need to open e.g. a stream for stderr yourself but simply use the constant instead of the stream resource:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the module parameter can be either a string or a constant, though the latter form is preferred. the possible values are given below, but keep in mind that they only work if the module is actually loaded.
the module parameter can be either a string or a constant, though the latter form is preferred.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
const_persistent - this constant is persistent and won't be "forgotten" when the current process carrying this constant shuts down.
table 33-6.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
as of 4.3, the default base uri is the directory of the executing script. in effect, it is the directory name value of the __file__ constant. prior to 4.3, the default base uri was less predictable.
in effect, it is the directory name value of the __file__ constant.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: