検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1568 for Name (0.012 sec.)
ドキュメントを検索する 3236
« Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ ... teCollection ( "people" ); $collection -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' )-> execu ... te (); $collection -> add ( '{"name": "Bob", "age": 19, "job": "Swimmer"}' )-> execute ... (); $collection -> add ( '{"name": "Fred", "age": 20, "job": "Construction"}' )-> e ... xecute (); $collection -> add ( '{"name": "Wilma", "age": 21, "job": "Teacher"}' )-> execu ...
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html - [similar]
コレクションをテーブルオブジェクトとして取得する 3236
« Schema::getCollection Schema::getCollections » PHP Manual mysql_xdevapi\Schema コレクションをテ ... sql_xdevapi\Schema::getCollectionAsTable ( string $name ): mysql_xdevapi\Table コレクションをコレクションオ ... 、テーブルオブジェクトとして取得します。 パラメータ name テーブルオブジェクトとしてインスタンス化するための ... reateCollection ( "people" ); $collect -> add ( '{"name": "Fred", "age": 21, "job": "Construction"}' )-> e ... xecute (); $collect -> add ( '{"name": "Wilma", "age": 23, "job": "Teacher"}' )-> execu ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getcollectionastable.html - [similar]
SimpleXML 要素に属性を追加する 3236
« SimpleXMLElement SimpleXMLElement::addChild » PHP Manual SimpleXMLElement SimpleXML 要素に属性 ... SimpleXMLElement::addAttribute ( string $qualifiedName , string $value , ? string $namespace = null ): vo ... leXML 要素に属性を追加します。 パラメータ qualifiedName 追加する属性の名前。 value 属性の値。 namespace 指 ... ddChild ( 'character' ); $character -> addChild ( 'name' , 'Mr. Parser' ); $character -> addChild ( 'actor ... ehind the Parser</title> <characters> <character> <name>Ms. Coder</name> <actor>Onlivia Actora</actor> </c ...
https://man.plustar.jp/php/simplexmlelement.addattribute.html - [similar]
Replace a function definition with a new implementation 3215
« runkit7_function_copy runkit7_function_remove » PHP Manual runkit7 関数 Replace a function def ... 説明 runkit7_function_redefine ( string $function_name , string $argument_list , string $code , bool $ret ... bool runkit7_function_redefine ( string $function_name , Closure $closure , string $doc_comment = null , ... e を有効にする必要があります。 パラメータ function_name Name of function to redefine argument_list New lis ... unction_copy() - Copy a function to a new function name runkit7_function_rename() - Change a function's na ...
https://man.plustar.jp/php/function.runkit7-function-redefine.html - [similar]
フォーマッタのロケールを取得する 3215
« NumberFormatter::getErrorMessage NumberFormatter::getPattern » PHP Manual NumberFormatter フォ ... ale :: ACTUAL_LOCALE ); printf ( "Requested locale name: %s\nValid locale name: %s\nActual locale name: %s ... ?> 上の例の出力は以下となります。 Requested locale name: fr_FR_PARIS Valid locale name: fr_FR Actual local ... e name: fr 参考 numfmt_create() - 数値フォーマッタを作成す ...
https://man.plustar.jp/php/numberformatter.getlocale.html - [similar]
Yaf_Route_Simple のコンストラクタ 3215
« Yaf_Route_Simple::assemble Yaf_Route_Simple::route » PHP Manual Yaf_Route_Simple Yaf_Route_Sim ... lic Yaf_Route_Simple::__construct ( string $module_name , string $controller_name , string $action_name ) ... のリストのみが 記述されています。 パラメータ module_name モジュール情報のキー名 controller_name コントローラ ... ー情報のキー名 action_name アクション情報のキー名 戻り値 常に true を返します ...
https://man.plustar.jp/php/yaf-route-simple.construct.html - [similar]
IntlChar クラス 3195
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... RTY_LOWERCASE_MAPPING = 16388 ; const int PROPERTY_NAME = 16389 ; const int PROPERTY_SIMPLE_CASE_FOLDING = ... ASE_MAPPING = 16394 ; const int PROPERTY_UNICODE_1_NAME = 16395 ; const int PROPERTY_UPPERCASE_MAPPING = 1 ... ; const int EA_COUNT = 6 ; const int UNICODE_CHAR_NAME = 0 ; const int UNICODE_10_CHAR_NAME = 1 ; const i ... nt EXTENDED_CHAR_NAME = 2 ; const int CHAR_NAME_ALIAS = 3 ; const int CH ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
Yaf_Request_Simple クラス 3195
« Yaf_Request_Http::isXmlHttpRequest Yaf_Request_Simple::__construct » PHP Manual Yaf Yaf_Reques ... ams (): bool public Yaf_Request_Abstract::getActionName (): void public Yaf_Request_Abstract::getBaseUri ( ... ): void public Yaf_Request_Abstract::getControllerName (): void public Yaf_Request_Abstract::getEnv ( str ... ing $name , string $default = ? ): void public Yaf_Request_A ... d (): string public Yaf_Request_Abstract::getModuleName (): void public Yaf_Request_Abstract::getParam ( s ...
https://man.plustar.jp/php/class.yaf-request-simple.html - [similar]
Add Constant 3195
« Componere\Definition::__construct Componere\Definition::addProperty » PHP Manual Componere\Def ... public Componere\Definition::addConstant ( string $name , Componere\Value $value ): Definition Shall decla ... lass constant on the current Definition パラメータ name The case sensitive name for the constant value The ... as registered 警告 Shall throw RuntimeException if name is already declared as a constant 警告 Shall throw ...
https://man.plustar.jp/php/componere-definition.addconstant.html - [similar]
指定したハッシュの名前を得る 3195
« mhash_get_block_size mhash_keygen_s2k » PHP Manual Mhash 関数 指定したハッシュの名前を得る mha ... sh_get_hash_name (PHP 4, PHP 5, PHP 7, PHP 8) mhash_get_hash_name... に頼らないことを強く推奨します。 説明 mhash_get_hash_name ( int $algo ): string | false 指定した algo の名前 ... 関数 を代わりに使って下さい。 例 例1 mhash_get_hash_name() の例 <?php echo mhash_get_hash_name ( MHASH_MD5 ...
https://man.plustar.jp/php/function.mhash-get-hash-name.html - [similar]