検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 56 for htmlentities (0.010 sec.)
適用可能な文字を全て HTML エンティティに変換する 12067
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... エンティティに変換する htmlentities (PHP 4, PHP 5, PHP 7, PHP 8) htmlentities — 適用可 ... 能な文字を全て HTML エンティティに変換する 説明 htmlentities ( string $string , int $flags = ENT_QUOTES | ENT_S ... 8.0.0 encoding は、nullable になりました。 例 例1 htmlentities() の例 <?php $str = "A 'quote' is <b>bold</b>" ; / ... / 出力: A 'quote' is &lt;b&gt;bold&lt;/b&gt; echo htmlentities ( $str ); // 出力: A &#039;quote&#039; is &lt;b&gt ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 10873
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
10755
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... stid ) { $e = oci_error ( $conn ); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... ! $r ) { $e = oci_error ( $stid ); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... ow as $item ) { print " <td>" . ( $item !== null ? htmlentities ( $item , ENT_QUOTES ) : "&nbsp;" ) . "</td>\n" ; ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
htmlspecialchars および htmlentities で使用される変換テーブルを返す 10638
« fprintf hebrev » PHP Manual String 関数 htmlspecialchars および htmlentities で使用される変換テ ... html_translation_table — htmlspecialchars() および htmlentities() で使用される変換テーブルを返す 説明 get_html_tra ... translation_table() は、 htmlspecialchars() および htmlentities() において内部的に使用される変換テーブルを返します ... slation_table() の返す値は、 htmlspecialchars() や htmlentities() で使っている形式だけです。 パラメータ table どち ... alchars() - 特殊文字を HTML エンティティに変換する htmlentities() - 適用可能な文字を全て HTML エンティティに変換す ...
https://man.plustar.jp/php/function.get-html-translation-table.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 10284
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $a = array( ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $sql = 'SEL ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $sql = 'SEL ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
文字列を URL エンコードする 10284
« urldecode V8js » PHP Manual URL 関数 文字列を URL エンコードする urlencode (PHP 4, PHP 5, PHP ... e ( $userinput ), '">' ; ?> 例2 urlencode() および htmlentities() の例 <?php $query_string = 'foo=' . urlencode ( ... r=' . urlencode ( $bar ); echo '<a href="mycgi?' . htmlentities ( $query_string ) . '">' ; ?> 注意 注意 : HTML エン ... 更する必要はありません。セパレータを & のままにし、 htmlentities() あるいは htmlspecialchars() で URL をエンコードし ... ecode() - URL エンコードされた文字列をデコードする htmlentities() - 適用可能な文字を全て HTML エンティティに変換す ...
https://man.plustar.jp/php/function.urlencode.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 9812
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... $row as $item ) { echo " <td>" .( $item !== null ? htmlentities ( $item , ENT_QUOTES | ENT_SUBSTITUTE ): "&nbsp;" ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
最後に見つかったエラーを返す 9223
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... のエラーの場合、ハンドルを渡しません trigger_error ( htmlentities ( $e [ 'message' ]), E_USER_ERROR ); } ?> 例2 パー ... エラーの場合は接続ハンドルを渡します trigger_error ( htmlentities ( $e [ 'message' ]), E_USER_ERROR ); } ?> 例3 実行 ... エラーの場合、ステートメントハンドルを渡します print htmlentities ( $e [ 'message' ]); print "\n<pre>\n" ; print htm ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
HTML エンティティを対応する文字に変換する 8855
« hex2bin htmlentities » PHP Manual String 関数 HTML エンティティを対応する文字に変換する html_e ... $encoding = null ): string html_entity_decode() は htmlentities() の反対で、 string にある HTML エンティティを対応 ... $orig = "I'll \"walk\" the <b>dog</b> now" ; $a = htmlentities ( $orig ); $b = html_entity_decode ( $a ); echo $a ... SCII コード 160 (0xa0) に変換されるからです。 参考 htmlentities() - 適用可能な文字を全て HTML エンティティに変換す ... html_translation_table() - htmlspecialchars および htmlentities で使用される変換テーブルを返す urldecode() - URL エ ...
https://man.plustar.jp/php/function.html-entity-decode.html - [similar]
Oracle データベースに接続する 8501
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... row as $item ) { echo " <td>" . ( $item !== null ? htmlentities ( $item , ENT_QUOTES ) : "&nbsp;" ) . "</td>\n" ; ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ... row as $item ) { echo " <td>" . ( $item !== null ? htmlentities ( $item , ENT_QUOTES ) : "&nbsp;" ) . "</td>\n" ; ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
PREV 1 2 3 4 5 6 NEXT