検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 282 for End (0.037 sec.)
CDATA タグ全体を書き込む 4196
« XMLWriter::writeAttributeNs XMLWriter::writeComment » PHP Manual XMLWriter CDATA タグ全体を書き ... teCData ( "text for inclusion as CData" ); $xml -> endElement (); // end the document and output $xml -> ... endElement (); $xml -> endElement (); echo $xml -> outputMemory ( true ); ?> ... artCdata() - CDATA の開始タグを作成する XMLWriter::endCdata() - 現在の CDATA を終了する 関連キーワード: X ...
https://man.plustar.jp/php/xmlwriter.writecdata.html - [similar]
XML パーサ 4147
« XMLDiff\File::merge はじめに » PHP Manual XML 操作 XML パーサ XML パーサ はじめに インストール ... 開始要素および終了要素のハンドラを設定する xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定 ...
https://man.plustar.jp/php/book.xml.html - [similar]
The Sequence interface 4147
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... バージョン 説明 PECL ds 1.3.0 The interface now extends ArrayAccess . 目次 Ds\Sequence::allocate — Alloca ... last value Ds\Sequence::push — Adds values to the end of the sequence Ds\Sequence::reduce — Reduces the ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 4147
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ho "URI: " , $req -> getUri (), PHP_EOL ; $req -> sendReply ( 200 , "OK" ); echo "OK\n" ; }); $http -> se ... ho "URI: " , $req -> getUri (), PHP_EOL ; $req -> sendReply ( 200 , "OK" ); echo "OK\n" ; }); $signal = E ... }); $signal -> add (); $base -> dispatch (); echo "END\n" ; // We didn't close sockets, since Libevent al ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
fd で指定したファイル内でのオフセットを、offset と whence に従って移動する 4147
« eio_rmdir eio_sendfile » PHP Manual Eio 関数 fd で指定したファイル内でのオフセットを、offset と ... UR - 現在の位置から offset バイト進める。 EIO_SEEK_END - ファイルの末尾から offset バイト進める。 パラメー ...
https://man.plustar.jp/php/function.eio-seek.html - [similar]
出力バッファのステータスを取得する 4147
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get ... UTPUT_HANDLER_CONT (1) あるいは PHP_OUTPUT_HANDLER_END (2) のいずれか name アクティブな出力ハンドラの名前 ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
出力バッファを gzip 圧縮するための ob_start コールバック関数 4147
« ob_get_status ob_implicit_flush » PHP Manual 出力制御 関数 出力バッファを gzip 圧縮するための ... 考 ob_start() - 出力のバッファリングを有効にする ob_end_flush() - 出力用バッファをフラッシュ(送信)し、出力 ...
https://man.plustar.jp/php/function.ob-gzhandler.html - [similar]
パスワードハッシュを作る 4147
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを ... "test" , PASSWORD_BCRYPT , [ "cost" => $cost ]); $end = microtime ( true ); } while (( $end - $start ) < ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
スポット色を作成する 4147
« ps_lineto ps_moveto » PHP Manual PS 関数 スポット色を作成する ps_makespotcolor (PECL ps >= 1.1 ... ps_lineto ( $ps , 100 , 100 ); ps_fill ( $ps ); ps_end_page ( $ps ); ps_delete ( $ps ); ?> この例では、深 ...
https://man.plustar.jp/php/function.ps-makespotcolor.html - [similar]
回転の程度を設定する 4147
« ps_restore ps_save » PHP Manual PS 関数 回転の程度を設定する ps_rotate (PECL ps >= 1.1.0) ps_r ... 0 ); ps_show ( $ps , "Text without rotation" ); ps_end_page ( $ps ); ps_delete ( $ps ); ?> 上の例では、座 ...
https://man.plustar.jp/php/function.ps-rotate.html - [similar]