Add experimental warning for every language. Add (for english) the

warning also to every function in the module.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50891 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-07-08 13:01:21 +00:00
parent 810ec7eb65
commit 9033afe45d
12 changed files with 251 additions and 1 deletions

View file

@ -51,6 +51,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
See also <function>setlocale</function>.
</para>
@ -70,6 +71,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -88,6 +90,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -106,6 +109,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -124,6 +128,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -142,6 +147,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -160,6 +166,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -181,6 +188,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -199,6 +207,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -217,6 +226,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>
@ -237,6 +247,7 @@
<paramdef>string <parameter>c</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
</refsect1>

View file

@ -42,6 +42,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; on success,
&false; on error.
@ -88,6 +89,7 @@ dbx_close($link);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: a dbx_link_object on success, &false;
on error. If a connection has been made but the database could not
@ -189,6 +191,7 @@ dbx_close ($link);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a string containing the error-message from the last
function call of the module (e.g. mysql-module). If there are
@ -243,6 +246,7 @@ dbx_close ($link);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a dbx_result_object or 1 on success (a result object is
only returned for sql-statements that return results) or 0 on
@ -388,6 +392,7 @@ dbx_close($link);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; on success,
&false; on error.
@ -436,6 +441,7 @@ dbx_close ($link);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns 0 if row_a[$columnname_or_index] is equal to
row_b[$columnname_or_index], 1 if it is greater and -1 if it is

View file

@ -427,6 +427,7 @@
<paramdef>string <parameter>str</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The function parses the XML document in
<parameter>str</parameter> and returns an object of class "Dom
@ -451,6 +452,7 @@
<paramdef>string <parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The function parses the XML document in the file named
<parameter>filename</parameter> and returns an object of class
@ -478,6 +480,7 @@
<paramdef>string <parameter>str</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The function parses the XML document in
<parameter>str</parameter> and returns a tree PHP objects as the
@ -506,6 +509,7 @@
<paramdef>array <parameter>doc</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns element node located at the root of a an DOM document.
There are actually other possible nodes like comments which are currently
@ -570,6 +574,7 @@ print_r($root);
<paramdef>string <parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Adds a root element node to a dom document and returns the new node.
The element name is given in the second parameter.
@ -606,6 +611,7 @@ echo $doc-&gt;dumpmem();
<paramdef>resource <parameter>doc</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Creates an XML document from the dom representation. This function
usually is called after a building a new dom document from scratch
@ -632,6 +638,7 @@ echo $doc-&gt;dumpmem();
<paramdef>resource <parameter>node</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns all attributes of a node as array of objects of type
"dom attribute".
@ -655,6 +662,7 @@ echo $doc-&gt;dumpmem();
<paramdef>string <parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns the attribute with name <parameter>name</parameter> of the given
node.
@ -681,6 +689,7 @@ echo $doc-&gt;dumpmem();
<paramdef>string <parameter>value</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Sets an attribute with name <parameter>name</parameter> of the given
node on a value.
@ -721,6 +730,7 @@ echo $doc->dumpmem();
<paramdef>object <parameter>doc|node</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns all children of a node as an array of nodes.
</para>
@ -761,6 +771,7 @@ $children = $head->children()
<paramdef>string <parameter>content</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Adds a new child of type element to a node and returns it.
</para>
@ -782,6 +793,7 @@ $children = $head->children()
<paramdef>string <parameter>version</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Creates a new dom document from scratch and returns it.
</para>
@ -806,6 +818,7 @@ $children = $head->children()
<paramdef>object <parameter>dom document</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
<para>
@ -829,6 +842,7 @@ $children = $head->children()
<paramdef>object <parameter>xpath context</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
</para>
<para>

View file

@ -47,6 +47,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_affected_rows</function> returns the number
of rows affected by the last INSERT, UPDATE or DELETE query
@ -104,6 +105,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_autocommit</function> returns the current
autocommit status. if the optional OnOff parameter is
@ -138,6 +140,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_change_user</function> changes the logged in user
of the current active connection, or the connection given by the
@ -166,6 +169,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: &true; on success, &false; on error.
</para>
@ -225,6 +229,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a positive FrontBase link identifier on success, or an error
message on failure.
@ -286,6 +291,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_create_db</function> attempts to create a new
database on the server associated with the specified link
@ -329,6 +335,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: The database password for the database represented by the link
identifier.
@ -364,6 +371,7 @@
<paramdef>int <parameter>row_number</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: &true; on success, &false; on failure.
</para>
@ -431,6 +439,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: A positive FrontBase result identifier to the query result,
or &false; on error.
@ -467,6 +476,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: &true; on success, &false; on failure.
</para>
@ -496,6 +506,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns the error number from the last fbsql function, or
<literal>0</literal> (zero) if no error occurred.
@ -547,6 +558,7 @@ echo fbsql_errno().": ".fbsql_error()."&lt;BR>";
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns the error text from the last fbsql function, or
<literal>''</literal> (the empty string) if no error occurred.
@ -599,6 +611,7 @@ echo fbsql_errno().": ".fbsql_error()."&lt;BR>";
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns an array that corresponds to the fetched row, or &false;
if there are no more rows.</para>
@ -669,6 +682,7 @@ fbsql_free_result ($result);
<paramdef>resource <parameter>result</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns an associative array that corresponds to the fetched row,
or &false; if there are no more rows.</para>
@ -733,6 +747,7 @@ fbsql_free_result ($result);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns an object containing field information.
</para>
@ -824,6 +839,7 @@ fbsql_free_result ($result);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: An array that corresponds to the lengths of each field
in the last row fetched by <function>fbsql_fetch_row</function>,
@ -861,6 +877,7 @@ fbsql_free_result ($result);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns an object with properties that correspond to the fetched
row, or &false; if there are no more rows.
@ -917,6 +934,7 @@ fbsql_free_result ($result);
<paramdef>resource <parameter>result</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: An array that corresponds to the fetched row, or &false;
if there are no more rows.
@ -958,6 +976,7 @@ fbsql_free_result ($result);
<paramdef>int <parameter>field_offset</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_field_flags</function> returns the field flags of
the specified field. The flags are reported as a single word
@ -983,6 +1002,7 @@ fbsql_free_result ($result);
<paramdef>int <parameter>field_index</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_field_name</function> returns the name of the
specified field index. <parameter>result</parameter> must be a
@ -1042,6 +1062,7 @@ password
<paramdef>int <parameter>field_offset</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_field_len</function> returns the length of the
specified field.
@ -1065,6 +1086,7 @@ password
<paramdef>int <parameter>field_offset</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Seeks to the specified field offset. If the next call to
<function>fbsql_fetch_field</function> doesn't include a field
@ -1093,6 +1115,7 @@ password
<paramdef>int <parameter>field_offset</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns the name of the table that the specifed field is
in.
@ -1116,6 +1139,7 @@ password
<paramdef>int <parameter>field_offset</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_field_type</function> is similar to the
<function>fbsql_field_name</function> function. The arguments are
@ -1167,6 +1191,7 @@ fbsql_close();
<paramdef>int <parameter>result</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_free_result</function> will free all memory
associated with the result identifier <parameter>result</parameter>.
@ -1199,6 +1224,7 @@ fbsql_close();
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_insert_id</function> returns the ID generated for
an column defined as DEFAULT UNIQUE by the previous INSERT query using the
@ -1242,6 +1268,7 @@ fbsql_close();
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_list_dbs</function> will return a result pointer
containing the databases available from the current fbsql
@ -1300,6 +1327,7 @@ database3
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_list_fields</function> retrieves information
about the given tablename. Arguments are the database name and
@ -1363,6 +1391,7 @@ field3
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_list_tables</function> takes a database name and
returns a result pointer much like the
@ -1388,6 +1417,7 @@ field3
<paramdef>int <parameter>result_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
When sending more than one SQL statement to the server or executing a stored procedure
with multiple results will cause the server to return multiple result sets.
@ -1430,6 +1460,7 @@ field3
<paramdef>resource <parameter>result</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_num_fields</function> returns the number of
fields in a result set.
@ -1456,6 +1487,7 @@ field3
<paramdef>resource <parameter>result</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_num_rows</function> returns the number of rows in
a result set. This command is only valid for SELECT statements.
@ -1511,6 +1543,7 @@ echo "$num_rows Rows\n";
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: A positive FrontBase persistent link identifier on success,
or &false; on error.
@ -1562,6 +1595,7 @@ echo "$num_rows Rows\n";
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_query</function> sends a query to the currently
active database on the server that's associated with the
@ -1664,6 +1698,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl")
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_result</function> returns the contents of one
cell from a FrontBase result set. The field argument can be the
@ -1712,6 +1747,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl")
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns: &true; on success, &false; on error.
</para>
@ -1757,6 +1793,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl")
<paramdef>int <parameter>i</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>fbsql_tablename</function> takes a result pointer
returned by the <function>fbsql_list_tables</function> function
@ -1799,6 +1836,7 @@ while ($i &lt; fbsql_num_rows ($result)) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; if warnings is turned on otherwise &false;.
</para>

View file

@ -58,6 +58,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a Ingres II link resource on success, or &false; on failure.
</para>
@ -135,6 +136,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a Ingres II link resource on success, or &false; on failure.
</para>
@ -175,6 +177,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; on success, or &false; on failure.
</para>
@ -214,6 +217,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; on success, or &false; on failure.
</para>
@ -311,6 +315,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
For delete, insert or update queries,
<function>ingres_num_rows</function> returns the number of rows
@ -363,6 +368,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_num_fields</function> returns the number of fields
in the results returned by the Ingres server after a call to
@ -396,6 +402,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_field_name</function> returns the name of a field
in a query result, or &false; on failure.
@ -433,6 +440,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_field_type</function> returns the type of a field
in a query result, or &false; on failure.
@ -477,6 +485,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_field_nullable</function> returns &true; if the field
can be set to the &null; value and &false; if it can't.
@ -514,6 +523,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_field_length</function> returns the length of a field.
This is the number of bytes used by the server to store the field.
@ -552,6 +562,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_field_precision</function> returns the precision of
a field. This value is used only for decimal, float and money SQL data
@ -591,6 +602,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_field_scale</function> returns the scale of a field.
This value is used only for the decimal SQL data type. For detailed
@ -629,6 +641,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_fetch_array</function> Returns an array that corresponds
to the fetched row, or &false; if there are no more rows.
@ -707,6 +720,7 @@ while ($row = ingres_fetch_array()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_fetch_row</function> returns an array that corresponds
to the fetched row, or &false; if there are no more rows. Each result
@ -761,6 +775,7 @@ while ($row = ingres_fetch_row()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_fetch_object</function> Returns an object that
corresponds to the fetched row, or &false; if there are no more rows.
@ -824,6 +839,7 @@ while ($row = ingres_fetch_object()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_rollback</function> rolls back the currently open
transaction, actualy canceling all changes made to the database
@ -857,6 +873,7 @@ while ($row = ingres_fetch_object()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_commit</function> commits the currently open
transaction, making all changes made to the database permanent.
@ -894,6 +911,7 @@ while ($row = ingres_fetch_object()) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>ingres_autocommit</function> is called before opening a
transaction (before the first call to <function>ingres_query</function>

View file

@ -538,6 +538,7 @@ mbstring.substitute_character = none
<parameter><optional>language</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_language</function> sets language. If
<parameter>language</parameter> is omitted, it returns current
@ -590,6 +591,7 @@ mbstring.substitute_character = none
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_parse_str</function> parses GET/POST/COOKIE data and
sets global variables. Since PHP does not provide raw POST/COOKIE
@ -632,6 +634,7 @@ mbstring.substitute_character = none
<parameter><optional>encoding</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_internal_encoding</function> sets internal character
encoding to <parameter>encoding</parameter> If parameter is
@ -688,6 +691,7 @@ echo mb_internal_encoding();
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>mb_http_input</function> returns result of HTTP input
character encoding detection.
@ -726,6 +730,7 @@ echo mb_internal_encoding();
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
If <parameter>encoding</parameter> is set,
<function>mb_http_output</function> sets HTTP output character
@ -765,6 +770,7 @@ echo mb_internal_encoding();
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_detect_order</function> sets automatic character
encoding detection order to <parameter>encoding-list</parameter>.
@ -862,6 +868,7 @@ echo implode(", ", mb_detect_order());
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_substitute_character</function> specifies
substitution character when input character encoding is invalid
@ -931,6 +938,7 @@ echo mb_substitute_character();
<paramdef>int <parameter>status</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_output_handler</function> is
<function>ob_start</function> callback
@ -1002,6 +1010,7 @@ ob_start("mb_output_handler");
<paramdef>string <parameter>encoding</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_preferred_mime_name</function> returns MIME
<literal>charset</literal> string for character encoding
@ -1038,6 +1047,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_strlen</function> returns number of characters in
string <parameter>str</parameter> having character encoding
@ -1078,6 +1088,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_strpos</function> returns the numeric position of
the first occurrence of <parameter>needle</parameter> in the
@ -1134,6 +1145,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_strrpos</function> returns the numeric position of
the last occurrence of <parameter>needle</parameter> in the
@ -1186,6 +1198,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_substr</function> returns the portion of
<parameter>str</parameter> specified by the
@ -1235,6 +1248,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_strcut</function> returns the portion of
<parameter>str</parameter> specified by the
@ -1281,6 +1295,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_strwidth</function> returns width of string
<parameter>str</parameter>.
@ -1332,6 +1347,7 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc))
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_strimwidth</function> truncates string
<parameter>str</parameter> to specified
@ -1385,6 +1401,7 @@ $str = mb_strimwidth($str, 0, 40, "..>");
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_convert_encoding</function> converts
character encoding of string <parameter>str</parameter> from
@ -1440,6 +1457,7 @@ $str = mb_convert_encoding($str, "EUC-JP", "auto");
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_detect_encoding</function> detects character
encoding in string <parameter>str</parameter>. It returns
@ -1500,6 +1518,7 @@ echo mb_detect_encoding($str, $ary);
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_convert_kana</function> performs "han-kaku" -
"zen-kaku" conversion for string <parameter>str</parameter>. It
@ -1578,6 +1597,7 @@ $str = mb_convert_kana($str, "KVa");
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_encode_mimeheader</function> converts string
<parameter>str</parameter> to encoded-word for header field.
@ -1628,6 +1648,7 @@ echo $addr;
<paramdef>string <parameter>str</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_decode_mimeheader</function> decodes encoded-word
string <parameter>str</parameter> in MIME header.
@ -1656,6 +1677,7 @@ echo $addr;
<paramdef>mixed <parameter>vars</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_convert_variables</function> convert
character encoding of variables <parameter>vars</parameter> in
@ -1714,6 +1736,7 @@ $inputenc = mb_convert_variables($interenc, "ASCII,UTF-8,SJIS-win", $post1, $pos
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_encode_numericentity</function> converts
specified character codes in string <parameter>str</parameter>
@ -1794,6 +1817,7 @@ $str = mb_encode_numericentity($str, $convmap, "sjis-win");
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Convert numeric string reference of string
<parameter>str</parameter> in specified block to character. It
@ -1851,6 +1875,7 @@ $convmap = array (
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>mb_send_mail</function> sends email. Headers and
message are converted and encoded according to

View file

@ -176,6 +176,7 @@
<void/>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie</function> creates a new movie object,
representing an SWF version 4 movie.
@ -209,6 +210,7 @@
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->output</function> dumps your lovingly prepared movie out.
In PHP, preceding this with the command
@ -246,6 +248,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->save</function> saves your movie to the
file named <parameter>filename</parameter>.
@ -270,6 +273,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>ressource <parameter>instance</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->add</function> adds <parameter>instance</parameter> to
the current movie. <parameter>instance</parameter> is any type of data :
@ -307,6 +311,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>ressource <parameter>instance</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->remove</function> removes the object instance
<parameter>instance</parameter> from the display list.
@ -333,6 +338,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>blue</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->setbackground</function> sets the background color. Why is
there no rgba version? Think about it. (Actually, that's not such a dumb
@ -357,6 +363,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>rate</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->setrate</function> sets the frame rate to
<parameter>rate</parameter>, in frame per seconds.
@ -381,6 +388,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>height</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->setdimension</function> sets the movie's width
to <parameter>width</parameter> and height to <parameter>height</parameter>.
@ -401,6 +409,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>numberofframes</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->setframes</function> sets the total number of frames
in the animation to <parameter>numberofframes</parameter>.
@ -421,6 +430,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void </paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->setframes</function> moves to the next frame of
the animation.
@ -442,6 +452,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>mp3FileName</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmovie->streammp3</function> streams the mp3 file
<parameter>mp3FileName</parameter>. Not very robust in dealing with
@ -493,6 +504,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem</function> creates a new swfdisplayitem object.
</para>
@ -529,6 +541,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->moveto</function> moves the current object to
(<parameter>x</parameter>,<parameter>y</parameter>) in global coordinates.
@ -560,6 +573,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>dy</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->move</function> moves the current object by
(<parameter>dx</parameter>,<parameter>dy</parameter>) from its
@ -592,6 +606,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->scaleto</function> scales the current object to
(<parameter>x</parameter>,<parameter>y</parameter>) in global coordinates.
@ -623,6 +638,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>dy</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->scale</function> scales the current object by
(<parameter>dx</parameter>,<parameter>dy</parameter>) from its
@ -654,6 +670,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>degrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->rotateto</function> set the current object
rotation to <parameter>degrees</parameter> degrees in global coordinates.
@ -768,6 +785,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>ddegrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->rotate</function> rotates the current object
by <parameter>ddegrees</parameter> degrees from its current rotation.
@ -798,6 +816,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>degrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->skewxto</function> sets the
x-skew to <parameter>degrees</parameter>. For <parameter>degrees</parameter>
@ -832,6 +851,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>ddegrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->skewx</function> adds <parameter>ddegrees</parameter>
to current x-skew.
@ -864,6 +884,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>degrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->skewyto</function> sets the
y-skew to <parameter>degrees</parameter>. For <parameter>degrees</parameter>
@ -898,6 +919,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>ddegrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->skewy</function> adds <parameter>ddegrees</parameter>
to current y-skew.
@ -930,6 +952,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>depth</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->rotate</function> sets the object's
z-order to <parameter>depth</parameter>. Depth defaults to the
@ -959,6 +982,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->remove</function> removes this object from
the movie's display list.
@ -989,6 +1013,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->setname</function> sets the object's name to
<parameter>name</parameter>, for targetting with action script.
@ -1016,6 +1041,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>ratio</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->setratio</function> sets the object's ratio
to <parameter>ratio</parameter>. Obviously only useful for morphs.
@ -1110,6 +1136,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->addcolor</function> adds the color to
this item's color transform. The color is given in its RGB form.
@ -1139,6 +1166,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfdisplayitem->multcolor</function> multiplies the item's
color transform by the given values.
@ -1202,6 +1230,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfshape</function> creates a new shape object.
</para>
@ -1259,6 +1288,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfshape->setline</function> sets the shape's line style.
<parameter>width</parameter> is the line's width. If <parameter>width</parameter>
@ -1352,6 +1382,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<funcsynopsis>
<funcprototype>
<funcdef>void <function>swfshape->addfill</function></funcdef>
@ -1359,6 +1390,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>flags</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<funcsynopsis>
<funcprototype>
<funcdef>void <function>swfshape->addfill</function></funcdef>
@ -1366,6 +1398,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>flags</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfshape->addfill</function> adds a solid fill to the shape's list
of fill styles. <function>swfshape->addfill</function> accepts three different
@ -1473,6 +1506,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>swfgradient <parameter>fill</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<funcsynopsis>
<funcprototype>
<funcdef>void <function>swfshape->setleftfill</function></funcdef>
@ -1482,6 +1516,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
What this nonsense is about is, every edge segment borders at most two fills.
When rasterizing the object, it's pretty handy to know what those fills are
@ -1520,6 +1555,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>swfgradient <parameter>fill</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<funcsynopsis>
<funcprototype>
<funcdef>void <function>swfshape->setrightfill</function></funcdef>
@ -1529,6 +1565,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
See also
<function>swfshape->setleftfill</function>.
@ -1553,6 +1590,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>swfshape->setrightfill</function> move the shape's pen to
(<parameter>x</parameter>,<parameter>y</parameter>) in the shape's
@ -1582,6 +1620,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>dy</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>swfshape->setrightfill</function> move the shape's pen from
coordinates (current x,current y) to (current x + <parameter>dx</parameter>,
@ -1611,6 +1650,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>swfshape->setrightfill</function> draws a line (using the
current line style, set by <function>swfshape->setline</function>) from the current
@ -1641,6 +1681,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>dy</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>swfshape->setrightfill</function> draws a line (using the current line style
set by <function>swfshape->setline</function>) from the current pen position to
@ -1672,6 +1713,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>anchory</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>swfshape->drawcurveto</function> draws a quadratic curve
(using the current line style, set by <function>swfshape->setline</function>)
@ -1707,6 +1749,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>anchordy</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<simpara>
<function>swfshape->drawcurve</function> draws a quadratic curve
(using the current line style,set by <function>swfshape->setline</function>)
@ -1742,6 +1785,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfgradient</function> creates a new SWFGradient object.
</para>
@ -1825,6 +1869,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfgradient->addentry</function> adds an entry to the gradient list.
<parameter>ratio</parameter> is a number between 0 and 1 indicating where in
@ -1853,6 +1898,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>alphafilename</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbitmap</function> creates a new SWFBitmap object from
the Jpeg or DBL file named <parameter>filename</parameter>.
@ -1968,6 +2014,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbitmap->getwidth</function> returns the bitmap's width in pixels.
</para>
@ -1991,6 +2038,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbitmap->getheight</function> returns the bitmap's height in pixels.
</para>
@ -2037,6 +2085,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swffill->moveto</function> moves fill's origin to
(<parameter>x</parameter>,<parameter>y</parameter>) in global coordinates.
@ -2058,6 +2107,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swffill->scaleto</function> sets fill's scale to
<parameter>x</parameter> in the x-direction,
@ -2079,6 +2129,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>degrees</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swffill->rotateto</function> sets fill's rotation to
<parameter>degrees</parameter> degrees.
@ -2099,6 +2150,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>x</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swffill->skewxto</function> sets fill x-skew to <parameter>x</parameter>.
For <parameter>x</parameter> is 1.0, it is a is a 45-degree
@ -2120,6 +2172,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swffill->skewyto</function> sets fill y-skew to <parameter>y</parameter>.
For <parameter>y</parameter> is 1.0, it is a is a 45-degree
@ -2143,6 +2196,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmorph</function> creates a new SWFMorph object.
</para>
@ -2228,6 +2282,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmorph->getshape1</function> gets a handle to the morph's
starting shape. <function>swfmorph->getshape1</function> returns an
@ -2249,6 +2304,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfmorph->getshape2</function> gets a handle to the morph's
ending shape. <function>swfmorph->getshape2</function> returns an
@ -2272,6 +2328,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext</function> creates a new SWFText object,
fresh for manipulating.
@ -2324,6 +2381,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>font</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->setfont</function> sets the current font to
<parameter>font</parameter>.
@ -2344,6 +2402,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>height</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->setheight</function> sets the current font height to
<parameter>height</parameter>. Default is 240.
@ -2364,6 +2423,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>double <parameter>spacing</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->setspacing</function> sets the current font spacing to
<parameter>spacing</parameter><parameter>spacing</parameter>. Default is 1.0.
@ -2393,6 +2453,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->setspacing</function> changes the current text color.
Default is black. I think. Color is represented using the RGB system.
@ -2414,6 +2475,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>int <parameter>y</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->moveto</function> moves the pen (or cursor, if
that makes more sense) to (<parameter>x</parameter>,<parameter>y</parameter>)
@ -2436,6 +2498,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->addstring</function> draws the string <parameter>string</parameter>
at the current pen (cursor) location. Pen is at the baseline of the text;
@ -2457,6 +2520,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftext->addstring</function> returns the rendered width of the
<parameter>string</parameter> string at the text object's current font,
@ -2480,6 +2544,7 @@ header('Content-type: application/x-shockwave-flash');
<paramdef>string <parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
If <parameter>filename</parameter> is the name of an FDB file
(i.e., it ends in ".fdb"), load the font definition found in said
@ -2528,6 +2593,7 @@ $f = newSWFFont("_sans");
<paramdef>string <parameter>string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swffont->getwidth</function> returns the string
<parameter>string</parameter>'s width, using font's default scaling.
@ -2552,6 +2618,7 @@ $f = newSWFFont("_sans");
<paramdef>int <parameter><optional>flags</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield</function> creates a new text field object.
Text Fields are less flexible than <function>swftext</function> objects-
@ -2627,6 +2694,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>string <parameter>font</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setfont</function> sets the text field font to
the [browser-defined?] <parameter>font</parameter> font.
@ -2648,6 +2716,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>height</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setbounds</function> sets the text field width
to <parameter>width</parameter> and height to <parameter>height</parameter>.
@ -2670,6 +2739,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>alignement</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->align</function> sets the text field alignment
to <parameter>alignement</parameter>. Valid values for
@ -2693,6 +2763,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>height</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setheight</function> sets the font height of this text field
font to the given height <parameter>height</parameter>. Default is 240.
@ -2713,6 +2784,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>width</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setleftmargin</function> sets the left margin width
of the text field to <parameter>width</parameter>. Default is 0.
@ -2733,6 +2805,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>width</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setrightmargin</function> sets the right margin width
of the text field to <parameter>width</parameter>. Default is 0.
@ -2754,6 +2827,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>right</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setmargins</function> set both margins at once,
for the man on the go.
@ -2774,6 +2848,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>width</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setindentation</function> sets the indentation of
the first line in the text field, to <parameter>width</parameter>.
@ -2794,6 +2869,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>height</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setlinespacing</function> sets the line spacing
of the text field to the height of <parameter>height</parameter>. Default is 40.
@ -2817,6 +2893,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter><optional>a</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setcolor</function> sets the color of the text field.
Default is fully opaque black. Color is represented using RGB system.
@ -2837,6 +2914,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>string <parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setname</function> sets the variable name of this
text field to <parameter>name</parameter>, for form posting and action
@ -2858,6 +2936,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>string <parameter>string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swftextfield->setname</function> concatenates the string
<parameter>string</parameter> to the text field.
@ -2880,6 +2959,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfsprite</function> are also known as a "movie clip",
this allows one to create objects which are animated in their own
@ -2949,6 +3029,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>object</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfsprite->add</function> adds a <function>swfshape</function>, a
<function>swfbutton</function>, a <function>swftext</function>,
@ -2976,6 +3057,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>object</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfsprite->remove</function> remove a <function>swfshape</function>, a
<function>swfbutton</function>, a <function>swftext</function>,
@ -2998,6 +3080,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>numberofframes</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfsprite->setframes</function> sets the total number of frames
in the animation to <parameter>numberofframes</parameter>.
@ -3018,6 +3101,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>void </paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfsprite->setframes</function> moves to the next frame of
the animation.
@ -3040,6 +3124,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>void</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton</function> creates a new Button.
Roll over it, click it, see it call action code. Swank.
@ -3203,6 +3288,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>flags</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->addshape</function> adds the shape
<parameter>shape</parameter> to this button. The following
@ -3228,6 +3314,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>shape</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->setup</function> alias for addShape(shape, SWFBUTTON_UP).
</para>
@ -3252,6 +3339,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>shape</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->setover</function> alias for addShape(shape, SWFBUTTON_OVER).
</para>
@ -3276,6 +3364,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>shape</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->setdown</function> alias for addShape(shape, SWFBUTTON_DOWN).
</para>
@ -3300,6 +3389,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>shape</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->sethit</function> alias for addShape(shape, SWFBUTTON_HIT).
</para>
@ -3325,6 +3415,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>int <parameter>flags</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->addaction</function> adds the action
<parameter>action</parameter> to this button for the given conditions.
@ -3354,6 +3445,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>ressource <parameter>action</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfbutton->setaction</function> sets the action to be performed
when the button is clicked. Alias for addAction(shape, SWFBUTTON_MOUSEUP).
@ -3382,6 +3474,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<paramdef>string <parameter>script</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>swfaction</function> creates a new Action, and
compiles the given script into an SWFAction object.

View file

@ -188,6 +188,7 @@
<void/>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns an error message string, or &false; if there are no more error
messages to return.
@ -230,6 +231,7 @@ while($msg = openssl_error_string)
<paramdef>resource <parameter>key_identifier</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_free_key</function> frees the key associated with
the specified <parameter>key_identifier</parameter> from memory.
@ -251,6 +253,7 @@ while($msg = openssl_error_string)
<paramdef>string <parameter><optional>passphrase</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a positive key resource identifier on success, or &false; on error.
</para>
@ -277,6 +280,7 @@ while($msg = openssl_error_string)
<paramdef>mixed <parameter>certificate</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns a positive key resource identifier on success, or &false; on error.
</para>
@ -305,6 +309,7 @@ while($msg = openssl_error_string)
<paramdef>mixed <parameter>priv_key_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; on success, or &false; on error. If successful the opened
data is returned in <parameter>open_data</parameter>.
@ -365,6 +370,7 @@ openssl_free_key($pkeyid);
<paramdef>array <parameter>pub_key_ids</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns the length of the sealed data on success, or &false; on error.
If successful the sealed data is returned in
@ -431,6 +437,7 @@ openssl_free_key($pk2);
<paramdef>mixed <parameter>priv_key_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; on success, or &false; on failure.
If successful the signature is returned in
@ -484,6 +491,7 @@ openssl_free_key($pkeyid);
<paramdef>mixed <parameter>pub_key_id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns 1 if the signature is correct, 0 if it is incorrect, and
-1 on error.
@ -544,6 +552,7 @@ openssl_free_key($pubkeyid);
<paramdef>mixed <parameter>recipkey</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Decrypts the S/MIME encrypted message contained in the file specified by
<parameter>infilename</parameter> using the certificate and it's
@ -594,6 +603,7 @@ else
<paramdef>long <parameter><optional>flags</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_pkcs7_encrypt</function> takes the contents of the
file named <parameter>infilename</parameter> and encrypts them using an RC2
@ -671,6 +681,7 @@ if (openssl_pkcs7_encrypt("msg.txt", "enc.txt", "nighthawk.pem",
<parameter><optional>extracertsfilename</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_pkcs7_sign</function> takes the contents of the file
named <parameter>infilename</parameter> and signs them using the
@ -747,6 +758,7 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<paramdef>string <parameter><optional>extracerts</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_pkcs7_verify</function> reads the S/MIME message
contained in the filename specified by <parameter>filename</parameter> and
@ -800,6 +812,7 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<parameter><optional>untrustedfile</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Returns &true; if the certificate can be used for the intended purpose,
&false; if it cannot, or -1 on error.
@ -887,6 +900,7 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<paramdef>resource <parameter>x509cert</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_x509_free</function> frees the certificate associated
with the specified <parameter>x509cert</parameter> resource from memory.
@ -915,6 +929,7 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<parameter><optional>shortnames</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_x509_parse</function> returns information about the
supplied <parameter>x509cert</parameter>, including fields such as subject
@ -948,6 +963,7 @@ if (openssl_pkcs7_sign("msg.txt", "signed.txt", "mycert.pem",
<paramdef>mixed <parameter>x509certdata</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>openssl_x509_read</function> parses the certificate supplied by
<parameter>x509certdata</parameter> and returns a resource identifier for

View file

@ -1,6 +1,6 @@
<!--
$Id: satellite.xml,v 1.10 2001-07-07 21:57:30 jeroen Exp $
$Id: satellite.xml,v 1.11 2001-07-08 13:01:20 jeroen Exp $
Author: David Eriksson <david@2good.com>
@ -32,6 +32,7 @@
<paramdef>string <parameter>ior</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
This class provides access to a CORBA object. The
<parameter>ior</parameter> parameter should be a string
@ -85,6 +86,7 @@ echo $obj->value;
<paramdef>string <parameter>id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
This class represents the enumeration identified with the
<parameter>id</parameter> parameter. The
@ -132,6 +134,7 @@ echo $enum->e; /* write 4 */
<paramdef>string <parameter>id</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
This class represents the structure identified with the
<parameter>id</parameter> parameter. The
@ -196,6 +199,7 @@ echo $values->stringvalue;
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
This function returns &true; if an exception has been caught.
</para>
@ -249,6 +253,7 @@ if (satellite_caught_exception()) {
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Return a repository id string. (E.g. "IDL:MyException:1.0".) For
example usage see
@ -274,6 +279,7 @@ if (satellite_caught_exception()) {
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Return an exception struct. For example usage see
<function>satellite_caught_exception</function>.

View file

@ -169,6 +169,7 @@ echo "OK.\n\n";
<paramdef>resource <parameter>socket</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
After the socket <parameter>socket</parameter> has been created
using <function>socket</function>, bound to a name with
@ -227,6 +228,7 @@ echo "OK.\n\n";
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>bind</function> binds the name given in
<parameter>address</parameter> to the socket described by
@ -277,6 +279,7 @@ echo "OK.\n\n";
<paramdef>resource <parameter>socket</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>close</function> closes the file (or socket) descriptor
given by <parameter>socket</parameter>.
@ -319,6 +322,7 @@ echo "OK.\n\n";
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Initiates a connection using the socket descriptor
<parameter>socket</parameter>, which must be a valid socket
@ -368,6 +372,7 @@ echo "OK.\n\n";
<paramdef>int <parameter>backlog</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
After the socket <parameter>socket</parameter> has been created
using <function>socket</function> and bound to a name with
@ -414,6 +419,7 @@ echo "OK.\n\n";
<paramdef>int <parameter><optional>type</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The function <function>read</function> reads from socket
<parameter>socket_des</parameter>created by the
@ -465,6 +471,7 @@ echo "OK.\n\n";
<paramdef>int <parameter>protocol</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Creates a communication endpoint (a socket), and returns a
descriptor to the socket.
@ -521,6 +528,7 @@ echo "OK.\n\n";
<paramdef>int <parameter>errno</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<function>strerror</function> takes as its
<parameter>errno</parameter> parameter the return value of one of
@ -581,6 +589,7 @@ if (($ret = bind ($socket, '127.0.0.1', 80)) &lt; 0) {
<paramdef>int <parameter>length</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The function <function>write</function> writes to the socket
<parameter>socket_des</parameter> from

View file

@ -66,6 +66,7 @@
<paramdef>resource <parameter>xh</parameter></paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
<variablelist>
<varlistentry>
@ -98,6 +99,7 @@
<void/>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
This function returns a handle for a new XSL processor. This handle
is needed in all subsequent calls to XSL functions.
@ -120,6 +122,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Return the current error number of the given XSL processor. If
no handle is given, the last error number that occured anywhere
@ -143,6 +146,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Return the current error string of the given XSL processor. If
no handle is given, the last error string that occured anywhere
@ -167,6 +171,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Fetch a result buffer from the XSLT processor identified by
the given handle. If no result name is given, the
@ -190,6 +195,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Free the XSLT processor identified by the given handle.
</para>
@ -213,6 +219,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Set a logfile for the XSLT processor to place all of its error
messages.
@ -237,6 +244,7 @@
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
This function will begin the output transformation on your data.
From the point you call <function>xslt_output_begintransform</function>
@ -295,6 +303,7 @@ xslt_output_endtransform();
<void/>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The <function>xslt_output_endtransform</function> ends the output transformation
started by the <function>xslt_output_begintransform</function> function. You must call
@ -322,6 +331,7 @@ xslt_output_endtransform();
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The <function>xslt_process</function> takes a string containing the XSLT stylesheet as
its first argument, it takes a second string containing the XML data you want to
@ -410,6 +420,7 @@ if (xslt_process($xslData, $xmlData, $result)) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Process the xml_data_file by applying the xslt_file stylesheet to
it. The stylesheet has access to xslt_params and the processor
@ -435,6 +446,7 @@ if (xslt_process($xslData, $xmlData, $result)) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
Set SAX handlers on the resource handle given by xh.
</para>
@ -463,6 +475,7 @@ if (xslt_process($xslData, $xmlData, $result)) {
</paramdef>
</funcprototype>
</funcsynopsis>
&warn.experimental.func;
<para>
The <function>xslt_transform</function> provides an interface to sablotron's
more advanced features without requiring you to use the resource API.

View file

@ -6,6 +6,7 @@
<!ENTITY warn.experimental '<warning><simpara>This module is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this module at your own risk.</simpara></warning>'>
<!ENTITY warn.experimental.func '<warning><simpara>This function is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk.</simpara></warning>'>
<!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result directly to the browser, you can use the <link linkend="ref.outcontrol">output-control functions</link> to capture the output of this function, and save it - for example - in a <type>string</type>.</simpara></tip>'>