検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 283 for [SIMILAR] 16 1024 4096 WITH 30463 imagecreatefro... (0.311 sec.)
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Image 設定オプション 名前 デフォルト 変更可能 変更履歴 gd.jpeg_ignore_warning "1" PHP_INI_ALL PHP_INI_* モードの詳細および定義については どこで設定を行うのか を参照し ...
https://man.plustar.jp/php/image.configuration.html - [similar]
The SVM class 0
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに クラス概要 class SVM { /* Constants */ const int C_SVC = 0 ; const int NU_SVC = 1 ; const int ONE_CLASS = 2 ; const int EPSILON_SVR = 3 ; const int NU_SVR = 4 ; const int KERNEL_LINEAR = 0 ; c ...
https://man.plustar.jp/php/class.svm.html - [similar]
変数をデータ領域にキャッシュする 0
« apcu_sma_info APCUIterator » PHP Manual APCu 関数 変数をデータ領域にキャッシュする apcu_store (PECL apcu >= 4.0.0) apcu_store — 変数をデータ領域にキャッシュする 説明 apcu_store ( string $key , mixed $var , int $ttl = 0 ): bool apcu_store ( array $values , mixed $unused = NULL , int $tt ...
https://man.plustar.jp/php/function.apcu-store.html - [similar]
配列から重複した値を削除する 0
« array_uintersect array_unshift » PHP Manual 配列 関数 配列から重複した値を削除する array_unique (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) array_unique — 配列から重複した値を削除する 説明 array_unique ( array $array , int $flags = SORT_STRING ): array array を入力とし、値に重複のない新規配列 ...
https://man.plustar.jp/php/function.array-unique.html - [similar]
cURL セッションを実行する 0
« curl_escape curl_file_create » PHP Manual cURL 関数 cURL セッションを実行する curl_exec (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_exec — cURL セッションを実行する 説明 curl_exec ( CurlHandle $handle ): string | bool 指定した cURL セッションを実行します。 この関数は、cURL セッションを初 ...
https://man.plustar.jp/php/function.curl-exec.html - [similar]
cURL マルチハンドルに、通常の cURL ハンドルを追加する 0
« curl_init curl_multi_close » PHP Manual cURL 関数 cURL マルチハンドルに、通常の cURL ハンドルを追加する curl_multi_add_handle (PHP 5, PHP 7, PHP 8) curl_multi_add_handle — cURL マルチハンドルに、通常の cURL ハンドルを追加する 説明 curl_multi_add_handle ( CurlMultiHandle $multi_handle , ...
https://man.plustar.jp/php/function.curl-multi-add-handle.html - [similar]
cURL ハンドルのセットを閉じる 0
« curl_multi_add_handle curl_multi_errno » PHP Manual cURL 関数 cURL ハンドルのセットを閉じる curl_multi_close (PHP 5, PHP 7, PHP 8) curl_multi_close — cURL ハンドルのセットを閉じる 説明 curl_multi_close ( CurlMultiHandle $multi_handle ): void 注意 : この関数を実行しても何も起こりません。 ...
https://man.plustar.jp/php/function.curl-multi-close.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 0
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接続を実行する curl_multi_exec (PHP 5, PHP 7, PHP 8) curl_multi_exec — 現在の cURL ハンドルから、サブ接続を実行する 説明 curl_multi_exec ( CurlMultiHandle $multi_handle , int &$still_running ): ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
CURL 転送用の複数のオプションを設定する 0
« curl_reset curl_setopt » PHP Manual cURL 関数 CURL 転送用の複数のオプションを設定する curl_setopt_array (PHP 5 >= 5.1.3, PHP 7, PHP 8) curl_setopt_array — CURL 転送用の複数のオプションを設定する 説明 curl_setopt_array ( CurlHandle $handle , array $options ): bool cURL セッション用の複数 ...
https://man.plustar.jp/php/function.curl-setopt-array.html - [similar]
ファイルまたは URL をオープンする 0
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen (PHP 4, PHP 5, PHP 7, PHP 8) fopen — ファイルまたは URL をオープンする 説明 fopen ( string $filename , string $mode , bool $use_include_path = false , ? resource $context = null ): resource | f ...
https://man.plustar.jp/php/function.fopen.html - [similar]