App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Changes to the parent directory"
],
"ftp_chdir": [
"bool ftp_chdir(resource stream, string directory)",
"Changes directories"
],
"ftp_chmod": [
"int ftp_chmod(resource stream, int mode, string filename)",
"Sets permissions on a file"
],
"ftp_close": [
"bool ftp_close(resource stream)",
"Closes the FTP stream"
],
"ftp_connect": [
"resource ftp_connect(string host [, int port [, int timeout]])",
"Opens a FTP stream"
],
"ftp_delete": [
"bool ftp_delete(resource stream, string file)",
"Deletes a file"
],
"ftp_exec": [
"bool ftp_exec(resource stream, string command)",
"Requests execution of a program on the FTP server"
],
"ftp_fget": [
"bool ftp_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos])",
"Retrieves a file from the FTP server and writes it to an open file"
],
"ftp_fput": [
"bool ftp_fput(resource stream, string remote_file, resource fp, int mode[, int startpos])",
"Stores a file from an open file to the FTP server"
],
"ftp_get": [
"bool ftp_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos])",
"Retrieves a file from the FTP server and writes it to a local file"
],
"ftp_get_option": [
"mixed ftp_get_option(resource stream, int option)",
"Gets an FTP option"
],
"ftp_login": [
"bool ftp_login(resource stream, string username, string password)",
"Logs into the FTP server"
],
"ftp_mdtm": [
"int ftp_mdtm(resource stream, string filename)",
"Returns the last modification time of the file, or -1 on error"
],
"ftp_mkdir": [
"string ftp_mkdir(resource stream, string directory)",
"Creates a directory and returns the absolute path for the new directory or false on error"
],
"ftp_nb_continue": [
"int ftp_nb_continue(resource stream)",
"Continues retrieving/sending a file nbronously"
],
"ftp_nb_fget": [
"int ftp_nb_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos])",
"Retrieves a file from the FTP server asynchronly and writes it to an open file"
],
"ftp_nb_fput": [
"int ftp_nb_fput(resource stream, string remote_file, resource fp, int mode[, int startpos])",
"Stores a file from an open file to the FTP server nbronly"
],
"ftp_nb_get": [
"int ftp_nb_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos])",
"Retrieves a file from the FTP server nbhronly and writes it to a local file"
],
"ftp_nb_put": [
"int ftp_nb_put(resource stream, string remote_file, string local_file, int mode[, int startpos])",
"Stores a file on the FTP server"
],
"ftp_nlist": [
"array ftp_nlist(resource stream, string directory)",
"Returns an array of filenames in the given directory"
],
"ftp_pasv": [
"bool ftp_pasv(resource stream, bool pasv)",
"Turns passive mode on or off"
],
"ftp_put": [
"bool ftp_put(resource stream, string remote_file, string local_file, int mode[, int startpos])",
"Stores a file on the FTP server"
],
"ftp_pwd": [
"string ftp_pwd(resource stream)",
"Returns the present working directory"
],
"ftp_raw": [
"array ftp_raw(resource stream, string command)",
"Sends a literal command to the FTP server"
],
"ftp_rawlist": [
"array ftp_rawlist(resource stream, string directory [, bool recursive])",
"Returns a detailed listing of a directory as an array of output lines"
],
"ftp_rename": [
"bool ftp_rename(resource stream, string src, string dest)",
"Renames the given file to a new path"
],
"ftp_rmdir": [
"bool ftp_rmdir(resource stream, string directory)",
"Removes a directory"
],
"ftp_set_option": [
"bool ftp_set_option(resource stream, int option, mixed value)",
"Sets an FTP option"
],
"ftp_site": [
"bool ftp_site(resource stream, string cmd)",
"Sends a SITE command to the server"
],
"ftp_size": [
"int ftp_size(resource stream, string filename)",
"Returns the size of the file, or -1 on error"
],
"ftp_ssl_connect": [
"resource ftp_ssl_connect(string host [, int port [, int timeout]])",
"Opens a FTP-SSL stream"
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Fetch all rows into array"
],
"pg_fetch_array": [
"array pg_fetch_array(resource result [, int row [, int result_type]])",
"Fetch a row as an array"
],
"pg_fetch_assoc": [
"array pg_fetch_assoc(resource result [, int row])",
"Fetch a row as an assoc array"
],
"pg_fetch_object": [
"object pg_fetch_object(resource result [, int row [, string class_name [, NULL|array ctor_params]]])",
"Fetch a row as an object"
],
"pg_fetch_result": [
"mixed pg_fetch_result(resource result, [int row_number,] mixed field_name)",
"Returns values from a result identifier"
],
"pg_fetch_row": [
"array pg_fetch_row(resource result [, int row [, int result_type]])",
"Get a row as an enumerated array"
],
"pg_field_is_null": [
"int pg_field_is_null(resource result, [int row,] mixed field_name_or_number)",
"Test if a field is NULL"
],
"pg_field_name": [
"string pg_field_name(resource result, int field_number)",
"Returns the name of the field"
],
"pg_field_num": [
"int pg_field_num(resource result, string field_name)",
"Returns the field number of the named field"
],
"pg_field_prtlen": [
"int pg_field_prtlen(resource result, [int row,] mixed field_name_or_number)",
"Returns the printed length"
],
"pg_field_size": [
"int pg_field_size(resource result, int field_number)",
"Returns the internal size of the field"
],
"pg_field_table": [
"mixed pg_field_table(resource result, int field_number[, bool oid_only])",
"Returns the name of the table field belongs to, or table's oid if oid_only is true"
],
"pg_field_type": [
"string pg_field_type(resource result, int field_number)",
"Returns the type name for the given field"
],
"pg_field_type_oid": [
"string pg_field_type_oid(resource result, int field_number)",
"Returns the type oid for the given field"
],
"pg_free_result": [
"bool pg_free_result(resource result)",
"Free result memory"
],
"pg_get_notify": [
"array pg_get_notify([resource connection[, result_type]])",
"Get asynchronous notification"
],
"pg_get_pid": [
"int pg_get_pid([resource connection)",
"Get backend(server) pid"
],
"pg_get_result": [
"resource pg_get_result(resource connection)",
"Get asynchronous query result"
],
"pg_host": [
"string pg_host([resource connection])",
"Returns the host name associated with the connection"
],
"pg_insert": [
"mixed pg_insert(resource db, string table, array values[, int options])",
"Insert values (filed=>value) to table"
],
"pg_last_error": [
"string pg_last_error([resource connection])",
"Get the error message string"
],
"pg_last_notice": [
"string pg_last_notice(resource connection)",
"Returns the last notice set by the backend"
],
"pg_last_oid": [
"string pg_last_oid(resource result)",
"Returns the last object identifier"
],
"pg_lo_close": [
"bool pg_lo_close(resource large_object)",
"Close a large object"
],
"pg_lo_create": [
"mixed pg_lo_create([resource connection],[mixed large_object_oid])",
"Create a large object"
],
"pg_lo_export": [
"bool pg_lo_export([resource connection, ] int objoid, string filename)",
"Export large object direct to filesystem"
],
"pg_lo_import": [
"int pg_lo_import([resource connection, ] string filename [, mixed oid])",
"Import large object direct from filesystem"
],
"pg_lo_open": [
"resource pg_lo_open([resource connection,] int large_object_oid, string mode)",
"Open a large object and return fd"
],
"pg_lo_read": [
"string pg_lo_read(resource large_object [, int len])",
"Read a large object"
],
"pg_lo_read_all": [
"int pg_lo_read_all(resource large_object)",
"Read a large object and send straight to browser"
],
"pg_lo_seek": [
"bool pg_lo_seek(resource large_object, int offset [, int whence])",
"Seeks position of large object"
],
"pg_lo_tell": [
"int pg_lo_tell(resource large_object)",
"Returns current position of large object"
],
"pg_lo_unlink": [
"bool pg_lo_unlink([resource connection,] string large_object_oid)",
"Delete a large object"
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Return the number of rows in the result"
],
"pg_options": [
"string pg_options([resource connection])",
"Get the options associated with the connection"
],
"pg_parameter_status": [
"string|false pg_parameter_status([resource connection,] string param_name)",
"Returns the value of a server parameter"
],
"pg_pconnect": [
"resource pg_pconnect(string connection_string | [string host, string port [, string options [, string tty,]]] string database)",
"Open a persistent PostgreSQL connection"
],
"pg_ping": [
"bool pg_ping([resource connection])",
"Ping database. If connection is bad, try to reconnect."
],
"pg_port": [
"int pg_port([resource connection])",
"Return the port number associated with the connection"
],
"pg_prepare": [
"resource pg_prepare([resource connection,] string stmtname, string query)",
"Prepare a query for future execution"
],
"pg_put_line": [
"bool pg_put_line([resource connection,] string query)",
"Send null-terminated string to backend server"
],
"pg_query": [
"resource pg_query([resource connection,] string query)",
"Execute a query"
],
"pg_query_params": [
"resource pg_query_params([resource connection,] string query, array params)",
"Execute a query"
],
"pg_result_error": [
"string pg_result_error(resource result)",
"Get error message associated with result"
],
"pg_result_error_field": [
"string pg_result_error_field(resource result, int fieldcode)",
"Get error message field associated with result"
],
"pg_result_seek": [
"bool pg_result_seek(resource result, int offset)",
"Set internal row offset"
],
"pg_result_status": [
"mixed pg_result_status(resource result[, long result_type])",
"Get status of query result"
],
"pg_select": [
"mixed pg_select(resource db, string table, array ids[, int options])",
"Select records that has ids (id=>value)"
],
"pg_send_execute": [
"bool pg_send_execute(resource connection, string stmtname, array params)",
"Executes prevriously prepared stmtname asynchronously"
],
"pg_send_prepare": [
"bool pg_send_prepare(resource connection, string stmtname, string query)",
"Asynchronously prepare a query for future execution"
],
"pg_send_query": [
"bool pg_send_query(resource connection, string query)",
"Send asynchronous query"
],
"pg_send_query_params": [
"bool pg_send_query_params(resource connection, string query, array params)",
"Send asynchronous parameterized query"
],
"pg_set_client_encoding": [
"int pg_set_client_encoding([resource connection,] string encoding)",
"Set client encoding"
],
"pg_set_error_verbosity": [
"int pg_set_error_verbosity([resource connection,] int verbosity)",
"Set error verbosity"
],
"pg_trace": [
"bool pg_trace(string filename [, string mode [, resource connection]])",
"Enable tracing a PostgreSQL connection"
],
"pg_transaction_status": [
"int pg_transaction_status(resource connnection)",
"Get transaction status"
],
"pg_tty": [
"string pg_tty([resource connection])",
"Return the tty name associated with the connection"
],
"pg_unescape_bytea": [
"string pg_unescape_bytea(string data)",
"Unescape binary for bytea type"
],
"pg_untrace": [
"bool pg_untrace([resource connection])",
"Disable tracing of a PostgreSQL connection"
],
"pg_update": [
"mixed pg_update(resource db, string table, array fields, array ids[, int options])",
"Update table using values (field=>value) and ids (id=>value)"
],
"pg_version": [
"array pg_version([resource connection])",
"Returns an array with client, protocol and server version (when available)"
],
"php_egg_logo_guid": [
"string php_egg_logo_guid(void)",
"Return the special ID used to request the PHP logo in phpinfo screens"
],
"php_ini_loaded_file": [
"string php_ini_loaded_file(void)",
"Return the actual loaded ini filename"
],
"php_ini_scanned_files": [
"string php_ini_scanned_files(void)",
"Return comma-separated string of .ini files parsed from the additional ini dir"
],
"php_logo_guid": [
"string php_logo_guid(void)",
"Return the special ID used to request the PHP logo in phpinfo screens"
],
"php_real_logo_guid": [
"string php_real_logo_guid(void)",
"Return the special ID used to request the PHP logo in phpinfo screens"
],
"php_sapi_name": [
"string php_sapi_name(void)",
"Return the current SAPI module name"
( run in 0.701 second using v1.01-cache-2.11-cpan-437f7b0c052 )