検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 21 for setType (0.004 sec.)
変数の型をセットする 14410
« serialize strval » PHP Manual 変数操作 関数 変数の型をセットする settype (PHP 4, PHP 5, PHP 7, ... PHP 8) settype — 変数の型をセットする 説明 settype ( mixed &$var ... true を、失敗した場合に false を返します。 例 例1 settype() の例 <?php $foo = "5bar" ; // string $bar = true ... ; // boolean settype ( $foo , "integer" ); // ここでは、$foo は 5です ( ... 整数) settype ( $bar , "string" ); // ここでは、$bar は "1" です ...
https://man.plustar.jp/php/function.settype.html - [similar]
画像タイプ属性を設定する 12583
« Imagick::setSizeOffset Imagick::shadeImage » PHP Manual Imagick 画像タイプ属性を設定する Imagi ... ck::setType (PECL imagick 2, PECL imagick 3) Imagick::setType ... — 画像タイプ属性を設定する 説明 public Imagick::setType ( int $image_type ): bool 画像タイプ属性を設定しま ... キーワード: 画像 , タイプ , 属性 , 設定 , Imagick , setType , imagick , type , setSizeOffset , shadeImage ...
https://man.plustar.jp/php/imagick.settype.html - [similar]
変数の文字列としての値を取得する 8913
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, ... を取得する intval() - 変数の整数としての値を取得する settype() - 変数の型をセットする sprintf() - フォーマットさ ...
https://man.plustar.jp/php/function.strval.html - [similar]
Imagick オブジェクトのサイズのオフセットを設定する 8304
« Imagick::setSize Imagick::setType » PHP Manual Imagick Imagick オブジェクトのサイズのオフセット ...
https://man.plustar.jp/php/imagick.setsizeoffset.html - [similar]
3D 効果を作成する 8219
« Imagick::setType Imagick::shadowImage » PHP Manual Imagick 3D 効果を作成する Imagick::shadeIma ...
https://man.plustar.jp/php/imagick.shadeimage.html - [similar]
変数の float 値を取得する 8135
« empty get_debug_type » PHP Manual 変数操作 関数 変数の float 値を取得する floatval (PHP 4 >= 4 ... 取得する strval() - 変数の文字列としての値を取得する settype() - 変数の型をセットする 型の相互変換 関連キーワー ...
https://man.plustar.jp/php/function.floatval.html - [similar]
変数の boolean としての値を取得する 8033
« 変数操作 関数 debug_zval_dump » PHP Manual 変数操作 関数 変数の boolean としての値を取得する b ... 取得する strval() - 変数の文字列としての値を取得する settype() - 変数の型をセットする is_bool() - 変数が boolea ...
https://man.plustar.jp/php/function.boolval.html - [similar]
変数操作 7949
« ReflectionException はじめに » PHP Manual 変数・データ型関連 変数操作 変数操作 はじめに インス ... く出力する serialize — 値の保存可能な表現を生成する settype — 変数の型をセットする strval — 変数の文字列として ...
https://man.plustar.jp/php/book.var.html - [similar]
変数の型を取得する 7949
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... _type() - 変数の型名をデバッグしやすい形で取得する settype() - 変数の型をセットする get_class() - オブジェクト ...
https://man.plustar.jp/php/function.gettype.html - [similar]
はじめに 7949
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 ... 的に他の型に変換したい場合、変数を キャスト するか、 settype() 関数を使用します。 変数は、その型に依存して異なっ ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
PREV 1 2 3 NEXT