検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 249 for [SIMILAR] 16 1024 4096 WITH 24347 用バ WITH 1960... (0.247 sec.)
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]
ファイル情報 0
« scandir はじめに » PHP Manual ファイルシステム ファイル情報 ファイル情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Fileinfo 関数 finfo_buffer — 文字列バッファの情報を返す finfo_close — fileinfo インスタンスを閉じる finfo_file — ファイルについて ...
https://man.plustar.jp/php/book.fileinfo.html - [similar]
何もしない 0
« bzerrstr bzopen » PHP Manual Bzip2 関数 何もしない bzflush (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) bzflush — 何もしない 説明 bzflush ( resource $bz ): bool バッファリングされた全ての bzip2 データをファイルポインタ bz に書き込むことが想定された関数です。 しかし、libbz2 では null な関数とし ...
https://man.plustar.jp/php/function.bzflush.html - [similar]
libxmlから直近のエラーを取得する 0
« libxml_get_errors libxml_set_external_entity_loader » PHP Manual libxml 関数 libxmlから直近のエラーを取得する libxml_get_last_error (PHP 5 >= 5.1.0, PHP 7, PHP 8) libxml_get_last_error — libxmlから直近のエラーを取得する 説明 libxml_get_last_error (): LibXMLError | false libxmlから直近の ...
https://man.plustar.jp/php/function.libxml-get-last-error.html - [similar]
メッセージを送信する 0
« socket_send socket_sendto » PHP Manual ソケット 関数 メッセージを送信する socket_sendmsg (PHP 5 >= 5.5.0, PHP 7, PHP 8) socket_sendmsg — メッセージを送信する 説明 socket_sendmsg ( Socket $socket , array $message , int $flags = 0 ): int | false 警告 この関数は、 現在のところ詳細な情報は ...
https://man.plustar.jp/php/function.socket-sendmsg.html - [similar]