検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 56 for htmlentities (0.007 sec.)
フィールドの桁数を問い合わせる 6483
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
フィールドサイズを返す 6483
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
Oracle におけるフィールドの型を問い合わせる 6483
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
フィールドのデータ型の名前を返す 6483
« oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-type.html - [similar]
フェッチした行からフィールドの値を取得する 6483
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 6483
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... $row as $item ) { echo " <td>" .( $item !== null ? htmlentities ( $item , ENT_QUOTES ) : "&nbsp;" ). "</td>\n" ; } ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
ユーザーレベルのエラー/警告/通知メッセージを生成する 6483
« set_exception_handler user_error » PHP Manual エラー処理関数 ユーザーレベルのエラー/警告/通知メ ... 。エラーをブラウザに表示するのであれば、メッセージに htmlentities() を使います。 参考 error_reporting() - 出力する P ...
https://man.plustar.jp/php/function.trigger-error.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 6365
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $create = " ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
文を実行する 6129
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... row as $item ) { echo " <td>" . ( $item !== null ? htmlentities ( $item , ENT_QUOTES ) : "&nbsp;" ) . "</td>\n" ; ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
ファイルシステムのセキュリティ 6129
« セッションのセキュリティ Null バイト関連の問題 » PHP Manual セキュリティ ファイルシステムのセキ ... fwrite ( $fp , $logstring ); fclose ( $fp ); echo htmlentities ( $logstring , ENT_QUOTES ); ?> しかし、これでも、 ...
https://man.plustar.jp/php/security.filesystem.html - [similar]
PREV 1 2 3 4 5 6 NEXT