Home » Programming » PHP Tutorial

Extending PHP Topic:  PHP Tutorial
Download (380) times
Last Download at Sunday 15th of January 2012 01:20:05 PM

Extending PHP

you will find that PHP doesn't do everything that you need it to do. Rather than abandon (the otherwise perfect!) PHP and search for an alternative language, it could easily be worthwhile to extend PHP to make it do what you want ...

Starting with PHP 4.3.0, it is now possible to write some pretty smart multiplexing networking applications stream_select(). The only problem is that the standard DNS functions gethostbyname() block the whole script until the domain name resolves.

Wouldn't it be nice to have an alternative method of resolving DNS that won't cause your existing sockets to time out?

We'll be using libares (written by Greg Hudson) as the basis of a PHP extension that provides such an alternative method. libares is released under an MIT license.
...
Source: www.php.net

Download File Read PDF Online

Comments for Extending PHP


Related PDF Files

Cook up Web sites fast with CakePHP

Quick and easy PHP rapid-development aid. This "Cook up Web sites fast with CakePHP" tutor

Foresee PHP User Manual

Foresee PHP is a non-invasive, visual field analyzer, used as an aid to monitor Age-Rela

PHP - Advanced Tutorial

PHP - Advanced Tutorial. Connecting MySQL with PHP, easy step for cookie handling, setup g

Pure PHP Upload Tutorials

File Genie PHP - Tutorials. How do you display files from a folder on your server. With

Using Ajax with PHP and Sajax

This tutorial is for those interested in developing rich Web applications that dynamicall

Incoming Search: