検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for quote (0.021 sec.)
正規表現文字をクオートする 13851
« preg_match preg_replace_callback_array » PHP Manual PCRE 関数 正規表現文字をクオートする preg_ ... quote (PHP 4, PHP 5, PHP 7, PHP 8) preg_quote — 正規表現文字をクオートする 説明 preg_quote ( str ... g $str , ? string $delimiter = null ): string preg_quote() は、 str を引数とし、正規表現構文の特殊文字の前に ... の特殊文字ではないことに注意しましょう。 注意 : preg_quote() は、 preg_replace() などにおける $replacement 文 ... delimiter は、nullable になりました。 例 例1 preg_quote() の例 <?php $keywords = '$40 for a g3/400' ; $key ...
https://man.plustar.jp/php/function.preg-quote.html - [similar]
クエリ用の文字列をクオートする 12393
« PDO::query PDO::rollBack » PHP Manual PDO クエリ用の文字列をクオートする PDO::quote (PHP 5 >= ... 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.1) PDO::quote — クエリ用の文字列をクオートする 説明 public PDO:: ... int $type = PDO::PARAM_STR ): string | false PDO::quote() は入力文字列のまわりに引用符を付け (必要であれば ... テートメントにユーザーの入力値を埋め込むための PDO::quote() を使用する代わりに、 バインドパラメータを用いて ... を明示しておく必要があります。この文字セットが PDO::quote() に影響を及ぼします。詳細は 各ドライバのドキュメン ...
https://man.plustar.jp/php/pdo.quote.html - [similar]
特定の文字をエスケープする 12219
« db2_cursor_type db2_exec » PHP Manual IBM DB2 関数 特定の文字をエスケープする db2_escape_strin ... \" , \x1a ." ; $str [ 1 ] = "Backslash (\). Single quote ('). Double quote (\")" ; $str [ 2 ] = "The NULL c ... haracter \0 must be quoted as well" ; $str [ 3 ] = "Intersting characters: \ ... x1a , \x00 ." ; $str [ 4 ] = "Nothing to quote" ; $str [ 5 ] = 200676 ; $str [ 6 ] = "" ; foreach ... " , \Z . db2_escape_string: Backslash (\\). Single quote (\'). Double quote (\") db2_escape_string: The NUL ...
https://man.plustar.jp/php/function.db2-escape-string.html - [similar]
Unicode character classes 9398
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... {Pe} Punctuation, close. \p{Pf} Punctuation, final quote. \p{Pi} Punctuation, initial quote. \p{Po} Punctua ... ctuation , Symbol , Other , Separator , modifier , quote , open , Sk ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
現在の Tidy の設定を取得する 8621
« tidy::$errorBuffer tidy::getHtmlVer » PHP Manual tidy 現在の Tidy の設定を取得する tidy::getCo ... ak-before-br] => [split] => [numeric-entities] => [quote-marks] => [quote-nbsp] => 1 [quote-ampersand] => 1 ...
https://man.plustar.jp/php/tidy.getconfig.html - [similar]
プレースホルダを指定せずに、SQL ステートメントを準備して実行する 8368
« PDO::prepare PDO::quote » PHP Manual PDO プレースホルダを指定せずに、SQL ステートメントを準備し ... のやり方として、 PDO::query() を呼び出す前に、 PDO::quote() を使って適切にフォーマットしたデータを使って SQL ... 文を手動で準備することができます。 但し、 PDO::quote() は、ドライバがサポートしている場合に限り使えます ...
https://man.plustar.jp/php/pdo.query.html - [similar]
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 8193
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... 的なコミットやロールバックはできません。 IDENTIFIER_QUOTE_CHAR string 識別子を区切るための文字。 INST_NAME s ... r_dump ( $server -> PROCEDURES ); echo "IDENTIFIER_QUOTE_CHAR: " ; var_dump ( $server -> IDENTIFIER_QUOTE_C ... ing(7) "FIPS127" PROCEDURES: bool(true) IDENTIFIER_QUOTE_CHAR: string(1) """ LIKE_ESCAPE_CLAUSE: bool(true) ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
PDO クラス 8035
« ラージオブジェクト (LOB) PDO::beginTransaction » PHP Manual PDO PDO クラス PDO クラス (PHP 5 > ... TO , object $object ): PDOStatement | false public quote ( string $string , int $type = PDO::PARAM_STR ): s ... 定せずに、SQL ステートメントを準備して実行する PDO::quote — クエリ用の文字列をクオートする PDO::rollBack — ト ...
https://man.plustar.jp/php/class.pdo.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 7940
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... 明 htmlentities ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 , ? string $encodi ... 、そして文書型の扱いを指定します。 デフォルトは ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 です。 利用可能な ... トは変換しますがシングルクオートは変換しません。 ENT_QUOTES シングルクオートとダブルクオートを共に変換します。 ... ENT_NOQUOTES シングルクオートとダブルクオートは共に変換されませ ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 7940
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を ... 索を行い、コールバック関数を使用して置換を行う preg_quote() - 正規表現文字をクオートする preg_replace() - 正 ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
PREV 1 2 3 4 NEXT