回答編集履歴
1
PHP 7
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
PHP 5系列でも、バージョンを経るに連れて、[Mcrypt](http://php.net/manual/ja/book.mcrypt.php)(暗号化/復号化)、[OpenSSL](http://php.net/manual/ja/book.openssl.php)(暗号系の総合ライブラリ)、[password_hash](http://php.net/manual/ja/function.password-hash.php)など各種の暗号用ライブラリが導入されています。
|
1
|
+
PHP 5系列でも、バージョンを経るに連れて、[Mcrypt](http://php.net/manual/ja/book.mcrypt.php)(暗号化/復号化)、[OpenSSL](http://php.net/manual/ja/book.openssl.php)(暗号系の総合ライブラリ)、[password_hash](http://php.net/manual/ja/function.password-hash.php)など各種の暗号用ライブラリが導入されています。もちろんPHP 7でも使えます。
|
2
2
|
|
3
3
|
|
4
4
|
|