検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 39 for [SIMILAR] 16 1024 4096 WITH 21079 号論 WITH 1903... (0.076 sec.)
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
Iterable 0
« 配列 オブジェクト » PHP Manual 型 Iterable Iterable Iterable は PHP 7.1 で導入された疑似型です。 array 、あるいは Traversable インターフェイスを実装したオブジェクトを 許容します。これらの型は、いずれも foreach で繰り返し可能であり、また、 ジェネレータ 内で yield from できます。 Iterabl ...
https://man.plustar.jp/php/language.types.iterable.html - [similar]
ディレクトリクラスのインスタンスを返す 0
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP 4, PHP 5, PHP 7, PHP 8) dir — ディレクトリクラスのインスタンスを返す 説明 dir ( string $directory , ? resource $context = null ): Directory | false ディレクトリを読むための疑似オブジェクト指向 ...
https://man.plustar.jp/php/function.dir.html - [similar]
ランダムなトークンを生成する 0
« OAuthProvider::consumerHandler OAuthProvider::is2LeggedEndpoint » PHP Manual OAuthProvider ランダムなトークンを生成する OAuthProvider::generateToken (PECL OAuth >= 1.0.0) OAuthProvider::generateToken — ランダムなトークンを生成する 説明 final public static OAuthProvider::generateToken ( ...
https://man.plustar.jp/php/oauthprovider.generatetoken.html - [similar]
配列から一つ以上のキーをランダムに取得する 0
« array_push array_reduce » PHP Manual 配列 関数 配列から一つ以上のキーをランダムに取得する array_rand (PHP 4, PHP 5, PHP 7, PHP 8) array_rand — 配列から一つ以上のキーをランダムに取得する 説明 array_rand ( array $array , int $num = 1 ): int | string | array 一つ以上のランダムなエントリを ...
https://man.plustar.jp/php/function.array-rand.html - [similar]
画像に関数を適用する 0
« Imagick::frameImage Imagick::fxImage » PHP Manual Imagick 画像に関数を適用する Imagick::functionImage (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::functionImage — 画像に関数を適用する 説明 public Imagick::functionImage ( int $function , array $arguments , int $channel = Imagick:: ...
https://man.plustar.jp/php/imagick.functionimage.html - [similar]
指定したノードの子ノードを見付ける 0
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定したノードの子ノードを見付ける SimpleXMLElement::children (PHP 5, PHP 7, PHP 8) SimpleXMLElement::children — 指定したノードの子ノードを見付ける 説明 public SimpleXMLElement::children ( ? string ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 0
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメージの一部をコピー、伸縮する imagecopyresampled (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagecopyresampled — 再サンプリングを行いイメージの一部をコピー、伸縮する 説明 imagecopyresampled ( GdImag ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
画像の一部をコピーしサイズを変更する 0
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変更する imagecopyresized (PHP 4, PHP 5, PHP 7, PHP 8) imagecopyresized — 画像の一部をコピーしサイズを変更する 説明 imagecopyresized ( GdImage $dst_image , GdImage $src_image , int $dst_x , int ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
PREV 1 2 3 4 NEXT