検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 540 for [SIMILAR] 16 1024 4096 WITH 13613 apcu WITH 9031... (0.462 sec.)
秘密鍵でデータを暗号化する 0
« openssl_private_decrypt openssl_public_decrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを暗号化する openssl_private_encrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_private_encrypt — 秘密鍵でデータを暗号化する 説明 openssl_private_encrypt ( string $data , string &$encrypted_data , ...
https://man.plustar.jp/php/function.openssl-private-encrypt.html - [similar]
公開鍵でデータを復号する 0
« openssl_private_encrypt openssl_public_encrypt » PHP Manual OpenSSL 関数 公開鍵でデータを復号する openssl_public_decrypt (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_public_decrypt — 公開鍵でデータを復号する 説明 openssl_public_decrypt ( string $data , string &$decrypted_data , OpenSS ...
https://man.plustar.jp/php/function.openssl-public-decrypt.html - [similar]
証明書を文字列としてエクスポートする 0
« openssl_x509_export_to_file openssl_x509_fingerprint » PHP Manual OpenSSL 関数 証明書を文字列としてエクスポートする openssl_x509_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_x509_export — 証明書を文字列としてエクスポートする 説明 openssl_x509_export ( OpenSSLCertificate | strin ...
https://man.plustar.jp/php/function.openssl-x509-export.html - [similar]
文字列のジオメトリを取得する 0
« ps_show ps_stringwidth » PHP Manual PS 関数 文字列のジオメトリを取得する ps_string_geometry (PECL ps >= 1.2.0) ps_string_geometry — 文字列のジオメトリを取得する 説明 ps_string_geometry ( resource $psdoc , string $text , int $fontid = 0 , float $size = 0.0 ): array この関数は ps_stringw ...
https://man.plustar.jp/php/function.ps-string-geometry.html - [similar]
共有メモリブロックからデータを読み取る 0
« shmop_open shmop_size » PHP Manual 共有メモリ関数 共有メモリブロックからデータを読み取る shmop_read (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_read — 共有メモリブロックからデータを読み取る 説明 shmop_read ( Shmop $shmop , int $offset , int $size ): string shmop_read() は、共有メモリブ ...
https://man.plustar.jp/php/function.shmop-read.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
サーバーから項目を削除する 0
« Memcache::decrement Memcache::flush » PHP Manual Memcache サーバーから項目を削除する Memcache::delete (PECL memcache >= 0.2.0) Memcache::delete — サーバーから項目を削除する 説明 Memcache::delete ( string $key , int $timeout = 0 ): bool Memcache::delete() は、 key に対応する項目を削除し ...
https://man.plustar.jp/php/memcache.delete.html - [similar]
項目の値を増やす 0
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 項目の値を増やす Memcache::increment (PECL memcache >= 0.2.0) Memcache::increment — 項目の値を増やす 説明 Memcache::increment ( string $key , int $value = 1 ): int | false Memcache::increment() は、項目の値を value だけ増やし ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
データを既存のアイテムに追記する 0
« Memcached::addServers Memcached::appendByKey » PHP Manual Memcached データを既存のアイテムに追記する Memcached::append (PECL memcached >= 0.1.0) Memcached::append — データを既存のアイテムに追記する 説明 public Memcached::append ( string $key , string $value ): bool Memcached::append() ...
https://man.plustar.jp/php/memcached.append.html - [similar]
指定したサーバーからアイテムを削除する 0
« Memcached::delete Memcached::deleteMulti » PHP Manual Memcached 指定したサーバーからアイテムを削除する Memcached::deleteByKey (PECL memcached >= 0.1.0) Memcached::deleteByKey — 指定したサーバーからアイテムを削除する 説明 public Memcached::deleteByKey ( string $server_key , string $key ...
https://man.plustar.jp/php/memcached.deletebykey.html - [similar]