検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 574 for [SIMILAR] 16 1024 4096 WITH 10261 移行 WITH 1014... (0.472 sec.)
DOMDocument クラス 0
« DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocument クラス (PHP 5, PHP 7, PHP 8) はじめに HTML ドキュメントあるいは XML ドキュメント全体を表し、 ドキュメントツリーのルートとなります。 クラス概要 class DOMDocument extends DOMNode implements D ...
https://man.plustar.jp/php/class.domdocument.html - [similar]
SplPriorityQueue クラス 0
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス SplPriorityQueue クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplPriorityQueue クラスは、優先順位つきキューの主要な機能を提供します。 最大ヒープを使用して実装しています。 注意 : 優先度が等し ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]
if 0
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全ての言語において最も重要な 機能の一つです。 この構文は、命令の条件実行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で 記述したように 式 は ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 必須ライブラリ がインストールされていれば、PHP のコンパイル時に --with-enchant[=dir] オプションを追加するだけで enchant を有効にできます。 Windows ユーザーがこの拡張機能を使うには、 php_enchant.dll を有効に ...
https://man.plustar.jp/php/enchant.installation.html - [similar]
POST メソッドによるアップロード 0
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST メソッドによるアップロード POST メソッドによるアップロード この機能により、テキスト、バイナリファイルの両方をアップロードできるように なります。 PHP の認証機構およびファイル操作関数を用いて、 ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
配列の最初のキーを得る 0
« array_key_exists array_key_last » PHP Manual 配列 関数 配列の最初のキーを得る array_key_first (PHP 7 >= 7.3.0, PHP 8) array_key_first — 配列の最初のキーを得る 説明 array_key_first ( array $array ): int | string | null 与えられた array の最初のキーを返します。 これは内部的な配列のポイン ...
https://man.plustar.jp/php/function.array-key-first.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 0
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
SQL 文によって変更された行の数を返す 0
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_num_rows (PECL ibm_db2 >= 1.0.0) db2_num_rows — SQL 文によって変更された行の数を返す 説明 db2_num_rows ( resource $stmt ): int SQL 文によって削除、挿入あるいは更新された行の数を返します。 SELEC ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
Creates the training data struct from a user supplied function 0
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct from a user supplied function fann_create_train_from_callback (PECL fann >= 1.0.0) fann_create_train_from_callback — Creates the training data struct from a user supplied function 説明 fann_c ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
指定したファイルのサイズを返す 0
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, PHP 5, PHP 7, PHP 8) ftp_size — 指定したファイルのサイズを返す 説明 ftp_size ( FTP\Connection $ftp , string $filename ): int ftp_size() は指定されたファイルのサイズを バイト数で返します。 注意 ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]