検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 38 for recursive (0.002 sec.)
渡された配列の要素を再帰的に置き換える 13302
« array_reduce array_replace » PHP Manual 配列 関数 渡された配列の要素を再帰的に置き換える array ... _replace_recursive (PHP 5 >= 5.3.0, PHP 7, PHP 8) array_replace_recur ... た配列の要素を再帰的に置き換える 説明 array_replace_recursive ( array $array , array ...$replacements ): array a ... rray_replace_recursive() は、 array の値をそれ以降の配列の同じ要素の値で置 ... ら渡した配列の値のほうが優先されます。 array_replace_recursive() は再帰的な処理を行います。 配列を再帰的にたどり、 ...
https://man.plustar.jp/php/function.array-replace-recursive.html - [similar]
一つ以上の配列を再帰的にマージする 11714
« array_map array_merge » PHP Manual 配列 関数 一つ以上の配列を再帰的にマージする array_merge_recursive ... (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) array_merge_recursive — 一つ以上の配列を再帰的にマージする 説明 array_me ... rge_recursive ( array ...$arrays ): array array_merge_recursive( ... くともひとつの引数が必須でした。 例 例1 array_merge_recursive() の例 <?php $ar1 = array( "color" => array( "favo ... ite" => "green" , "blue" )); $result = array_merge_recursive ( $ar1 , $ar2 ); print_r ( $result ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.array-merge-recursive.html - [similar]
Revert changes to the working copy 10770
« svn_repos_recover svn_status » PHP Manual SVN 関数 Revert changes to the working copy svn_reve ... orking copy 説明 svn_revert ( string $path , bool $recursive = false ): bool Revert any local changes to the pa ... パラメータ path The path to the working repository. recursive Optionally make recursive changes. 戻り値 成功した ... 連キーワード: working , copy , Revert , the , path , recursive , revert , repository , SVN , Delete ...
https://man.plustar.jp/php/function.svn-revert.html - [similar]
配列の全ての要素に、ユーザー関数を再帰的に適用する 10519
« array_values array_walk » PHP Manual 配列 関数 配列の全ての要素に、ユーザー関数を再帰的に適用す ... る array_walk_recursive (PHP 5, PHP 7, PHP 8) array_walk_recursive — 配列の ... 素に、ユーザー関数を再帰的に適用する 説明 array_walk_recursive ( array | object &$array , callable $callback , mi ... 失敗した場合に false を返します。 例 例1 array_walk_recursive() の例 <?php $sweet = array( 'a' => 'apple' , 'b' ... key ) { echo " $key holds $item \n" ; } array_walk_recursive ( $fruits , 'test_print' ); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.array-walk-recursive.html - [similar]
ディレクトリを作る 9811
« lstat move_uploaded_file » PHP Manual ファイルシステム 関数 ディレクトリを作る mkdir (PHP 4, P ... tring $directory , int $permissions = 0777 , bool $recursive = false , ? resource $context = null ): bool direc ... けます。 umask を変更するには umask() を使用します。 recursive directory で、入れ子構造のディレクトリの作成を許可 ... ( "/path/to/my/dir" , 0700 ); ?> 例2 mkdir() での recursive パラメータの使用例 <?php // 作りたいディレクトリ構 ... depth1/depth2/depth3/' ; // 入れ子構造を作るには、$recursive パラメータを // mkdir() に指定しなければなりません ...
https://man.plustar.jp/php/function.mkdir.html - [similar]
Sends changes from the local working copy to the repository 9811
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... svn_commit ( string $log , array $targets , bool $recursive = true ): array Commits changes made in the local ... age log . Directories in the targets array will be recursively committed unless recursive is set to false . 注意 ... () あるいは dirname(__FILE__) を使用してください。 recursive Boolean flag to disable recursive committing of di ... ーワード: array , commit , targets , 関数 , local , recursive , repository , 注意 , parameter , This ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
ディレクトリを作成する 9339
« ssh2_sftp_lstat ssh2_sftp_readlink » PHP Manual SSH2 関数 ディレクトリを作成する ssh2_sftp_mkd ... $sftp , string $dirname , int $mode = 0777 , bool $recursive = false ): bool リモートファイルサーバーに mode で ... ーミッションの値は、現在の umask の影響を受けます。 recursive もし recursive が true の場合、 dirname に必要とさ ... ワード: ディレクトリ , 作成 , sftp , mkdir , mode , recursive , dirname , 関数 , リモート , 影響 ...
https://man.plustar.jp/php/function.ssh2-sftp-mkdir.html - [similar]
SimpleXMLIterator クラス 8538
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... public SimpleXMLElement::getDocNamespaces ( bool $recursive = false , bool $fromRoot = true ): array | false p ... ing public SimpleXMLElement::getNamespaces ( bool $recursive = false ): array public SimpleXMLElement::register ... ent , string , クラス , 要素 , array , namespace , recursive , isPrefix ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
ドキュメントで使用している名前空間を返す 8538
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLEleme ... 説明 public SimpleXMLElement::getNamespaces ( bool $recursive = false ): array ドキュメントで使用している名前空間 ... を返します。 パラメータ recursive 指定されている場合は、親ノードおよび子ノードで使用 ... getNamespaces , ノード , registerXPathNamespace , recursive , array , ns , 出力 ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]
ドキュメントで宣言されている名前空間を返す 8144
« SimpleXMLElement::count SimpleXMLElement::getName » PHP Manual SimpleXMLElement ドキュメントで ... public SimpleXMLElement::getDocNamespaces ( bool $recursive = false , bool $fromRoot = true ): array | false ド ... ントで宣言されている名前空間を返します。 パラメータ recursive 指定されている場合は、親ノードおよび子ノードで宣言 ... ノード , string , getDocNamespaces , ns , array , recursive , fromRoot ...
https://man.plustar.jp/php/simplexmlelement.getdocnamespaces.html - [similar]
PREV 1 2 3 4 NEXT