検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 488 for read (0.085 sec.)
Exif 関数 4785
« 定義済み定数 exif_imagetype » PHP Manual Exif Exif 関数 Exif 関数 目次 exif_imagetype — イメー ... ジの型を定義する exif_read_data — 画像ファイルから EXIF ヘッダを読み込む exif ... thumbnail — 画像に埋め込まれたサムネイルを取得する read_exif_data — のエイリアス exif_read_data 関連キーワ ... ード: 関数 , read , data , 定義 , imagetype , ヘッダ , 取得 , 定数 , ...
https://man.plustar.jp/php/ref.exif.html - [similar]
実行時設定 4785
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... onnection_timeout_usec 0 PHP_INI_ALL stomp.default_read_timeout_sec 2 PHP_INI_ALL stomp.default_read_timeo ... t of the default connection timeout. stomp.default_read_timeout_sec int The seconds part of the default re ... ading timeout. stomp.default_read_timeout_usec int The microseconds part of the defa ... ult reading timeout. 関連キーワード: default , timeout , 設 ...
https://man.plustar.jp/php/stomp.configuration.html - [similar]
Reads the next frame 4785
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_read ... d_frame (PECL stomp >= 0.1.0) Stomp::readFrame -- stomp_read_frame — Reads the next frame 説 ... 明 オブジェクト指向型 (method): public Stomp::readFrame ( string $class_name = "stompFrame" ): stompf ... rame 手続き型: stomp_read_frame ( resource $link ): array Reads the next fra ... 'foo' */ $stomp -> subscribe ( '/queue/foo' ); /* read a frame */ var_dump ( $stomp -> readFrame ()); /* ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
ファイルから画像を読み込む 4737
« Gmagick::raiseimage Gmagick::readimage » PHP Manual Gmagick ファイルから画像を読み込む Gmagick ... ::read (PECL gmagick >= Unknown) Gmagick::read — ファイル ... から画像を読み込む 説明 public Gmagick::read ( string $filename ): Gmagick ファイルから画像を読 ... します。 関連キーワード: 画像 , Gmagick , ファイル , read , filename , エラー , raiseimage , readimage , gma ...
https://man.plustar.jp/php/gmagick.read.html - [similar]
実行時設定 4737
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化 ... mempool_default_size 16000 PHP_INI_ALL mysqlnd.net_read_timeout "86400" PHP_INI_ALL PHP 7.2.0 より前のバー ... _cmd_buffer_size "4096" PHP_INI_SYSTEM mysqlnd.net_read_buffer_size "32768" PHP_INI_SYSTEM mysqlnd.sha256_ ... ルトサイズ。これは結果セットが使います。 mysqlnd.net_read_timeout int mysqlnd は、MySQL Client Library すなわ ... きます。この値は、 php.ini の新しい項目 mysqlnd.net_read_timeout で設定します。 mysqlnd.net_read_timeout は ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
inotify インスタンスを初期化する 4705
« inotify_add_watch inotify_queue_len » PHP Manual Inotify 関数 inotify インスタンスを初期化する ... E__ ); // イベントを読み込みます $events = inotify_read ( $fd ); print_r ( $events ); // 以下の方法を使うと ... 、inotify_read() でブロックせずに inotify 関数を使用できます // - ... stream_select() を $fd で使用します $read = array( $fd ); $write = null ; $except = null ; s ... tream_select ( $read , $write , $except , 0 ); // - stream_set_blocking ...
https://man.plustar.jp/php/function.inotify-init.html - [similar]
Exchangeable image information 4657
« 画像処理および作成 はじめに » PHP Manual 画像処理および作成 Exchangeable image information Exc ... 関数 exif_imagetype — イメージの型を定義する exif_read_data — 画像ファイルから EXIF ヘッダを読み込む exif ... thumbnail — 画像に埋め込まれたサムネイルを取得する read_exif_data — のエイリアス exif_read_data 関連キーワ ... ード: image information , Exchangeable , data , read , 作成 , インストール , 設定 , 取得 , 定義 , ヘッダ ...
https://man.plustar.jp/php/book.exif.html - [similar]
ディレクトリハンドルからエントリを読み込む 4657
« Directory::close Directory::rewind » PHP Manual Directory ディレクトリハンドルからエントリを読 ... み込む Directory::read (PHP 4, PHP 5, PHP 7, PHP 8) Directory::read — ディ ... ンドルからエントリを読み込む 説明 public Directory::read (): string | false 変更履歴 バージョン 説明 8.0.0 ... : ディレクトリ , ハンドル , エントリ , Directory , read , バージョン , rewind , public , string , 変更 ...
https://man.plustar.jp/php/directory.read.html - [similar]
The SyncReaderWriter class 4625
« SyncEvent::wait SyncReaderWriter::__construct » PHP Manual Sync The SyncReaderWriter class The ... SyncReaderWriter class (PECL sync >= 1.0.0) はじめに A cros ... atform, native implementation of named and unnamed reader-writer objects. A reader-writer object allows ma ... ny readers or one writer to access a resource. This is an ... managing resources where access will primarily be read-only but exclusive write access is occasionally ne ...
https://man.plustar.jp/php/class.syncreaderwriter.html - [similar]
ヒストリを読み込む 4625
« readline_on_new_line readline_redisplay » PHP Manual Readline 関数 ヒストリを読み込む readline ... _read_history (PHP 4, PHP 5, PHP 7, PHP 8) readline_read ... _history — ヒストリを読み込む 説明 readline_read_history ( ? string $filename = null ): bo ... nullable になりました。 関連キーワード: ヒストリ , read , filename , history , コマンド , 関数 , string , ...
https://man.plustar.jp/php/function.readline-read-history.html - [similar]