検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for quotes (0.003 sec.)
magic_quotes_runtime の現在アクティブな設定値を取得する 14192
« get_magic_quotes_gpc get_required_files » PHP Manual PHP オプション/情報 関数 magic_quotes_run ... time の現在アクティブな設定値を取得する get_magic_quotes_runtime (PHP 4, PHP 5, PHP 7) get_magic_quotes_run ... time — magic_quotes_runtime の現在アクティブな設定値を取得する 警告 こ ... 関数に頼らないことを強く推奨します。 説明 get_magic_quotes_runtime (): bool magic_quotes_runtime の現在アクテ ... この関数にはパラメータはありません。 戻り値 magic_quotes_runtime がオフの場合に 0、そうでない場合に 1 を返し ...
https://man.plustar.jp/php/function.get-magic-quotes-runtime.html - [similar]
magic_quotes_gpc の現在の設定を得る 12758
« get_loaded_extensions get_magic_quotes_runtime » PHP Manual PHP オプション/情報 関数 magic_quotes ... tes_gpc の現在の設定を得る get_magic_quotes_gpc (PHP 4, PHP 5, PHP 7) get_magic_quotes_gpc — m ... agic_quotes_gpc の現在の設定を得る 警告 この関数は PHP 7.4.0 で ... 関数に頼らないことを強く推奨します。 説明 get_magic_quotes_gpc (): bool 常に false を返します。 パラメータ こ ... ォートされた文字列のクォート部分を取り除く get_magic_quotes_runtime() - magic_quotes_runtime の現在アクティブな ...
https://man.plustar.jp/php/function.get-magic-quotes-gpc.html - [similar]
除去フィルタ 10215
« 検証フィルタ その他のフィルタ » PHP Manual フィルタの型 除去フィルタ 除去フィルタ 除去フィルタ ... いたりエンコードしたりします。 FILTER_SANITIZE_MAGIC_QUOTES "magic_quotes" addslashes() を適用します。 (PHP 7. ... L_CHARS "full_special_chars" FILTER_FLAG_NO_ENCODE_QUOTES , htmlspecialchars() に ENT_QUOTES を指定してコール ... トのエンコードを無効にするには FILTER_FLAG_NO_ENCODE_QUOTES を設定します。 htmlspecialchars() と同様、このフィ ... TER_SANITIZE_STRING "string" FILTER_FLAG_NO_ENCODE_QUOTES , FILTER_FLAG_STRIP_LOW , FILTER_FLAG_STRIP_HIGH , ...
https://man.plustar.jp/php/filter.filters.sanitize.html - [similar]
実行時設定 9505
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ars 1000 PHP_INI_PERDIR PHP 5.3.9 以降で有効 magic_quotes_gpc "1" PHP_INI_PERDIR PHP 5.4.0 で削除。 magic_qu ... れ以降の入力変数はリクエストから削除されます。 magic_quotes_gpc bool 警告 この機能は PHP 5.3.0 で 非推奨 となり ... されました。 GPC(Get/Post/Cookie) 処理に関する magic_quotes の設定を行います。 magic_quotes が on の場合、'(シ ... バックスラッシュでエスケープ処理が行われます。magic_quotes_sybase も on の場合、シングルクオートは、バックスラ ...
https://man.plustar.jp/php/info.configuration.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 8663
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , ' ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , ' ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , ' ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , ' ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
特殊文字を HTML エンティティに変換する 8485
« htmlspecialchars_decode implode » PHP Manual String 関数 特殊文字を HTML エンティティに変換する ... mlspecialchars ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 , ? string $encodin ... 換後 & (アンパサンド) &amp; " (ダブルクォート) ENT_NOQUOTES が指定されていない場合、 &quot; ' (シングルクォート ... XML1 、 ENT_XHTML 、 ENT_HTML5 の場合)。ただし ENT_QUOTES が指定されている場合に限る < (小なり) &lt; > (大な ... 、そして文書型の扱いを指定します。 デフォルトは ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 です。 利用可能な f ...
https://man.plustar.jp/php/function.htmlspecialchars.html - [similar]
特殊な HTML エンティティを文字に戻す 8367
« htmlentities htmlspecialchars » PHP Manual String 関数 特殊な HTML エンティティを文字に戻す ht ... alchars_decode ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ): string この関数は ... エンティティは次のものです。 &amp; 、 &quot; ( ENT_NOQUOTES が設定されていない場合)、 &#039; ( ENT_QUOTES が設 ... やドキュメントの形式を指定します。 デフォルトは ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 です。 使用可能な f ... トを変換し、シングルクォートはそのままにします。 ENT_QUOTES ダブルクォート、シングルクォートの両方を変換します ...
https://man.plustar.jp/php/function.htmlspecialchars-decode.html - [similar]
Escape special characters in a string for use in an SQL statement 8308
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... may be used as well depending on the value of ansi_quotes, which is a parameter related to SQL statement. If ... the ansi_quotes value is set to no, character string enclosed by d ... te as part of a character string, enter two single quotes in a row. パラメータ unescaped_string The string t ... ubrid , escape , identifier , character , CUBRID , quotes , quotations , characters , single ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
8308
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } // 文を準備します $stid = oci ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } // クエリを実行します $r = oc ... igger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); } // クエリの結果を取得します p ... >" . ( $item !== null ? htmlentities ( $item , ENT_QUOTES ) : "&nbsp;" ) . "</td>\n" ; } print "</tr>\n" ; } ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 8249
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... 明 htmlentities ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 , ? string $encodin ... 、そして文書型の扱いを指定します。 デフォルトは ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 です。 利用可能な f ... トは変換しますがシングルクオートは変換しません。 ENT_QUOTES シングルクオートとダブルクオートを共に変換します。 ... ENT_NOQUOTES シングルクオートとダブルクオートは共に変換されませ ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
PREV 1 2 3 4 5 6 NEXT