検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 21 for stdin (0.005 sec.)
クエリ結果のステータスを取得する 7797
« pg_result_seek pg_select » PHP Manual PostgreSQL 関数 クエリ結果のステータスを取得する pg_resu ... する $result = pg_query ( $conn , "COPY authors FROM STDIN;" ); // 結果ステータスを得る $status = pg_result_s ...
https://man.plustar.jp/php/function.pg-result-status.html - [similar]
Create a new Image converter 7712
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... Changelog in URL or path of the input file, if "-" stdin is used /path/to/markup.html >= 0.1.0 out path of ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 7644
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック ... ), d float8)" ); pg_query ( $conn , "copy bar from stdin" ); pg_put_line ( $conn , "3\thello world\t4.5\n" ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
プロセスへのファイルポインタをオープンする 7644
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... のときは、返されるファイルポインタは そのコマンドの STDIN と等しくなります。 エラーが発生した場合は false を ...
https://man.plustar.jp/php/function.popen.html - [similar]
新機能 7644
« PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 » PHP Manual PHP 7.4.x から PHP 8.0.x ... リプタのサポートが追加されました。 以下のコードは、 stdin , stdout , stderr を同じPTYにアタッチします: <?php ... になりました。 以下のコードは、異なるソケットペアを stdin , stdout , stderr にアタッチします: <?php $proc = ...
https://man.plustar.jp/php/migration80.new-features.html - [similar]
対話シェル 7577
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェ ... 。 このモードでは、 完全な PHP スクリプトを標準入力(STDIN)から与えなければいけません。 スクリプトを入力後、 ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 7577
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... 文字を、小文字に変換します。*/ $fp = fopen ( "php://stdin" , "r" ) or die( "標準入力から読み込めません" ); w ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 7492
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... イベントが利用可能になるとすぐに、 コンソールからの STDIN の状態も変化しますが、 ストリームからの読み出しはブ ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
ファイルまたは URL をオープンする 7425
« 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]
コマンドラインオプション 7340
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... irst argument starts with - or script is read from stdin --ini Show configuration file names --rf <name> Sh ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
PREV 1 2 3 NEXT