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.

PHPの概要

Posted at

<概要>

PHP(Hypertext Preprocessor)は
Webサイトの作成を目的としたオープンソースのプログラミング言語

<特徴>

・HTMLに埋め込むことができる
(Javascriptは主にブラウザで動作するが
PHPはサーバーで動作する)
・初心者がとっつきやすい
・プロのエンジニアに対しても多くの機能を提供
・手っ取り早く開発
・広く使われていて、採用数も多い

<歴史>

1995年にRasmusLerdorfがPHP1.0を公開
最初はプログラム言語として作ったのではなく、
オンラインに公開されたRasmusの履歴書の訪問者数を追跡するためのツールとして開発した。

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?