検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 56 for htmlentities (0.012 sec.)
フェッチしたフィールドが null であるかどうかを確認する 6600
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 6600
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $curs = oci ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
ある文における結果のカラム数を返す 6600
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
文の実行で作用された行数を取得する 6600
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
下位互換性のない変更点 6600
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x へ ... いるアプリケーションは、正しく動作し続けるはずです。 htmlentities() 関数 htmlentities() 関数は 基本的なエンティティ置 ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
ファイル上のすべてのメタタグ情報を配列に展開する 6483
« get_headers http_build_query » PHP Manual URL 関数 ファイル上のすべてのメタタグ情報を配列に展開 ... がパースの対象となります。 クォートは不要です。 参考 htmlentities() - 適用可能な文字を全て HTML エンティティに変換す ...
https://man.plustar.jp/php/function.get-meta-tags.html - [similar]
クエリの次の行を連想配列で返す 6483
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 6483
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... if (! $conn ) { $e = oci_error (); trigger_error ( htmlentities ( $e [ 'message' ], ENT_QUOTES ), E_USER_ERROR ); ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
文からのフィールド名を返す 6483
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
フィールドの精度を問い合わせる 6483
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... if (! $conn ) { $m = oci_error (); trigger_error ( htmlentities ( $m [ 'message' ]), E_USER_ERROR ); } $stid = oci ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
PREV 1 2 3 4 5 6 NEXT