mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 10:28:54 +00:00
141 lines
3.1 KiB
XML
141 lines
3.1 KiB
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!-- $Revision: $ -->
|
||
|
|
||
|
<refentry xml:id="function.cairo-pattern-create-linear" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<refnamediv>
|
||
|
<refname>cairo_pattern_create_linear</refname>
|
||
|
<refpurpose>Description</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsect1 role="description">
|
||
|
&reftitle.description;
|
||
|
<methodsynopsis>
|
||
|
<type>ReturnType</type><methodname>cairo_pattern_create_linear</methodname>
|
||
|
<methodparam><type>string</type><parameter>x0</parameter></methodparam>
|
||
|
<methodparam><type>string</type><parameter>y0</parameter></methodparam>
|
||
|
<methodparam><type>string</type><parameter>x1</parameter></methodparam>
|
||
|
<methodparam><type>string</type><parameter>y1</parameter></methodparam>
|
||
|
</methodsynopsis>
|
||
|
<para>
|
||
|
The function description goes here.
|
||
|
</para>
|
||
|
|
||
|
&warn.undocumented.func;
|
||
|
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1 role="parameters">
|
||
|
&reftitle.parameters;
|
||
|
<para>
|
||
|
<variablelist>
|
||
|
<varlistentry>
|
||
|
<term><parameter>x0</parameter></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Description...
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term><parameter>y0</parameter></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Description...
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term><parameter>x1</parameter></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Description...
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term><parameter>y1</parameter></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
Description...
|
||
|
</para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1 role="returnvalues">
|
||
|
&reftitle.returnvalues;
|
||
|
<!-- See also &return.success; -->
|
||
|
<para>
|
||
|
What is returned on success and failure
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1 role="errors">
|
||
|
&reftitle.errors;
|
||
|
<para>
|
||
|
When does this function issue E_* level errors, and/or throw exceptions.
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1 role="examples">
|
||
|
&reftitle.examples;
|
||
|
<para>
|
||
|
<example>
|
||
|
<title><function>cairo_pattern_create_linear</function> example</title>
|
||
|
<para>
|
||
|
Any text that describes the purpose of the example, or what
|
||
|
goes on in the example should be here.
|
||
|
</para>
|
||
|
<programlisting role="php">
|
||
|
<![CDATA[
|
||
|
<?php
|
||
|
|
||
|
/* ... */
|
||
|
|
||
|
?>
|
||
|
]]>
|
||
|
</programlisting>
|
||
|
&example.outputs.similar;
|
||
|
<screen>
|
||
|
<![CDATA[
|
||
|
...
|
||
|
]]>
|
||
|
</screen>
|
||
|
</example>
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1 role="seealso">
|
||
|
&reftitle.seealso;
|
||
|
<para>
|
||
|
<simplelist>
|
||
|
<member><function>related function name here</function></member>
|
||
|
</simplelist>
|
||
|
</para>
|
||
|
</refsect1>
|
||
|
|
||
|
</refentry>
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
indent-tabs-mode:nil
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"../../../../manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|