mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Made text line length < 80
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131137 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e50a6352d
commit
64bd49b9ae
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.sybase-query">
|
||||
<refnamediv>
|
||||
|
@ -16,9 +16,9 @@
|
|||
<para> Returns: A positive Sybase result identifier on success, or
|
||||
&false; on error.
|
||||
</para>
|
||||
<para><function>sybase_query</function> sends a query to the currently active
|
||||
database on the server that's associated with the specified link
|
||||
identifier. If the link identifier isn't specified, the last
|
||||
<para><function>sybase_query</function> sends a query to the currently
|
||||
active database on the server that's associated with the specified
|
||||
link identifier. If the link identifier isn't specified, the last
|
||||
opened link is assumed. If no link is open, the function tries to
|
||||
establish a link as if <function>sybase_connect</function> was
|
||||
called, and use it.
|
||||
|
|
Loading…
Reference in a new issue