株式会社極東書店トップ商品一覧An Introduction to PHP for Scientists and Engineers: Beyond JavaScript. 2008 ed.

商品詳細

An Introduction to PHP for Scientists and Engineers: Beyond JavaScript. 2008 ed.

An Introduction to PHP for Scientists and Engineers: Beyond JavaScript. 2008 ed.

・ISBN 978-1-84800-236-4 paper EUR 44.99

¥12,025.- (税込) (※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。

お気に入り
著者・編者Brooks, David R.,
出版社 (Springer London Ltd, UK)
出版年月2008
ページ数141 pp.
言語ENG
ニュース番号<A05-43937>

解説

The best way to become acquainted with a subject is to write a book about it. -Benjamin Disraeli i. Background The purpose of this book is provide an introduction to using a server-side programming language to solve some kinds of computing problems that cannot be solved with a client-side language such as JavaScript. The language is PHP (originally created in 1994 by Danish/Icelandic programmer Rasmus Lerdorf as "Personal Home Page Tools" for dealing with his own web site). The PHP language does not have a formal specification, as C does, for example. It is developed and maintained by a User Group of volunteers and is, essentially, defined by the most recently available free download. Although this might seem to be a shaky foundation on which to make a commitment to learning a programming language, PHP has a very large world-wide base of users and applications, which ensures its role into the foreseeable future. This book should not be considered as a PHP reference source and it does not deal exhaustively even with those elements of the PHP language used in the book. (This should be considered a blessing by the casual programmer. ) If you need more information, there is a huge amount of information online about PHP. Hopefully, this book will help you filter this information to focus on solving typical science and engineering problems. An excellent online source for information about PHP is http://www. php. net/manual/en/index. php, maintained by the PHP 1 Documentation Group.