検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 317 for 基本 (0.011 sec.)
ふたつのパスの差分を再帰的に取得する 4464
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... 外部の diff エンジン を使うこともできます。 例 例1 基本的な例 ここでは、この関数の基本的な使用法と結果の取得 ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
画像の反復を設定する 4464
« Imagick::setImageInterpolateMethod Imagick::setImageMatte » PHP Manual Imagick 画像の反復を設定 ... エラー時に ImagickException をスローします。 例 例1 基本的な Imagick::setImageIterations() の使用例 <?php $i ...
https://man.plustar.jp/php/imagick.setimageiterations.html - [similar]
色を文字列で返す 4464
« ImagickPixel::getColor ImagickPixel::getColorCount » PHP Manual ImagickPixel 色を文字列で返す ... kPixel オブジェクトの色を文字列で返します。 例 例1 基本的な Imagick::getColorAsString() の使用例 <?php // 定 ...
https://man.plustar.jp/php/imagickpixel.getcolorasstring.html - [similar]
はじめに 4464
« 配列 インストール/設定 » PHP Manual 配列 はじめに はじめに これらの関数により様々な手法で配列に ... 能になります。 配列は、変数の組を保存、管理、操作する基本的な要素です。 通常の配列および多次元配列がサポートさ ...
https://man.plustar.jp/php/intro.array.html - [similar]
はじめに 4464
« OCI8 インストール/設定 » PHP Manual OCI8 はじめに はじめに これらの関数により、 Oracle データベ ... ます。 これらは SQL 及び PL/SQL 文をサポートします。基本的なフィーチャーには、 トランザクション制御、 PHP 変 ...
https://man.plustar.jp/php/intro.oci8.html - [similar]
クラスのコンストラクタを取得する 4464
« ReflectionClass::getConstants ReflectionClass::getDefaultProperties » PHP Manual ReflectionCla ... します。 例 例1 ReflectionClass::getConstructor() の基本的な使用例 <?php $class = new ReflectionClass ( 'Ref ...
https://man.plustar.jp/php/reflectionclass.getconstructor.html - [similar]
クラスメソッドの ReflectionMethod を取得する 4464
« ReflectionClass::getInterfaces ReflectionClass::getMethods » PHP Manual ReflectionClass クラス ... が発生します。 例 例1 ReflectionClass::getMethod() の基本的な使用例 <?php $class = new ReflectionClass ( 'Ref ...
https://man.plustar.jp/php/reflectionclass.getmethod.html - [similar]
クラスのプロパティを表す ReflectionProperty を取得する 4464
« ReflectionClass::getProperties ReflectionClass::getReflectionConstant » PHP Manual ReflectionC ... を返します。 例 例1 ReflectionClass::getProperty() の基本的な使用例 <?php $class = new ReflectionClass ( 'Ref ...
https://man.plustar.jp/php/reflectionclass.getproperty.html - [similar]
このクラスがインターフェイスであるかどうかを調べる 4464
« ReflectionClass::isInstantiable ReflectionClass::isInternal » PHP Manual ReflectionClass このク ... を返します。 例 例1 ReflectionClass::isInterface() の基本的な使用例 <?php interface SomeInterface { public fu ...
https://man.plustar.jp/php/reflectionclass.isinterface.html - [similar]
XML 要素の名前を取得する 4464
« SimpleXMLElement::getDocNamespaces SimpleXMLElement::getNamespaces » PHP Manual SimpleXMLEleme ... では example.php をインクルードしていますが、これは 基本的な使用法 の最初のサンプルにある XML 文字列を参照し ...
https://man.plustar.jp/php/simplexmlelement.getname.html - [similar]