検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 139 for [SIMILAR] 16 1024 4096 WITH 35559 createfunction... (0.174 sec.)
変数操作 0
« ReflectionException はじめに » PHP Manual 変数・データ型関連 変数操作 変数操作 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 変数操作 関数 boolval — 変数の boolean としての値を取得する debug_zval_dump — 内部的な zval を表す文字列をダンプする double ...
https://man.plustar.jp/php/book.var.html - [similar]
変数の型名をデバッグしやすい形で取得する 0
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する get_debug_type (PHP 8) get_debug_type — 変数の型名をデバッグしやすい形で取得する 説明 get_debug_type ( mixed $value ): string PHP の変数 value の、解決済みの名前を返します。 この関数は、オブジ ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
変数の型を取得する 0
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, PHP 7, PHP 8) gettype — 変数の型を取得する 説明 gettype ( mixed $value ): string PHP 変数 value の型を返します。 型のチェックには、この関数ではなく is_* 関数を使います。 パラメータ value 型を調 ...
https://man.plustar.jp/php/function.gettype.html - [similar]
2 つの variant を比較する 0
« variant_cat variant_date_from_timestamp » PHP Manual COM関数 2 つの variant を比較する variant_cmp (PHP 5, PHP 7, PHP 8) variant_cmp — 2 つの variant を比較する 説明 variant_cmp ( mixed $left , mixed $right , int $locale_id = LOCALE_SYSTEM_DEFAULT , int $flags = 0 ): int left と right ...
https://man.plustar.jp/php/function.variant-cmp.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
変数操作 関数 0
« 定義済み定数 boolval » PHP Manual 変数操作 変数操作 関数 変数操作 関数 目次 boolval — 変数の boolean としての値を取得する debug_zval_dump — 内部的な zval を表す文字列をダンプする doubleval — floatval のエイリアス empty — 変数が空であるかどうかを検査する floatval — 変数の float 値を取得 ...
https://man.plustar.jp/php/ref.var.html - [similar]
名前を指定して定数を定義する 0
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, PHP 7, PHP 8) define — 名前を指定して定数を定義する 説明 define ( string $constant_name , mixed $value , bool $case_insensitive = false ): bool 実行時に、名前を指定して定数を定義します。 パラメ ...
https://man.plustar.jp/php/function.define.html - [similar]
変数の整数としての値を取得する 0
« gettype is_array » PHP Manual 変数操作 関数 変数の整数としての値を取得する intval (PHP 4, PHP 5, PHP 7, PHP 8) intval — 変数の整数としての値を取得する 説明 intval ( mixed $value , int $base = 10 ): int 指定された値 base を基数(デフォルトは 10)とする、 value の int としての値を返します ...
https://man.plustar.jp/php/function.intval.html - [similar]
シグナルハンドラを設定する 0
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する pcntl_signal (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_signal — シグナルハンドラを設定する 説明 pcntl_signal ( int $signal , callable | int $handler , bool $restart_syscalls = true ): bool p ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
文字列の一部を置換する 0
« substr_count substr » PHP Manual String 関数 文字列の一部を置換する substr_replace (PHP 4, PHP 5, PHP 7, PHP 8) substr_replace — 文字列の一部を置換する 説明 substr_replace ( array | string $string , array | string $replace , array | int $offset , array | int | null $length = null ): st ...
https://man.plustar.jp/php/function.substr-replace.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT