update : 2015.11.03
php.shukuma.com검색:
|
db2_escape_string(PECL ibm_db2 >= 1.6.0) db2_escape_string — Used to escape certain characters 설명
string db2_escape_string
( string
$string_literal
)Prepends backslashes to special characters in the string argument. 인수
반환값
Returns 예제
Example #1 A db2_escape_string() example Result of using the db2_escape_string() function
<?php 위 예제의 출력: db2_escape_string: All characters: \0 , \n , \r , \\ , \' , \" , \Z . db2_escape_string: Backslash (\\). Single quote (\'). Double quote (\") db2_escape_string: The NULL character \0 must be quoted as well db2_escape_string: Intersting characters: \Z , \0 . db2_escape_string: Nothing to quote db2_escape_string: 200676 db2_escape_string: |