検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 2258 for [SIMILAR] 16 1024 4096 WITH 8319 サポ WITH 8275 ... (1.384 sec.)
現在のスレッドの一意な ID を返す 0
« version_compare zend_version » PHP Manual PHP オプション/情報 関数 現在のスレッドの一意な ID を返す zend_thread_id (PHP 5, PHP 7, PHP 8) zend_thread_id — 現在のスレッドの一意な ID を返す 説明 zend_thread_id (): int この関数は、現在のスレッドの一意な ID を返します。 パラメータ この関数に ...
https://man.plustar.jp/php/function.zend-thread-id.html - [similar]
ファイルあるいは URL をオープンする 0
« streamWrapper::stream_metadata streamWrapper::stream_read » PHP Manual streamWrapper ファイルあるいは URL をオープンする streamWrapper::stream_open (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) streamWrapper::stream_open — ファイルあるいは URL をオープンする 説明 public streamWrapper::stream_o ...
https://man.plustar.jp/php/streamwrapper.stream-open.html - [similar]
構築時の問題 0
« インストール PHP の使いかた » PHP Manual FAQ 構築時の問題 構築時の問題 本節は、構築時に発生する多くの一般的なエラーを集めたものです。 anonymous Git サービスで最新版の PHP を入手しましたが、 configure スクリプトがありません! PHPをApacheと組みあわせて動作するようにconfigureを行う際に問題 ...
https://man.plustar.jp/php/faq.build.html - [similar]
メルセンヌ・ツイスター乱数生成器にシードを指定する 0
« mt_rand octdec » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器にシードを指定する mt_srand (PHP 4, PHP 5, PHP 7, PHP 8) mt_srand — メルセンヌ・ツイスター乱数生成器にシードを指定する 説明 mt_srand ( int $seed = 0 , int $mode = MT_RAND_MT19937 ): void seed により乱数生成器にシード ...
https://man.plustar.jp/php/function.mt-srand.html - [similar]
マルチバイト文字列 0
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マルチバイト文字列 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 サポートされるエンコーディングの概要 日本語のマルチバイト文字に関する基本事項 HTTP 入出力 サ ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
オープンポリゴンを描画する 0
« imageloadfont imagepalettecopy » PHP Manual GD および Image 関数 オープンポリゴンを描画する imageopenpolygon (PHP 7 >= 7.2.0, PHP 8) imageopenpolygon — オープンポリゴンを描画する 説明 PHP 8.0.0 以降のシグネチャ (名前付き引数をサポートしていません) imageopenpolygon ( GdImage $image , ar ...
https://man.plustar.jp/php/function.imageopenpolygon.html - [similar]
多角形を描画する 0
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4, PHP 5, PHP 7, PHP 8) imagepolygon — 多角形を描画する 説明 PHP 8.0.0 以降のシグネチャ(名前付き引数をサポートしていません) imagepolygon ( GdImage $image , array $points , int $color ): bool 代 ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
画像のサイズを変更する 0
« Imagick::resetImagePage Imagick::rollImage » PHP Manual Imagick 画像のサイズを変更する Imagick::resizeImage (PECL imagick 2, PECL imagick 3) Imagick::resizeImage — 画像のサイズを変更する 説明 public Imagick::resizeImage ( int $columns , int $rows , int $filter , float $blur , bool $bes ...
https://man.plustar.jp/php/imagick.resizeimage.html - [similar]
実行時設定 0
« インストール手順 WinCache 統計スクリプト » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 この表は、WinCache 拡張モジュールが提供する設定項目をまとめたものです。 WinCache の設定オプション 名前 デフォルト 最小 最大 変更可能 変更履歴 wincache.fc ...
https://man.plustar.jp/php/wincache.configuration.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]