PHP 8.3.4 Released!

ps_new

(PECL ps >= 1.1.0)

ps_newCreates a new PostScript document object

Description

ps_new(): resource|false

Creates a new document instance. It does not create the file on disk or in memory, it just sets up everything. ps_new() is usually followed by a call of ps_open_file() to actually create the postscript document.

Parameters

This function has no parameters.

Return Values

Resource of PostScript document or false on failure. The return value is passed to all other functions as the first argument.

See Also

  • ps_delete() - Deletes all resources of a PostScript document

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top