| Web Links [Tag : Functions] |
|
21. Functions and Variable Scope in PHP
|
This tutorial covers the basics of writing and using your own functions as well as how variable scope works in PHP.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
22. Browser Emulating fopen functions
|
Some web sites (like IMDb) prevent external scripts from parsing their contents by denying request without a user-agent string. You open a socket connection and send the headers, or you can just use be_fopen and be_file, which wrap the fsockopen calls and return a file handle usable with any PHP function. Features: may also be used to circumvent allow_url_fopen; completely transparent wrapper for fsockopen; PHP-like interfaces: BE::fopen (corresponds to fopen) and BE::file (file()); usable with all PHP file handling methods (fgets etc.); can send GET or POST requests; custom header lines can be sent; POST data can be sent; HTTP authentication; custom destination port.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
23. Math functions
|
Usage of the following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
24. Php Functions Essential Reference
|
If youre a programmer looking for the most effective uses of PHP, this book will provide you with: A clear guide to common function usage and pitfalls; Easy to find, detailed information on the most important PHP functions; Practical examples of each functions use; Overviews that discuss how and why to use a particular group of functions; Practical, complete documentation on powerful but obscure functions such as pack and unpack. The web site for PHP Functions Essential Reference contains materials to support and expand on the book. Over 700 additional function writeups are available, along with updates, errata, and a few surprises.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
25. Porting of some (little) PHP functions
|
Here you will find porting of some functions not available in Vbscript such as urldecode, base64_decode, bin2hex, and md5. No component to install.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
26. String Functions (Len, Left, Mid, Right)
|
This is a short exmaple that demonstrates the text manipulation functions in .asp. It takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
27. Some Nifty Functions for Passing Variables Around
|
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies. Source code available for download. More free help at www.webforumz.com
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
28. COM Functions in PHP4 (Windows)
|
The built-in COM functionality of PHP4 is quite attractive for some of us programming in the win32 environment. So far, there is not much documentation on the subject. This short article will explain how to use COM in real PHP4 programming with three examples using MS office 2000 Word and Excel programs and the Adobe Distiller program.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
29. Recursive Functions
|
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. Youll see the difference between solving a problem iteratively and recursively later.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
30. Php Functions Essential Reference
|
If youre a programmer looking for the most effective uses of PHP, this book will provide you with: A clear guide to common function usage and pitfalls; Easy to find, detailed information on the most important PHP functions; Practical examples of each functions use; Overviews that discuss how and why to use a particular group of functions; Practical, complete documentation on powerful but obscure functions such as pack and unpack. The web site for PHP Functions Essential Reference contains materials to support and expand on the book. Over 700 additional function writeups are available, along with updates, errata, and a few surprises.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|