検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1243 for [SIMILAR] 16 1024 4096 WITH 8944 domnode WITH 65... (0.942 sec.)
文字列内の部分文字列が最初に現れる場所を見つける 0
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strpos (PHP 4, PHP 5, PHP 7, PHP 8) strpos — 文字列内の部分文字列が最初に現れる場所を見つける 説明 strpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で ...
https://man.plustar.jp/php/function.strpos.html - [similar]
コードの事前ロード 0
« リソース型 OPcache 関数 » PHP Manual OPcache コードの事前ロード コードの事前ロード PHP 7.4.0 以降では、エンジンの起動時に opcache に事前ロードするスクリプトを指定できるようになりました。 指定されたファイルに存在するあらゆる 関数、クラス、 インターフェイス や トレイト (定数は除く) は、 ...
https://man.plustar.jp/php/opcache.preloading.html - [similar]
関数の引数 0
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
その他の関数 0
« LuaSandboxTimeoutError はじめに » PHP Manual その他の基本モジュール その他の関数 その他の関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 その他の関数 connection_aborted — クライアントとの接続が切断されているかどうかを調べる connection_status — 接 ...
https://man.plustar.jp/php/book.misc.html - [similar]
GD2 ファイルまたは URL の指定した部分から新規イメージを生成する 0
« imagecreatefromgd2 imagecreatefromgd » PHP Manual GD および Image 関数 GD2 ファイルまたは URL の指定した部分から新規イメージを生成する imagecreatefromgd2part (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imagecreatefromgd2part — GD2 ファイルまたは URL の指定した部分から新規イメージを生成する 説 ...
https://man.plustar.jp/php/function.imagecreatefromgd2part.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromgd imagecreatefromjpeg » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromgif (PHP 4, PHP 5, PHP 7, PHP 8) imagecreatefromgif — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromgif ( string $filename ): GdImage ...
https://man.plustar.jp/php/function.imagecreatefromgif.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromtga imagecreatefromwebp » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromwbmp (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imagecreatefromwbmp — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromwbmp ( string $filena ...
https://man.plustar.jp/php/function.imagecreatefromwbmp.html - [similar]
ラージオブジェクトを生成する 0
« pg_lo_close pg_lo_export » PHP Manual PostgreSQL 関数 ラージオブジェクトを生成する pg_lo_create (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_create — ラージオブジェクトを生成する 説明 pg_lo_create ( PgSql\Connection $connection = ? , mixed $object_id = ? ): int pg_lo_create ( mixed $obj ...
https://man.plustar.jp/php/function.pg-lo-create.html - [similar]
指定されたパスのファイルとディレクトリのリストを取得する 0
« rewinddir Fileinfo » PHP Manual ディレクトリ 関数 指定されたパスのファイルとディレクトリのリストを取得する scandir (PHP 5, PHP 7, PHP 8) scandir — 指定されたパスのファイルとディレクトリのリストを取得する 説明 scandir ( string $directory , int $sorting_order = SCANDIR_SORT_ASCENDING , ? ...
https://man.plustar.jp/php/function.scandir.html - [similar]
大文字小文字を区別しない strstr 0
« stripslashes strlen » PHP Manual String 関数 大文字小文字を区別しない strstr stristr (PHP 4, PHP 5, PHP 7, PHP 8) stristr — 大文字小文字を区別しない strstr() 説明 stristr ( string $haystack , string $needle , bool $before_needle = false ): string | false haystack において needle が最初 ...
https://man.plustar.jp/php/function.stristr.html - [similar]