検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 246 for [SIMILAR] 16 1024 4096 WITH 37022 handlers WITH ... (0.600 sec.)
基本的な使用法 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]
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]
属性を設定する 0
« PDO::rollBack PDOStatement » PHP Manual PDO 属性を設定する PDO::setAttribute (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDO::setAttribute — 属性を設定する 説明 public PDO::setAttribute ( int $attribute , mixed $value ): bool データベースハンドルの属性を設定します。 利用可能な通常 ...
https://man.plustar.jp/php/pdo.setattribute.html - [similar]
特定のインデックスに新しい値を 追加/挿入 する 0
« SplDoublyLinkedList SplDoublyLinkedList::bottom » PHP Manual SplDoublyLinkedList 特定のインデックスに新しい値を 追加/挿入 する SplDoublyLinkedList::add (PHP 5 >= 5.5.0, PHP 7, PHP 8) SplDoublyLinkedList::add — 特定のインデックスに新しい値を 追加/挿入 する 説明 public SplDoublyLinkedLis ...
https://man.plustar.jp/php/spldoublylinkedlist.add.html - [similar]
iconv 0
« textdomain はじめに » PHP Manual 自然言語および文字エンコーディング iconv iconv はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 iconv 関数 iconv_get_encoding — iconv 拡張モジュールの内部設定変数を取得する iconv_mime_decode_headers — 複数の MIME ヘッダ ...
https://man.plustar.jp/php/book.iconv.html - [similar]
UnexpectedValueException クラス 0
« UnderflowException SPL 関数 » PHP Manual 例外 UnexpectedValueException クラス UnexpectedValueException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに いくつかの値のセットに一致しない値であった際にスローされる例外です。 これが発生する例としては、ある関数が別の関数をコールしていて、 その ...
https://man.plustar.jp/php/class.unexpectedvalueexception.html - [similar]
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
XML パーサのカレントの行番号を得る 0
« xml_get_current_column_number xml_get_error_code » PHP Manual XML パーサ 関数 XML パーサのカレントの行番号を得る xml_get_current_line_number (PHP 4, PHP 5, PHP 7, PHP 8) xml_get_current_line_number — XML パーサのカレントの行番号を得る 説明 xml_get_current_line_number ( XMLParser $parse ...
https://man.plustar.jp/php/function.xml-get-current-line-number.html - [similar]