検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 559 for [SIMILAR] 16 1024 4096 WITH 23404 deflate WITH 1... (1.894 sec.)
メッセージを暗号化する 0
« sodium_crypto_aead_chacha20poly1305_ietf_decrypt sodium_crypto_aead_chacha20poly1305_ietf_keygen » PHP Manual Sodium 関数 メッセージを暗号化する sodium_crypto_aead_chacha20poly1305_ietf_encrypt (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_aead_chacha20poly1305_ietf_encrypt — メッセージを暗号化 ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-enc... - [similar]
匿名の公開鍵暗号による復号 0
« sodium_crypto_box_publickey sodium_crypto_box_seal » PHP Manual Sodium 関数 匿名の公開鍵暗号による復号 sodium_crypto_box_seal_open (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_box_seal_open — 匿名の公開鍵暗号による復号 説明 sodium_crypto_box_seal_open ( string $ciphertext , string $key_pair ) ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal-open.html - [similar]
認証付きの公開鍵による暗号化 0
« sodium_crypto_box_seed_keypair sodium_crypto_core_ristretto255_add » PHP Manual Sodium 関数 認証付きの公開鍵による暗号化 sodium_crypto_box (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_box — 認証付きの公開鍵による暗号化 説明 sodium_crypto_box ( string $message , string $nonce , string $key_pai ...
https://man.plustar.jp/php/function.sodium-crypto-box.html - [similar]
パスワードが、ハッシュ値と一致するかを調べる 0
« sodium_crypto_pwhash_str_needs_rehash sodium_crypto_pwhash_str » PHP Manual Sodium 関数 パスワードが、ハッシュ値と一致するかを調べる sodium_crypto_pwhash_str_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash_str_verify — パスワードが、ハッシュ値と一致するかを調べる 説明 sodium_crypto ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str-verify.html - [similar]
ファイルを削除する 0
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP 7, PHP 8) unlink — ファイルを削除する 説明 unlink ( string $filename , ? resource $context = null ): bool filename を削除します。 Unix C 言語の関数 unlink() と動作は同じです。 失敗した場合は E ...
https://man.plustar.jp/php/function.unlink.html - [similar]
YAML 形式にした値をファイルに送る 0
« Yaml 関数 yaml_emit » PHP Manual Yaml 関数 YAML 形式にした値をファイルに送る yaml_emit_file (PECL yaml >= 0.5.0) yaml_emit_file — YAML 形式にした値をファイルに送る 説明 yaml_emit_file ( string $filename , mixed $data , int $encoding = YAML_ANY_ENCODING , int $linebreak = YAML_ANY_BREAK ...
https://man.plustar.jp/php/function.yaml-emit-file.html - [similar]
手早く属性を取得する 0
« Imagick::pingImage Imagick::pingImageFile » PHP Manual Imagick 手早く属性を取得する Imagick::pingImageBlob (PECL imagick 2, PECL imagick 3) Imagick::pingImageBlob — 手早く属性を取得する 説明 public Imagick::pingImageBlob ( string $image ): bool このメソッドを使用すると、画像全体を読み込 ...
https://man.plustar.jp/php/imagick.pingimageblob.html - [similar]
pixel iterator をリセットする 0
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP Manual ImagickPixelIterator pixel iterator をリセットする ImagickPixelIterator::resetIterator (PECL imagick 2, PECL imagick 3) ImagickPixelIterator::resetIterator — pixel iterator をリセットする ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
はじめに 0
« ODBC インストール/設定 » PHP Manual ODBC はじめに はじめに 通常の ODBC サポートに加えて、PHP の Unified ODBC 関数では、各々の API を実装するために ODBC API のセマンティックスを借用する複数の データベースにアクセスすることが可能です。ほとんど同じ複数のデータベース ドライバを維持管理する ...
https://man.plustar.jp/php/intro.uodbc.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]