検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 338 for [SIMILAR] 16 1024 4096 WITH 11726 なva WITH 8106... (0.443 sec.)
このクラスがイテレーション可能かを調べる 0
« ReflectionClass::isInternal ReflectionClass::isIterateable » PHP Manual ReflectionClass このクラスがイテレーション可能かを調べる ReflectionClass::isIterable (PHP 7 >= 7.2.0, PHP 8) ReflectionClass::isIterable — このクラスがイテレーション可能かを調べる 説明 public ReflectionClass::isIte ...
https://man.plustar.jp/php/reflectionclass.isiterable.html - [similar]
リファレンスのユニークなIDを取得する 0
« ReflectionReference::fromArrayElement ReflectionAttribute » PHP Manual ReflectionReference リファレンスのユニークなIDを取得する ReflectionReference::getId (PHP 7 >= 7.4.0, PHP 8) ReflectionReference::getId — リファレンスのユニークなIDを取得する 説明 public ReflectionReference::getId () ...
https://man.plustar.jp/php/reflectionreference.getid.html - [similar]
while 0
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP 8) while ループは、PHPで最も簡単なタイプのループです。 このループは、CのWHILEループと同様の動作をします。 while ループの基本形は次のようになります。 while (式) 文 while 文の意味は簡単です。 wh ...
https://man.plustar.jp/php/control-structures.while.html - [similar]
基本的な使用法 0
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 とても簡単なオブジェクト指向インターフェイスで行います。 画像のサムネイルを作成する簡単な例をごらんください。 例1 Imagick によるサムネイルの作成 <?php header ( 'Content-type: image/jpeg' ); $i ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]
手早く属性を取得する 0
« Imagick::pingImage Imagick::pingImageFile » PHP Manual Imagick 手早く属性を取得する Imagick::pingImageBlob (PECL imagick 2, PECL imagick 3) Imagick::pingImageBlob — 手早く属性を取得する 説明 public Imagick::pingImageBlob ( string $image ): bool このメソッドを使用すると、画像全体を読み込 ...
https://man.plustar.jp/php/imagick.pingimageblob.html - [similar]
基本的な SimpleXML の使用法 0
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 このリファレンスの多くの例では XML 文字列が必要です。それぞれの例で この文字列をくり返す代わりに、あるファイルにこの文字列を保存して、 例ごとに読みこむことにします。この読みこまれるファイルは、以 ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
Geo IP ロケーション 0
« その他の基本モジュール はじめに » PHP Manual その他の基本モジュール Geo IP ロケーション Geo IP ロケーション はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 GeoIP 関数 geoip_asnum_by_name — AS番号(ASN) を取得する geoip_continent_code_by_name — 二文字の ...
https://man.plustar.jp/php/book.geoip.html - [similar]
その他の基本モジュール 0
« SyncSharedMemory::write GeoIP » PHP Manual 関数リファレンス その他の基本モジュール その他の基本モジュール GeoIP — Geo IP ロケーション はじめに インストール/設定 定義済み定数 GeoIP 関数 FANN — FANN (Fast Artificial Neural Network) はじめに インストール/設定 定義済み定数 例 Fann 関数 FAN ...
https://man.plustar.jp/php/refs.basic.other.html - [similar]
文字列の metaphone キーを計算する 0
« md5 money_format » PHP Manual String 関数 文字列の metaphone キーを計算する metaphone (PHP 4, PHP 5, PHP 7, PHP 8) metaphone — 文字列の metaphone キーを計算する 説明 metaphone ( string $string , int $max_phonemes = 0 ): string string の metaphone キーを計算します。 soundex() と同様に m ...
https://man.plustar.jp/php/function.metaphone.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]