検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 1237 for Data (0.106 sec.)
生の XML データを追加する 2777
« DOMDocumentFragment DOMDocumentFragment::__construct » PHP Manual DOMDocumentFragment 生の XML ... 説明 public DOMDocumentFragment::appendXML ( string $data ): bool 生の XML データを DOMDocumentFragment に追 ... 子ノードを順にループする必要があります。 パラメータ data 追加する XML。 戻り値 成功した場合に true を、失敗 ... ndXML , 標準 , ルート , DOMDocument , 作成 , bar , data ...
https://man.plustar.jp/php/domdocumentfragment.appendxml.html - [similar]
呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする 2777
« eio_event_loop eio_fchmod » PHP Manual Eio 関数 呼び出し元が、ファイルに割り当てられたディスク ... O_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_fallocate() 呼び出し元が、フ ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_fallocate() ...
https://man.plustar.jp/php/function.eio-fallocate.html - [similar]
odbc_exec のエイリアス 2777
« odbc_data_source odbc_error » PHP Manual ODBC 関数 odbc_exec のエイリアス odbc_do (PHP 4, PHP ... スです。 odbc_exec() . 関連キーワード: exec , 関数 , data , ...
https://man.plustar.jp/php/function.odbc-do.html - [similar]
ソケットに書き込む 2777
« socket_strerror socket_wsaprotocol_info_export » PHP Manual ソケット 関数 ソケットに書き込む s ... き込む 説明 socket_write ( Socket $socket , string $data , ? int $length = null ): int | false 関数 socket_ ... write() は、 data の内容をソケット socket に書き込みます。 パラメータ ... socket data 書き込まれるバッファ。 length オプションのパラメー ... ッファ , length , エラー , バイト , 注意 , データ , data , strerror , 内容 ...
https://man.plustar.jp/php/function.socket-write.html - [similar]
YAML 形式にした値を返す 2777
« yaml_emit_file yaml_parse_file » PHP Manual Yaml 関数 YAML 形式にした値を返す yaml_emit (PECL ... — YAML 形式にした値を返す 説明 yaml_emit ( mixed $data , int $encoding = YAML_ANY_ENCODING , int $linebre ... YAML_ANY_BREAK , array $callbacks = null ): string data で渡したデータを YAML 形式にして返します。 パラメー ...data エンコードしたいデータ。リソース型以外の任意の型が ... をパースする 関連キーワード: 形式 , した値 , emit , data , callbacks , 出力 , file , given , Suite , quanti ...
https://man.plustar.jp/php/function.yaml-emit.html - [similar]
Add a task to be run in parallel 2777
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... (PECL gearman >= 0.5.0) GearmanClient::addTask — Add a task to be run in parallel 説明 public GearmanClien ... mclient -> setCompleteCallback ( "complete" ); # add a task to perform the "reverse" function on the strin ... COMPLETE: " . $task -> unique () . ", " . $task -> data () . "\n" ; } ?> 上の例の出力は、 たとえば以下のよ ... . ": " . $result [ 'handle' ] . ", " . $result [ 'data' ] . "\n" ; function reverse_complete ( $task , $r ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
はじめに 2777
« Taint インストール/設定 » PHP Manual Taint はじめに はじめに taint は、XSS コード (汚染された文 ... : include() [function.include]: File path contains data that might be tainted Warning: mysql_query() [func ... tion.mysql-query]: SQL statement contains data that might be tainted 関連キーワード: tainted , fu ... nction , might , taint , Taint , data , contains , include , string , Attempt ...
https://man.plustar.jp/php/intro.taint.html - [similar]
ファイルに書き込む 2777
« SplFileObject::ftruncate SplFileObject::getChildren » PHP Manual SplFileObject ファイルに書き込 ... 書き込む 説明 public SplFileObject::fwrite ( string $data , int $length = 0 ): int | false Writes the conten ... ts of string to the file パラメータ data ファイルに書き込まれる文字列。 length length 引数が ... FileObject , ファイル , fwrite , length , string , data , int , file , バイト , 書き込み ...
https://man.plustar.jp/php/splfileobject.fwrite.html - [similar]
The EvWatcher class 2760
« EvTimer::set EvWatcher::clear » PHP Manual Ev The EvWatcher class The EvWatcher class (PECL ev ... r { /* プロパティ */ public $ is_active ; public $ data ; public $ is_pending ; public $ priority ; /* メソ ... . true if the watcher is active. false otherwise. data User custom data associated with the watcher is_pe ...
https://man.plustar.jp/php/class.evwatcher.html - [similar]
XML エレメント構造の例 2760
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... します。 例1 XML エレメント構造を表示 <?php $file = "data.xml" ; $depth = array(); function startElement ( $ ... "XML 入力をオープンできませんでした" ); } while ( $data = fread ( $fp , 4096 )) { if (! xml_parse ( $xml_p ... arser , $data , feof ( $fp ))) { die( sprintf ( "XML エラー: %s ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]