検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 273 for [SIMILAR] 16 1024 4096 WITH 20396 solrinputdocum... (0.290 sec.)
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 必須ライブラリ がインストールされていれば、PHP のコンパイル時に --with-enchant[=dir] オプションを追加するだけで enchant を有効にできます。 Windows ユーザーがこの拡張機能を使うには、 php_enchant.dll を有効に ...
https://man.plustar.jp/php/enchant.installation.html - [similar]
配列からテーブルに挿入する 0
« pg_convert pg_copy_to » PHP Manual PostgreSQL 関数 配列からテーブルに挿入する pg_copy_from (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_copy_from — 配列からテーブルに挿入する 説明 pg_copy_from ( PgSql\Connection $connection , string $table_name , array $rows , string $separator = "\t" , st ...
https://man.plustar.jp/php/function.pg-copy-from.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュールを使うには、 c-client ライブラリがインストールされている必要があります。 » https://github.com/uw-imap/imap から 最新版を入手し、コンパイルしてください。 IMAP のソースファイルをシステムの inclu ...
https://man.plustar.jp/php/imap.requirements.html - [similar]
SCP 経由でファイルを要求する 0
« ssh2_publickey_remove ssh2_scp_send » PHP Manual SSH2 関数 SCP 経由でファイルを要求する ssh2_scp_recv (PECL ssh2 >= 0.9.0) ssh2_scp_recv — SCP 経由でファイルを要求する 説明 ssh2_scp_recv ( resource $session , string $remote_file , string $local_file ): bool リモートサーバーからローカル ...
https://man.plustar.jp/php/function.ssh2-scp-recv.html - [similar]
代入演算子 0
« 算術演算子 ビット演算子 » PHP Manual 演算子 代入演算子 代入演算子 代入演算子の基本となるものは "=" です。この演算子に関して最初に 思い付く意味は"等しい"であるかもしれません。しかし、そうではありません。 本当は、左オペランドに右オペランドの式の値を設定する("得て代入する") ことを意味しま ...
https://man.plustar.jp/php/language.operators.assignment.html - [similar]
直近のクエリから結果セットを転送する 0
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する mysqli::store_result mysqli_store_result (PHP 5, PHP 7, PHP 8) mysqli::store_result -- mysqli_store_result — 直近のクエリから結果セットを転送する 説明 オブジェクト指向型 public mysqli::store_r ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]
GD および Image 関数 0
« imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD および Image 関数 目次 gd_info — 現在インストールされているGDライブラリに関する情報を取得する getimagesize — 画像の大きさを取得する getimagesizefromstring — 画像の大きさを文字列から取得する image_ ...
https://man.plustar.jp/php/ref.image.html - [similar]
画像処理 (GD) 0
« read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 PHP による PNG の生成 アルファチャネルを使用した、画像へのすかしの追加 imagecopymerge による半透明なすかしの作成 GD ...
https://man.plustar.jp/php/book.image.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual ImageMagick 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 COLOR_* 定数 色タイプ定数です。これらは主に ImagickPixel で使用します。 ...
https://man.plustar.jp/php/imagick.constants.html - [similar]
指定長、指定した値で配列を埋める 0
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (PHP 4, PHP 5, PHP 7, PHP 8) array_pad — 指定長、指定した値で配列を埋める 説明 array_pad ( array $array , int $length , mixed $value ): array array_pad() は、 length で指定した長さになるように値 ...
https://man.plustar.jp/php/function.array-pad.html - [similar]