Cheap Web Hosting for Developers

PHP, MySQL, Java, Unix Cheap Web Hosting

Interfacing the Network 115 // This is an

Filed under: Web Applications Development With PHP4.0 — webmaster @ 21:19

116 Chapter 3 Application Design: A Real-Life Example Listing 3.4 Continued } ////////////////////////////////////////////////////////////////////////////// // // myplugin_deinit() - deinitializes this plug-in // ////////////////////////////////////////////////////////////////////////////// // // All deinitialization code should go here. This function is called before // the bot goes down; thus, all network connections are still active. // // Although the return value is currently not used, 0 should indicate // deinitialization failure and 1 deinitialization success. This might be // used later on to force delayed shutdowns. // ////////////////////////////////////////////////////////////////////////////// function myplugin_deinit() { // remove callbacks here chat_remove_callback(CHATCB_IDLE, myplugin_idle_callback ); return(1); } ////////////////////////////////////////////////////////////////////////////// // // NOTE: DO NOT CHANGE ANYTHING BELOW THIS POINT! // ////////////////////////////////////////////////////////////////////////////// // installer code starts here // register initialization function chat_register_plugin_init($plugin_init_function); // register deinitialization function chat_register_plugin_deinit($plugin_deinit_function); // installer code done ////////////////////////////////////////////////////////////////////////////// ?>

Note: If you are looking for good and high quality web space to host and run your application check Lunarwebhost PHP Web Hosting services

11 Comments

No comments yet.

RSS feed for comments on this post. TrackBack URI

Sorry, the comment form is closed at this time.

Powered by Cheap Web Hosting