検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for role (0.001 sec.)
新しい MultipleIterator を作成する 11954
« MultipleIterator::attachIterator MultipleIterator::containsIterator » PHP Manual MultipleItera ... tor (array( 'John' , 'Jane' , 'Jack' , 'Judy' )); $roles = new ArrayIterator (array( 'Developer' , 'Scrum ... ( $people , 'person' ); $team -> attachIterator ( $roles , 'role' ); foreach ( $team as $member ) { print_ ... _KEYS_ASSOC の場合の出力 Array ( [person] => John [role] => Developer ) Array ( [person] => Jane [role] => ... Scrum Master ) Array ( [person] => Jack [role] => Project Owner ) $flags = MIT_NEED_ANY|MIT_KEYS ...
https://man.plustar.jp/php/multipleiterator.construct.html - [similar]
指定したノードの子ノードを見付ける 11351
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定し ... php $xml = new SimpleXMLElement ( '<person> <child role="son"> <child role="daughter"/> </child> <child ro ... le="daughter"> <child role="son"> <child role="son"/> </child> </child> </per ... n ) { echo ' The person begot a ' . $second_gen [ 'role' ]; foreach ( $second_gen -> children () as $third ... _gen ) { echo ' who begot a ' . $third_gen [ 'role' ] . ';' ; foreach ( $third_gen -> children () as ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]
Collator クラス 8554
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3 ... or::DEFAULT_VALUE 例4 CASE_LEVEL のルール S=1, E=X role = Role = rôle S=1, E=O role = rôle < Role Collator ...
https://man.plustar.jp/php/class.collator.html - [similar]
データベースへの接続をオープンする 7768
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... ? , int $buffers = ? , int $dialect = ? , string $role = ? , int $sync = ? ): resource Firebird/InterBase ... でサポートされる方言のうち、最高位のものになります。 role InterBase 5 以降でのみ有効です。 sync 戻り値 成功し ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
InterBase データベースへの持続的接続をオープンする 7768
« ibase_param_info ibase_prepare » PHP Manual Firebird/InterBase 関数 InterBase データベースへの ... ? , int $buffers = ? , int $dialect = ? , string $role = ? , int $sync = ? ): resource InterBase データベ ... のものになります。 InterBase 6 以降でのみ有効です。 role InterBase 5 以降でのみ有効です。 sync 戻り値 成功し ...
https://man.plustar.jp/php/function.ibase-pconnect.html - [similar]
Firebird データベースに接続する 7403
« Firebird (PDO) IBM (PDO) » PHP Manual Firebird (PDO) Firebird データベースに接続する PDO_FIREB ... データベース名を指定します。 charset 文字セット。 role SQL のロール名。 dialect データベースの方言。 1 ま ...
https://man.plustar.jp/php/ref.pdo-firebird.connection.html - [similar]
PREV 1 NEXT