検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1005 for [SIMILAR] 16 1024 4096 WITH 18657 gzopen WITH 57... (0.649 sec.)
ファイルの読み書き用ポインタの現在位置を返す 2457
« fsync ftruncate » PHP Manual ファイルシステム 関数 ファイルの読み書き用ポインタの現在位置を返す ftell (PHP 4, PHP 5, PHP 7, PHP 8) ftell — ファイルの読み書き用ポインタの現在位置を返す 説明 ftell ( resource $stream ): int | false stream ファイルの読み書き用ポインタの現在位置を返します。 ...
https://man.plustar.jp/php/function.ftell.html - [similar]
ファイルを指定した長さに丸める 2457
« ftell fwrite » PHP Manual ファイルシステム 関数 ファイルを指定した長さに丸める ftruncate (PHP 4, PHP 5, PHP 7, PHP 8) ftruncate — ファイルを指定した長さに丸める 説明 ftruncate ( resource $stream , int $size ): bool ファイルポインタ stream を引数とし、 ファイルを指定した長さ、サイズに丸 ...
https://man.plustar.jp/php/function.ftruncate.html - [similar]
ファイルポインタを移動する 2457
« fscanf fstat » PHP Manual ファイルシステム 関数 ファイルポインタを移動する fseek (PHP 4, PHP 5, PHP 7, PHP 8) fseek — ファイルポインタを移動する 説明 fseek ( resource $stream , int $offset , int $whence = SEEK_SET ): int stream が指しているファイルのファイル位置識別子を ファイル・ストリ ...
https://man.plustar.jp/php/function.fseek.html - [similar]
画像処理 (GD) 2457
« read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 PHP による PNG の生成 アルファチャネルを使用した、画像へのすかしの追加 imagecopymerge による半透明なすかしの作成 GD ...
https://man.plustar.jp/php/book.image.html - [similar]
GD および Image 関数 2457
« 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]
ファイルシステムのセキュリティ 2457
« セッションのセキュリティ Null バイト関連の問題 » PHP Manual セキュリティ ファイルシステムのセキュリティ ファイルシステムのセキュリティ 目次 Null バイト関連の問題 PHP は、ファイルおよびディレクトリ毎に権限を設定する多くのサーバーシ ステム上に組み込まれたセキュリティを提供します。これによ ...
https://man.plustar.jp/php/security.filesystem.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 2457
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在するかどうか調べる file_exists (PHP 4, PHP 5, PHP 7, PHP 8) file_exists — ファイルまたはディレクトリが存在するかどうか調べる 説明 file_exists ( string $filename ): bool ファイルあるいはディレクト ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
ファイルの inode 変更時刻を取得する 2457
« fileatime filegroup » PHP Manual ファイルシステム 関数 ファイルの inode 変更時刻を取得する filectime (PHP 4, PHP 5, PHP 7, PHP 8) filectime — ファイルの inode 変更時刻を取得する 説明 filectime ( string $filename ): int | false ファイルの inode 変更時刻を取得します。 パラメータ filename ...
https://man.plustar.jp/php/function.filectime.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 2457
« ftp_exec ftp_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する ftp_fget (PHP 4, PHP 5, PHP 7, PHP 8) ftp_fget — FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 説明 ftp_fget ( FTP\Connection $ftp , resource $str ...
https://man.plustar.jp/php/function.ftp-fget.html - [similar]
バイナリセーフなファイル書き込み処理 2457
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite (PHP 4, PHP 5, PHP 7, PHP 8) fwrite — バイナリセーフなファイル書き込み処理 説明 fwrite ( resource $stream , string $data , ? int $length = null ): int | false fwrite() は data の内容を stream ...
https://man.plustar.jp/php/function.fwrite.html - [similar]