PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

クラスやオブジェクトの作成> <変数の作成
Last updated: Fri, 22 Aug 2008

view this page in

関数の作成

PHP はグルー言語 (訳注: 異なるシステムをつなぎ合わせるための "接着材" としてはたらく言語) としても知られており、 ジェネレータを使用して簡単に拡張することができます。 ext_skel を使って C 言語の関数のスタブを作成すると、 エクスポートされるすべての関数が PHP_FUNCTION(func_name) のようなシンプルなプロトタイプであることに気づかれるでしょう。



add a note add a note User Contributed Notes
関数の作成
There are no user contributed notes for this page.

クラスやオブジェクトの作成> <変数の作成
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites