検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 623 for [SIMILAR] 16 1024 4096 WITH 46218 bcscale WITH 2... (0.539 sec.)
定義済み定数 0
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 SEEK_SET ( int ) SEEK_CUR ( int ) SEEK_END ( in ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]
文字列のコードを評価し、動的に関数を作成する 0
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_function — 文字列のコードを評価し、動的に関数を作成する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 さ ...
https://man.plustar.jp/php/function.create-function.html - [similar]
指定したディレクトリのファイルの一覧を返す 0
« ftp_nb_put ftp_pasv » PHP Manual FTP 関数 指定したディレクトリのファイルの一覧を返す ftp_nlist (PHP 4, PHP 5, PHP 7, PHP 8) ftp_nlist — 指定したディレクトリのファイルの一覧を返す 説明 ftp_nlist ( FTP\Connection $ftp , string $directory ): array | false パラメータ ftp FTP\Connection クラ ...
https://man.plustar.jp/php/function.ftp-nlist.html - [similar]
SITEコマンドをサーバーに送信する 0
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4, PHP 5, PHP 7, PHP 8) ftp_site — SITEコマンドをサーバーに送信する 説明 ftp_site ( FTP\Connection $ftp , string $command ): bool ftp_site() は、指定された SITE コマンドを FTP サーバーに送信しま ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
文字セット名を返す 0
« mysql_affected_rows mysql_close » PHP Manual MySQL 関数 文字セット名を返す mysql_client_encoding (PHP 4 >= 4.3.0, PHP 5) mysql_client_encoding — 文字セット名を返す 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべきです。 ...
https://man.plustar.jp/php/function.mysql-client-encoding.html - [similar]
後で配置するために画像を読み込む 0
« ps_open_image_file ps_open_memory_image » PHP Manual PS 関数 後で配置するために画像を読み込む ps_open_image (PECL ps >= 1.1.0) ps_open_image — 後で配置するために画像を読み込む 説明 ps_open_image ( resource $psdoc , string $type , string $source , string $data , int $lenght , int $width ...
https://man.plustar.jp/php/function.ps-open-image.html - [similar]
色を設定する 0
« ps_set_value ps_setdash » PHP Manual PS 関数 色を設定する ps_setcolor (PECL ps >= 1.1.0) ps_setcolor — 色を設定する 説明 ps_setcolor ( resource $psdoc , string $type , string $colorspace , float $c1 , float $c2 , float $c3 , float $c4 ): bool 描画色、塗りつぶし色、あるいはその両方を設定 ...
https://man.plustar.jp/php/function.ps-setcolor.html - [similar]
シェルによりコマンドを実行し、文字列として出力全体を返す 0
« proc_terminate system » PHP Manual プログラム実行関数 シェルによりコマンドを実行し、文字列として出力全体を返す shell_exec (PHP 4, PHP 5, PHP 7, PHP 8) shell_exec — シェルによりコマンドを実行し、文字列として出力全体を返す 説明 shell_exec ( string $command ): string | false | null この関 ...
https://man.plustar.jp/php/function.shell-exec.html - [similar]
クォートされた文字列のクォート部分を取り除く 0
« stripos stristr » PHP Manual String 関数 クォートされた文字列のクォート部分を取り除く stripslashes (PHP 4, PHP 5, PHP 7, PHP 8) stripslashes — クォートされた文字列のクォート部分を取り除く 説明 stripslashes ( string $string ): string クォートされた文字列を元に戻します。 stripslashes() は ...
https://man.plustar.jp/php/function.stripslashes.html - [similar]
はじめに 0
« PCRE インストール/設定 » PHP Manual PCRE はじめに はじめに この正規表現関数で使用するパターンの構文は、Perl と類似しています。 正規表現は、スラッシュ (/) などのデリミタで囲う必要があります。 デリミタには使用できるのは、非英数字、非空白文字の任意の ASCII 文字ですが、バックスラッシュ (\) ...
https://man.plustar.jp/php/intro.pcre.html - [similar]