検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 246 for [SIMILAR] 16 1024 4096 WITH 29793 zval WITH 2742... (0.269 sec.)
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
その他のサービス 0
« var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL — Client URL Library はじめに インストール/設定 定義済み定数 例 cURL 関数 CurlHandle — CurlHandle クラス CurlMultiHandle — CurlMultiHandle クラス CurlShareHandle — CurlShareHandle クラス CURLFi ...
https://man.plustar.jp/php/refs.remote.other.html - [similar]
ストレージの暗号化 0
« データベースへの接続 SQLインジェクション » PHP Manual データベースのセキュリティ ストレージの暗号化 ストレージの暗号化 SSL/SSHによってクライアント/サーバー間で通信されるデータは保護されますが、 データベースに保存されたデータは保護されません。SSLはあくまで通信上の プロトコルなのです。 一 ...
https://man.plustar.jp/php/security.database.storage.html - [similar]
ImagickPixel クラス 0
« ImagickDraw::translate ImagickPixel::clear » PHP Manual ImageMagick ImagickPixel クラス ImagickPixel クラス (PECL imagick 2, PECL imagick 3) クラス概要 class ImagickPixel { public clear (): bool public __construct ( string $color = ? ) public destroy (): bool public getColor ( int $nor ...
https://man.plustar.jp/php/class.imagickpixel.html - [similar]
PHP ファイルの実行 0
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
fd 上で whence から pos に移動する 0
« dio_read dio_stat » PHP Manual ダイレクト IO 関数 fd 上で whence から pos に移動する dio_seek (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_seek — fd 上で whence から pos に移動する 説明 dio_seek ( resource $fd , int $pos , int $whence = SEEK_SET ): int 関数 dio_seek() は、指定されたファイル記述 ...
https://man.plustar.jp/php/function.dio-seek.html - [similar]
指定したメールボックスにクォータを設定する 0
« imap_search imap_setacl » PHP Manual IMAP 関数 指定したメールボックスにクォータを設定する imap_set_quota (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) imap_set_quota — 指定したメールボックスにクォータを設定する 説明 imap_set_quota ( IMAP\Connection $imap , string $quota_root , int $mailbox_siz ...
https://man.plustar.jp/php/function.imap-set-quota.html - [similar]
実行時間の最大値を制限する 0
« set_include_path sys_get_temp_dir » PHP Manual PHP オプション/情報 関数 実行時間の最大値を制限する set_time_limit (PHP 4, PHP 5, PHP 7, PHP 8) set_time_limit — 実行時間の最大値を制限する 説明 set_time_limit ( int $seconds ): bool スクリプトが実行可能な秒数を設定します。 この制限にかかる ...
https://man.plustar.jp/php/function.set-time-limit.html - [similar]
直近の検索に関するヒット数を返す 0
« yaz_get_option yaz_itemorder » PHP Manual YAZ 関数 直近の検索に関するヒット数を返す yaz_hits (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_hits — 直近の検索に関するヒット数を返す 説明 yaz_hits ( resource $id , array &$searchresult = ? ): int yaz_hits() は、直近の検索に関するヒット数を返します ...
https://man.plustar.jp/php/function.yaz-hits.html - [similar]
インストール 0
« 概要 実行時設定 » PHP Manual Mysqlnd インストール インストール Unix へのインストール MySQL データベース・エクステンションは、MySQL クライアント・ライブラリを用いるように設定しなければ なりません。MySQL ネイティブ・ドライバを使用するためには、MySQL データベース・エクステンションを MySQL ...
https://man.plustar.jp/php/mysqlnd.install.html - [similar]