検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 695 for [SIMILAR] 16 1024 4096 WITH 17962 ンテ WITH 1542... (0.729 sec.)
ファイルをリネームする 0
« realpath rewind » PHP Manual ファイルシステム 関数 ファイルをリネームする rename (PHP 4, PHP 5, PHP 7, PHP 8) rename — ファイルをリネームする 説明 rename ( string $from , string $to , ? resource $context = null ): bool from を to にリネームし、必要ならディレクトリを移動しようと試みます ...
https://man.plustar.jp/php/function.rename.html - [similar]
生バイナリを base64 文字列にエンコードする 0
« sodium_base642bin sodium_bin2hex » PHP Manual Sodium 関数 生バイナリを base64 文字列にエンコードする sodium_bin2base64 (PHP 7 >= 7.2.0, PHP 8) sodium_bin2base64 — 生バイナリを base64 文字列にエンコードする 説明 sodium_bin2base64 ( string $string , int $id ): string 生のバイナリ文字列を ...
https://man.plustar.jp/php/function.sodium-bin2base64.html - [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_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]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
ドキュメントで使用している名前空間を返す 0
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLElement ドキュメントで使用している名前空間を返す SimpleXMLElement::getNamespaces (PHP 5 >= 5.1.2, PHP 7, PHP 8) SimpleXMLElement::getNamespaces — ドキュメントで使用している名前空間を返す 説明 publi ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]
XML データに Xpath クエリを実行する 0
« SimpleXMLElement::__toString SimpleXMLIterator » PHP Manual SimpleXMLElement XML データに Xpath クエリを実行する SimpleXMLElement::xpath (PHP 5, PHP 7, PHP 8) SimpleXMLElement::xpath — XML データに Xpath クエリを実行する 説明 public SimpleXMLElement::xpath ( string $expression ): array ...
https://man.plustar.jp/php/simplexmlelement.xpath.html - [similar]
ファイルあるいはディレクトリの名前を変える 0
« streamWrapper::mkdir streamWrapper::rmdir » PHP Manual streamWrapper ファイルあるいはディレクトリの名前を変える streamWrapper::rename (PHP 5, PHP 7, PHP 8) streamWrapper::rename — ファイルあるいはディレクトリの名前を変える 説明 public streamWrapper::rename ( string $path_from , string ...
https://man.plustar.jp/php/streamwrapper.rename.html - [similar]