|
użytkowników online: 79
|
OPINIE UŻYTKOWNIKÓW
|
Prawdziwa skarbnica wiedzy na temat tworzenia stron WWW i nie tylko. Korzystam z porad praktycznie codziennie, jest mi to niezbędne w mojej pracy. Sam zajmuję się tworzeniem serwisów, ale porady pisane przez Darka sa dla mnie nieocenioną pomocą! Proste, czytelne i zrozumiałe dla każdego! Czekam na więcej!
Krzysztof Szypulski
KESS - projektowanie stron
|
|
PODRĘCZNIK PHP 5.x, 4.x, 3.x - częściowo spolszczony / źródło: www.php.net
[Spis]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[X]
[W]
[Z]
Rozdział 60. Where to Go from Here
You've learned a lot about PHP. You now know how to create
dynamic loadable modules and statically linked extensions. You've
learned how PHP and Zend deal with internal storage of variables and how you
can create and access these variables. You know quite a set of tool functions
that do a lot of routine tasks such as printing informational texts,
automatically introducing variables to the symbol table, and so on.
Even though this chapter often had a mostly "referential" character, we
hope that it gave you insight on how to start writing your own extensions.
For the sake of space, we had to leave out a lot; we suggest that you take the time to
study the header files and some modules (especially the ones in the
ext/standard directory and the MySQL module, as these
implement commonly known functionality). This will give you an idea of how
other people have used the API functions - particularly those that didn't make it into
this chapter.
User Contributed Notespsikic at psikic dot com
23-Aug-2004 08:50
Writing a PHP Extension can sometimes be a difficult task that requires a knowledge of both the internals of PHP and the Zend API and a fluency in C. I have created a forum where you can ask questions and get help with building a PHP Extension and share your knowledge of this powerful way to speed up your code and use pre-written code in your PHP project. Please visit my forum at:
http://www.psikic.com/modules.php?name=Forums&file=viewforum&f=13
The community is very new but I will do my best to answer anyones questions. While you are there, make sure to visit the other forums. Thanks!
|