検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 474 for use (0.113 sec.)
MongoDB driver classes 3856
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... ger::startSession — Start a new client session for use with this client MongoDB\Driver\Command — The Mong ... r\Session::__construct — Create a new Session (not used) MongoDB\Driver\Session::endSession — Terminates ... ver\Cursor::__construct — Create a new Cursor (not used) MongoDB\Driver\Cursor::current — Returns the cur ... oDB\Driver\Cursor::setTypeMap — Sets a type map to use for BSON unserialization MongoDB\Driver\Cursor::to ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
Add Trait 3856
« Componere\Abstract\Definition::addMethod Componere\Abstract\Definition::getReflector » PHP Man ... tion::addTrait ( string $trait ): Definition Shall use the given trait for the current definition パラメー ...
https://man.plustar.jp/php/componere-abstract-definition.addtrait.html - [similar]
Associates a key with a value 3856
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... stance to be considered equal. 注意 : You can also use array syntax to associate values by key, eg. $map[ ... ents \ Ds \ Hashable { /** * An arbitrary value to use as the hash value. Does not define equality. */ pr ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
PASSWD 拡張オペレーションのヘルパ 3856
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... ldap_exop_passwd ( LDAP\Connection $ldap , string $user = "" , string $old_password = "" , string $new_pa ... ct() が返す LDAP\Connection クラスのインスタンス。 user パスワードを変更するユーザーの dn old_password こ ... echo "Unable to bind to LDAP server" ; exit; } // use PASSWD EXOP to change the user password for a gene ... My Company, c=US" , "secret" ); if ( $genpw ) { // use the generated password to bind $bind = ldap_bind ( ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
クエリがプリフェッチする行数を設定する 3856
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... 計な行はプリフェッチしません。 // 余計な行は myproc_use_rc() には戻されません。 // プリフェッチに 0 を設定 ... fcur ); var_dump ( $row ); // REF CURSOR を myproc_use_rc() に渡して、 // 結果セットに対してさらにデータ処 ... を行います $stid = oci_parse ( $conn , 'begin myproc_use_rc(:rc_in); end;' ); oci_bind_by_name ( $stid , ': ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
XMLファイルをパースし、オブジェクトに代入する 3856
« simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、 ... RNING エラーメッセージが発生します。 ヒント libxml_use_internal_errors() ですべての XML エラーを抑制し、 ... ent オブジェクトを作成する XML エラーの対応 libxml_use_internal_errors() - libxmlエラーを無効にし、ユーザ ...
https://man.plustar.jp/php/function.simplexml-load-file.html - [similar]
XML 文字列をオブジェクトに代入する 3856
« simplexml_load_file WDDX » PHP Manual SimpleXML 関数 XML 文字列をオブジェクトに代入する simple ... RNING エラーメッセージが発生します。 ヒント libxml_use_internal_errors() ですべての XML エラーを抑制し、 ... ent オブジェクトを作成する XML エラーの対応 libxml_use_internal_errors() - libxmlエラーを無効にし、ユーザ ...
https://man.plustar.jp/php/function.simplexml-load-string.html - [similar]
Functional API 3856
« Philosophy parallel\bootstrap » PHP Manual parallel Functional API Functional API The parallel ... intimately familiar with writing applications that use parallel concurrency. The functional API provides ...
https://man.plustar.jp/php/functional.parallel.html - [similar]
アロー関数 3856
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名 ... // $y を値渡しするのと同じ $fn2 = function ( $x ) use ( $y ) { return $x + $y ; }; var_export ( $fn1 ( 3 ... ます。 これは変数 $x をアロー関数の内部で使うたびに use($x) を実行することと大体同じです。 値でバインドする ...
https://man.plustar.jp/php/functions.arrow.html - [similar]
名前解決のルール 3856
« 名前空間の使用法: グローバル関数/定数への移行 FAQ: 名前空間について知っておくべきこと » PHP Ma ... ートテーブルに従うということになります。 たとえば、 use A\B\C; の後に、 new C() のようなことをすると、 C は ... A\B\C() に解決されます。 同じように、 use function A\B\fn; の後に fn() のようなことをすると、 ... を探します。 例1 名前解決の例 <?php namespace A ; use B \ D , C \ E as F ; // 関数のコール foo (); // ま ...
https://man.plustar.jp/php/language.namespaces.rules.html - [similar]