mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- fixed markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210466 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
44ff23744e
commit
16347ca578
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
|
||||
<refentry id="function.px-new">
|
||||
<refnamediv>
|
||||
|
@ -17,8 +17,8 @@
|
|||
Create a new paradox object. You will have to call this function before any
|
||||
further functions. <function>px_new</function> does not create any file on
|
||||
the disk, it just creates an instance of a paradox object. This function
|
||||
must not be called if the object oriented interface is used. Use <code>new
|
||||
paradox_db()</code> instead.
|
||||
must not be called if the object oriented interface is used. Use <literal>new
|
||||
paradox_db()</literal> instead.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue