전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
mode an integer value determine the way an operation is executed.
mode an integer value determine the way an operation is executed.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the image_type_to_mime_type() function will determine the mime-type for an imagetype constant.
the image_type_to_mime_type() function will determine the mime-type for an imagetype constant.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
note: using odbc_num_rows() to determine the number of rows available after a select will return -1 with many drivers.
prev
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
all the functions that serialize variables use the first element of an array to determine whether the array is to be serialized into an array or structure. if the first element has string key, then it is serialized into a structure, otherwise, into an array.
?php $pi = 3.1415926; $packet_id = wddx_packet_start("php"); wddx_add_vars($packet_id, "pi"); / * suppose $cities came from database * / $cities = array("austin", "novato", "seattle"); wddx_add_vars($packet_id, "cities"); $packet = wddx_packet_end($packet_id); print $packet;?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
a function error can indicate whether a system may be running a specific database engine, or give clues as to how a web page or programmed or designed. this allows for deeper investigation into open database ports, or to look for specific bugs or weaknesses in a web page. by feeding different pieces of bad data, for example, an attacker can determine the order of authentication in a script, (from the line number errors) as well as probe for exploits that may be exploited in different locations in the script.
a function error can indicate whether a system may be running a specific database engine, or give clues as to how a web page or programmed or designed.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: