0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

個人学習メモ#10 

Last updated at Posted at 2018-07-30

パスワードマネージャー・・・アプリケーションのID・パスワード認証に用いられる複数のパスワードを記憶・管理する機能

(ログイン機能に関して)
$_POST=フォームから送られてきた値を受け取ることができる

下記のままではセキュリティ的に良くない

$_SERVER=PHPは稼働しているウェブサーバーが生成するヘッダ情報、パス情報、スクリプトの位置のような情報を提供する。

PHP_SELF=スクリプトのファイル名

SERVER_ADDR=サーバーのIPアドレス

empty=変数が空であるかどうか

split=指定した区切り記号を使用して文字列を部分文字列に分割し、配列として返す。

escape=16進数に変換

unescape=ASCII文字に変換

ASCII文字・・・半角の英字やアラビア文字、記号、空白文字などの128 文字が定義されている。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?