検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 299 for offset (0.050 sec.)
結果において指定したフィールドの型を取得する 4911
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... 明 mysql_field_type ( resource $result , int $field_offset ): string mysql_field_type() は、 mysql_field_name ... sql_query() のコールにより得られたものです。 field_offset 数値フィールドオフセット。 field_offset は 0 から始 ... まります。 field_offset が存在しない場合、 E_WARNING レベルのエラーが発行さ ... , type , 取得 , 指定 , 型 , string , not , 関数 , offset , int ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
数値アイテムの値を増やす 4911
« Memcached::getVersion Memcached::incrementByKey » PHP Manual Memcached 数値アイテムの値を増やす ... 明 public Memcached::increment ( string $key , int $offset = 1 , int $initial_value = 0 , int $expiry = 0 ): ... alse Memcached::increment() は、数値アイテムの値を offset で指定しただけ増やします。 アイテムの値が数値でない ... 定します。 パラメータ key 増やしたいアイテムのキー。 offset 値を増やしたい量。 initial_value そのアイテムが存在 ... emcached , increment , 値 , int , 設定 , initial , offset , 存在 ...
https://man.plustar.jp/php/memcached.increment.html - [similar]
ファイルに書き込む 4883
« eio_utime Ev » PHP Manual Eio 関数 ファイルに書き込む eio_write (PECL eio >= 0.0.1dev) eio_wri ... ( mixed $fd , string $str , int $length = 0 , int $offset = 0 , int $pri = EIO_PRI_DEFAULT , callable $callb ... = NULL ): resource eio_write() は、 str の先頭から offset バイトの位置から、最大で length バイトまで書き込み ... 。 str ソース文字列。 length 書き込む最大バイト数。 offset ファイルの先頭からのオフセット。 pri リクエストの優 ... ド: eio , リクエスト , ファイル , 関数 , callback , offset , リソース , バイト , data , length ...
https://man.plustar.jp/php/function.eio-write.html - [similar]
指定した ID を含む等価グループの ID を取得する 4883
« IntlTimeZone::getDSTSavings IntlTimeZone::getErrorCode » PHP Manual IntlTimeZone 指定した ID を ... eZone::getEquivalentID ( string $timezoneId , int $offset ): string | false 手続き型: intltz_get_equivalent_ ... id ( string $timezoneId , int $offset ): string | false 警告 この関数は、 現在のところ詳 ... ストのみが 記述されています。 パラメータ timezoneId offset 戻り値 関連キーワード: グループ , 取得 , 等価 , In ...
https://man.plustar.jp/php/intltimezone.getequivalentid.html - [similar]
指定した時刻の、GMT へのオフセットを取得する 4883
« IntlTimeZone::getIDForWindowsID IntlTimeZone::getRawOffset » PHP Manual IntlTimeZone 指定した時 ... 刻の、GMT へのオフセットを取得する IntlTimeZone::getOffset intltz_get_offset (PHP 5 >= 5.5.0, PHP 7, PHP 8, P ... ECL >= 3.0.0a1) IntlTimeZone::getOffset -- intltz_get_offset — 指定した時刻の、GMT へのオフ ... オブジェクト指向型 (method): public IntlTimeZone::getOffset ( float $timestamp , bool $local , int &$rawOffset ... , int &$dstOffset ): bool 手続き型: intltz_get_offset ( IntlTimeZone ...
https://man.plustar.jp/php/intltimezone.getoffset.html - [similar]
数値をパースする 4883
« NumberFormatter::parseCurrency NumberFormatter::setAttribute » PHP Manual NumberFormatter 数値 ... , int $type = NumberFormatter::TYPE_DOUBLE , int &$offset = null ): int | float | false 手続き型 numfmt_pars ... , int $type = NumberFormatter::TYPE_DOUBLE , int &$offset = null ): int | float | false 現在のフォーマット規 ... ルトでは NumberFormatter::TYPE_DOUBLE を使用します。 offset 文字列中でパースを開始する位置のオフセット。 結果を ... , 数値 , NumberFormatter , numfmt , int , string , offset , フォーマット , type , formatter ...
https://man.plustar.jp/php/numberformatter.parse.html - [similar]
通貨をパースする 4883
« NumberFormatter::getTextAttribute NumberFormatter::parse » PHP Manual NumberFormatter 通貨をパ ... rency ( string $string , string &$currency , int &$offset = null ): float | false 手続き型 numfmt_parse_curr ... atter , string $string , string &$currency , int &$offset = null ): float | false 現在のフォーマッタを使用し ... 文字の ISO 4217 通貨コード) を受け取るパラメータ。 offset 文字列中でパースを開始する位置のオフセット。 結果を ... urrency , numfmt , string , parseCurrency , 数値 , offset , formatter ...
https://man.plustar.jp/php/numberformatter.parsecurrency.html - [similar]
オフセットが存在するかどうか 4845
« ArrayAccess ArrayAccess::offsetGet » PHP Manual ArrayAccess オフセットが存在するかどうか Array ... Access::offsetExists (PHP 5, PHP 7, PHP 8) ArrayAccess::offsetExi ... フセットが存在するかどうか 説明 public ArrayAccess::offsetExists ( mixed $offset ): bool オフセットが存在する ... 場合です。 注意 : empty() を使用すると ArrayAccess::offsetGet() がコールされ、 ArrayAccess::offsetExists() が ... を返すかどうかで空かどうかを判断します。 パラメータ offset 調べたいオフセット。 戻り値 成功した場合に true を ...
https://man.plustar.jp/php/arrayaccess.offsetexists.html - [similar]
DOMComment クラス 4845
« DOMChildNode::replaceWith DOMComment::__construct » PHP Manual DOM DOMComment クラス DOMCommen ... ): bool public DOMCharacterData::deleteData ( int $offset , int $count ): bool public DOMCharacterData::inse ... rtData ( int $offset , string $data ): bool public DOMCharacterData::re ... placeData ( int $offset , int $count , string $data ): bool public DOMChar ... acterData::substringData ( int $offset , int $count ): string | false public DOMNode::app ...
https://man.plustar.jp/php/class.domcomment.html - [similar]
IntlCodePointBreakIterator クラス 4845
« IntlRuleBasedBreakIterator::getRuleStatusVec IntlCodePointBreakIterator::getLastCodePoint » PH ... (): int public IntlBreakIterator::following ( int $offset ): int public IntlBreakIterator::getErrorCode (): ... string public IntlBreakIterator::isBoundary ( int $offset ): bool public IntlBreakIterator::last (): int pub ... lic IntlBreakIterator::next ( ? int $offset = null ): int public IntlBreakIterator::preceding ... ( int $offset ): int public IntlBreakIterator::previous (): int ...
https://man.plustar.jp/php/class.intlcodepointbreakiterator.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT