phpjs
Version:
1 lines • 679 kB
Plain Text
a:2551:{s:5:"bcadd";a:2:{s:9:"arguments";a:3:{s:12:"left_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"right_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:52:"Returns the sum of two arbitrary precision numbers ";}s:6:"bccomp";a:2:{s:9:"arguments";a:3:{s:12:"left_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"right_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:42:"Compares two arbitrary precision numbers ";}s:5:"bcdiv";a:2:{s:9:"arguments";a:3:{s:12:"left_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"right_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:68:"Returns the quotient of two arbitrary precision numbers (division) ";}s:5:"bcmod";a:2:{s:9:"arguments";a:2:{s:12:"left_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"right_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:61:"Returns the modulus of the two arbitrary precision operands ";}s:5:"bcmul";a:2:{s:9:"arguments";a:3:{s:12:"left_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"right_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:63:"Returns the multiplication of two arbitrary precision numbers ";}s:5:"bcpow";a:2:{s:9:"arguments";a:3:{s:1:"x";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:1:"y";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:83:"Returns the value of an arbitrary precision number raised to the power of another ";}s:8:"bcpowmod";a:2:{s:9:"arguments";a:4:{s:1:"x";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:1:"y";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:3:"mod";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:105:"Returns the value of an arbitrary precision number raised to the power of another reduced by a modulous ";}s:7:"bcscale";a:2:{s:9:"arguments";a:1:{s:5:"scale";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:56:"Sets default scale parameter for all bc math functions ";}s:6:"bcsqrt";a:2:{s:9:"arguments";a:2:{s:7:"operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:57:"Returns the square root of an arbitray precision number ";}s:5:"bcsub";a:2:{s:9:"arguments";a:3:{s:12:"left_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"right_operand";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"scale";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:64:"Returns the difference between two arbitrary precision numbers ";}s:10:"bzcompress";a:2:{s:9:"arguments";a:3:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"blocksize100k";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:10:"workfactor";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:45:"Compresses a string into BZip2 encoded data ";}s:12:"bzdecompress";a:2:{s:9:"arguments";a:2:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"small";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:36:"Decompresses BZip2 compressed data ";}s:7:"bzerrno";a:2:{s:9:"arguments";a:1:{s:2:"bz";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:26:"Returns the error number ";}s:7:"bzerror";a:2:{s:9:"arguments";a:1:{s:2:"bz";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:67:"Returns the error number and error string in an associative array ";}s:8:"bzerrstr";a:2:{s:9:"arguments";a:1:{s:2:"bz";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:26:"Returns the error string ";}s:6:"bzopen";a:2:{s:9:"arguments";a:2:{s:7:"file|fp";a:2:{s:8:"required";b:1;s:4:"type";s:10:"string|int";}s:4:"mode";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:26:"Opens a new BZip2 stream ";}s:6:"bzread";a:2:{s:9:"arguments";a:2:{s:2:"bz";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:6:"length";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:88:"Reads up to length bytes from a BZip2 stream, or 1024 bytes if length is not specified ";}s:8:"jdtounix";a:2:{s:9:"arguments";a:1:{s:4:"jday";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:38:"Convert Julian Day to UNIX timestamp ";}s:8:"unixtojd";a:2:{s:9:"arguments";a:1:{s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:38:"Convert UNIX timestamp to Julian Day ";}s:17:"cal_days_in_month";a:2:{s:9:"arguments";a:3:{s:8:"calendar";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:69:"Returns the number of days in a month for a given year and calendar ";}s:11:"cal_from_jd";a:2:{s:9:"arguments";a:2:{s:2:"jd";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:8:"calendar";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:88:"Converts from Julian Day Count to a supported calendar and return extended information ";}s:8:"cal_info";a:2:{s:9:"arguments";a:1:{s:8:"calendar";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:49:"Returns information about a particular calendar ";}s:9:"cal_to_jd";a:2:{s:9:"arguments";a:4:{s:8:"calendar";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:56:"Converts from a supported calendar to Julian Day Count ";}s:10:"frenchtojd";a:2:{s:9:"arguments";a:3:{s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:62:"Converts a french republic calendar date to julian day count ";}s:13:"gregoriantojd";a:2:{s:9:"arguments";a:3:{s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:56:"Converts a gregorian calendar date to julian day count ";}s:11:"jddayofweek";a:2:{s:9:"arguments";a:2:{s:14:"juliandaycount";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"mode";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:61:"Returns name or number of day of week from julian day count ";}s:11:"jdmonthname";a:2:{s:9:"arguments";a:2:{s:14:"juliandaycount";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"mode";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:44:"Returns name of month for julian day count ";}s:10:"jdtofrench";a:2:{s:9:"arguments";a:1:{s:14:"juliandaycount";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:64:"Converts a julian day count to a french republic calendar date ";}s:13:"jdtogregorian";a:2:{s:9:"arguments";a:1:{s:14:"juliandaycount";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:58:"Converts a julian day count to a gregorian calendar date ";}s:10:"jdtojewish";a:2:{s:9:"arguments";a:3:{s:14:"juliandaycount";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:6:"hebrew";a:2:{s:8:"required";b:1;s:4:"type";s:4:"bool";}s:2:"fl";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:55:"Converts a julian day count to a jewish calendar date ";}s:10:"jdtojulian";a:2:{s:9:"arguments";a:1:{s:14:"juliandaycount";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:54:"Convert a julian day count to a julian calendar date ";}s:10:"jewishtojd";a:2:{s:9:"arguments";a:3:{s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:55:"Converts a jewish calendar date to a julian day count ";}s:10:"juliantojd";a:2:{s:9:"arguments";a:3:{s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:53:"Converts a julian calendar date to julian day count ";}s:11:"easter_date";a:2:{s:9:"arguments";a:1:{s:4:"year";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:87:"Return the timestamp of midnight on Easter of a given year (defaults to current year) ";}s:11:"easter_days";a:2:{s:9:"arguments";a:2:{s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:6:"method";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:107:"Return the number of days after March 21 that Easter falls on for a given year (defaults to current year) ";}s:14:"com_event_sink";a:2:{s:9:"arguments";a:3:{s:9:"comobject";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}s:10:"sinkobject";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}s:13:"sinkinterface";a:2:{s:8:"required";b:0;s:4:"type";s:5:"mixed";}}s:11:"description";s:50:"Connect events from a COM object to a PHP object ";}s:21:"com_get_active_object";a:2:{s:9:"arguments";a:2:{s:6:"progid";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"code_page";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:65:"Returns a handle to an already running instance of a COM object ";}s:16:"com_load_typelib";a:2:{s:9:"arguments";a:2:{s:12:"typelib_name";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:16:"case_insensitive";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:49:"Loads a Typelibrary and registers its constants ";}s:16:"com_message_pump";a:2:{s:9:"arguments";a:1:{s:9:"timeoutms";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:65:"Process COM messages, sleeping for up to timeoutms milliseconds ";}s:18:"com_print_typeinfo";a:2:{s:9:"arguments";a:3:{s:16:"comobject|string";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}s:13:"dispinterface";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:8:"wantsink";a:2:{s:8:"required";b:1;s:4:"type";s:4:"bool";}}s:11:"description";s:63:"Print out a PHP class definition for a dispatchable interface ";}s:30:"COMPersistHelper::LoadFromFile";a:2:{s:9:"arguments";a:2:{s:8:"filename";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"flags";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:52:"Load object data from file, via IPersistFile::Load ";}s:32:"COMPersistHelper::LoadFromStream";a:2:{s:9:"arguments";a:1:{s:6:"stream";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:116:"Initializes an object from the stream where it was previously saved, via IPersistStream::Load or OleLoadFromStream ";}s:28:"COMPersistHelper::SaveToFile";a:2:{s:9:"arguments";a:2:{s:8:"filename";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:8:"remember";a:2:{s:8:"required";b:0;s:4:"type";s:4:"bool";}}s:11:"description";s:53:"Persist object data to file, via IPersistFile::Save ";}s:30:"COMPersistHelper::SaveToStream";a:2:{s:9:"arguments";a:1:{s:6:"stream";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:56:"Saves the object to a stream, via IPersistStream::Save ";}s:29:"COMPersistHelper::__construct";a:2:{s:9:"arguments";a:1:{s:10:"com_object";a:2:{s:8:"required";b:0;s:4:"type";s:6:"object";}}s:11:"description";s:75:"Creates a persistence helper object, usually associated with a com_object ";}s:11:"variant_abs";a:2:{s:9:"arguments";a:1:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:41:"Returns the absolute value of a variant ";}s:11:"variant_add";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:59:""Adds" two variant values together and returns the result ";}s:11:"variant_and";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:78:"performs a bitwise AND operation between two variants and returns the result ";}s:12:"variant_cast";a:2:{s:9:"arguments";a:2:{s:7:"variant";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}s:4:"type";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:61:"Convert a variant into a new variant object of another type ";}s:11:"variant_cat";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:65:"concatenates two variant values together and returns the result ";}s:11:"variant_cmp";a:2:{s:9:"arguments";a:4:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:4:"lcid";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"flags";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:23:"Compares two variants ";}s:27:"variant_date_from_timestamp";a:2:{s:9:"arguments";a:1:{s:9:"timestamp";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:59:"Returns a variant date representation of a unix timestamp ";}s:25:"variant_date_to_timestamp";a:2:{s:9:"arguments";a:1:{s:7:"variant";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}}s:11:"description";s:54:"Converts a variant date/time value to unix timestamp ";}s:11:"variant_div";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:47:"Returns the result from dividing two variants ";}s:11:"variant_eqv";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:48:"Performs a bitwise equivalence on two variants ";}s:11:"variant_fix";a:2:{s:9:"arguments";a:1:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:41:"Returns the integer part ? of a variant ";}s:16:"variant_get_type";a:2:{s:9:"arguments";a:1:{s:7:"variant";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}}s:11:"description";s:44:"Returns the VT_XXX type code for a variant ";}s:12:"variant_idiv";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:78:"Converts variants to integers and then returns the result from dividing them ";}s:11:"variant_imp";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:48:"Performs a bitwise implication on two variants ";}s:11:"variant_int";a:2:{s:9:"arguments";a:1:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:42:"Returns the integer portion of a variant ";}s:11:"variant_mod";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:53:"Divides two variants and returns only the remainder ";}s:11:"variant_mul";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:66:"multiplies the values of the two variants and returns the result ";}s:11:"variant_neg";a:2:{s:9:"arguments";a:1:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:40:"Performs logical negation on a variant ";}s:11:"variant_not";a:2:{s:9:"arguments";a:1:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:44:"Performs bitwise not negation on a variant ";}s:10:"variant_or";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:48:"Performs a logical disjunction on two variants ";}s:11:"variant_pow";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:71:"Returns the result of performing the power function with two variants ";}s:13:"variant_round";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:8:"decimals";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:60:"Rounds a variant to the specified number of decimal places ";}s:11:"variant_set";a:2:{s:9:"arguments";a:2:{s:7:"variant";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}s:5:"value";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:42:"Assigns a new value for a variant object ";}s:16:"variant_set_type";a:2:{s:9:"arguments";a:2:{s:7:"variant";a:2:{s:8:"required";b:1;s:4:"type";s:6:"object";}s:4:"type";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:70:"Convert a variant into another type. Variant is modified "in-place" ";}s:11:"variant_sub";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:93:"subtracts the value of the right variant from the left variant value and returns the result ";}s:11:"variant_xor";a:2:{s:9:"arguments";a:2:{s:4:"left";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:5:"right";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:46:"Performs a logical exclusion on two variants ";}s:11:"ctype_alnum";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:38:"Checks for alphanumeric character(s) ";}s:11:"ctype_alpha";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:36:"Checks for alphabetic character(s) ";}s:11:"ctype_cntrl";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:33:"Checks for control character(s) ";}s:11:"ctype_digit";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:33:"Checks for numeric character(s) ";}s:11:"ctype_graph";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:52:"Checks for any printable character(s) except space ";}s:11:"ctype_lower";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:35:"Checks for lowercase character(s) ";}s:11:"ctype_print";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:35:"Checks for printable character(s) ";}s:11:"ctype_punct";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:89:"Checks for any printable character which is not whitespace or an alphanumeric character ";}s:11:"ctype_space";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:36:"Checks for whitespace character(s) ";}s:11:"ctype_upper";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:35:"Checks for uppercase character(s) ";}s:12:"ctype_xdigit";a:2:{s:9:"arguments";a:1:{s:1:"c";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:58:"Checks for character(s) representing a hexadecimal digit ";}s:10:"curl_close";a:2:{s:9:"arguments";a:1:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:22:"Close a cURL session ";}s:16:"curl_copy_handle";a:2:{s:9:"arguments";a:1:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:55:"Copy a cURL handle along with all of it's preferences ";}s:10:"curl_errno";a:2:{s:9:"arguments";a:1:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:52:"Return an integer containing the last error number ";}s:10:"curl_error";a:2:{s:9:"arguments";a:1:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:64:"Return a string contain the last error for the current session ";}s:9:"curl_exec";a:2:{s:9:"arguments";a:1:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:24:"Perform a cURL session ";}s:12:"curl_getinfo";a:2:{s:9:"arguments";a:2:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:6:"option";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:47:"Get information regarding a specific transfer ";}s:9:"curl_init";a:2:{s:9:"arguments";a:1:{s:3:"url";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:27:"Initialize a cURL session ";}s:11:"curl_setopt";a:2:{s:9:"arguments";a:3:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:6:"option";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"value";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}}s:11:"description";s:35:"Set an option for a cURL transfer ";}s:17:"curl_setopt_array";a:2:{s:9:"arguments";a:2:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:7:"options";a:2:{s:8:"required";b:1;s:4:"type";s:5:"array";}}s:11:"description";s:44:"Set an array of option for a cURL transfer ";}s:12:"curl_version";a:2:{s:9:"arguments";a:1:{s:7:"version";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:34:"Return cURL version information. ";}s:21:"curl_multi_add_handle";a:2:{s:9:"arguments";a:2:{s:2:"mh";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:49:"Add a normal cURL handle to a cURL multi handle ";}s:16:"curl_multi_close";a:2:{s:9:"arguments";a:1:{s:2:"mh";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:29:"Close a set of cURL handles ";}s:15:"curl_multi_exec";a:2:{s:9:"arguments";a:2:{s:2:"mh";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:14:"&still_running";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:52:"Run the sub-connections of the current cURL handle ";}s:21:"curl_multi_getcontent";a:2:{s:9:"arguments";a:1:{s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:70:"Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set ";}s:20:"curl_multi_info_read";a:2:{s:9:"arguments";a:2:{s:2:"mh";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:13:"msgs_in_queue";a:2:{s:8:"required";b:0;s:4:"type";s:4:"long";}}s:11:"description";s:45:"Get information about the current transfers ";}s:15:"curl_multi_init";a:2:{s:9:"arguments";a:1:{s:0:"";a:2:{s:8:"required";b:1;s:4:"type";s:4:"void";}}s:11:"description";s:33:"Returns a new cURL multi handle ";}s:24:"curl_multi_remove_handle";a:2:{s:9:"arguments";a:2:{s:2:"mh";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:2:"ch";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:50:"Remove a multi handle from a set of cURL handles ";}s:17:"curl_multi_select";a:2:{s:9:"arguments";a:2:{s:2:"mh";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}s:7:"timeout";a:2:{s:8:"required";b:0;s:4:"type";s:6:"double";}}s:11:"description";s:86:"Get all the sockets associated with the cURL extension, which can then be "selected" ";}s:9:"checkdate";a:2:{s:9:"arguments";a:3:{s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:61:"Returns true(1) if it is a valid date in gregorian calendar ";}s:4:"date";a:2:{s:9:"arguments";a:2:{s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:4:"long";}}s:11:"description";s:26:"Format a local date/time ";}s:11:"date_create";a:2:{s:9:"arguments";a:2:{s:4:"time";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:6:"object";a:2:{s:8:"required";b:0;s:4:"type";s:12:"DateTimeZone";}}s:11:"description";s:29:"Returns new DateTime object ";}s:13:"date_date_set";a:2:{s:9:"arguments";a:4:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}s:4:"year";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}s:5:"month";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}}s:11:"description";s:16:"Sets the date. ";}s:25:"date_default_timezone_set";a:2:{s:9:"arguments";a:1:{s:19:"timezone_identifier";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:71:"Sets the default timezone used by all date/time functions in a script ";}s:11:"date_format";a:2:{s:9:"arguments";a:2:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:50:"Returns date formatted according to given format ";}s:18:"date_format_locale";a:2:{s:9:"arguments";a:2:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:73:"void date_isodate_set(DateTime object, long year, long week[, long day]) ";}s:11:"date_modify";a:2:{s:9:"arguments";a:2:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}s:6:"modify";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:23:"Alters the timestamp. ";}s:15:"date_offset_get";a:2:{s:9:"arguments";a:1:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}}s:11:"description";s:25:"Returns the DST offset. ";}s:10:"date_parse";a:2:{s:9:"arguments";a:1:{s:4:"date";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:63:"Returns associative array with detailed info about given date ";}s:13:"date_sun_info";a:2:{s:9:"arguments";a:3:{s:4:"time";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}s:8:"latitude";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:9:"longitude";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}}s:11:"description";s:77:"Returns an array with information about sun set/rise and twilight begin/end ";}s:12:"date_sunrise";a:2:{s:9:"arguments";a:6:{s:4:"time";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:8:"latitude";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:9:"longitude";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:6:"zenith";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:10:"gmt_offset";a:2:{s:8:"required";b:0;s:4:"type";s:5:"float";}}s:11:"description";s:54:"Returns time of sunrise for a given day and location ";}s:11:"date_sunset";a:2:{s:9:"arguments";a:6:{s:4:"time";a:2:{s:8:"required";b:1;s:4:"type";s:5:"mixed";}s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:8:"latitude";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:9:"longitude";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:6:"zenith";a:2:{s:8:"required";b:1;s:4:"type";s:5:"float";}s:10:"gmt_offset";a:2:{s:8:"required";b:0;s:4:"type";s:5:"float";}}s:11:"description";s:53:"Returns time of sunset for a given day and location ";}s:13:"date_time_set";a:2:{s:9:"arguments";a:4:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}s:4:"hour";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}s:6:"minute";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}s:6:"second";a:2:{s:8:"required";b:0;s:4:"type";s:4:"long";}}s:11:"description";s:16:"Sets the time. ";}s:17:"date_timezone_get";a:2:{s:9:"arguments";a:1:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}}s:11:"description";s:58:"Return new DateTimeZone object relative to give DateTime ";}s:17:"date_timezone_set";a:2:{s:9:"arguments";a:1:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:12:"DateTimeZone";}}s:11:"description";s:44:"Sets the timezone for the DateTime object. ";}s:7:"getdate";a:2:{s:9:"arguments";a:1:{s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:27:"Get date/time information ";}s:6:"gmdate";a:2:{s:9:"arguments";a:2:{s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:4:"long";}}s:11:"description";s:24:"Format a GMT date/time ";}s:8:"gmmktime";a:2:{s:9:"arguments";a:6:{s:4:"hour";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"min";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"sec";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"mon";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:35:"Get UNIX timestamp for a GMT date ";}s:10:"gmstrftime";a:2:{s:9:"arguments";a:2:{s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:57:"Format a GMT/UCT time/date according to locale settings ";}s:5:"idate";a:2:{s:9:"arguments";a:2:{s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:37:"Format a local time/date as integer ";}s:9:"localtime";a:2:{s:9:"arguments";a:2:{s:9:"timestamp";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:17:"associative_array";a:2:{s:8:"required";b:0;s:4:"type";s:4:"bool";}}s:11:"description";s:155:"Returns the results of the C system call localtime as an associative array if the associative_array argument is set to 1 other wise it is a regular array ";}s:6:"mktime";a:2:{s:9:"arguments";a:6:{s:4:"hour";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"min";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"sec";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"mon";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"day";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"year";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:31:"Get UNIX timestamp for a date ";}s:8:"strftime";a:2:{s:9:"arguments";a:2:{s:6:"format";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"timestamp";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:55:"Format a local time/date according to locale settings ";}s:9:"strtotime";a:2:{s:9:"arguments";a:2:{s:4:"time";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:3:"now";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:63:"Convert string representation of date and time to a timestamp ";}s:4:"time";a:2:{s:9:"arguments";a:1:{s:0:"";a:2:{s:8:"required";b:1;s:4:"type";s:4:"void";}}s:11:"description";s:31:"Return current UNIX timestamp ";}s:23:"timezone_name_from_abbr";a:2:{s:9:"arguments";a:3:{s:4:"abbr";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"gmtOffset";a:2:{s:8:"required";b:1;s:4:"type";s:4:"long";}s:5:"isdst";a:2:{s:8:"required";b:0;s:4:"type";s:4:"long";}}s:11:"description";s:44:"Returns the timezone name from abbrevation ";}s:17:"timezone_name_get";a:2:{s:9:"arguments";a:1:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:12:"DateTimeZone";}}s:11:"description";s:35:"Returns the name of the timezone. ";}s:19:"timezone_offset_get";a:2:{s:9:"arguments";a:1:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:8:"DateTime";}}s:11:"description";s:30:"Returns the timezone offset. ";}s:13:"timezone_open";a:2:{s:9:"arguments";a:1:{s:8:"timezone";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:33:"Returns new DateTimeZone object ";}s:24:"timezone_transitions_get";a:2:{s:9:"arguments";a:1:{s:6:"object";a:2:{s:8:"required";b:1;s:4:"type";s:12:"DateTimeZone";}}s:11:"description";s:102:"Returns numeracilly indexed array containing associative array for all transitions for the timezone. ";}s:9:"dba_close";a:2:{s:9:"arguments";a:1:{s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:17:"Closes database ";}s:10:"dba_delete";a:2:{s:9:"arguments";a:2:{s:3:"key";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:81:"Deletes the entry associated with key If inifile: remove all other key lines ";}s:10:"dba_exists";a:2:{s:9:"arguments";a:2:{s:3:"key";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:37:"Checks, if the specified key exists ";}s:9:"dba_fetch";a:2:{s:9:"arguments";a:2:{s:3:"key";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:4:"skip";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:38:"Fetches the data associated with key ";}s:12:"dba_firstkey";a:2:{s:9:"arguments";a:1:{s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:59:"Resets the internal key pointer and returns the first key ";}s:12:"dba_handlers";a:2:{s:9:"arguments";a:1:{s:9:"full_info";a:2:{s:8:"required";b:0;s:4:"type";s:4:"bool";}}s:11:"description";s:35:"List configured database handlers ";}s:10:"dba_insert";a:2:{s:9:"arguments";a:3:{s:3:"key";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"value";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:130:"If not inifile: Insert value as key, return false, if key exists already If inifile: Add vakue as key (next instance of key) ";}s:11:"dba_nextkey";a:2:{s:9:"arguments";a:1:{s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:22:"Returns the next key ";}s:8:"dba_open";a:2:{s:9:"arguments";a:4:{s:4:"path";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:4:"mode";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:11:"handlername";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:3:"...";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:48:"Opens path using the specified handler in mode ";}s:12:"dba_optimize";a:2:{s:9:"arguments";a:1:{s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:44:"Optimizes (e.g. clean up, vacuum) database ";}s:9:"dba_popen";a:2:{s:9:"arguments";a:4:{s:4:"path";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:4:"mode";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:11:"handlername";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:3:"...";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:61:"Opens path using the specified handler in mode persistently ";}s:11:"dba_replace";a:2:{s:9:"arguments";a:3:{s:3:"key";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"value";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:101:"Inserts value as key, replaces key, if key exists already If inifile: remove all other key lines ";}s:8:"dba_sync";a:2:{s:9:"arguments";a:1:{s:6:"handle";a:2:{s:8:"required";b:1;s:4:"type";s:8:"resource";}}s:11:"description";s:23:"Synchronizes database ";}s:16:"dbase_add_record";a:2:{s:9:"arguments";a:2:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"data";a:2:{s:8:"required";b:1;s:4:"type";s:5:"array";}}s:11:"description";s:31:"Adds a record to the database ";}s:11:"dbase_close";a:2:{s:9:"arguments";a:1:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:43:"Closes an open dBase-format database file ";}s:12:"dbase_create";a:2:{s:9:"arguments";a:2:{s:8:"filename";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:6:"fields";a:2:{s:8:"required";b:1;s:4:"type";s:5:"array";}}s:11:"description";s:42:"Creates a new dBase-format database file ";}s:19:"dbase_delete_record";a:2:{s:9:"arguments";a:2:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:6:"record";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:30:"Marks a record to be deleted ";}s:21:"dbase_get_header_info";a:2:{s:9:"arguments";a:1:{s:15:"database_handle";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:51:"array dbase_get_record(int identifier, int record) ";}s:27:"dbase_get_record_with_names";a:2:{s:9:"arguments";a:2:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:6:"record";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:70:"Returns an associative array representing a record from the database ";}s:15:"dbase_numfields";a:2:{s:9:"arguments";a:1:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:56:"Returns the number of fields (columns) in the database ";}s:16:"dbase_numrecords";a:2:{s:9:"arguments";a:1:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:47:"Returns the number of records in the database ";}s:10:"dbase_open";a:2:{s:9:"arguments";a:2:{s:4:"name";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:4:"mode";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:36:"Opens a dBase-format database file ";}s:10:"dbase_pack";a:2:{s:9:"arguments";a:1:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:58:"Packs the database (deletes records marked for deletion) ";}s:20:"dbase_replace_record";a:2:{s:9:"arguments";a:3:{s:10:"identifier";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:4:"data";a:2:{s:8:"required";b:1;s:4:"type";s:5:"array";}s:6:"recnum";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:35:"Replaces a record to the database ";}s:20:"DOMAttr::__construct";a:2:{s:9:"arguments";a:2:{s:4:"name";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"value";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:1201:"PHP_METHOD(domattr, __construct) { zval *id; xmlAttrPtr nodep = NULL; xmlNodePtr oldnode = NULL; dom_object *intern; char *name, *value = NULL; int name_len, value_len, name_valid; php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC); if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os&|s&", &id, dom_attr_class_entry, &name, &name_len, UG(utf8_conv), &value, &value_len, UG(utf8_conv)) == FAILURE) { php_std_error_handling(); return; } php_std_error_handling(); intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); name_valid = xmlValidateName((xmlChar *) name, 0); if (name_valid != 0) { php_dom_throw_error(INVALID_CHARACTER_ERR, 1 TSRMLS_CC); RETURN_FALSE; } nodep = xmlNewProp(NULL, (xmlChar *) name, (xmlChar *) value); if (!nodep) { php_dom_throw_error(INVALID_STATE_ERR, 1 TSRMLS_CC); RETURN_FALSE; } if (intern != NULL) { oldnode = dom_object_get_node(intern); if (oldnode != NULL) { php_libxml_node_free_resource(oldnode TSRMLS_CC); } php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)nodep, (void *)intern TSRMLS_CC); } } /* }}} end DOMAttr::__construct ";}s:28:"DOMCdataSection::__construct";a:2:{s:9:"arguments";a:1:{s:5:"value";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:974:"PHP_METHOD(domcdatasection, __construct) { zval *id; xmlNodePtr nodep = NULL, oldnode = NULL; dom_object *intern; char *value = NULL; int value_len; php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC); if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os&", &id, dom_cdatasection_class_entry, &value, &value_len, UG(utf8_conv)) == FAILURE) { php_std_error_handling(); return; } php_std_error_handling(); nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len); if (!nodep) { php_dom_throw_error(INVALID_STATE_ERR, 1 TSRMLS_CC); RETURN_FALSE; } intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); if (intern != NULL) { oldnode = (xmlNodePtr)intern->ptr; if (oldnode != NULL) { php_libxml_node_free_resource(oldnode TSRMLS_CC); } php_libxml_increment_node_ptr((php_libxml_node_object *)intern, nodep, (void *)intern TSRMLS_CC); } } /* }}} end DOMCdataSection::__construct ";}s:29:"dom_characterdata_append_data";a:2:{s:9:"arguments";a:1:{s:3:"arg";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-32791A2F Since: ";}s:29:"dom_characterdata_delete_data";a:2:{s:9:"arguments";a:2:{s:6:"offset";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"count";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-7C603781 Since: ";}s:29:"dom_characterdata_insert_data";a:2:{s:9:"arguments";a:2:{s:6:"offset";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"arg";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3EDB695F Since: ";}s:30:"dom_characterdata_replace_data";a:2:{s:9:"arguments";a:3:{s:6:"offset";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"count";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:3:"arg";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-E5CBA7FB Since: ";}s:32:"dom_characterdata_substring_data";a:2:{s:9:"arguments";a:2:{s:6:"offset";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}s:5:"count";a:2:{s:8:"required";b:1;s:4:"type";s:3:"int";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6531BCCF Since: ";}s:23:"DOMComment::__construct";a:2:{s:9:"arguments";a:1:{s:5:"value";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:952:"PHP_METHOD(domcomment, __construct) { zval *id; xmlNodePtr nodep = NULL, oldnode = NULL; dom_object *intern; char *value = NULL; int value_len; php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC); if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s&", &id, dom_comment_class_entry, &value, &value_len, UG(utf8_conv)) == FAILURE) { php_std_error_handling(); return; } php_std_error_handling(); nodep = xmlNewComment((xmlChar *) value); if (!nodep) { php_dom_throw_error(INVALID_STATE_ERR, 1 TSRMLS_CC); RETURN_FALSE; } intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); if (intern != NULL) { oldnode = (xmlNodePtr)intern->ptr; if (oldnode != NULL) { php_libxml_node_free_resource(oldnode TSRMLS_CC); } php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)nodep, (void *)intern TSRMLS_CC); } } /* }}} end DOMComment::__construct ";}s:24:"DOMDocument::__construct";a:2:{s:9:"arguments";a:2:{s:7:"version";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}s:8:"encoding";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:1433:"PHP_METHOD(domdocument, __construct) { zval *id; xmlDoc *docp = NULL, *olddoc; dom_object *intern; char *encoding, *version = NULL; int encoding_len = 0, version_len = 0, refcount; php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC); if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s&s&", &id, dom_document_class_entry, &version, &version_len, UG(utf8_conv), &encoding, &encoding_len, UG(utf8_conv)) == FAILURE) { php_std_error_handling(); return; } php_std_error_handling(); docp = xmlNewDoc(version); if (!docp) { php_dom_throw_error(INVALID_STATE_ERR, 1 TSRMLS_CC); RETURN_FALSE; } if (encoding_len > 0) { docp->encoding = (const xmlChar*)xmlStrdup(encoding); } intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); if (intern != NULL) { olddoc = (xmlDocPtr) dom_object_get_node(intern); if (olddoc != NULL) { php_libxml_decrement_node_ptr((php_libxml_node_object *) intern TSRMLS_CC); refcount = php_libxml_decrement_doc_ref((php_libxml_node_object *)intern TSRMLS_CC); if (refcount != 0) { olddoc->_private = NULL; } } intern->document = NULL; if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, docp TSRMLS_CC) == -1) { RETURN_FALSE; } php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)docp, (void *)intern TSRMLS_CC); } } /* }}} end DOMDocument::__construct ";}s:30:"DOMDocument::registerNodeClass";a:2:{s:9:"arguments";a:2:{s:9:"baseclass";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"extendedclass";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:55:"Register extended class used to create base node type ";}s:23:"dom_document_adopt_node";a:2:{s:9:"arguments";a:1:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:7:"DOMNode";}}s:11:"description";s:120:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-adoptNode Since: DOM Level 3 ";}s:29:"dom_document_create_attribute";a:2:{s:9:"arguments";a:1:{s:4:"name";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:102:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1084891198 Since: ";}s:32:"dom_document_create_attribute_ns";a:2:{s:9:"arguments";a:2:{s:12:"namespaceURI";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"qualifiedName";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:115:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrAttrNS Since: DOM Level 2 ";}s:32:"dom_document_create_cdatasection";a:2:{s:9:"arguments";a:1:{s:4:"data";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D26C0AF8 Since: ";}s:27:"dom_document_create_comment";a:2:{s:9:"arguments";a:1:{s:4:"data";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:102:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1334481328 Since: ";}s:27:"dom_document_create_element";a:2:{s:9:"arguments";a:2:{s:7:"tagName";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:5:"value";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:102:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-2141741547 Since: ";}s:30:"dom_document_create_element_ns";a:2:{s:9:"arguments";a:2:{s:12:"namespaceURI";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:13:"qualifiedName";a:2:{s:8:"required";b:0;s:4:"type";s:6:"string";}}s:11:"description";s:113:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrElNS Since: DOM Level 2 ";}s:36:"dom_document_create_entity_reference";a:2:{s:9:"arguments";a:1:{s:4:"name";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:100:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-392B75AE Since: ";}s:42:"dom_document_create_processing_instruction";a:2:{s:9:"arguments";a:2:{s:6:"target";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:4:"data";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:101:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-135944439 Since: ";}s:29:"dom_document_create_text_node";a:2:{s:9:"arguments";a:1:{s:4:"data";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:102:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1975348127 Since: ";}s:30:"dom_document_get_element_by_id";a:2:{s:9:"arguments";a:1:{s:9:"elementId";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:112:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBId Since: DOM Level 2 ";}s:37:"dom_document_get_elements_by_tag_name";a:2:{s:9:"arguments";a:1:{s:7:"tagname";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:99:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C9094 Since: ";}s:40:"dom_document_get_elements_by_tag_name_ns";a:2:{s:9:"arguments";a:2:{s:12:"namespaceURI";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:9:"localName";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:114:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBTNNS Since: DOM Level 2 ";}s:24:"dom_document_import_node";a:2:{s:9:"arguments";a:2:{s:12:"importedNode";a:2:{s:8:"required";b:1;s:4:"type";s:7:"DOMNode";}s:4:"deep";a:2:{s:8:"required";b:1;s:4:"type";s:7:"boolean";}}s:11:"description";s:120:"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Core-Document-importNode Since: DOM Level 2 ";}s:17:"dom_document_load";a:2:{s:9:"arguments";a:2:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:7:"options";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:95:"URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load Since: DOM Level 3 ";}s:22:"dom_document_load_html";a:2:{s:9:"arguments";a:1:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:21:"Since: DOM extended ";}s:27:"dom_document_load_html_file";a:2:{s:9:"arguments";a:1:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}}s:11:"description";s:21:"Since: DOM extended ";}s:20:"dom_document_loadxml";a:2:{s:9:"arguments";a:2:{s:6:"source";a:2:{s:8:"required";b:1;s:4:"type";s:6:"string";}s:7:"options";a:2:{s:8:"required";b:0;s:4:"type";s:3:"int";}}s:11:"description";s:98:"URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html