PHPsu新闻
MANUAL ZH  |  EN
     


PHP SimpleXML
SimpleXML handles the most common XML tasks and leaves the rest for other extensions. What is SimpleXML? SimpleXML is new in PHP 5. It is an easy way of getting an element's attributes and text, if you know the XML document's layout. Compared to DOM...
Author:Time:2008-05-01 22:54:16 Hits:1 Comment:0 View Article...
Reading Files
There are several different ways of reading a file, but before you try to read a file, you have to make sure the file exists first. To do this, PHP comes with an inbuilt function called is_readable() , which checks if the file exists and if it's rea...
Author:Time:2008-05-01 22:24:12 Hits:0 Comment:0 View Article...
PHP interface on the learning
PHP5 recent study of the interface difficulties encountered in the process, said the book is to achieve a form of multiple inheritance, but I still do not know how to achieve the specific. PHP in the online search interface little information on the...
Author:Time:2008-04-29 10:09:58 Hits:2 Comment:0 View Article...
What can PHP do?
Anything. PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more. There are three main area...
Author:Time:2008-04-28 11:15:06 Hits:8 Comment:0 View Article...
Installing Apache PHP and MySQL For Windows
PHP and MySQL are usually associated with LAMP (Linux, Apache, MySQL, PHP). However, most PHP developer ( including me ) are actually using Windows when developing the PHP application. So this page will only cover the WAMP ( Windows, Apache, MySQL,...
Author:Time:2008-04-26 23:46:58 Hits:19 Comment:0 View Article...
PHP Basic
SimpleXML handles the most common XML tasks and leaves the rest for other extensions. What is SimpleXML? SimpleXML is new in PHP 5. It is an easy way of getting an element's attributes and text, if you know the XML document's layout. Compared to DOM...
Author:Time:2008-04-26 23:40:36 Hits:9 Comment:0 View Article...
PHP XML DOM
The built-in DOM parser makes it possible to process XML documents in PHP. What is DOM? The W3C DOM provides a standard set of objects for HTML and XML documents, and a standard interface for accessing and manipulating them. The W3C DOM is separated...
Author:Time:2008-04-26 23:39:54 Hits:12 Comment:0 View Article...
PHP XML Expat Parser
The built-in Expat parser makes it possible to process XML documents in PHP. What is XML? XML is used to describe data and to focus on what data is. An XML file describes the structure of the data. In XML, no tags are predefined. You must define you...
Author:Time:2008-04-26 23:38:43 Hits:6 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:18:33 GMT-8 2008