전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
returns false on error otherwise true.
deletes the blobobject for the given blob object-id bid. Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns an array listing filename information
returns an array listing filename information
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns true on success, false on error.
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns a result identifier containing the information.
returns a result identifier containing the information.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns false if an error occurs, otherwise true
returns false if an error occurs, otherwise true
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
currently returns four entries in the result array:
socket_get_status - - alias of stream_get_meta_data().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns error message for target (last request).
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns a ftp stream on success, false on error.
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
it returns true on success and false if an error occurs.
but, if you are sure you are not going to need the result data anymore in a script, you may call pg_free_result() with the result resource as an argument and the associated result memory will be freed. Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
mysql_thread_id() returns the current thread id.
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns the host name of the internet host specified by ip_address.
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
define() returns true on success and false if an error occurs.
Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
pcntl_signal() returns true on success or false on failure.
Замечание:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function returns an associative array of all the http headers in the current request.
Описание
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
returns the group id of the owner of the file, or false in case of an error.
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
it changes the value of type to charset and returns true in success or false in failure.
it changes the value of type to charset. Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
it returns the current settings of ob_iconv_handler() as array or false in failure.
Пример 1. iconv_get_encoding() example:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
identical to readfile(), except that file_get_contents() returns the file in a string.
description
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
flock() returns true on success and false on error (e.g. when a lock could not be acquired).
Возвращает true в случае успешного завершения, false в случае возникновения ошибки.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
/ / == is an operator which returns a boolean if ($action == "show_version") {echo "the version is 1.23";} / / this is not necessary: if ($show_separators == true) {echo "hr \n";} / / because you can simply type this: if ($show_separators) {echo" hr \n";}
/ / == это оператор, который проверяет / / эквивалентность и возвращает булево значение if ($action == "показать_версию") {echo "Версия 1.23";} / / это не обязательно... if ($show_separators == true) {echo "hr \n";} / / ...потому что вы можете просто написать if ($show_separators) {echo" hr \n";}
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다