0. Installing composerCurl-ss Https://getcomposer.org/installer | Phpsudo mv Composer.phar/usr/local/bin/composer1. Install Laravel and use Composer to download the Laravel installation package:Composer global require "laravel/installer=~1.1"2.
php traverse all files and folders under a folder
function List_dir ($di rpath) {
if ($dirpath [strlen ($dirpath) -1]!= "\ \") {$dirpath. = "\ \";}
static $result _array=array ();
if (Is_dir ($dirpath)) {
$
CI CodeIgniter framework inside the use of Phpexcel | Export data to Excel file, there is a need for friends to refer to.CI framework inside Phpexcel use | Export data to Excel file 1. Ready to begin ...Download
The following code to implement PHP limit download speed:
/* Source:http://www.apphp.com/index.php?snippet=php-download-file-with-speed-limit */
/* Set here a limit of downloading rate (e.g. 10.20 kb/s) */
$download
Turn the time into a format of days, hours, etc., such as: "1 days Ago", "2 months ago" and so on.
function Prettydate ($date) {
$time = Strtotime ($date);
$now = time ();
$ago = $now-$time;
if ($ago
PHP Week Get Code:
Date ("L"); Data can be obtained in English for weeks such as Sunday
Date ("W"); This can get the numbers for weeks like 123, note that 0 is Sunday
Copy Code get Chinese weekday:
PHP Common Date function Summary: including check the date format is legitimate, check whether the time is legitimate time, time comparison function, return two date a few seconds, minutes, hours or days.
function Check_date
This PHP code can turn a color into the opposite color code, such as: White Turns black, blue turns yellow
function Color_inverse ($color) {
$color = Str_replace (' # ', ' ', $color);
if (strlen ($color)! = 6) {return ' 000000
The following PHP code is used to test the strength of a given password, with a maximum strength of 100
/**
*
* @param String $string
* @return Float
*
* Returns a float between 0 and 100. The Closer is
* * Please respect other people's labor success, please keep this copyright information, thank you!
Author: Little Dew 3.3
Sailing to fix something: in the code has been annotated, this code is now sent to QQ no problem ~
*/
20141206234218_104.png (170.93 KB, Downloads: PNS)
Download attachments
2015-7-30 17:39 upload
In the process of development, only a technology is certainly not a drop, a lot of application development needs to apply
/**
* Picture shrinkage Water printing type
*
*/
Class Cls_photo
{
protected $waterrate = 0.2; The scale of the watermark icon on the picture
protected $width = 300; Thumbnail default width
protected $height =
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service