diff --git a/reference/outcontrol/reference.xml b/reference/outcontrol/reference.xml index 4a3f30396b..12c00f211f 100644 --- a/reference/outcontrol/reference.xml +++ b/reference/outcontrol/reference.xml @@ -1,24 +1,55 @@ - + Output Control Functions Output Control - - The Output Control functions allow you to control when output is - sent from the script. This can be useful in several different - situations, especially if you need to send headers to the browser - after your script has began outputting data. The Output Control - functions do not affect headers sent using - header or setcookie, - only functions such as echo and data between - blocks of PHP code. - - - - Output Control example - +
+ &reftitle.intro; + + The Output Control functions allow you to control when output is + sent from the script. This can be useful in several different + situations, especially if you need to send headers to the browser + after your script has began outputting data. The Output Control + functions do not affect headers sent using + header or setcookie, + only functions such as echo and data between + blocks of PHP code. + +
+ +
+ &reftitle.required; + &no.requirement; +
+ +
+ &reftitle.install; + &no.install; +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ +
+ &reftitle.constants; + &no.constants; +
+ +
+ &reftitle.examples; + + + Output Control example + ]]> - - - - - In the above example, the output from echo - would be stored in the output buffer until - ob_end_flush was called. In the mean time, - the call to setcookie successfully stored a - cookie without causing an error. (You can not normally send - headers to the browser after data has already been sent.) - - - See also header and - setcookie. - + + + + + In the above example, the output from echo + would be stored in the output buffer until + ob_end_flush was called. In the mean time, + the call to setcookie successfully stored a + cookie without causing an error. (You can not normally send + headers to the browser after data has already been sent.) + +
+ +
+ &reftitle.seealso; + + See also header and + setcookie. + +
&reference.outcontrol.functions; diff --git a/reference/overload/reference.xml b/reference/overload/reference.xml index 1612752b4d..e237222fab 100644 --- a/reference/overload/reference.xml +++ b/reference/overload/reference.xml @@ -1,30 +1,63 @@ - + Object property and method call overloading Object overloading - - &warn.experimental; - - The purpose of this extension is to allow overloading of object - property access and method calls. Only one function is defined - in this extension, overload which - takes the name of the class that should have this functionality - enabled. The class named has to define appropriate methods if - it wants to have this functionality: __get(), - __set() and __call() - respectively for getting/setting a property, or calling a method. - This way overloading can be selective. Inside these handler - functions the overloading is disabled so you can access object - properties normally. - - - Some simple examples on using the overload - function: - - Overloading a PHP class - + + +
+ &reftitle.intro; + + The purpose of this extension is to allow overloading of object + property access and method calls. Only one function is defined + in this extension, overload which + takes the name of the class that should have this functionality + enabled. The class named has to define appropriate methods if + it wants to have this functionality: __get(), + __set() and __call() + respectively for getting/setting a property, or calling a method. + This way overloading can be selective. Inside these handler + functions the overloading is disabled so you can access object + properties normally. + + &warn.experimental; +
+ +
+ &reftitle.required; + &no.requirement; +
+ +
+ &reftitle.install; + + +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ +
+ &reftitle.constants; + &no.constants; +
+ +
+ &reftitle.examples; + + Some simple examples on using the overload + function: + + Overloading a PHP class + a[0]->prop); ?> ]]> - - - - - - As this is an experimental extension, not all things - work. There is no __call() support - currently, you can only overload the get and set - operations for properties. You cannot invoke the - original overloading handlers of the class, and - __set() only works to one level - of property access. + + - + + + As this is an experimental extension, not all things + work. There is no __call() support + currently, you can only overload the get and set + operations for properties. You cannot invoke the + original overloading handlers of the class, and + __set() only works to one level + of property access. + + +
&reference.overload.functions; diff --git a/reference/ovrimos/reference.xml b/reference/ovrimos/reference.xml index 921091900d..dd2bdab880 100644 --- a/reference/ovrimos/reference.xml +++ b/reference/ovrimos/reference.xml @@ -1,28 +1,55 @@ - + Ovrimos SQL functions OvrimosSQL - - Ovrimos SQL Server, is a client/server, transactional RDBMS - combined with Web capabilities and fast transactions. - - - Ovrimos SQL Server is available at www.ovrimos.com. To enable ovrimos - support in PHP just compile PHP with the - parameter to configure script. You'll need to install the sqlcli - library available in the Ovrimos SQL Server distribution. - - - - - Connect to Ovrimos SQL Server and select from a system table - - +
+ &reftitle.intro; + + Ovrimos SQL Server, is a client/server, transactional RDBMS + combined with Web capabilities and fast transactions. + +
+ +
+ &reftitle.required; + + Ovrimos SQL Server is available at &url.ovrimos;. You'll need to install the + sqlcli library available in the Ovrimos SQL Server distribution. + +
+ +
+ &reftitle.install; + + To enable Ovrimos support in PHP just compile PHP with the + + parameter to configure script. + +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + + +
+ +
+ &reftitle.examples; + + + + Connect to Ovrimos SQL Server and select from a system table + + ]]> - - - This will just connect to an Ovrimos SQL server. - + + + This will just connect to an Ovrimos SQL server. + +
+
&reference.ovrimos.functions;