検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 906 for [SIMILAR] 16 1024 4096 WITH 18040 乗算 WITH 6294... (0.685 sec.)
リソース型を返す 0
« get_resource_id gettype » PHP Manual 変数操作 関数 リソース型を返す get_resource_type (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) get_resource_type — リソース型を返す 説明 get_resource_type ( resource $resource ): string この関数は、指定したリソースの型を取得します。 パラメータ resource 評価 ...
https://man.plustar.jp/php/function.get-resource-type.html - [similar]
変数が null かどうか調べる 0
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) is_null — 変数が null かどうか調べる 説明 is_null ( mixed $value ): bool 指定した変数が null かどうかを調べます。 パラメータ value 評価する変数。 戻り値 value が null ...
https://man.plustar.jp/php/function.is-null.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 0
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す strripos (PHP 5, PHP 7, PHP 8) strripos — 文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 説明 strripos ( string $haystack , string $needle , in ...
https://man.plustar.jp/php/function.strripos.html - [similar]
文字列中に、ある部分文字列が最後に現れる場所を探す 0
« strripos strspn » PHP Manual String 関数 文字列中に、ある部分文字列が最後に現れる場所を探す strrpos (PHP 4, PHP 5, PHP 7, PHP 8) strrpos — 文字列中に、ある部分文字列が最後に現れる場所を探す 説明 strrpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystac ...
https://man.plustar.jp/php/function.strrpos.html - [similar]
指定されたフィールドの、ローカルな最小値のうち、最大の値を返す 0
« IntlCalendar::getFirstDayOfWeek IntlCalendar::getKeywordValuesForLocale » PHP Manual IntlCalendar 指定されたフィールドの、ローカルな最小値のうち、最大の値を返す IntlCalendar::getGreatestMinimum (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getGreatestMinimum — 指定された ...
https://man.plustar.jp/php/intlcalendar.getgreatestminimum.html - [similar]
フィールドのグローバルな最小値を返す 0
« IntlCalendar::getMinimalDaysInFirstWeek IntlCalendar::getNow » PHP Manual IntlCalendar フィールドのグローバルな最小値を返す IntlCalendar::getMinimum (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getMinimum — フィールドのグローバルな最小値を返す 説明 オブジェクト指向型 p ...
https://man.plustar.jp/php/intlcalendar.getminimum.html - [similar]
要素を比較し、ヒープ内の適切な位置に置く 0
« SplHeap SplHeap::count » PHP Manual SplHeap 要素を比較し、ヒープ内の適切な位置に置く SplHeap::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplHeap::compare — 要素を比較し、ヒープ内の適切な位置に置く 説明 protected SplHeap::compare ( mixed $value1 , mixed $value2 ): int value1 と value2 を比較 ...
https://man.plustar.jp/php/splheap.compare.html - [similar]
COM関数 0
« com_exception com_create_guid » PHP Manual COM COM関数 COM関数 参考 COM についてのより詳細な情報は » COM 仕様 を読みましょう。 PHP と COM の FAQ からも情報が得られるでしょう。 MS Office アプリケーションをサーバーサイドで使用しようと考えておられるなら、 » Considerations for Server-Side ...
https://man.plustar.jp/php/ref.com.html - [similar]
国際化関数 0
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 Collator — Collator クラス Collator::asort — インデックスの情報を保持しつつ配列を並べ替え ...
https://man.plustar.jp/php/book.intl.html - [similar]
10 進数を 2 進数に変換する 0
« cosh dechex » PHP Manual Math 関数 10 進数を 2 進数に変換する decbin (PHP 4, PHP 5, PHP 7, PHP 8) decbin — 10 進数を 2 進数に変換する 説明 decbin ( int $num ): string 引数 num を 2 進数表現した文字列を返します。 パラメータ num 変換したい 10 進数値。 32 ビットマシンでの入力の範囲 正の n ...
https://man.plustar.jp/php/function.decbin.html - [similar]