検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 299 for OFFSET (0.039 sec.)
ファイルの内容を全て文字列に読み込む 4845
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... e_path = false , ? resource $context = null , int $offset = 0 , ? int $length = null ): string | false この関 ... 数は file() と似ていますが、 offset で指定した場所から開始し length バイト分だけ ファイ ... 要がない場合は、このパラメータに null を指定します。 offset 元のストリーム上で、読み込みを開始するオフセット位 ... トと解釈されます。 リモートファイルに対するシーク ( offset 指定) はサポートしていません。 オフセットが小さい場 ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 4845
« mb_strimwidth mb_stristr » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の ... stripos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false mb_ ... 見つける文字列。 needle haystack の中で探す文字列。 offset haystack の中で、検索を開始する位置。 負のオフセッ ... .0 encoding は、nullable になりました。 7.1.0 負の offset をサポートするようになりました。 参考 stripos() - ... 大文字 , 区別 , 小文字 , stripos , haystack , 指定 , offset , string ...
https://man.plustar.jp/php/function.mb-stripos.html - [similar]
数値アイテムの値を減らす 4845
« Memcached::__construct Memcached::decrementByKey » PHP Manual Memcached 数値アイテムの値を減ら ... 明 public Memcached::decrement ( string $key , int $offset = 1 , int $initial_value = 0 , int $expiry = 0 ): ... alse Memcached::decrement() は、数値アイテムの値を offset で指定しただけ減らします。 アイテムの値が数値でない ... 定します。 パラメータ key 減らしたいアイテムのキー。 offset 値を減らしたい量。 initial_value そのアイテムが存在 ... emcached , int , decrement , 値 , 設定 , initial , offset , 存在 ...
https://man.plustar.jp/php/memcached.decrement.html - [similar]
DirectoryIterator のアイテムを移動する 4807
« DirectoryIterator::rewind DirectoryIterator::__toString » PHP Manual DirectoryIterator Directo ... 移動する 説明 public DirectoryIterator::seek ( int $offset ): void DirectoryIterator の指定した位置に移動しま ... す。 パラメータ offset 異動先を表す、ゼロから始まる位置。 戻り値 値を返し ... terator , 移動 , アイテム , 位置 , 最初 , rewind , offset , next , 参考 , 通常 ...
https://man.plustar.jp/php/directoryiterator.seek.html - [similar]
Move the cursor in the result 4807
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... brid_move_cursor ( resource $req_identifier , int $offset , int $origin = CUBRID_CURSOR_CURRENT ): bool The ... location of req_identifier by the value set in the offset argument, to the direction set in the origin argum ... TA . パラメータ req_identifier Request identifier. offset Number of units you want to move the cursor. origi ... rsor , string , the , in , argument , identifier , offset ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
文字列の中に指定した文字列が最初に現れる位置を見つける 4807
« mb_strlen mb_strrchr » PHP Manual マルチバイト文字列 関数 文字列の中に指定した文字列が最初に現 ... _strpos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false ある ... 定しても文字コードの値と見なされることはありません。 offset 検索オフセット。 指定されない場合は、0 が使用されま ... .0 encoding は、nullable になりました。 7.1.0 負の offset をサポートするようになりました。 参考 mb_internal_ ... , 指定 , 文字 , encoding , haystack , オフセット , offset , string ...
https://man.plustar.jp/php/function.mb-strpos.html - [similar]
残りのストリームを文字列に読み込む 4807
« stream_filter_remove stream_get_filters » PHP Manual ストリーム 関数 残りのストリームを文字列に ... s ( resource $stream , ? int $length = null , int $offset = -1 ): string | false file_get_contents() と似てい ... ームリソースに対して操作を行います。そして、指定した offset から始まる最大 length バイトのデータを取得して文字 ... null (バッファの残りのデータをすべて読み込む)。 offset ( int ) 読み込みを開始する前に移動する位置。負の数 ... トリーム , stream , 残り , contents , int , length , offset , データ , 最大 , 移動 ...
https://man.plustar.jp/php/function.stream-get-contents.html - [similar]
Description 4807
« Imagick::stripImage Imagick::swirlImage » PHP Manual Imagick Description Imagick::subImageMatc ... magick::subImageMatch ( Imagick $Imagick , array &$offset = ? , float &$similarity = ? ): Imagick Searches f ... t describe the matching region. パラメータ Imagick offset similarity A new image that displays the amount of ... , similarity , subImageMatch , subimage , array , offset , associative , amount , After ...
https://man.plustar.jp/php/imagick.subimagematch.html - [similar]
データをラージオブジェクトに保存する 4807
« OCILob::rewind OCILob::saveFile » PHP Manual OCILob データをラージオブジェクトに保存する OCILo ... する 説明 public OCILob::save ( string $data , int $offset = 0 ): bool data をラージオブジェクトに保存します。 ... パラメータ data 保存するデータ。 offset ラージオブジェクトの先頭からのオフセットを指定する ... オブジェクト , OCILob , データ , data , save , OCI , offset , 名前 , 変更 ...
https://man.plustar.jp/php/ocilob.save.html - [similar]
GMT からのタイムゾーンのオフセットを返す 4778
« DateTimeZone::getName DateTimeZone::getTransitions » PHP Manual DateTimeZone GMT からのタイムゾ ... ーンのオフセットを返す DateTimeZone::getOffset timezone_offset_get (PHP 5 >= 5.2.0, PHP 7, PHP 8) ... DateTimeZone::getOffset -- timezone_offset_get — GMT からのタイムゾーンのオ ... 返す 説明 オブジェクト指向型 public DateTimeZone::getOffset ( DateTimeInterface $datetime ): int 手続き型 time ... zone_offset_get ( DateTimeZone $object , DateTimeInterface $da ...
https://man.plustar.jp/php/datetimezone.getoffset.html - [similar]