検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 339 for Index (0.151 sec.)
エントリのインデックスを使用して、エントリのコメントを返す 4247
« ZipArchive::getArchiveComment ZipArchive::getCommentName » PHP Manual ZipArchive エントリのイン ... して、エントリのコメントを返す ZipArchive::getCommentIndex (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0) ... ZipArchive::getCommentIndex — エントリのインデックスを使用して、エントリのコメ ... ントを返す 説明 public ZipArchive::getCommentIndex ( int $index , int $flags = 0 ): string | false エ ... 使用して、エントリのコメントを返します。 パラメータ index エントリのインデックス。 flags ZipArchive::FL_UNCH ...
https://man.plustar.jp/php/ziparchive.getcommentindex.html - [similar]
インデックスで定義されたエントリの圧縮方法を設定する 4247
« ZipArchive::setCommentName ZipArchive::setCompressionName » PHP Manual ZipArchive インデックス ... ントリの圧縮方法を設定する ZipArchive::setCompressionIndex (PHP 7, PHP 8, PECL zip >= 1.13.0) ZipArchive::set ... CompressionIndex — インデックスで定義されたエントリの圧縮方法を設定 ... する 説明 public ZipArchive::setCompressionIndex ( int $index , int $method , int $compflags = 0 ): ... 義されたエントリの圧縮方法を設定します。 パラメータ index エントリのインデックス method 圧縮メソッド。 ZipAr ...
https://man.plustar.jp/php/ziparchive.setcompressionindex.html - [similar]
The Map class 4211
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... kip ( int $position ): Ds\Pair public slice ( int $index , int $length = ? ): Ds\Map public sort ( callable ... Map::skip — Returns the pair at a given positional index Ds\Map::slice — Returns a subset of the map define ... d by a starting index and length Ds\Map::sort — Sorts the map in-place b ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
XML パーサのカレントのカラム番号を取得する 4211
« xml_get_current_byte_index xml_get_current_line_number » PHP Manual XML パーサ 関数 XML パーサ ... ースが期待されていました。 参考 xml_get_current_byte_index() - XML パーサのカレントのバイトインデックスを得る ...
https://man.plustar.jp/php/function.xml-get-current-column-number.html - [similar]
Returns the WriteResult for the failed write operation 4211
« MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write ... message"]=> string(70) "E11000 duplicate key error index: db.collection.$_id_ dup key: { : 1 }" ["code"]=> ... int(11000) ["index"]=> int(1) ["info"]=> NULL } } 参考 MongoDB\Driver ...
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html - [similar]
イテレータの現在位置を返す 4211
« SplObjectStorage::getInfo SplObjectStorage::next » PHP Manual SplObjectStorage イテレータの現在 ... "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key (); $object = $s -> current (); // cur ... rent($s) と同等 var_dump ( $index ); var_dump ( $object ); $s -> next (); } ?> 上の例 ...
https://man.plustar.jp/php/splobjectstorage.key.html - [similar]
インデックスを使用して、エントリの内容を返す 4211
« ZipArchive::getExternalAttributesName ZipArchive::getFromName » PHP Manual ZipArchive インデッ ... を使用して、エントリの内容を返す ZipArchive::getFromIndex (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) ... ZipArchive::getFromIndex — インデックスを使用して、エントリの内容を返す 説明 ... public ZipArchive::getFromIndex ( int $index , int $len = 0 , int $flags = 0 ): st ... スを使用して、エントリの内容を返します。 パラメータ index エントリのインデックス。 len エントリから読み込む長 ...
https://man.plustar.jp/php/ziparchive.getfromindex.html - [similar]
現在の DirectoryIterator のアイテムのベース名を取得する 4174
« DirectoryIterator::getATime DirectoryIterator::getCTime » PHP Manual DirectoryIterator 現在の ... のようになります。 apple.jpg apple banana.jpg banana index.php index.php pear.jpg pear 参考 DirectoryIterator ...
https://man.plustar.jp/php/directoryiterator.getbasename.html - [similar]
mysqli のエラー報告モードを設定する 4174
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... を設定できます。 MYSQLI_REPORT_ALL や MYSQLI_REPORT_INDEX に設定すると、 インデックスを使わない(または、イン ... りに mysqli_sql_exception をスローする MYSQLI_REPORT_INDEX クエリでインデックスを使っていない (あるいは不適切 ... > __toString ()); } 例3 Error reporting except bad index errors <?php /* activate reporting */ mysqli_repor ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
単一のフィールドのメタデータを取得する 4174
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィー ... 向型 public mysqli_result::fetch_field_direct ( int $index ): object | false 手続き型 mysqli_fetch_field_dire ... ct ( mysqli_result $result , int $index ): object | false 指定した結果セットから、フィール ... t_get_result() が返す mysqli_result オブジェクト。 index フィールド番号。この値は 0 から フィールド数 - 1 ま ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]