PHPsu新闻
MANUAL ZH  |  EN
     


php5 additional set of parameters
MYSQL part] ; Maximum time (in secondes) for connect timeout. -1 Means no limimt ; MYSQL database connection timeout, set no limit to -1 mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (= On), warnings for table / index scans and...
Author:Time:2008-06-04 21:18:55 Hits:2 Comment:0 View Article...
Selected from the array, the duplication of data
The PHP example is selected from an array of methods duplication of data ?php $num = count($array); if($num) { sort($array); } if($num!=0) { $m = $array[0]; $n = 0; $kind=1; echo $array[0].----------; for($z=0;$z$num;$z++) { if($m!=$array[$z]) { ech...
Author:Time:2008-06-03 00:34:12 Hits:1 Comment:0 View Article...
PHP Loops
Loops are great for executing sections of code over and over again to do the same thing, I know when I first started in PHP I though, what's the point of that? well when you get more and more advanced it will become a lot more useful. We will discus...
Author:Time:2008-06-02 22:03:10 Hits:3 Comment:0 View Article...
The use of variable
Like most of the structure of the procedure, a so-called global variables and local variables, PHP in this regard is the same approach. PHP in the process of implementation, the system will keep in memory of a global variable region. Practical appli...
Author:Time:2008-06-01 23:11:00 Hits:1 Comment:0 View Article...
Class: Persian Calendar With Navigation In Month And Year
This class can be used to display Persian month calendars. It can display an HTML table with the current month of the Persian calendar. The table displays links to browse calendars of other months and years....
Author:Time:2008-05-31 21:24:06 Hits:1 Comment:0 View Article...
PHP's variables
Variables are the bread and butter of every programming language... and PHP has them too. A variable can be thought of as a programming construct used to store both numeric and non-numeric data; the contents of a variable can be altered during progr...
Author:Time:2008-05-31 12:14:01 Hits:2 Comment:0 View Article...
PHP Manual CLI style 2.0
Harry mentioned the handy little phpm some three years ago. And Sean Coates was kind enough to point out how it could be replaced with a shell one-liner. Doesnt that just make one love bash? One thing, I missed with either of the two, was the abilit...
Author:Time:2008-05-30 09:51:57 Hits:6 Comment:0 View Article...
PHP Manual macro for jEdit
This probably wont be of much use to anyone except php developers using jedit as their text editor, however its something that I found pretty much impossible to find in google (at least one that works) which I find a pretty rare thing so I thought I'...
Author:Time:2008-05-29 10:36:37 Hits:3 Comment:0 View Article...
Copyright 2008 The PHPsu All rights reserved. This mirror generously provided by: .Hp Inc. ICP:08000822
Last updated: Fri Jun 6 18:17:50 GMT-8 2008