検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 1215 for [SIMILAR] 16 1024 4096 WITH 4815 mcrypt WITH 219... (1.326 sec.)
指定したファイルのサイズを返す 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]
GD ファイルまたは URL から新規イメージを生成する 0
« imagecreatefromgd2part imagecreatefromgif » PHP Manual GD および Image 関数 GD ファイルまたは URL から新規イメージを生成する imagecreatefromgd (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imagecreatefromgd — GD ファイルまたは URL から新規イメージを生成する 説明 imagecreatefromgd ( string $fil ...
https://man.plustar.jp/php/function.imagecreatefromgd.html - [similar]
GD2 ファイルまたは URL から新規イメージを生成する 0
« imagecreatefrombmp imagecreatefromgd2part » PHP Manual GD および Image 関数 GD2 ファイルまたは URL から新規イメージを生成する imagecreatefromgd2 (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imagecreatefromgd2 — GD2 ファイルまたは URL から新規イメージを生成する 説明 imagecreatefromgd2 ( string ...
https://man.plustar.jp/php/function.imagecreatefromgd2.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromgif imagecreatefrompng » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromjpeg (PHP 4, PHP 5, PHP 7, PHP 8) imagecreatefromjpeg — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromjpeg ( string $filename ): GdIm ...
https://man.plustar.jp/php/function.imagecreatefromjpeg.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromjpeg imagecreatefromstring » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefrompng (PHP 4, PHP 5, PHP 7, PHP 8) imagecreatefrompng — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefrompng ( string $filename ): GdI ...
https://man.plustar.jp/php/function.imagecreatefrompng.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromwbmp imagecreatefromxbm » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromwebp (PHP 5 >= 5.4.0, PHP 7, PHP 8) imagecreatefromwebp — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromwebp ( string $filename ): G ...
https://man.plustar.jp/php/function.imagecreatefromwebp.html - [similar]
文字列中に文字が最後に現れる場所を取得する 0
« strpos strrev » PHP Manual String 関数 文字列中に文字が最後に現れる場所を取得する strrchr (PHP 4, PHP 5, PHP 7, PHP 8) strrchr — 文字列中に文字が最後に現れる場所を取得する 説明 strrchr ( string $haystack , string $needle ): string | false この関数は、文字列 haystack の中で needle が最後 ...
https://man.plustar.jp/php/function.strrchr.html - [similar]
はじめに 0
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数は、Unix 形式のプロセス生成、 プロセス実行、シグナル処理、プロセス終了機能を実装しています。 プロセス制御は Web サーバー環境で有効にするべきではなく、プロセス 制御関数のどれかが Web サーバー環 ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]
はじめに 0
« セマフォ インストール/設定 » PHP Manual セマフォ はじめに はじめに これらのモジュールは、System V IPC 関連の関数へのラッパーを提供します。 セマフォ・共有メモリおよびプロセス間通信(IPC)がその中に含まれます。 セマフォは、マシーン上のリソースへの排他的アクセス機能や、 同時にあるリソースを ...
https://man.plustar.jp/php/intro.sem.html - [similar]
トレイト 0
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト PHP は、コードを再利用するための「トレイト」という仕組みを実装しています。 トレイトは、PHP のような単一継承言語でコードを再利用するための仕組みのひとつです。 トレイトは、単一継承の制約を減らすた ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]