web
I share my Timer class with you. This is an easy to use class. If you use this you will never have to think about the way of execution time measuring.
You can read about two popular thumbnail generating methods in this article. The first method requires GD library. If you select the other way you need Imagick which is a native php extension to create and modify images using the ImageMagick API. Let's see the code!
Sometimes you need all public properties of an object. I've also met this problem. I tried to find some usable native function on php.net, but the only native solution is the ReflectionProperty class. I think It claims too much resource. I've written an own function that has solved this issue.
Let's see the function
/**
* It gets all public properties of given $object.
* @param object $object It must be object.
* @return array that contains all public property name as key and their values. example:
You can use Google's browser on Linux. The early access release of Chrome .deb package is available from site of Chromium.
I've made a CAPTCHA system what is ease of use for any PHP website. This is a full object oriented class library. Ease of use and ease of customisation. Try it! Feel free to download and use it. Please leave a comment.
Features
- Very minimal software requirements
- Ease of customisation (parameters or class extending)
- Full object oriented library
- One file one class
Publish your source code on web with colour syntax highlighting.
For example: How to send correct UTF-8 mail in PHP
This article is contain a PHP code what is syntax highlighted and all PHP function is link to PHP documentation. This code is more understandable, and more readable than simple colourless version.
How to set syntax highlighting on your website?
