検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 299 for offset (0.067 sec.)
Map a file into memory and return the stream resource which can be used by PHP s... 5129
« Swoole\Mmap Swoole\MySQL » PHP Manual Swoole\Mmap Map a file into memory and return the stream ... en ( string $filename , string $size = ? , string $offset = ? ): ReturnType パラメータ filename size offset ... キーワード: Swoole , Mmap , stream , string , open , offset , size , filename , operations , which ...
https://man.plustar.jp/php/swoole-mmap.open.html - [similar]
Send file to the connection. 5129
« Swoole\Server::send Swoole\Server::sendMessage » PHP Manual Swoole\Server Send file to the con ... rver::sendfile ( int $fd , string $filename , int $offset = ? ): bool 警告 この関数は、 現在のところ詳細な情 ... ストのみが 記述されています。 パラメータ fd filename offset 戻り値 関連キーワード: Send , file , onnection , S ... woole , Server , sendfile , offset , filename , int , public ...
https://man.plustar.jp/php/swoole-server.sendfile.html - [similar]
夏時間、オフセットおよびタイムゾーン名を含む連想配列を返す 5091
« DateTimeZone::getTransitions DateTimeZone::listIdentifiers » PHP Manual DateTimeZone 夏時間、オ ... ようになります。 Array ( [0] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/Porto_Acre ) [ ... 1] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/Eirunepe ) [2] ... => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => America/Rio_Branco ) [ ... 3] => Array ( [dst] => 1 [offset] => -14400 [timezone_id] => Brazil/Acre ) ) 参考 t ...
https://man.plustar.jp/php/datetimezone.listabbreviations.html - [similar]
文字列が最初に現れる場所を見つける 5091
« iconv_strlen iconv_strrpos » PHP Manual iconv 関数 文字列が最初に現れる場所を見つける iconv_st ... _strpos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false nee ... メータ haystack 文字列全体。 needle 検索する文字列。 offset オプションの offset パラメータは 検索を開始する位置 ... .0 encoding は、nullable になりました。 7.1.0 負の offset をサポートするようになりました。 参考 strpos() - 文 ... v , strpos , 位置 , encoding , haystack , string , offset , 関数 ...
https://man.plustar.jp/php/function.iconv-strpos.html - [similar]
Periodic ウォッチャーの操作モード 5053
« ウォッチャーのコールバック Ev » PHP Manual Ev Periodic ウォッチャーの操作モード Periodic ウォッ ... ーの操作モード EvPeriodic ウォッチャーは、パラメータ offset 、 interval および reschedule_cb の設定によってさま ... schedule_cb = null となります。 このときは、単純に offset で指定した時刻に実行してその後は繰り返しません。 時 ... chedule_cb = null となります。ウォッチャーは常に、 offset + N * interval ( N は何らかの整数) 経過後にタイムア ... クが呼ばれるというものです。 EvPeriodic は、 time = offset ( mod interval ) となる次の時刻にコールバックをこの ...
https://man.plustar.jp/php/ev.periodic-modes.html - [similar]
イテレータを次の境界まで進める 5053
« IntlBreakIterator::last IntlBreakIterator::preceding » PHP Manual IntlBreakIterator イテレータ ... 進める 説明 public IntlBreakIterator::next ( ? int $offset = null ): int 警告 この関数は、 現在のところ詳細な ... ん。引数のリストのみが 記述されています。 パラメータ offset 戻り値 関連キーワード: 境界 , IntlBreakIterator , ... 次 , next , int , offset , preceding , public , 警告 , 関数 ...
https://man.plustar.jp/php/intlbreakiterator.next.html - [similar]
オフセットの設定を解除する 5015
« ArrayAccess::offsetSet Serializable » PHP Manual ArrayAccess オフセットの設定を解除する ArrayA ... ccess::offsetUnset (PHP 5, PHP 7, PHP 8) ArrayAccess::offsetUnse ... オフセットの設定を解除する 説明 public ArrayAccess::offsetUnset ( mixed $offset ): void オフセットの設定を解除 ... る型キャストの際にはコール されません 。 パラメータ offset 設定解除したいオフセット。 戻り値 値を返しません。 ... キーワード: オフセット , 設定 , 解除 , ArrayAccess , offsetUnset , offset , offsetSet , Serializable , public ...
https://man.plustar.jp/php/arrayaccess.offsetunset.html - [similar]
文字列内で最後にあらわれる場所の (書記素単位の) 位置を見つける 5015
« grapheme_strripos grapheme_strstr » PHP Manual Grapheme 関数 文字列内で最後にあらわれる場所の ... strrpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列内で最後にあらわれる場所の ... い文字列。正しい形式の UTF-8 でなければなりません。 offset オプションの $offset パラメータで、$haystack のどの ... なく、書記素単位) から探し始めるのかを指定します。 $offset の値にかかわらず、返される値は常に haystack の先頭 ... 単位 , grapheme , 最後 , haystack , strrpos , 最初 , offset , 大文字 ...
https://man.plustar.jp/php/function.grapheme-strrpos.html - [similar]
次の正規表現検索を開始する位置を設定する 5015
« mb_ereg_search_regs mb_ereg_search » PHP Manual マルチバイト文字列 関数 次の正規表現検索を開始 ... する位置を設定する 説明 mb_ereg_search_setpos ( int $offset ): bool mb_ereg_search_setpos() は、 mb_ereg_searc ... h() で検索を開始する位置を設定します。 パラメータ offset 設定する位置。負の値を指定すると、文字列の末尾から ... e を返します。 変更履歴 バージョン 説明 7.1.0 負の offset をサポートするようになりました。 注意 注意 : 内部エ ... 検索 , 位置 , 開始 , ereg , search , 次 , setpos , offset , 関数 ...
https://man.plustar.jp/php/function.mb-ereg-search-setpos.html - [similar]
結果において指定したフィールド名を取得する 5015
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... 明 mysql_field_name ( resource $result , int $field_offset ): string | false mysql_field_name() は、指定したフ ... sql_query() のコールにより得られたものです。 field_offset 数値フィールドオフセット。 field_offset は 0 から始 ... まります。 field_offset が存在しない場合、 E_WARNING レベルのエラーが発行さ ... さを返す 関連キーワード: フィールド , 取得 , 指定 , offset , 関数 , 注意 , 名前 , 推奨 , result , 発行 ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]