検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 265 for [SIMILAR] 16 1024 4096 WITH 19821 ネス WITH 1849... (0.259 sec.)
フィルタをストリームに付加する 0
« stream_filter_append stream_filter_register » PHP Manual ストリーム 関数 フィルタをストリームに付加する stream_filter_prepend (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_filter_prepend — フィルタをストリームに付加する 説明 stream_filter_prepend ( resource $stream , string $filtername ...
https://man.plustar.jp/php/function.stream-filter-prepend.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 0
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメントから結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PHP 8) mysqli_stmt::fetch -- mysqli_stmt_fetch — プリペアドステートメントから結果を取得し、バイン ...
https://man.plustar.jp/php/mysqli-stmt.fetch.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]
Fileinfo 関数 0
« 定義済み定数 finfo_buffer » PHP Manual Fileinfo Fileinfo 関数 Fileinfo 関数 目次 finfo_buffer — 文字列バッファの情報を返す finfo_close — fileinfo インスタンスを閉じる finfo_file — ファイルについての情報を返す finfo_open — 新しい fileinfo インスタンスを作成する finfo_set_flags — libmagi ...
https://man.plustar.jp/php/ref.fileinfo.html - [similar]
XMLWriter クラス 0
« オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XMLWriter クラス (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) はじめに クラス概要 class XMLWriter { /* メソッド */ public endAttribute (): bool public endCdata (): bool public endComm ...
https://man.plustar.jp/php/class.xmlwriter.html - [similar]
バイナリセーフなファイルの読み込み 0
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP 4, PHP 5, PHP 7, PHP 8) fread — バイナリセーフなファイルの読み込み 説明 fread ( resource $stream , int $length ): string | false fread() は、 stream が指すファイルポインタから最高 length バイト ...
https://man.plustar.jp/php/function.fread.html - [similar]
libxmlエラーハンドラをクリアする 0
« libxml 関数 libxml_disable_entity_loader » PHP Manual libxml 関数 libxmlエラーハンドラをクリアする libxml_clear_errors (PHP 5 >= 5.1.0, PHP 7, PHP 8) libxml_clear_errors — libxmlエラーハンドラをクリアする 説明 libxml_clear_errors (): void libxml_clear_errors() は、libxmlエラーバッファを ...
https://man.plustar.jp/php/function.libxml-clear-errors.html - [similar]
ストリームにフィルタを付加する 0
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを付加する stream_filter_append (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_filter_append — ストリームにフィルタを付加する 説明 stream_filter_append ( resource $stream , string $filtername , i ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
定義済み定数 0
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 MYSQLI_READ_DEFAULT_GROUP my.cnf の指定した名前 ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
基本的な使用法 0
« 例 出力リライトの使用法 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 出力制御の例 <?php ob_start (); echo "Hello\n" ; setcookie ( "cookiename" , "cookiedata" ); ob_end_flush (); ?> 上記の例では、 echo からの出力は、 ob_end_flush() がコールされるまで出力バッファに 保存されます。この ...
https://man.plustar.jp/php/outcontrol.examples.basic.html - [similar]