検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1568 for Name (0.032 sec.)
ドキュメントの属性を設定する 3298
« CollectionModify::replace CollectionModify::skip » PHP Manual mysql_xdevapi\CollectionModify ド ... on ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "traits": ["Friend", "Brother", "Human ... "]}' ) -> execute (); $collection -> modify ( "name = :name" ) -> bind ([ 'name' => 'Bernie' ]) -> set ... ( "name" , "Bern" ) -> execute (); $result = $collection - ... => Array ( [_id] => 00005b6b53610000000000000111 [name] => Bern [traits] => Array ( [0] => Friend [1] => ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.set.html - [similar]
3298
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... )' ); $id = 60 ; $data = 'Some data' ; oci_bind_by_name ( $stid , ':myid' , $id ); oci_bind_by_name ( $sti ... message' ]), E_USER_ERROR ); } $sql = 'SELECT last_name FROM employees WHERE department_id = :didbv ORDER ... BY last_name' ; $stid = oci_parse ( $conn , $sql ); $didbv = 60 ... ; oci_bind_by_name ( $stid , ':didbv' , $didbv ); oci_execute ( $stid ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
クラスのプロパティを表す ReflectionProperty を取得する 3298
« ReflectionClass::getProperties ReflectionClass::getReflectionConstant » PHP Manual ReflectionC ... 説明 public ReflectionClass::getProperty ( string $name ): ReflectionProperty クラスのプロパティを表す Ref ... lectionProperty を取得します。 パラメータ name プロパティの名前。 戻り値 ReflectionProperty を返し ... tionClass' ); $property = $class -> getProperty ( 'name' ); var_dump ( $property ); ?> 上の例の出力は以下と ... なります。 object(ReflectionProperty)#2 (2) { ["name"]=> string(4) "name" ["class"]=> string(15) "Refle ...
https://man.plustar.jp/php/reflectionclass.getproperty.html - [similar]
SolrParams クラス 3278
« SolrGenericResponse::__destruct SolrParams::add » PHP Manual Solr SolrParams クラス SolrParams ... izable { /* メソッド */ final public add ( string $name , string $value ): SolrParams public addParam ( st ... ring $name , string $value ): SolrParams final public get ( s ... tring $param_name ): mixed final public getParam ( string $param_nam ... ic serialize (): string final public set ( string $name , string $value ): void public setParam ( string $ ...
https://man.plustar.jp/php/class.solrparams.html - [similar]
指定したテーブルにあるカラム名のリストを取得する 3278
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... のカラムを有しています。 TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER ... ます。 結果セットは TABLE_CAT , TABLE_SCHEM , TABLE_NAME , ORDINAL_POSITION でソートされます。 変更履歴 バー ... BLE_CAT] => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [COLUMN_NAME] => id [DATA_TYPE] => 4 [TYP ... E_NAME] => int [COLUMN_SIZE] => 10 [BUFFER_LENGTH] => 4 [ ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
クエリのプレースホルダーに値をバインドする 3278
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\Collection ... てパラメータをバインドできます。 プレースホルダーは :NAME というフォーマットで、 ':' は NAME の前に常に存在し ... なければいけない 共通のプレフィックスです。NAME はプレースホルダーの実際の名前です。 この関数は、複 ... 複数の値が許されていますし、配列の中で "PLACEHOLDER_NAME => PLACEHOLDER_VALUE" のような形で渡すこともできま ... ection ( "people" ); $result = $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> exec ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
ドキュメントのフィールドを置き換える 3278
« CollectionModify::patch CollectionModify::set » PHP Manual mysql_xdevapi\CollectionModify ドキ ... on ( "people" ); $result = $collection -> add ( '{"name": "Bernie", "traits": ["Friend", "Brother", "Human ... "]}' ) -> execute (); $collection -> modify ( "name = :name" ) -> bind ([ 'name' => 'Bernie' ]) -> rep ... lace ( "name" , "Bern" ) -> execute (); $result = $collection - ... => Array ( [_id] => 00005b6b5361000000000000011b [name] => Bern [traits] => Array ( [0] => Friend [1] => ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.replace.html - [similar]
Insert regex macro 3278
« Parle\Lexer::getToken Parle\Lexer::push » PHP Manual Parle\Lexer Insert regex macro Parle\Lexe ... cro 説明 public Parle\Lexer::insertMacro ( string $name , string $regex ): void Insert a regex macro, that ... included in other regular expressions. パラメータ name Name of the macros. regex Regular expression. 戻り ... Parle , insertMacro , string , regular , Regular , Name , パラメータ , expressions ...
https://man.plustar.jp/php/parle-lexer.insertmacro.html - [similar]
Insert regex macro 3278
« Parle\RLexer::getToken Parle\RLexer::push » PHP Manual Parle\RLexer Insert regex macro Parle\R ... ro 説明 public Parle\RLexer::insertMacro ( string $name , string $regex ): void Insert a regex macro, that ... included in other regular expressions. パラメータ name Name of the macros. regex Regular expression. 戻り ... Lexer , insertMacro , string , regular , Regular , Name , パラメータ ...
https://man.plustar.jp/php/parle-rlexer.insertmacro.html - [similar]
Add Property 3257
« Componere\Definition::addConstant Componere\Definition::register » PHP Manual Componere\Defini ... public Componere\Definition::addProperty ( string $name , Componere\Value $value ): Definition Shall decla ... lass property on the current Definition パラメータ name The case sensitive name for the property value The ... as registered 警告 Shall throw RuntimeException if name is already declared as a property 関連キーワード: ...
https://man.plustar.jp/php/componere-definition.addproperty.html - [similar]