検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 440 for [SIMILAR] 16 1024 4096 WITH 21763 cyclecolormapi... (0.350 sec.)
配列内の現在の要素を返す 0
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8) current — 配列内の現在の要素を返す 説明 current ( array | object $array ): mixed 各配列は、"カレント"の要素へのポインタを有しています。 このポインタは、配列に挿入された最初の要素を指すように ...
https://man.plustar.jp/php/function.current.html - [similar]
配列から現在のキーと値のペアを返して、カーソルを進める 0
« current end » PHP Manual 配列 関数 配列から現在のキーと値のペアを返して、カーソルを進める each (PHP 4, PHP 5, PHP 7) each — 配列から現在のキーと値のペアを返して、カーソルを進める 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨し ...
https://man.plustar.jp/php/function.each.html - [similar]
連想配列として結果の行を取得する 0
« mysql_fetch_array mysql_fetch_field » PHP Manual MySQL 関数 連想配列として結果の行を取得する mysql_fetch_assoc (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_assoc — 連想配列として結果の行を取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは P ...
https://man.plustar.jp/php/function.mysql-fetch-assoc.html - [similar]
結果の行をオブジェクトとして取得する 0
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得する mysql_fetch_object (PHP 4, PHP 5) mysql_fetch_object — 結果の行をオブジェクトとして取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 0
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する utf8_decode (PHP 4, PHP 5, PHP 7, PHP 8) utf8_decode — UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 説明 utf8_decode ( string ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
結果セットの次の行から、単一のカラムの値を取得する 0
« mysqli_result::fetch_assoc mysqli_result::fetch_field_direct » PHP Manual mysqli_result 結果セットの次の行から、単一のカラムの値を取得する mysqli_result::fetch_column mysqli_fetch_column (PHP 8 >= 8.1.0) mysqli_result::fetch_column -- mysqli_fetch_column — 結果セットの次の行から、単一の ...
https://man.plustar.jp/php/mysqli-result.fetch-column.html - [similar]
結果セットの次の行を数値添字配列で取得する 0
« mysqli_result::fetch_object mysqli_result::$field_count » PHP Manual mysqli_result 結果セットの次の行を数値添字配列で取得する mysqli_result::fetch_row mysqli_fetch_row (PHP 5, PHP 7, PHP 8) mysqli_result::fetch_row -- mysqli_fetch_row — 結果セットの次の行を数値添字配列で取得する 説明 オ ...
https://man.plustar.jp/php/mysqli-result.fetch-row.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 0
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定したフィールドオフセットに設定する mysqli_result::field_seek mysqli_field_seek (PHP 5, PHP 7, PHP 8) mysqli_result::field_seek -- mysqli_field_seek — 結果ポインタを、指定したフィールドオフセッ ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
結果セットの取得を開始する 0
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysqli::use_result mysqli_use_result (PHP 5, PHP 7, PHP 8) mysqli::use_result -- mysqli_use_result — 結果セットの取得を開始する 説明 オブジェクト指向型 public mysqli::use_result (): mysqli_result ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
バッファクエリと非バッファクエリ 0
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと非バッファクエリ クエリは、デフォルトではバッファモードで実行されます。 つまり、クエリの結果がすぐに MySQL サーバーから PHP に転送され、 PHP プロセスのメモリ内に結果を保持し続けるということで ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]