検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 2375 for New (0.154 sec.)
Write to a lob object 2287
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... entifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. buf Data that need t ... INTO test_lob VALUES(2, ?)" ); $lob = cubrid_lob2_new ( $conn , 'CLOB' ); $len = cubrid_lob2_write ( $lo ... INTO test_lob VALUES(1, ?)" ); $lob1 = cubrid_lob2_new ( $conn , 'CLOB' ); $len = cubrid_lob2_write ( $lo ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
変数の型名をデバッグしやすい形で取得する 2287
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する ... "class@anonymous" 無名クラスのオブジェクトは、$x = new class { ... } という文法で作成されます。 例 例1 ge ... ebug_type ( $fp ) . PHP_EOL ; echo get_debug_type (new stdClass ) . PHP_EOL ; echo get_debug_type (new cl ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
現在のコンテキストを保存する 2287
« ps_rotate ps_scale » PHP Manual PS 関数 現在のコンテキストを保存する ps_save (PECL ps >= 1.1.0 ... ps_restore() で復元できます。 パラメータ psdoc ps_new() が返す、postscript ファイルのリソース ID。 戻り値 ... restore , psdoc , 復元 , 失敗 , 成功 , リソース , new ...
https://man.plustar.jp/php/function.ps-save.html - [similar]
画像を変換する 2287
« Imagick::addNoiseImage Imagick::animateImages » PHP Manual Imagick 画像を変換する Imagick::aff ... n affineTransformImage ( $imagePath ) { $imagick = new \ Imagick ( realpath ( $imagePath )); $draw = new ...
https://man.plustar.jp/php/imagick.affinetransformimage.html - [similar]
オブジェクトとの違い 2287
« 定数式における列挙型の値 値のリスト » PHP Manual 列挙型(Enum) オブジェクトとの違い オブジェクト ... スタンスの場合と同じです。 さらに、列挙型の case は new を使って直接インスタンス化できませんし、 Reflectio ... nClass::newInstanceWithoutConstructor() を使っても同様です。 こ ... れらは両方、エラーになります。 <?php $clovers = new Suit (); // Error: Cannot instantiate enum Suit $h ... orseshoes = (new ReflectionClass ( Suit ::class))-> newInstanceWith ...
https://man.plustar.jp/php/language.enumerations.object-differences.html - [similar]
名前空間の使用法: 基本編 2287
« 同一ファイル内での複数の名前空間の定義 名前空間と動的言語機能 » PHP Manual 名前空間 名前空間の ... ラス名を参照するには次の 3 つの方法があります。 $a = new foo(); あるいは foo::staticmethod(); のような非修飾 ... グローバルな関数/定数への移行 を参照ください。 $a = new subnamespace\foo(); あるいは subnamespace\foo::sta ... ては、これは subnamespace\foo と解釈されます。 $a = new \currentnamespace\foo(); あるいは \currentnamespac ... ; // グローバル定数 INI_ALL にアクセスします $c = new \ Exception ( 'error' ); // グローバルクラス Excep ...
https://man.plustar.jp/php/language.namespaces.basics.html - [similar]
クラスの抽象化 2287
« static キーワード オブジェクト インターフェイス » PHP Manual クラスとオブジェクト クラスの抽象 ... turn " { $prefix } ConcreteClass2" ; } } $class1 = new ConcreteClass1 ; $class1 -> printOut (); echo $cla ... ss1 -> prefixValue ( 'FOO_' ) . "\n" ; $class2 = new ConcreteClass2 ; $class2 -> printOut (); echo $cla ... $prefix }{ $separator } { $name } " ; } } $class = new ConcreteClass ; echo $class -> prefixName ( "Pacma ...
https://man.plustar.jp/php/language.oop5.abstract.html - [similar]
オブジェクトの比較 2287
« オブジェクトのクローン作成 遅延静的束縛 (Late Static Bindings) » PHP Manual クラスとオブジェク ... $flag = true ) { $this -> flag = $flag ; } } $o = new Flag (); $p = new Flag (); $q = $o ; $r = new Othe ...
https://man.plustar.jp/php/language.oop5.object-comparison.html - [similar]
Call a function in a Lua global variable 2287
« LuaSandbox LuaSandbox::disableProfiler » PHP Manual LuaSandbox Call a function in a Lua global ... e. 例 例1 Calling a Lua function <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // Call L ...
https://man.plustar.jp/php/luasandbox.callfunction.html - [similar]
Load Lua code into the Lua environment 2287
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into ... e . 例 例1 Loading code into Lua <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // Load t ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]