<?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision$ --> <!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 --> <refentry xml:id="function.ps-new" xmlns="http://docbook.org/ns/docbook"> <refnamediv> <refname>ps_new</refname> <refpurpose>Creates a new PostScript document object</refpurpose> </refnamediv> <refsect1 role="description"> &reftitle.description; <methodsynopsis> <type>resource</type><methodname>ps_new</methodname> <void /> </methodsynopsis> <para> Creates a new document instance. It does not create the file on disk or in memory, it just sets up everything. <function>ps_new</function> is usually followed by a call of <function>ps_open_file</function> to actually create the postscript document. </para> </refsect1> <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> Resource of PostScript document&return.falseforfailure;. The return value is passed to all other functions as the first argument. </para> </refsect1> <refsect1 role="seealso"> &reftitle.seealso; <para> <simplelist> <member><function>ps_delete</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:"~/.phpdoc/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 -->