検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 1568 for Name (0.054 sec.)
stream_socket_server で作られたソケットの接続を受け入れる 2666
« stream_set_write_buffer stream_socket_client » PHP Manual ストリーム 関数 stream_socket_server ... $socket , ? float $timeout = null , string &$peer_name = null ): resource | false 以前に stream_socket_se ... は、 default_socket_timeout の値が使われます。 peer_name 接続元のクライアントの名前 (アドレス) が含まれてい ... に、それを設定します。 注意 : 後で stream_socket_get_name() を使用して指定することもできます。 戻り値 受け付 ... メインのサーバーソケットを作成する stream_socket_get_name() - ローカルまたはリモートのソケットの名前を取得す ...
https://man.plustar.jp/php/function.stream-socket-accept.html - [similar]
サンプル 2666
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 的なアクセス Example#300 - 名前空間内のコードでの __NAMESPACE__ の例 Example#301 - グローバルなコードでの _ ... _NAMESPACE__ の例 Example#302 - __NAMESPACE__ による動的 ... な名前の作成 Example#303 - 名前空間内での namespace 演算子 Example#304 - グローバルコードでの nam ... れる ini ファイルを一覧する例 Example#575 - php_sapi_name の例 Example#576 - php_uname の例 Example#577 - OS ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
CollectionModify のコンストラクタ 2666
« CollectionModify::bind CollectionModify::execute » PHP Manual mysql_xdevapi\CollectionModify C ... on ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "traits": ["Friend", "Brother", "Human ... "]}' ) -> execute (); $collection -> modify ( "name in ('Bernie', 'Jane')" ) -> arrayAppend ( 'traits' ... => Array ( [_id] => 00005b6b5361000000000000010c [name] => Bernie [traits] => Array ( [0] => Friend [1] = ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.construct.html - [similar]
Result のコンストラクタ 2666
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result の ... e (); $session -> sql ( " CREATE TABLE addressbook.names (id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30) ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $result = $table -> insert ( "name" , "age" ) ... 43 ])-> execute (); $result = $table -> insert ( "name" , "age" )-> values ([ "Suki" , 34 ])-> execute () ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]
セーブポイントを作成する 2666
« Session::rollbackTo Session::sql » PHP Manual mysql_xdevapi\Session セーブポイントを作成する S ... blic mysql_xdevapi\Session::setSavepoint ( string $name = ? ): string トランザクションのための新しいセーブ ... ん。引数のリストのみが 記述されています。 パラメータ name セーブポイントの名前。 オプションの name パラメータ ... -> getSchema ( "addressbook" )-> getCollection ( "names" ); $session -> startTransaction (); $collection ...
https://man.plustar.jp/php/mysql-xdevapi-session.setsavepoint.html - [similar]
スキップするoffsetを設定する 2666
« TableSelect::lockShared TableSelect::orderby » PHP Manual mysql_xdevapi\TableSelect スキップす ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> ... sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 42)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $result = $table -> select ( 'name' , 'age' ) ... とえば以下のようになります。 Array ( [0] => Array ( [name] => Sam [age] => 42 ) ) 関連キーワード: offset , ス ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.offset.html - [similar]
Access 2666
« parallel\Channel::make parallel\Channel::recv » PHP Manual parallel\Channel Access parallel\Ch ... ccess 説明 public parallel\Channel::open ( string $name ): Channel Shall open the channel with the given n ...
https://man.plustar.jp/php/parallel-channel.open.html - [similar]
拡張モジュールの関数を取得する 2666
« ReflectionExtension::getDependencies ReflectionExtension::getINIEntries » PHP Manual Reflectio ... mplexml_load_file] => ReflectionFunction Object ( [name] => simplexml_load_file ) [simplexml_load_string] ... => ReflectionFunction Object ( [name] => simplexml_load_string ) [simplexml_import_dom] ... => ReflectionFunction Object ( [name] => simplexml_import_dom ) ) 参考 ReflectionExtens ...
https://man.plustar.jp/php/reflectionextension.getfunctions.html - [similar]
文書の配列表現を返す 2666
« SolrDocument::sort SolrDocument::unserialize » PHP Manual SolrDocument 文書の配列表現を返す So ... lds] => Array ( [0] => SolrDocumentField Object ( [name] => id [boost] => 0 [values] => Array ( [0] => 112 ... 3 ) ) [1] => SolrDocumentField Object ( [name] => features [boost] => 0 [values] => Array ( [0] ... ment cycles ) ) [2] => SolrDocumentField Object ( [name] => cat [boost] => 0 [values] => Array ( [0] => So ...
https://man.plustar.jp/php/solrdocument.toarray.html - [similar]
要素の開始タグを作成する 2666
« XMLWriter::startDtdEntity XMLWriter::startElementNs » PHP Manual XMLWriter 要素の開始タグを作成 ... クト指向型 public XMLWriter::startElement ( string $name ): bool 手続き型 xmlwriter_start_element ( XMLWrit ... er $writer , string $name ): bool 要素を開始します。 パラメータ writer 手続き ... r_open_memory() を呼び出すことで取得したものです。 name 要素名。 戻り値 成功した場合に true を、失敗した場 ...
https://man.plustar.jp/php/xmlwriter.startelement.html - [similar]