<s f="ifx_copy_blob" u="int ifx_copy_blob(int bid)">Duplicates the given blob-object</s>
<s f="ifx_create_blob" u="int ifx_create_blob(int type, int mode, string param)">Creates a blob-object</s>
<s f="ifx_create_char" u="int ifx_create_char(string param)">Creates a char-object</s>
-<s f="ifx_do" u="bool ifx_do(resource resultid)">Executes a previously prepared query or opens a cursor for it</s>
+<s f="ifx_do" u="bool ifx_do(resource resultid)">Executes a previously prepared query or opens a cursor for it</s>
<s f="ifx_error" u="string ifx_error([resource connection_id])">Returns the Informix error codes (SQLSTATE & SQLCODE)</s>
<s f="ifx_errormsg" u="string ifx_errormsg([int errorcode])">Returns the Informix errormessage associated with</s>
<s f="ifx_fetch_row" u="array ifx_fetch_row(resource resultid [, mixed position])">Fetches the next row or <position> row if using a scroll cursor</s>
<s f="ifx_getsqlca" u="array ifx_getsqlca(resource resultid)">Returns the sqlerrd[] fields of the sqlca struct for query resultid</s>
<s f="ifx_htmltbl_result" u="int ifx_htmltbl_result(resource resultid [, string htmltableoptions])">Formats all rows of the resultid query into a html table</s>
<s f="ifx_nullformat" u="bool ifx_nullformat(int mode)">Sets the default return value of a NULL-value on a fetch-row</s>
-<s f="ifx_num_fields" u="int ifx_num_fields(resource resultid)">Returns the number of columns in query resultid</s>
+<s f="ifx_num_fields" u="int ifx_num_fields(resource resultid)">Returns the number of columns in query resultid</s>
<s f="ifx_num_rows" u="int ifx_num_rows(resource resultid)">Returns the number of rows already fetched for query identified by resultid</s>
<s f="ifx_pconnect" u="resource ifx_pconnect([string database [, string userid [, string password]]])">Connects to database using userid/password, returns connection id</s>
<s f="ifx_prepare" u="resource ifx_prepare(string query, resource connid [, int cursortype] [, array idarray])">Prepare a query on a given connection</s>
<s f="ifxus_seek_slob" u="int ifxus_seek_slob(int bid, int mode, long offset)">Sets the current file or seek position of an open slob-object</s>
<s f="ifxus_tell_slob" u="int ifxus_tell_slob(int bid)">Returns the current file or seek position of an open slob-object</s>
<s f="ifxus_write_slob" u="int ifxus_write_slob(int bid, string content)">Writes a string into the slob-object</s>
-<s f="ingres_autocommit" u="bool ingres_autocommit([resource link])">Switch autocommit on or off</s>
+<s f="ingres_autocommit" u="bool ingres_autocommit([resource link])">Switch autocommit on or off</s>
<s f="ingres_close" u="bool ingres_close([resource link])">Close an Ingres II database connection</s>
<s f="ingres_commit" u="bool ingres_commit([resource link])">Commit a transaction</s>
<s f="ingres_connect" u="resource ingres_connect([string database [, string username [, string password]]])">Open a connection to an Ingres II database the syntax of database is [node_id::]dbname[/svr_class]</s>
<s f="atanh" u="float atanh(float number)">Returns the inverse hyperbolic tangent of the number, i.e. the value whose hyperbolic tangent is number</s>
<s f="base_convert" u="string base_convert(string number, int frombase, int tobase)">Converts a number in a string from any base <= 36 to any base <= 36</s>
<s f="bindec" u="int bindec(string binary_number)">Returns the decimal equivalent of the binary number</s>
-<s f="ceil" u="float ceil(float number)">Returns the next highest integer value of the number</s>
+<s f="ceil" u="float ceil(float number)">Returns the next highest integer value of the number</s>
<s f="cos" u="float cos(float number)">Returns the cosine of the number in radians</s>
<s f="cosh" u="float cosh(float number)">Returns the hyperbolic cosine of the number, defined as (exp(number) exp(-number))/2</s>
<s f="decbin" u="string decbin(int decimal_number)">Returns a string containing a binary representation of the number</s>
<s f="define_syslog_variables" u="void define_syslog_variables(void)">Initializes all syslog-related variables</s>
<s f="openlog" u="bool openlog(string ident, int option, int facility)">Open connection to system logger</s>
<s f="syslog" u="bool syslog(int priority, string message)">Generate a system log message</s>
-<s f="floatval" u="float floatval(mixed var)">Get the float value of a variable</s>
+<s f="floatval" u="float floatval(mixed var)">Get the float value of a variable</s>
<s f="gettype" u="string gettype(mixed var)">Returns the type of the variable</s>
<s f="intval" u="int intval(mixed var [, int base])">Get the integer value of a variable using the optional base for the conversion</s>
<s f="is_array" u="bool is_array(mixed var)">Returns true if variable is an array</s>
<s f="is_bool" u="bool is_bool(mixed var)">Returns true if variable is a boolean</s>
<s f="is_callable" u="bool is_callable(mixed var [, bool syntax_only [, string callable_name]])">Returns true if var is callable.</s>
<s f="is_float" u="bool is_float(mixed var)">Returns true if variable is float point</s>
+<s f="is_int" u="bool is_int(mixed var)">Returns true if variable is a int (integer)</s>
<s f="is_long" u="bool is_long(mixed var)">Returns true if variable is a long (integer)</s>
<s f="is_null" u="bool is_null(mixed var)">Returns true if variable is null</s>
<s f="is_numeric" u="bool is_numeric(mixed value)">Returns true if value is a number or a numeric string</s>
<s f="nsapi_request_headers" u="array nsapi_request_headers(void)">Get all headers from the request</s>
<s f="nsapi_response_headers" u="array nsapi_response_headers(void)">Get all headers from the response</s>
<s f="nsapi_virtual" u="bool nsapi_virtual(string uri)">Perform an NSAPI sub-request</s>
-
+
<s k="if"/>
<s k="elseif"/>
<s k="else"/>
<s k="array"/>
<s k="echo"/>
<s k="var"/>
-<s k="as"/>
-<s k="print"/>
+<s k="as"/>
+<s k="print"/>
<s k="unset"/>
<s k="exit"/>
<s k="and"/>
<s k="or"/>
<s k="xor"/>
-<s k="list"/>
+<s k="list"/>
<s k="null"/>
<s k="false"/>
<s k="true"/>
<s k="exception"/>
<s k="die"/>
-<s t="string"/>
-<s t="unset"/>
-<s t="object"/>
-<s t="bool"/>
-<s t="boolean"/>
-<s t="real"/>
-<s t="double"/>
-<s t="float"/>
-<s t="int"/>
-<s t="integer"/>
+<s t="string"/>
+<s t="unset"/>
+<s t="object"/>
+<s t="bool"/>
+<s t="boolean"/>
+<s t="real"/>
+<s t="double"/>
+<s t="float"/>
+<s t="int"/>
+<s t="integer"/>
<s c="CASE_LOWER"/>
<s c="CASE_UPPER"/>
'consistency', which means the transaction cannot read from tables
that are being modified by other concurrent transactions.</s>
<s c="IBASE_CONCURRENCY">Starts a transaction with the isolation level set to
- 'concurrency' (or 'snapshot'), which means the transaction
+ 'concurrency' (or 'snapshot'), which means the transaction
has access to all tables, but cannot see changes that were committed
by other transactions after the transaction was started.</s>
<s c="IBASE_COMMITTED">Starts a transaction with the isolation level set to
'read committed'. This flag should be combined with either
- IBASE_REC_VERSION or
+ IBASE_REC_VERSION or
IBASE_REC_NO_VERSION. This isolation level
allows access to changes that were committed after the transaction
was started. If IBASE_REC_NO_VERSION was
- specified, only the latest version of a row can be read. If
+ specified, only the latest version of a row can be read. If
IBASE_REC_VERSION was specified, a row can
even be read when a modification to it is pending in a concurrent
transaction.</s>
<s c="IBASE_NOWAIT">Indicated that a transaction should fail immediately when a
conflict occurs.</s>
<s c="IBASE_FETCH_BLOBS">Also available as IBASE_TEXTfor backward
- compatibility. Causes BLOB contents to be fetched inline, instead of
+ compatibility. Causes BLOB contents to be fetched inline, instead of
being fetched as BLOB identifiers.</s>
<s c="IBASE_FETCH_ARRAYS">Causes arrays to be fetched inline. Otherwise, array
identifiers are returned. Array identifiers can only be used as
<s c="MYSQLI_OPT_CONNECT_TIMEOUT">Connect timeout in seconds</s>
<s c="MYSQLI_OPT_LOCAL_INFILE">Enables command LOAD LOCAL INFILE</s>
<s c="MYSQLI_INIT_COMMAND">Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting.</s>
-<s c="MYSQLI_CLIENT_SSL">Use SSL (encrypted protocol). This option should not be set by application programs;
+<s c="MYSQLI_CLIENT_SSL">Use SSL (encrypted protocol). This option should not be set by application programs;
it is set internally in the MySQL client library</s>
<s c="MYSQLI_CLIENT_COMPRESS">Use compression protocol</s>
<s c="MYSQLI_CLIENT_INTERACTIVE">Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. The client's session wait_timeout variable will be set to the value of the session interactive_timeout variable.</s>
stream_filter_prepend to indicate
that the specified filter should only be applied when
writing</s>
-<s c="STREAM_FILTER_ALL">This constant is equivalent to
+<s c="STREAM_FILTER_ALL">This constant is equivalent to
STREAM_FILTER_READ |
STREAM_FILTER_WRITE</s>
<s c="PSFS_PASS_ON">Return Code indicating that the
<s c="STREAM_USE_PATH">Flag indicating if the stream
used the include path.</s>
<s c="STREAM_REPORT_ERRORS">Flag indicating if the wrapper
- is responsible for raising errors using trigger_error
+ is responsible for raising errors using trigger_error
during opening of the stream. If this flag is not set, you
should not raise any errors.</s>
<s c="STREAM_CLIENT_ASYNC_CONNECT">Open client socket asynchronously. Used with