検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for stdout (0.006 sec.)
指定されたリソースの、数値の識別子を返す 7609
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別 ... 合と同じ結果になる例 <?php $handle = fopen ( "php://stdout" , "w" ); echo (int) $handle . "\n" ; echo get_res ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]
変数がリソースかどうかを調べる 7609
« is_real is_scalar » PHP Manual 変数操作 関数 変数がリソースかどうかを調べる is_resource (PHP 4 ... is_resource() の例 <?php $handle = fopen ( "php://stdout" , "w" ); if ( is_resource ( $handle )) { echo '$h ...
https://man.plustar.jp/php/function.is-resource.html - [similar]
Create a new PDF converter 7491
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... tline XML >= 0.1.0 out path of output file, if "-" stdout is used >= 0.1.0 documentTitle title for the outpu ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 7255
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... が文字列として返されます。そうでない場合は、JPEG を STDOUT に出力します。 戻り値 成功し、かつ spool が 2 より ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
Create a new Image converter 7255
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... rkup.html >= 0.1.0 out path of output file, if "-" stdout is used, by default an internal buffer is used /pa ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
プロセスへのファイルポインタをオープンする 7137
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... のときは、返されるファイルポインタは そのコマンドの STDOUT と等しくなります。また、モードが 'w' のときは、返さ ...
https://man.plustar.jp/php/function.popen.html - [similar]
新機能 7137
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... サポートが追加されました。 以下のコードは、 stdin , stdout , stderr を同じPTYにアタッチします: <?php $proc = ... した。 以下のコードは、異なるソケットペアを stdin , stdout , stderr にアタッチします: <?php $proc = proc_open ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 7019
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... 3. Asyncronously read the response and print it to stdout. */ /* Read callback */ function readcb ( $bev , $ ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
実行時設定 6784
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... を定義します。 "stderr" を指定すると、エラーの内容を stdout (標準出力) ではなく stderr (標準エラー出力) に送り ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
ファイルまたは URL をオープンする 6784
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... : php://output , php://input , php://stdin , php://stdout , php://stderr , php://fd ストリームラッパーについ ...
https://man.plustar.jp/php/function.fopen.html - [similar]
PREV 1 2 3 NEXT