App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace/mode-php_laravel_blade.js view on Meta::CPAN
"mixed curl_getinfo(resource ch [, int option])",
"Get information regarding a specific transfer"
],
"curl_init": [
"resource curl_init([string url])",
"Initialize a cURL session"
],
"curl_multi_add_handle": [
"int curl_multi_add_handle(resource mh, resource ch)",
"Add a normal cURL handle to a cURL multi handle"
],
"curl_multi_close": [
"void curl_multi_close(resource mh)",
"Close a set of cURL handles"
],
"curl_multi_exec": [
"int curl_multi_exec(resource mh, int &still_running)",
"Run the sub-connections of the current cURL handle"
],
"curl_multi_getcontent": [
"string curl_multi_getcontent(resource ch)",
"Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set"
],
"curl_multi_info_read": [
"array curl_multi_info_read(resource mh [, long msgs_in_queue])",
"Get information about the current transfers"
],
"curl_multi_init": [
"resource curl_multi_init(void)",
"Returns a new cURL multi handle"
],
"curl_multi_remove_handle": [
"int curl_multi_remove_handle(resource mh, resource ch)",
"Remove a multi handle from a set of cURL handles"
],
"curl_multi_select": [
"int curl_multi_select(resource mh[, double timeout])",
"Get all the sockets associated with the cURL extension, which can then be \"selected\""
],
"curl_setopt": [
"bool curl_setopt(resource ch, int option, mixed value)",
"Set an option for a cURL transfer"
],
"curl_setopt_array": [
"bool curl_setopt_array(resource ch, array options)",
"Set an array of option for a cURL transfer"
],
"curl_version": [
"array curl_version([int version])",
"Return cURL version information."
],
"current": [
"mixed current(array array_arg)",
"Return the element currently pointed to by the internal array pointer"
],
"date": [
"string date(string format [, long timestamp])",
"Format a local date/time"
],
"date_add": [
"DateTime date_add(DateTime object, DateInterval interval)",
"Adds an interval to the current date in object."
],
"date_create": [
"DateTime date_create([string time[, DateTimeZone object]])",
"Returns new DateTime object"
],
"date_create_from_format": [
"DateTime date_create_from_format(string format, string time[, DateTimeZone object])",
"Returns new DateTime object formatted according to the specified format"
],
"date_date_set": [
"DateTime date_date_set(DateTime object, long year, long month, long day)",
"Sets the date."
],
"date_default_timezone_get": [
"string date_default_timezone_get()",
"Gets the default timezone used by all date/time functions in a script"
],
"date_default_timezone_set": [
"bool date_default_timezone_set(string timezone_identifier)",
"Sets the default timezone used by all date/time functions in a script"
],
"date_diff": [
"DateInterval date_diff(DateTime object [, bool absolute])",
"Returns the difference between two DateTime objects."
],
"date_format": [
"string date_format(DateTime object, string format)",
"Returns date formatted according to given format"
],
"date_get_last_errors": [
"array date_get_last_errors()",
"Returns the warnings and errors found while parsing a date/time string."
],
"date_interval_create_from_date_string": [
"DateInterval date_interval_create_from_date_string(string time)",
"Uses the normal date parsers and sets up a DateInterval from the relative parts of the parsed string"
],
"date_interval_format": [
"string date_interval_format(DateInterval object, string format)",
"Formats the interval."
],
"date_isodate_set": [
"DateTime date_isodate_set(DateTime object, long year, long week[, long day])",
"Sets the ISO date."
],
"date_modify": [
"DateTime date_modify(DateTime object, string modify)",
"Alters the timestamp."
],
"date_offset_get": [
"long date_offset_get(DateTime object)",
"Returns the DST offset."
],
"date_parse": [
"array date_parse(string date)",
"Returns associative array with detailed info about given date"
],
"date_parse_from_format": [
"array date_parse_from_format(string format, string date)",
"Returns associative array with detailed info about given date"
],
"date_sub": [
"DateTime date_sub(DateTime object, DateInterval interval)",
"Subtracts an interval to the current date in object."
],
"date_sun_info": [
"array date_sun_info(long time, float latitude, float longitude)",
"Returns an array with information about sun set/rise and twilight begin/end"
],
"date_sunrise": [
"mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])",
"Returns time of sunrise for a given day and location"
],
"date_sunset": [
"mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])",
"Returns time of sunset for a given day and location"
],
"date_time_set": [
"DateTime date_time_set(DateTime object, long hour, long minute[, long second])",
"Sets the time."
],
"date_timestamp_get": [
"long date_timestamp_get(DateTime object)",
"Gets the Unix timestamp."
],
"date_timestamp_set": [
"DateTime date_timestamp_set(DateTime object, long unixTimestamp)",
"Sets the date and time based on an Unix timestamp."
],
"date_timezone_get": [
"DateTimeZone date_timezone_get(DateTime object)",
"Return new DateTimeZone object relative to give DateTime"
],
"date_timezone_set": [
"DateTime date_timezone_set(DateTime object, DateTimeZone object)",
"Sets the timezone for the DateTime object."
],
"datefmt_create": [
"IntlDateFormatter datefmt_create(string $locale, long date_type, long time_type[, string $timezone_str, long $calendar, string $pattern] )",
"* Create formatter."
],
"datefmt_format": [
"string datefmt_format( [mixed]int $args or array $args )",
"* Format the time value as a string. }}}"
],
"datefmt_get_calendar": [
"string datefmt_get_calendar( IntlDateFormatter $mf )",
"* Get formatter calendar."
],
"datefmt_get_datetype": [
"string datefmt_get_datetype( IntlDateFormatter $mf )",
"* Get formatter datetype."
],
"datefmt_get_error_code": [
"int datefmt_get_error_code( IntlDateFormatter $nf )",
"* Get formatter's last error code."
],
"datefmt_get_error_message": [
"string datefmt_get_error_message( IntlDateFormatter $coll )",
"* Get text description for formatter's last error code."
],
"datefmt_get_locale": [
"string datefmt_get_locale(IntlDateFormatter $mf)",
"* Get formatter locale."
],
"datefmt_get_pattern": [
"string datefmt_get_pattern( IntlDateFormatter $mf )",
"* Get formatter pattern."
],
"datefmt_get_timetype": [
"string datefmt_get_timetype( IntlDateFormatter $mf )",
"* Get formatter timetype."
],
"datefmt_get_timezone_id": [
"string datefmt_get_timezone_id( IntlDateFormatter $mf )",
"* Get formatter timezone_id."
],
"datefmt_isLenient": [
"string datefmt_isLenient(IntlDateFormatter $mf)",
"* Get formatter locale."
],
"datefmt_localtime": [
"integer datefmt_localtime( IntlDateFormatter $fmt, string $text_to_parse[, int $parse_pos ])",
"* Parse the string $value to a localtime array }}}"
],
"datefmt_parse": [
"integer datefmt_parse( IntlDateFormatter $fmt, string $text_to_parse [, int $parse_pos] )",
"* Parse the string $value starting at parse_pos to a Unix timestamp -int }}}"
],
"datefmt_setLenient": [
"string datefmt_setLenient(IntlDateFormatter $mf)",
"* Set formatter lenient."
],
"datefmt_set_calendar": [
"bool datefmt_set_calendar( IntlDateFormatter $mf, int $calendar )",
"* Set formatter calendar."
public/javascripts/ace/mode-php_laravel_blade.js view on Meta::CPAN
"mixed tidy_getopt(string option)",
"Returns the value of the specified configuration option for the tidy document."
],
"tidy_is_xhtml": [
"boolean tidy_is_xhtml()",
"Indicates if the document is a XHTML document."
],
"tidy_is_xml": [
"boolean tidy_is_xml()",
"Indicates if the document is a generic (non HTML/XHTML) XML document."
],
"tidy_parse_file": [
"boolean tidy_parse_file(string file [, mixed config_options [, string encoding [, bool use_include_path]]])",
"Parse markup in file or URI"
],
"tidy_parse_string": [
"bool tidy_parse_string(string input [, mixed config_options [, string encoding]])",
"Parse a document stored in a string"
],
"tidy_repair_file": [
"boolean tidy_repair_file(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])",
"Repair a file using an optionally provided configuration file"
],
"tidy_repair_string": [
"boolean tidy_repair_string(string data [, mixed config_file [, string encoding]])",
"Repair a string using an optionally provided configuration file"
],
"tidy_warning_count": [
"int tidy_warning_count()",
"Returns the Number of Tidy warnings encountered for specified document."
],
"time": [
"int time(void)",
"Return current UNIX timestamp"
],
"time_nanosleep": [
"mixed time_nanosleep(long seconds, long nanoseconds)",
"Delay for a number of seconds and nano seconds"
],
"time_sleep_until": [
"mixed time_sleep_until(float timestamp)",
"Make the script sleep until the specified time"
],
"timezone_abbreviations_list": [
"array timezone_abbreviations_list()",
"Returns associative array containing dst, offset and the timezone name"
],
"timezone_identifiers_list": [
"array timezone_identifiers_list([long what[, string country]])",
"Returns numerically index array with all timezone identifiers."
],
"timezone_location_get": [
"array timezone_location_get()",
"Returns location information for a timezone, including country code, latitude/longitude and comments"
],
"timezone_name_from_abbr": [
"string timezone_name_from_abbr(string abbr[, long gmtOffset[, long isdst]])",
"Returns the timezone name from abbrevation"
],
"timezone_name_get": [
"string timezone_name_get(DateTimeZone object)",
"Returns the name of the timezone."
],
"timezone_offset_get": [
"long timezone_offset_get(DateTimeZone object, DateTime object)",
"Returns the timezone offset."
],
"timezone_open": [
"DateTimeZone timezone_open(string timezone)",
"Returns new DateTimeZone object"
],
"timezone_transitions_get": [
"array timezone_transitions_get(DateTimeZone object [, long timestamp_begin [, long timestamp_end ]])",
"Returns numerically indexed array containing associative array for all transitions in the specified range for the timezone."
],
"timezone_version_get": [
"array timezone_version_get()",
"Returns the Olson database version number."
],
"tmpfile": [
"resource tmpfile(void)",
"Create a temporary file that will be deleted automatically after use"
],
"token_get_all": [
"array token_get_all(string source)",
""
],
"token_name": [
"string token_name(int type)",
""
],
"touch": [
"bool touch(string filename [, int time [, int atime]])",
"Set modification time of file"
],
"trigger_error": [
"void trigger_error(string messsage [, int error_type])",
"Generates a user-level error/warning/notice message"
],
"trim": [
"string trim(string str [, string character_mask])",
"Strips whitespace from the beginning and end of a string"
],
"uasort": [
"bool uasort(array array_arg, string cmp_function)",
"Sort an array with a user-defined comparison function and maintain index association"
],
"ucfirst": [
"string ucfirst(string str)",
"Make a string's first character lowercase"
],
"ucwords": [
"string ucwords(string str)",
"Uppercase the first character of every word in a string"
],
"uksort": [
"bool uksort(array array_arg, string cmp_function)",
"Sort an array by keys using a user-defined comparison function"
],
"umask": [
"int umask([int mask])",
"Return or change the umask"
],
"uniqid": [
"string uniqid([string prefix [, bool more_entropy]])",
"Generates a unique ID"
],
"unixtojd": [
"int unixtojd([int timestamp])",
"Convert UNIX timestamp to Julian Day"
],
"unlink": [
"bool unlink(string filename[, context context])",
( run in 0.521 second using v1.01-cache-2.11-cpan-39bf76dae61 )