検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 1237 for data (0.036 sec.)
PHP による HTTP 認証 3379
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... スト' ); } // PHP_AUTH_DIGEST 変数を精査する if (!( $data = http_digest_parse ( $_SERVER [ 'PHP_AUTH_DIGEST' ... ])) || !isset( $users [ $data [ 'username' ]])) die( '誤った証明書です!' ); // 有 ... 効なレスポンスを生成する $A1 = md5 ( $data [ 'username' ] . ':' . $realm . ':' . $users [ $da ... $A2 = md5 ( $_SERVER [ 'REQUEST_METHOD' ]. ':' . $data [ 'uri' ]); $valid_response = md5 ( $A1 . ':' . $d ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
公開鍵でデータを暗号化する 3379
« openssl_public_decrypt openssl_random_pseudo_bytes » PHP Manual OpenSSL 関数 公開鍵でデータを暗 ... タを暗号化する 説明 openssl_public_encrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | ... KCS1_PADDING ): bool openssl_public_encrypt() は、 data を公開鍵 public_key で暗号化し、それを encrypted_d ... を安全な形式にするためにも使用されます。 パラメータ data encrypted_data 暗号化した結果がここに格納されます。 ... を復号する 関連キーワード: 暗号 , データ , public , data , key , encrypt , private , encrypted , 格納 , dec ...
https://man.plustar.jp/php/function.openssl-public-encrypt.html - [similar]
The Swoole\Process class 3362
« Swoole\MySQL\Exception Swoole\Process::alarm » PHP Manual Swoole The Swoole\Process class The ... ( int $maxsize = ? ): mixed public push ( string $data ): bool public read ( int $maxsize = ? ): string p ... bool $blocking = ? ): array public write ( string $data ): int } 定義済み定数 Swoole\Process::IPC_NOWAIT 目 ... of the process. Swoole\Process::pop — Read and pop data from the message queue. Swoole\Process::push — Wri ... te and push data into the message queue. Swoole\Process::read — Rea ...
https://man.plustar.jp/php/class.swoole-process.html - [similar]
ファイルシステムの状態を取得する 3362
« eio_stat eio_symlink » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_statvfs (PECL ... ing $path , int $pri , callable $callback , mixed $data = ? ): resource eio_statvfs() は、ファイルシステム ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_statvfs() は ...
https://man.plustar.jp/php/function.eio-statvfs.html - [similar]
文字列の中のイメージストリームから新規イメージを作成する 3362
« imagecreatefrompng imagecreatefromtga » PHP Manual GD および Image 関数 文字列の中のイメージス ... ージを作成する 説明 imagecreatefromstring ( string $data ): GdImage | false imagecreatefromstring() は、指定 ... した data から 得られたイメージを表すイメージ ID を返します。 ... イメージの種類は自動的に判別されます。 パラメータ data 画像データを含む文字列。 戻り値 成功時にはイメージ ... 限ります) 例 例1 imagecreatefromstring() の例 <?php $data = 'iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAMAAAB/2U7WAAA ...
https://man.plustar.jp/php/function.imagecreatefromstring.html - [similar]
Run a single task and return a result 3362
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... results in a long running job and sends status and data as processing occurs. Each subsequent call to Gear ... h( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result \n" ; break; case GEARMAN_WO ... endStatus ( $x + 1 , $workload_size ); $job -> sendData ( substr ( $workload , $x , 1 )); sleep ( 1 ); } $ ... output: Starting Sending job Status: 1/6 complete Data: H Status: 2/6 complete Data: e Status: 3/6 comple ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
The EvIo class 3345
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... s and writing would at least be able to write some data. This behaviour is called level-triggering because ... ent read() will actually block because there is no data. It is very easy to get into this situation. Thus ... is far preferable to a program hanging until some data arrives. If for some reason it is impossible to ru ... 継承したプロパティ */ public $ is_active ; public $ data ; public $ is_pending ; public $ priority ; /* メソ ...
https://man.plustar.jp/php/class.evio.html - [similar]
複数または多次元の配列をソートする 3345
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisor ... 例3 データベースの結果をソートする この例では、配列 data の個々の要素がテーブルのひとつの行を表しています。 ... 67 | 2 86 | 1 85 | 6 98 | 2 86 | 6 67 | 7 データは data という名前の配列に格納します。 これは、例えば mysq ... () の結果をループさせたりすれば得られます。 <?php $data [] = array( 'volume' => 67 , 'edition' => 2 ); $da ... ta [] = array( 'volume' => 86 , 'edition' => 1 ); $data [] = array( 'volume' => 85 , 'edition' => 6 ); $da ...
https://man.plustar.jp/php/function.array-multisort.html - [similar]
データをシール(暗号化)する 3345
« openssl_random_pseudo_bytes openssl_sign » PHP Manual OpenSSL 関数 データをシール(暗号化)する ... ータをシール(暗号化)する 説明 openssl_seal ( string $data , string &$sealed_data , array &$encrypted_keys , ... 成された秘密鍵 および指定した cipher_algo を使用して data をシール(暗号化) します。このキーは、 public_key を ... ンベロープキーを受け取る必要があります。 パラメータ data シールするデータ。 sealed_data シール済みのデータ。 ... を返します。成功時には、暗号化されたデータが sealed_data に、エンベロープキーが encrypted_keys に返されます ...
https://man.plustar.jp/php/function.openssl-seal.html - [similar]
Create a new encryption data key 3345
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... DB\Driver\ClientEncryption Create a new encryption data key MongoDB\Driver\ClientEncryption::createDataKey ... db >=1.7.0) MongoDB\Driver\ClientEncryption::createDataKey — Create a new encryption data key 説明 final p ... ublic MongoDB\Driver\ClientEncryption::createDataKey ( string $kmsProvider , array $options = ? ): M ... be used to encrypt the new encryption key. options Data key options Option Type Description masterKey arra ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]