検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1480 for [SIMILAR] 16 1024 4096 WITH 10475 simplexml WITH... (0.866 sec.)
基本的な SimpleXML の使用法 0
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 このリファレンスの多くの例では XML 文字列が必要です。それぞれの例で この文字列をくり返す代わりに、あるファイルにこの文字列を保存して、 例ごとに読みこむことにします。この読みこまれるファイルは、以 ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
数値を加算する 0
« gmp_abs gmp_and » PHP Manual GMP 関数 数値を加算する gmp_add (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_add — 数値を加算する 説明 gmp_add ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの数を加算します。 パラメータ num1 足される数。 GMP オブジェクト、整数、あるいは数値 ...
https://man.plustar.jp/php/function.gmp-add.html - [similar]
元の画像を、オプションのクリッピング領域を使ってアフィン変換した画像を返す 0
« image2wbmp imageaffinematrixconcat » PHP Manual GD および Image 関数 元の画像を、オプションのクリッピング領域を使ってアフィン変換した画像を返す imageaffine (PHP 5 >= 5.5.0, PHP 7, PHP 8) imageaffine — 元の画像を、オプションのクリッピング領域を使ってアフィン変換した画像を返す 説明 image ...
https://man.plustar.jp/php/function.imageaffine.html - [similar]
ビット AND を計算する 0
« gmp_add gmp_binomial » PHP Manual GMP 関数 ビット AND を計算する gmp_and (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_and — ビット AND を計算する 説明 gmp_and ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット AND を計算します。 パラメータ num1 GMP オブジェ ...
https://man.plustar.jp/php/function.gmp-and.html - [similar]
法による逆 0
« gmp_intval gmp_jacobi » PHP Manual GMP 関数 法による逆 gmp_invert (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_invert — 法による逆 説明 gmp_invert ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP | false num2 を法とした num1 の逆を計算します。 パラメータ num1 GMP オブジェクト、 ...
https://man.plustar.jp/php/function.gmp-invert.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
数を比較する 0
« gmp_clrbit gmp_com » PHP Manual GMP 関数 数を比較する gmp_cmp (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_cmp — 数を比較する 説明 gmp_cmp ( GMP | int | string $num1 , GMP | int | string $num2 ): int ふたつの数を比較します。 パラメータ num1 GMP オブジェクト、整数、あるいは数値に変換可能な ...
https://man.plustar.jp/php/function.gmp-cmp.html - [similar]
ルジェンドル記号 0
« gmp_lcm gmp_mod » PHP Manual GMP 関数 ルジェンドル記号 gmp_legendre (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_legendre — ルジェンドル記号 説明 gmp_legendre ( GMP | int | string $num1 , GMP | int | string $num2 ): int num1 と num2 の » ルジェンドル記号 を計算します。 num2 は、正の奇数で ...
https://man.plustar.jp/php/function.gmp-legendre.html - [similar]
変数の文字列としての値を取得する 0
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, PHP 5, PHP 7, PHP 8) strval — 変数の文字列としての値を取得する 説明 strval ( mixed $value ): string value の string としての値を 返します。文字列への変換の詳細については、 string の ドキュメン ...
https://man.plustar.jp/php/function.strval.html - [similar]
スタイルシートを取り込む 0
« XSLTProcessor::hasExsltSupport XSLTProcessor::registerPHPFunctions » PHP Manual XSLTProcessor スタイルシートを取り込む XSLTProcessor::importStylesheet (PHP 5, PHP 7, PHP 8) XSLTProcessor::importStylesheet — スタイルシートを取り込む 説明 public XSLTProcessor::importStylesheet ( object $ ...
https://man.plustar.jp/php/xsltprocessor.importstylesheet.html - [similar]