検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 339 for Index (0.021 sec.)
ファイルの inode を取得する 3848
« filegroup filemtime » PHP Manual ファイルシステム 関数 ファイルの inode を取得する fileinode ( ... ァイルとのファイルの inode の比較 <?php $filename = 'index.php' ; if ( getmyinode () == fileinode ( $filename ...
https://man.plustar.jp/php/function.fileinode.html - [similar]
ファイルの所有者を取得する 3848
« filemtime fileperms » PHP Manual ファイルシステム 関数 ファイルの所有者を取得する fileowner (P ... 。 例 例1 ファイルの所有者の取得 <?php $filename = 'index.php' ; print_r ( posix_getpwuid ( fileowner ( $fil ...
https://man.plustar.jp/php/function.fileowner.html - [similar]
FTP 経由でファイルのパーミッションを設定する 3848
« ftp_chdir ftp_close » PHP Manual FTP 関数 FTP 経由でファイルのパーミッションを設定する ftp_chm ... 例 例1 ftp_chmod() の例 <?php $file = 'public_html/index.php' ; // 接続を確立する $ftp = ftp_connect ( $ftp ...
https://man.plustar.jp/php/function.ftp-chmod.html - [similar]
画像にフィルタを適用する 3848
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... ) { for( $y = 0 ; $y < imagesy ( $im ); ++ $y ) { $index = imagecolorat ( $im , $x , $y ); $rgb = imagecolo ... rsforindex ( $index ); $color = imagecolorallocate ( $im , 25 ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
配列 3848
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... 出力は以下となります。 Checking 0: Notice: Undefined index: $i in /path/to/script.html on line 9 Bad: Good: 1 ... Notice: Undefined index: $i in /path/to/script.html on line 11 Bad: Good: ... 1 Checking 1: Notice: Undefined index: $i in /path/to/script.html on line 9 Bad: Good: 2 ... Notice: Undefined index: $i in /path/to/script.html on line 11 Bad: Good: ...
https://man.plustar.jp/php/language.types.array.html - [similar]
Call a Lua function 3848
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... ua tables, and vice versa. Note that Lua typically indexes arrays from 1, while PHP indexes arrays from 0. ... erenced. Lua __pairs and __ipairs are processed. __index is ignored. When converting from PHP to Lua, integ ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
Returns an array of identifiers for upserted documents 3848
« MongoDB\Driver\WriteResult::getUpsertedCount MongoDB\Driver\WriteResult::getWriteConcernError ... d documents. The array keys will correspond to the index of the write operation (from MongoDB\Driver\BulkWr ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getupsertedids.html - [similar]
3848
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... > Array ( [0] => SolrDocument Object ( [_hashtable_index:SolrDocument:private] => 19740 ) [1] => SolrDocume ... nt Object ( [_hashtable_index:SolrDocument:private] => 25485 ) [2] => SolrDocume ... nt Object ( [_hashtable_index:SolrDocument:private] => 25052 ) ) ) ) 例6 簡単な ...
https://man.plustar.jp/php/solr.examples.html - [similar]
The __construct purpose 3848
« Yaf_Route_Supervar::assemble Yaf_Route_Supervar::route » PHP Manual Yaf_Route_Supervar The __c ... 合はこのような結果になります */ array ( "module" => index(default), "controller" => ctr, "action" => act, "p ...
https://man.plustar.jp/php/yaf-route-supervar.construct.html - [similar]
アクティブなアーカイブにパスワードを設定する 3848
« ZipArchive::setMtimeName ZipArchive::statIndex » PHP Manual ZipArchive アクティブなアーカイブに ... e::setEncryptionName() と ZipArchive::setEncryptionIndex() のデフォルトのパスワードとしても使われます。 これ ... 換していませんでした。 参考 ZipArchive::setEncryptionIndex() - index で定義されたエントリの暗号化方法を指定す ...
https://man.plustar.jp/php/ziparchive.setpassword.html - [similar]