検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 351 for output (0.015 sec.)
Dynamically changes the code of the given method 4117
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... / create an Example object $e = new Example (); // output Example::foo() (before redefine) echo "Before: " . ... '' , 'return "bar!\n";' , RUNKIT7_ACC_PUBLIC ); // output Example::foo() (after redefine) echo "After: " . $ ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
Add a background task to be run in parallel 4117
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... at the background task does not show in the client output. <?php # The client script # create our gearman cl ... d back to the client. return $result ; } ?> Worker output for two workers running: Received job: H:foo.local ... e Result: !dlroW olleH Result: Hello World! Client output: STATUS: 1, H:foo.local:66 - 1/12 STATUS: 1, H:foo ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
指定された変数名にパラメータをバインドする 4117
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパ ... ラメータの場合、 type パラメータに PDO::PARAM_INPUT_OUTPUT ビットを設定するためにビット OR を使用してください ... せん。 この値は、 type パラメータに PDO::PARAM_INPUT_OUTPUT を指定した場合のみ意味があります。 driverOptions 戻 ... , $colour , PDO :: PARAM_STR | PDO :: PARAM_INPUT_OUTPUT , 12 ); $sth -> execute (); print( "After pureeing ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]
出力制御 関数 4117
« 出力リライトの使用法 flush » PHP Manual 出力制御 出力制御 関数 出力制御 関数 参考 header() およ ... 取得する ob_start — 出力のバッファリングを有効にする output_add_rewrite_var — URL リライタの値を追加する outpu ...
https://man.plustar.jp/php/ref.outcontrol.html - [similar]
さまざまな入出力ストリームへのアクセス 4117
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... tipart/form-data" に対しては使用できません。 php://output php://output は書き込み専用のストリームで、 print ... 書き込み許可 php://stdout 、 php://stderr 、 php://output 、 php://fd 、 php://memory および php://temp のみ ... 。 追加許可 php://stdout 、 php://stderr 、 php://output 、 php://fd 、 php://memory および php://temp のみ ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
CDATA タグ全体を書き込む 4117
« XMLWriter::writeAttributeNs XMLWriter::writeComment » PHP Manual XMLWriter CDATA タグ全体を書き ... doc' ); $xml -> startElement ( 'myele' ); // CData output $xml -> startElement ( 'mycdataelement' ); $xml -> ... ); $xml -> endElement (); // end the document and output $xml -> endElement (); $xml -> endElement (); echo ... $xml -> outputMemory ( true ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/xmlwriter.writecdata.html - [similar]
出力バッファリング制御 4090
« opcache_reset はじめに » PHP Manual PHP の振る舞いの変更 出力バッファリング制御 出力バッファリ ... 取得する ob_start — 出力のバッファリングを有効にする output_add_rewrite_var — URL リライタの値を追加する outpu ...
https://man.plustar.jp/php/book.outcontrol.html - [similar]
シェルによりコマンドを実行し、文字列として出力全体を返す 4090
« proc_terminate system » PHP Manual プログラム実行関数 シェルによりコマンドを実行し、文字列とし ... の警告が発生します。 例 例1 shell_exec() の例 <?php $output = shell_exec ( 'ls -lart' ); echo "<pre> $output < ...
https://man.plustar.jp/php/function.shell-exec.html - [similar]
ある画像を別の画像に合成する 4090
« Imagick::compareImages Imagick::__construct » PHP Manual Imagick ある画像を別の画像に合成する ... ics -define compose:args="1,0,-0.5,0.5" -composite output.png $src1 = new \ Imagick ( "./src1.png" ); $src2 ... TE_MATHEMATICS , 0 , 0 ); $src1 -> writeImage ( "./output.png" ); ?> 参考 Imagick::setImageArtifact() - 画像 ...
https://man.plustar.jp/php/imagick.compositeimage.html - [similar]
PHP 5.6.x で推奨されなくなる機能 4090
« 新機能 変更された関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 PHP 5.6.x で推奨されなくな ... ンは、以下のとおりです。 iconv.input_encoding iconv.output_encoding iconv.internal_encoding mbstring.http_inp ... ut mbstring.http_output mbstring.internal_encoding 関連キーワード: 推奨 , ...
https://man.plustar.jp/php/migration56.deprecated.html - [similar]