/*! For license information please see FileManager-Editor.js.LICENSE.txt */
(self.webpackChunkwpide=self.webpackChunkwpide||[]).push([[139,632],{60967(e,r,t){"use strict";t.r(r),t.d(r,{default:()=>l});var a=t(15060),s=t(7180),i=(t(28706),t(51629),t(2892),t(26099),t(76031),t(80952)),n=t.n(i),o=t(43591),d=["blur","change","changeSelectionStyle","changeSession","copy","focus","paste"];const u={name:"VAceEditor",props:{value:{type:String,required:!0},lang:{type:String,default:"text"},theme:{type:String,default:"chrome"},options:{type:Object,default:function(){}},placeholder:{type:String,default:""},readonly:Boolean,wrap:Boolean,printMargin:{type:[Boolean,Number],default:!0},minLines:{type:Number,default:null},maxLines:{type:Number,default:null},autosave:{type:Boolean,default:!1},autosaveInterval:{type:Number,default:1e4}},emits:["update","autosave","init"].concat(d),data:function(){return{saveTimer:null,isAutoSave:!1}},watch:{value:function(e){if(this._contentBackup!==e){try{this._isSettingContent=!0,this._editor.setValue(e,1)}finally{this._isSettingContent=!1}this._contentBackup=e}},theme:function(e){this._editor.setTheme("ace/theme/"+e)},options:function(e){this._editor.setOptions(e)},readonly:function(e){this._editor.setReadOnly(e)},placeholder:function(e){this._editor.setOption("placeholder",e)},wrap:function(e){this._editor.setWrapBehavioursEnabled(e)},printMargin:function(e){this._editor.setOption("printMargin",e)},lang:function(e){this._editor.setOption("mode","ace/mode/"+e)},minLines:function(e){this._editor.setOption("minLines",e)},maxLines:function(e){this._editor.setOption("maxLines",e)},autosave:function(){this.autoEmitSaveFn()}},mounted:function(){var e=this,r=arguments,t=this._editor=n().edit(this.$el,(0,s.A)({placeholder:this.placeholder,readOnly:this.readonly,value:this.value,mode:"ace/mode/"+this.lang,theme:"ace/theme/"+this.theme,wrap:this.wrap,printMargin:this.printMargin,useWorker:!1,minLines:this.minLines,maxLines:this.maxLines},this.options));this._contentBackup=this.value,this._isSettingContent=!1,t.on("change",function(){if(!e._isSettingContent){var r=t.getValue();e._contentBackup=r,e.$emit("update",r)}}),d.forEach(function(s){e.$vnode.componentOptions.listeners.hasOwnProperty(s)&&"function"==typeof e.$vnode.componentOptions.listeners[s]&&t.on(s,function(){e.$emit.apply(e,[s].concat((0,a.A)(r)))})}),this._ro=new o.A(function(){window.requestAnimationFrame(function(){t.resize()})}),this._ro.observe(this.$el),this.$emit("init",t),this.autoEmitSaveFn(),setTimeout(function(){t.getSession().setUndoManager(new(n().UndoManager))},300)},beforeUnmount:function(){var e,r;null===(e=this._ro)||void 0===e||e.disconnect(),null===(r=this._editor)||void 0===r||r.destroy()},methods:{focus:function(){this._editor.focus()},blur:function(){this._editor.blur()},selectAll:function(){this._editor.selectAll()},autoEmitSaveFn:function(){var e=this;if(!this.autosave)return clearInterval(this.saveTimer);this.saveTimer=setInterval(function(){e.isAutoSave=!0,e.$emit("autosave",e._editor.getValue()),e.isAutoSave=!1},Math.max(this.autosaveInterval,5e3))}}},c=u;const l=(0,t(81656).A)(c,function(){return(0,this._self._c)("div")},[],!1,null,null,null).exports},96074(e,r,t){"use strict";t.r(r),t.d(r,{default:()=>L});t(25276),t(58940),t(27495),t(25440),t(79978);var a=t(7180),s=t(47135),i=t(9217),n=t(24634),o=(t(2008),t(50113),t(62062),t(59089),t(62010),t(18111),t(22489),t(20116),t(61701),t(26099),t(5746),t(89907),t(76031),t(93956)),d=t(60967),u=t(72050),c=t(43591),l=t(80952),p=t.n(l),m=t(20047),g=t.n(m);const h=JSON.parse('[{"id":"aggregate_info","desc":"Gets aggregation information for a given object","params":[{"required":"yes","param":"object $object"}],"returns":"array"},{"id":"apache_get_modules","desc":"Get a list of loaded Apache modules","params":[],"returns":"array"},{"id":"apache_request_headers","desc":"Fetch all HTTP request headers","params":[],"returns":"array"},{"id":"apache_response_headers","desc":"Fetch all HTTP response headers","params":[],"returns":"array"},{"id":"apc_add","desc":"Cache a variable in the data store","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"mixed $var = ''"},{"required":"no","param":"int $ttl = ''"},{"required":"yes","param":"array $values"},{"required":"no","param":"mixed $unused = ''"}],"returns":"array"},{"id":"apc_cache_info","desc":"Retrieves cached information from APC's data store","params":[{"required":"no","param":"string $cache_type = ''"},{"required":"no","param":"bool $limited = false"}],"returns":"array"},{"id":"apc_sma_info","desc":"Retrieves APC's Shared Memory Allocation information","params":[{"required":"no","param":"bool $limited = false"}],"returns":"array"},{"id":"apc_store","desc":"Cache a variable in the data store","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"mixed $var"},{"required":"no","param":"int $ttl = ''"},{"required":"yes","param":"array $values"},{"required":"no","param":"mixed $unused = ''"}],"returns":"array"},{"id":"apd_callstack","desc":"Returns the current call stack as an array","params":[],"returns":"array"},{"id":"apd_dump_persistent_resources","desc":"Return all persistent resources as an array","params":[],"returns":"array"},{"id":"apd_dump_regular_resources","desc":"Return all current regular resources as an array","params":[],"returns":"array"},{"id":"apd_get_active_symbols","desc":"Get an array of the current variables names in the local scope","params":[],"returns":"array"},{"id":"array","desc":"Create an array","params":[{"required":"no","param":"mixed $... = ''"}],"returns":"array"},{"id":"array_change_key_case","desc":"Changes all keys in an array","params":[{"required":"yes","param":"array $input"},{"required":"no","param":"int $case = CASE_LOWER"}],"returns":"array"},{"id":"array_chunk","desc":"Split an array into chunks","params":[{"required":"yes","param":"array $input"},{"required":"yes","param":"int $size"},{"required":"no","param":"bool $preserve_keys = false"}],"returns":"array"},{"id":"array_combine","desc":"Creates an array by using one array for keys and another for its values","params":[{"required":"yes","param":"array $keys"},{"required":"yes","param":"array $values"}],"returns":"array"},{"id":"array_count_values","desc":"Counts all the values of an array","params":[{"required":"yes","param":"array $input"}],"returns":"array"},{"id":"array_diff","desc":"Computes the difference of arrays","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"}],"returns":"array"},{"id":"array_diff_assoc","desc":"Computes the difference of arrays with additional index check","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_diff_key","desc":"Computes the difference of arrays using keys for comparison","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_diff_uassoc","desc":"Computes the difference of arrays with additional index check which is performed by a user supplied callback function","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $... = ''"},{"required":"yes","param":"callback $key_compare_func"}],"returns":"array"},{"id":"array_diff_ukey","desc":"Computes the difference of arrays using a callback function on the keys for comparison","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $key_compare_func"}],"returns":"array"},{"id":"array_fill","desc":"Fill an array with values","params":[{"required":"yes","param":"int $start_index"},{"required":"yes","param":"int $num"},{"required":"yes","param":"mixed $value"}],"returns":"array"},{"id":"array_fill_keys","desc":"Fill an array with values, specifying keys","params":[{"required":"yes","param":"array $keys"},{"required":"yes","param":"mixed $value"}],"returns":"array"},{"id":"array_filter","desc":"Filters elements of an array using a callback function","params":[{"required":"yes","param":"array $input"},{"required":"no","param":"callback $callback = ''"}],"returns":"array"},{"id":"array_intersect","desc":"Computes the intersection of arrays","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"}],"returns":"array"},{"id":"array_intersect_assoc","desc":"Computes the intersection of arrays with additional index check","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"}],"returns":"array"},{"id":"array_intersect_key","desc":"Computes the intersection of arrays using keys for comparison","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"}],"returns":"array"},{"id":"array_intersect_uassoc","desc":"Computes the intersection of arrays with additional index check, compares indexes by a callback function","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $key_compare_func"}],"returns":"array"},{"id":"array_intersect_ukey","desc":"Computes the intersection of arrays using a callback function on the keys for comparison","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $... = ''"},{"required":"yes","param":"callback $key_compare_func"}],"returns":"array"},{"id":"array_keys","desc":"Return all the keys or a subset of the keys of an array","params":[{"required":"yes","param":"array $input"},{"required":"no","param":"mixed $search_value = ''"},{"required":"no","param":"bool $strict = false"}],"returns":"array"},{"id":"array_map","desc":"Applies the callback to the elements of the given arrays","params":[{"required":"yes","param":"callback $callback"},{"required":"yes","param":"array $arr1"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_merge","desc":"Merge one or more arrays","params":[{"required":"yes","param":"array $array1"},{"required":"no","param":"array $array2 = ''"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_merge_recursive","desc":"Merge two or more arrays recursively","params":[{"required":"yes","param":"array $array1"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_pad","desc":"Pad array to the specified length with a value","params":[{"required":"yes","param":"array $input"},{"required":"yes","param":"int $pad_size"},{"required":"yes","param":"mixed $pad_value"}],"returns":"array"},{"id":"array_pop","desc":"Pop the element off the end of array","params":[{"required":"yes","param":"array $array"}],"returns":"array"},{"id":"array_replace","desc":"Replaces elements from passed arrays into the first array","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"array $array1"},{"required":"no","param":"array $array2 = ''"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_replace_recursive","desc":"Replaces elements from passed arrays into the first array recursively","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"array $array1"},{"required":"no","param":"array $array2 = ''"},{"required":"no","param":"array $... = ''"}],"returns":"array"},{"id":"array_reverse","desc":"Return an array with elements in reverse order","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"bool $preserve_keys = false"}],"returns":"array"},{"id":"array_shift","desc":"Shift an element off the beginning of array","params":[{"required":"yes","param":"array $array"}],"returns":"array"},{"id":"array_slice","desc":"Extract a slice of the array","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"bool $preserve_keys = false"}],"returns":"array"},{"id":"array_splice","desc":"Remove a portion of the array and replace it with something else","params":[{"required":"yes","param":"array $input"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"mixed $replacement = ''"}],"returns":"array"},{"id":"array_udiff","desc":"Computes the difference of arrays by using a callback function for data comparison","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $data_compare_func"}],"returns":"array"},{"id":"array_udiff_assoc","desc":"Computes the difference of arrays with additional index check, compares data by a callback function","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $data_compare_func"}],"returns":"array"},{"id":"array_udiff_uassoc","desc":"Computes the difference of arrays with additional index check, compares data and indexes by a callback function","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $data_compare_func"},{"required":"yes","param":"callback $key_compare_func"}],"returns":"array"},{"id":"array_uintersect","desc":"Computes the intersection of arrays, compares data by a callback function","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $data_compare_func"}],"returns":"array"},{"id":"array_uintersect_assoc","desc":"Computes the intersection of arrays with additional index check, compares data by a callback function","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $data_compare_func"}],"returns":"array"},{"id":"array_uintersect_uassoc","desc":"Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions","params":[{"required":"yes","param":"array $array1"},{"required":"yes","param":"array $array2"},{"required":"no","param":"array $ ... = ''"},{"required":"yes","param":"callback $data_compare_func"},{"required":"yes","param":"callback $key_compare_func"}],"returns":"array"},{"id":"array_unique","desc":"Removes duplicate values from an array","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_STRING"}],"returns":"array"},{"id":"array_values","desc":"Return all the values of an array","params":[{"required":"yes","param":"array $input"}],"returns":"array"},{"id":"bson_decode","desc":"Deserializes a BSON object into a PHP array","params":[{"required":"yes","param":"string $bson"}],"returns":"array"},{"id":"bzerror","desc":"Returns the bzip2 error number and error string in an array","params":[{"required":"yes","param":"resource $bz"}],"returns":"array"},{"id":"cairo_available_fonts","desc":"Retrieves the availables font types","params":[],"returns":"array"},{"id":"cairo_available_surfaces","desc":"Retrieves all available surfaces","params":[],"returns":"array"},{"id":"cairo_clip_extents","desc":"Computes the area inside the current clip","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_clip_rectangle_list","desc":"Retrieves the current clip as a list of rectangles","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_device_to_user","desc":"Transform a coordinate","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_device_to_user_distance","desc":"Transform a distance","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_fill_extents","desc":"Computes the filled area","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_font_extents","desc":"Get the font extents","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_get_current_point","desc":"The getCurrentPoint purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_get_dash","desc":"The getDash purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_matrix_transform_distance","desc":"Description","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"float $dx"},{"required":"yes","param":"float $dy"}],"returns":"array"},{"id":"cairo_matrix_transform_point","desc":"Description","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"float $dx"},{"required":"yes","param":"float $dy"}],"returns":"array"},{"id":"cairo_path_extents","desc":"The pathExtents purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_pattern_get_color_stop_rgba","desc":"Description","params":[{"required":"yes","param":"CairoGradientPattern $pattern"},{"required":"yes","param":"int $index"}],"returns":"array"},{"id":"cairo_pattern_get_linear_points","desc":"Description","params":[{"required":"yes","param":"CairoLinearGradient $pattern"}],"returns":"array"},{"id":"cairo_pattern_get_radial_circles","desc":"Description","params":[{"required":"yes","param":"CairoRadialGradient $pattern"}],"returns":"array"},{"id":"cairo_pattern_get_rgba","desc":"Description","params":[{"required":"yes","param":"CairoSolidPattern $pattern"}],"returns":"array"},{"id":"cairo_ps_get_levels","desc":"Description","params":[],"returns":"array"},{"id":"cairo_scaled_font_extents","desc":"Description","params":[{"required":"yes","param":"CairoScaledFont $scaledfont"}],"returns":"array"},{"id":"cairo_scaled_font_glyph_extents","desc":"Description","params":[{"required":"yes","param":"CairoScaledFont $scaledfont"},{"required":"yes","param":"array $glyphs"}],"returns":"array"},{"id":"cairo_scaled_font_text_extents","desc":"Description","params":[{"required":"yes","param":"CairoScaledFont $scaledfont"},{"required":"yes","param":"string $text"}],"returns":"array"},{"id":"cairo_stroke_extents","desc":"The strokeExtents purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_surface_get_device_offset","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"array"},{"id":"cairo_svg_surface_get_versions","desc":"Used to retrieve a list of supported SVG versions","params":[],"returns":"array"},{"id":"cairo_text_extents","desc":"The textExtents purpose","params":[{"required":"yes","param":"string $text"},{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_user_to_device","desc":"The userToDevice purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cairo_user_to_device_distance","desc":"The userToDeviceDistance purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"array"},{"id":"cal_from_jd","desc":"Converts from Julian Day Count to a supported calendar","params":[{"required":"yes","param":"int $jd"},{"required":"yes","param":"int $calendar"}],"returns":"array"},{"id":"cal_info","desc":"Returns information about a particular calendar","params":[{"required":"no","param":"int $calendar = -1"}],"returns":"array"},{"id":"classkit_import","desc":"Import new class method definitions from a file","params":[{"required":"yes","param":"string $filename"}],"returns":"array"},{"id":"class_implements","desc":"Return the interfaces which are implemented by the given class","params":[{"required":"yes","param":"mixed $class"},{"required":"no","param":"bool $autoload = true"}],"returns":"array"},{"id":"class_parents","desc":"Return the parent classes of the given class","params":[{"required":"yes","param":"mixed $class"},{"required":"no","param":"bool $autoload = true"}],"returns":"array"},{"id":"compact","desc":"Create array containing variables and their values","params":[{"required":"yes","param":"mixed $varname"},{"required":"no","param":"mixed $... = ''"}],"returns":"array"},{"id":"cubrid_column_names","desc":"Get the column names in result","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"array"},{"id":"cubrid_column_types","desc":"Get column types in result","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"array"},{"id":"cubrid_col_get","desc":"Get contents of collection type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"}],"returns":"array"},{"id":"cubrid_fetch_array","desc":"Fetch a result row as an associative array, a numeric array, or both","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $type = CUBRID_BOTH"}],"returns":"array"},{"id":"cubrid_fetch_assoc","desc":"Return the associative array that corresponds to the fetched row","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"cubrid_fetch_lengths","desc":"Return an array with the lengths of the values of each field from the current row","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"cubrid_fetch_row","desc":"Return a numerical array with the values of the current row","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"cubrid_get_db_parameter","desc":"Returns the CUBRID database parameters","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"array"},{"id":"cubrid_list_dbs","desc":"Return an array with the list of all existing CUBRID databases","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"array"},{"id":"cubrid_lob_get","desc":"Get BLOB/CLOB data","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $SQL"}],"returns":"array"},{"id":"cubrid_schema","desc":"Get the requested schema information","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"int $schema_type"},{"required":"no","param":"string $class_name = ''"},{"required":"no","param":"string $attr_name = ''"}],"returns":"array"},{"id":"curl_multi_info_read","desc":"Get information about the current transfers","params":[{"required":"yes","param":"resource $mh"},{"required":"no","param":"int $msgs_in_queue = ''"}],"returns":"array"},{"id":"curl_version","desc":"Gets cURL version information","params":[{"required":"no","param":"int $age = CURLVERSION_NOW"}],"returns":"array"},{"id":"cyrus_query","desc":"Send a query to a Cyrus IMAP server","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $query"}],"returns":"array"},{"id":"datefmt_localtime","desc":"Parse string to a field-based time value","params":[{"required":"yes","param":"string $value"},{"required":"no","param":"int $position = ''"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"array"},{"id":"date_parse","desc":"Returns associative array with detailed info about given date","params":[{"required":"yes","param":"string $date"}],"returns":"array"},{"id":"date_parse_from_format","desc":"Get info about given date formatted according to the specified format","params":[{"required":"yes","param":"string $format"},{"required":"yes","param":"string $date"}],"returns":"array"},{"id":"date_sun_info","desc":"Returns an array with information about sunset/sunrise and twilight begin/end","params":[{"required":"yes","param":"int $time"},{"required":"yes","param":"float $latitude"},{"required":"yes","param":"float $longitude"}],"returns":"array"},{"id":"db2_fetch_array","desc":"Returns an array, indexed by column position, representing a row in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"int $row_number = -1"}],"returns":"array"},{"id":"db2_fetch_assoc","desc":"Returns an array, indexed by column name, representing a row in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"int $row_number = -1"}],"returns":"array"},{"id":"db2_fetch_both","desc":"Returns an array, indexed by both column name and position, representing a row in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"int $row_number = -1"}],"returns":"array"},{"id":"dbase_get_header_info","desc":"Gets the header info of a database","params":[{"required":"yes","param":"int $dbase_identifier"}],"returns":"array"},{"id":"dbase_get_record","desc":"Gets a record from a database as an indexed array","params":[{"required":"yes","param":"int $dbase_identifier"},{"required":"yes","param":"int $record_number"}],"returns":"array"},{"id":"dbase_get_record_with_names","desc":"Gets a record from a database as an associative array","params":[{"required":"yes","param":"int $dbase_identifier"},{"required":"yes","param":"int $record_number"}],"returns":"array"},{"id":"dba_handlers","desc":"List all the handlers available","params":[{"required":"no","param":"bool $full_info = false"}],"returns":"array"},{"id":"dba_list","desc":"List all open database files","params":[],"returns":"array"},{"id":"dbplus_resolve","desc":"Resolve host information for relation","params":[{"required":"yes","param":"string $relation_name"}],"returns":"array"},{"id":"debug_backtrace","desc":"Generates a backtrace","params":[{"required":"no","param":"int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT"},{"required":"no","param":"int $limit = ''"}],"returns":"array"},{"id":"dio_stat","desc":"Gets stat information about the file descriptor fd","params":[{"required":"yes","param":"resource $fd"}],"returns":"array"},{"id":"dns_get_record","desc":"Fetch DNS Resource Records associated with a hostname","params":[{"required":"yes","param":"string $hostname"},{"required":"no","param":"int $type = DNS_ANY"},{"required":"no","param":"array $authns = ''"},{"required":"no","param":"array $addtl = ''"}],"returns":"array"},{"id":"each","desc":"Return the current key and value pair from an array and advance the array cursor","params":[{"required":"yes","param":"array $array"}],"returns":"array"},{"id":"enchant_broker_describe","desc":"Enumerates the Enchant providers","params":[{"required":"yes","param":"resource $broker"}],"returns":"array"},{"id":"enchant_dict_suggest","desc":"Will return a list of values if any of those pre-conditions are not met","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $word"}],"returns":"array"},{"id":"error_get_last","desc":"Get the last occurred error","params":[],"returns":"array"},{"id":"exif_read_data","desc":"Reads the EXIF headers from JPEG or TIFF","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"string $sections = ''"},{"required":"no","param":"bool $arrays = false"},{"required":"no","param":"bool $thumbnail = false"}],"returns":"array"},{"id":"explode","desc":"Split a string by string","params":[{"required":"yes","param":"string $delimiter"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $limit = ''"}],"returns":"array"},{"id":"fam_next_event","desc":"Get next pending FAM event","params":[{"required":"yes","param":"resource $fam"}],"returns":"array"},{"id":"fbsql_fetch_array","desc":"Fetch a result row as an associative array, a numeric array, or both","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = ''"}],"returns":"array"},{"id":"fbsql_fetch_assoc","desc":"Fetch a result row as an associative array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"fbsql_fetch_lengths","desc":"Get the length of each output in a result","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"fbsql_fetch_row","desc":"Get a result row as an enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"fbsql_get_autostart_info","desc":"","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"array"},{"id":"fdf_get_attachment","desc":"Extracts uploaded file embedded in the FDF","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"string $savepath"}],"returns":"array"},{"id":"fgetcsv","desc":"Gets line from file pointer and parse for CSV fields","params":[{"required":"yes","param":"resource $handle"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"string $delimiter = '"},{"required":"yes","param":"'"},{"required":"no","param":"string $enclosure = '"'"},{"required":"no","param":"string $escape = '\\'"}],"returns":"array"},{"id":"file","desc":"Reads entire file into an array","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"resource $context = ''"}],"returns":"array"},{"id":"filter_list","desc":"Returns a list of all supported filters","params":[],"returns":"array"},{"id":"fstat","desc":"Gets information about a file using an open file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"array"},{"id":"ftp_nlist","desc":"Returns a list of files in the given directory","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $directory"}],"returns":"array"},{"id":"ftp_raw","desc":"Sends an arbitrary command to an FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $command"}],"returns":"array"},{"id":"ftp_rawlist","desc":"Returns a detailed list of files in the given directory","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $directory"},{"required":"no","param":"bool $recursive = false"}],"returns":"array"},{"id":"func_get_args","desc":"Returns an array comprising a function's argument list","params":[],"returns":"array"},{"id":"gd_info","desc":"Retrieve information about the currently installed GD library","params":[],"returns":"array"},{"id":"gearman_job_status","desc":"Get the status of a background job","params":[{"required":"yes","param":"string $job_handle"}],"returns":"array"},{"id":"geoip_db_get_all_info","desc":"Returns detailed information about all GeoIP database types","params":[],"returns":"array"},{"id":"geoip_record_by_name","desc":"Returns the detailed City information found in the GeoIP Database","params":[{"required":"yes","param":"string $hostname"}],"returns":"array"},{"id":"geoip_region_by_name","desc":"Get the country code and region","params":[{"required":"yes","param":"string $hostname"}],"returns":"array"},{"id":"getallheaders","desc":"Fetch all HTTP request headers","params":[],"returns":"array"},{"id":"getdate","desc":"Get date/time information","params":[{"required":"no","param":"int $timestamp = time("}],"returns":"array"},{"id":"gethostbynamel","desc":"Get a list of IPv4 addresses corresponding to a given Internet host name","params":[{"required":"yes","param":"string $hostname"}],"returns":"array"},{"id":"getimagesize","desc":"Get the size of an image","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"array $imageinfo = ''"}],"returns":"array"},{"id":"getopt","desc":"Gets options from the command line argument list","params":[{"required":"yes","param":"string $options"},{"required":"no","param":"array $longopts = ''"}],"returns":"array"},{"id":"getrusage","desc":"Gets the current resource usages","params":[{"required":"no","param":"int $who = ''"}],"returns":"array"},{"id":"get_class_methods","desc":"Gets the class methods' names","params":[{"required":"yes","param":"mixed $class_name"}],"returns":"array"},{"id":"get_class_vars","desc":"Get the default properties of the class","params":[{"required":"yes","param":"string $class_name"}],"returns":"array"},{"id":"get_declared_classes","desc":"Returns an array with the name of the defined classes","params":[],"returns":"array"},{"id":"get_declared_interfaces","desc":"Returns an array of all declared interfaces","params":[],"returns":"array"},{"id":"get_defined_constants","desc":"Returns an associative array with the names of all the constants and their values","params":[{"required":"no","param":"bool $categorize = false"}],"returns":"array"},{"id":"get_defined_functions","desc":"Returns an array of all defined functions","params":[],"returns":"array"},{"id":"get_defined_vars","desc":"Returns an array of all defined variables","params":[],"returns":"array"},{"id":"get_extension_funcs","desc":"Returns an array with the names of the functions of a module","params":[{"required":"yes","param":"string $module_name"}],"returns":"array"},{"id":"get_headers","desc":"Fetches all the headers sent by the server in response to a HTTP request","params":[{"required":"yes","param":"string $url"},{"required":"no","param":"int $format = ''"}],"returns":"array"},{"id":"get_html_translation_table","desc":"Returns the translation table used by htmlspecialchars and htmlentities","params":[{"required":"no","param":"int $table = HTML_SPECIALCHARS"},{"required":"no","param":"int $quote_style = ENT_COMPAT"},{"required":"no","param":"string $charset_hint = ''"}],"returns":"array"},{"id":"get_included_files","desc":"Returns an array with the names of included or required files","params":[],"returns":"array"},{"id":"get_loaded_extensions","desc":"Returns an array with the names of all modules compiled and loaded","params":[{"required":"no","param":"bool $zend_extensions = false"}],"returns":"array"},{"id":"get_meta_tags","desc":"Extracts all meta tag content attributes from a file and returns an array","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $use_include_path = false"}],"returns":"array"},{"id":"get_object_vars","desc":"Gets the properties of the given object","params":[{"required":"yes","param":"object $object"}],"returns":"array"},{"id":"glob","desc":"Find pathnames matching a pattern","params":[{"required":"yes","param":"string $pattern"},{"required":"no","param":"int $flags = ''"}],"returns":"array"},{"id":"gmp_div_qr","desc":"Divide numbers and get quotient and remainder","params":[{"required":"yes","param":"resource $n"},{"required":"yes","param":"resource $d"},{"required":"no","param":"int $round = GMP_ROUND_ZERO"}],"returns":"array"},{"id":"gmp_gcdext","desc":"Calculate GCD and multipliers","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"array"},{"id":"gmp_sqrtrem","desc":"Square root with remainder","params":[{"required":"yes","param":"resource $a"}],"returns":"array"},{"id":"gnupg_decryptverify","desc":"Decrypts and verifies a given text","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $plaintext"}],"returns":"array"},{"id":"gnupg_import","desc":"Imports a key","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $keydata"}],"returns":"array"},{"id":"gnupg_keyinfo","desc":"Returns an array with information about all keys that matches the given pattern","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $pattern"}],"returns":"array"},{"id":"gnupg_verify","desc":"Verifies a signed text","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $signed_text"},{"required":"yes","param":"string $signature"},{"required":"no","param":"string $plaintext = ''"}],"returns":"array"},{"id":"gopher_parsedir","desc":"Translate a gopher formatted directory entry into an associative array.","params":[{"required":"yes","param":"string $dirent"}],"returns":"array"},{"id":"gupnp_device_info_get","desc":"Get info of root device","params":[{"required":"yes","param":"resource $root_device"}],"returns":"array"},{"id":"gupnp_service_info_get","desc":"Get full info of service","params":[{"required":"yes","param":"resource $proxy"}],"returns":"array"},{"id":"gupnp_service_introspection_get_state_variable","desc":"Returns the state variable data","params":[{"required":"yes","param":"resource $introspection"},{"required":"yes","param":"string $variable_name"}],"returns":"array"},{"id":"gupnp_service_proxy_send_action","desc":"Send action with multiple parameters synchronously","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"string $action"},{"required":"yes","param":"array $in_params"},{"required":"yes","param":"array $out_params"}],"returns":"array"},{"id":"gzfile","desc":"Read entire gz-file into an array","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $use_include_path = ''"}],"returns":"array"},{"id":"hash_algos","desc":"Return a list of registered hashing algorithms","params":[],"returns":"array"},{"id":"headers_list","desc":"Returns a list of response headers sent (or ready to send)","params":[],"returns":"array"},{"id":"http_get_request_headers","desc":"Get request headers as array","params":[],"returns":"array"},{"id":"http_parse_headers","desc":"Parse HTTP headers","params":[{"required":"yes","param":"string $header"}],"returns":"array"},{"id":"hw_Children","desc":"Object ids of children","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_ChildrenObj","desc":"Object records of children","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetAnchors","desc":"Object ids of anchors of document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetAnchorsObj","desc":"Object records of anchors of document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetChildColl","desc":"Object ids of child collections","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetChildCollObj","desc":"Object records of child collections","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetChildDocColl","desc":"Object ids of child documents of collection","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetChildDocCollObj","desc":"Object records of child documents of collection","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetObjectByQuery","desc":"Search object","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"string $query"},{"required":"yes","param":"int $max_hits"}],"returns":"array"},{"id":"hw_GetObjectByQueryColl","desc":"Search object in collection","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"},{"required":"yes","param":"string $query"},{"required":"yes","param":"int $max_hits"}],"returns":"array"},{"id":"hw_GetObjectByQueryCollObj","desc":"Search object in collection","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"},{"required":"yes","param":"string $query"},{"required":"yes","param":"int $max_hits"}],"returns":"array"},{"id":"hw_GetObjectByQueryObj","desc":"Search object","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"string $query"},{"required":"yes","param":"int $max_hits"}],"returns":"array"},{"id":"hw_GetParents","desc":"Object ids of parents","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetParentsObj","desc":"Object records of parents","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_GetSrcByDestObj","desc":"Returns anchors pointing at object","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"array"},{"id":"hw_InCollections","desc":"Check if object ids in collections","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"array $object_id_array"},{"required":"yes","param":"array $collection_id_array"},{"required":"yes","param":"int $return_collections"}],"returns":"array"},{"id":"hw_objrec2array","desc":"Convert attributes from object record to object array","params":[{"required":"yes","param":"string $object_record"},{"required":"no","param":"array $format = ''"}],"returns":"array"},{"id":"hw_Who","desc":"List of currently logged in users","params":[{"required":"yes","param":"int $connection"}],"returns":"array"},{"id":"ibase_blob_info","desc":"Return blob length and other useful info","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $blob_id"}],"returns":"array"},{"id":"ibase_fetch_assoc","desc":"Fetch a result row from a query as an associative array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $fetch_flag = ''"}],"returns":"array"},{"id":"ibase_fetch_row","desc":"Fetch a row from an InterBase database","params":[{"required":"yes","param":"resource $result_identifier"},{"required":"no","param":"int $fetch_flag = ''"}],"returns":"array"},{"id":"ibase_field_info","desc":"Get information about a field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_number"}],"returns":"array"},{"id":"ibase_param_info","desc":"Return information about a parameter in a prepared query","params":[{"required":"yes","param":"resource $query"},{"required":"yes","param":"int $param_number"}],"returns":"array"},{"id":"iconv_mime_decode_headers","desc":"Decodes multiple MIME header fields at once","params":[{"required":"yes","param":"string $encoded_headers"},{"required":"no","param":"int $mode = ''"},{"required":"no","param":"string $charset = ini_get("iconv.internal_encoding""}],"returns":"array"},{"id":"id3_get_genre_list","desc":"Get all possible genre values","params":[],"returns":"array"},{"id":"id3_get_tag","desc":"Get all information stored in an ID3 tag","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $version = ID3_BEST"}],"returns":"array"},{"id":"ifx_fetch_row","desc":"Get row as an associative array","params":[{"required":"yes","param":"resource $result_id"},{"required":"no","param":"mixed $position = ''"}],"returns":"array"},{"id":"ifx_fieldproperties","desc":"List of SQL fieldproperties","params":[{"required":"yes","param":"resource $result_id"}],"returns":"array"},{"id":"ifx_fieldtypes","desc":"List of Informix SQL fields","params":[{"required":"yes","param":"resource $result_id"}],"returns":"array"},{"id":"ifx_getsqlca","desc":"Get the contents of sqlca.sqlerrd[0..5] after a query","params":[{"required":"yes","param":"resource $result_id"}],"returns":"array"},{"id":"imagecolorsforindex","desc":"Get the colors for an index","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $index"}],"returns":"array"},{"id":"imageftbbox","desc":"Give the bounding box of a text using fonts via freetype2","params":[{"required":"yes","param":"float $size"},{"required":"yes","param":"float $angle"},{"required":"yes","param":"string $fontfile"},{"required":"yes","param":"string $text"},{"required":"no","param":"array $extrainfo = ''"}],"returns":"array"},{"id":"imagefttext","desc":"Write text to the image using fonts using FreeType 2","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"float $size"},{"required":"yes","param":"float $angle"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $color"},{"required":"yes","param":"string $fontfile"},{"required":"yes","param":"string $text"},{"required":"no","param":"array $extrainfo = ''"}],"returns":"array"},{"id":"imagepsbbox","desc":"Give the bounding box of a text rectangle using PostScript Type1 fonts","params":[{"required":"yes","param":"string $text"},{"required":"yes","param":"resource $font"},{"required":"yes","param":"int $size"},{"required":"yes","param":"int $space"},{"required":"yes","param":"int $tightness"},{"required":"yes","param":"float $angle"}],"returns":"array"},{"id":"imagepstext","desc":"Draws a text over an image using PostScript Type1 fonts","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"string $text"},{"required":"yes","param":"resource $font_index"},{"required":"yes","param":"int $size"},{"required":"yes","param":"int $foreground"},{"required":"yes","param":"int $background"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"no","param":"int $space = ''"},{"required":"no","param":"int $tightness = ''"},{"required":"no","param":"float $angle = 0.0"},{"required":"no","param":"int $antialias_steps = 4"}],"returns":"array"},{"id":"imagettfbbox","desc":"Give the bounding box of a text using TrueType fonts","params":[{"required":"yes","param":"float $size"},{"required":"yes","param":"float $angle"},{"required":"yes","param":"string $fontfile"},{"required":"yes","param":"string $text"}],"returns":"array"},{"id":"imagettftext","desc":"Write text to the image using TrueType fonts","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"float $size"},{"required":"yes","param":"float $angle"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $color"},{"required":"yes","param":"string $fontfile"},{"required":"yes","param":"string $text"}],"returns":"array"},{"id":"imap_alerts","desc":"Returns all IMAP alert messages that have occurred","params":[],"returns":"array"},{"id":"imap_errors","desc":"Returns all of the IMAP errors that have occured","params":[],"returns":"array"},{"id":"imap_fetch_overview","desc":"Read an overview of the information in the headers of the given message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $sequence"},{"required":"no","param":"int $options = ''"}],"returns":"array"},{"id":"imap_getacl","desc":"Gets the ACL for a given mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"}],"returns":"array"},{"id":"imap_getmailboxes","desc":"Read the list of mailboxes, returning detailed information on each one","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $ref"},{"required":"yes","param":"string $pattern"}],"returns":"array"},{"id":"imap_getsubscribed","desc":"List all the subscribed mailboxes","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $ref"},{"required":"yes","param":"string $pattern"}],"returns":"array"},{"id":"imap_get_quota","desc":"Retrieve the quota level settings, and usage statics per mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $quota_root"}],"returns":"array"},{"id":"imap_get_quotaroot","desc":"Retrieve the quota settings per user","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $quota_root"}],"returns":"array"},{"id":"imap_headers","desc":"Returns headers for all messages in a mailbox","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"array"},{"id":"imap_list","desc":"Read the list of mailboxes","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $ref"},{"required":"yes","param":"string $pattern"}],"returns":"array"},{"id":"imap_listscan","desc":"Returns the list of mailboxes that matches the given text","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $ref"},{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $content"}],"returns":"array"},{"id":"imap_lsub","desc":"List all the subscribed mailboxes","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $ref"},{"required":"yes","param":"string $pattern"}],"returns":"array"},{"id":"imap_mime_header_decode","desc":"Decode MIME header elements","params":[{"required":"yes","param":"string $text"}],"returns":"array"},{"id":"imap_rfc822_parse_adrlist","desc":"Parses an address string","params":[{"required":"yes","param":"string $address"},{"required":"yes","param":"string $default_host"}],"returns":"array"},{"id":"imap_search","desc":"This function returns an array of messages matching the given search criteria","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $criteria"},{"required":"no","param":"int $options = SE_FREE"},{"required":"no","param":"string $charset = NIL"}],"returns":"array"},{"id":"imap_sort","desc":"Gets and sort messages","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $criteria"},{"required":"yes","param":"int $reverse"},{"required":"no","param":"int $options = ''"},{"required":"no","param":"string $search_criteria = ''"},{"required":"no","param":"string $charset = NIL"}],"returns":"array"},{"id":"imap_thread","desc":"Returns a tree of threaded message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"no","param":"int $options = SE_FREE"}],"returns":"array"},{"id":"inclued_get_data","desc":"Get the inclued data","params":[],"returns":"array"},{"id":"ingres_fetch_array","desc":"Fetch a row of result into an array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = ''"}],"returns":"array"},{"id":"ingres_fetch_assoc","desc":"Fetch a row of result into an associative array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"ingres_fetch_row","desc":"Fetch a row of result into an enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"ini_get_all","desc":"Gets all configuration options","params":[{"required":"no","param":"string $extension = ''"},{"required":"no","param":"bool $details = true"}],"returns":"array"},{"id":"inotify_read","desc":"Read events from an inotify instance","params":[{"required":"yes","param":"resource $inotify_instance"}],"returns":"array"},{"id":"iptcparse","desc":"Parse a binary IPTC block into single tags.","params":[{"required":"yes","param":"string $iptcblock"}],"returns":"array"},{"id":"iterator_to_array","desc":"Copy the iterator into an array","params":[{"required":"yes","param":"Traversable $iterator"},{"required":"no","param":"bool $use_keys = true"}],"returns":"array"},{"id":"kadm5_get_policies","desc":"Gets all policies from the Kerberos database","params":[{"required":"yes","param":"resource $handle"}],"returns":"array"},{"id":"kadm5_get_principal","desc":"Gets the principal's entries from the Kerberos database","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $principal"}],"returns":"array"},{"id":"kadm5_get_principals","desc":"Gets all principals from the Kerberos database","params":[{"required":"yes","param":"resource $handle"}],"returns":"array"},{"id":"ldap_explode_dn","desc":"Splits DN into its component parts","params":[{"required":"yes","param":"string $dn"},{"required":"yes","param":"int $with_attrib"}],"returns":"array"},{"id":"ldap_get_attributes","desc":"Get attributes from a search result entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"}],"returns":"array"},{"id":"ldap_get_entries","desc":"Get all result entries","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_identifier"}],"returns":"array"},{"id":"ldap_get_values","desc":"Get all values from a result entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"},{"required":"yes","param":"string $attribute"}],"returns":"array"},{"id":"ldap_get_values_len","desc":"Get all binary values from a result entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"},{"required":"yes","param":"string $attribute"}],"returns":"array"},{"id":"libxml_get_errors","desc":"Retrieve array of errors","params":[],"returns":"array"},{"id":"list","desc":"Assign variables as if they were an array","params":[{"required":"yes","param":"mixed $varname"},{"required":"no","param":"mixed $... = ''"}],"returns":"array"},{"id":"localeconv","desc":"Get numeric formatting information","params":[],"returns":"array"},{"id":"locale_get_all_variants","desc":"Gets the variants for the input locale","params":[{"required":"yes","param":"string $locale"}],"returns":"array"},{"id":"locale_get_keywords","desc":"Gets the keywords for the input locale","params":[{"required":"yes","param":"string $locale"}],"returns":"array"},{"id":"locale_parse","desc":"Returns a key-value array of locale ID subtag elements.","params":[{"required":"yes","param":"string $locale"}],"returns":"array"},{"id":"localtime","desc":"Get the local time","params":[{"required":"no","param":"int $timestamp = time()"},{"required":"no","param":"bool $is_associative = false"}],"returns":"array"},{"id":"lstat","desc":"Gives information about a file or symbolic link","params":[{"required":"yes","param":"string $filename"}],"returns":"array"},{"id":"mailparse_msg_get_part_data","desc":"Returns an associative array of info about the message","params":[{"required":"yes","param":"resource $mimemail"}],"returns":"array"},{"id":"mailparse_msg_get_structure","desc":"Returns an array of mime section names in the supplied message","params":[{"required":"yes","param":"resource $mimemail"}],"returns":"array"},{"id":"mailparse_rfc822_parse_addresses","desc":"Parse RFC 822 compliant addresses","params":[{"required":"yes","param":"string $addresses"}],"returns":"array"},{"id":"mailparse_uudecode_all","desc":"Scans the data from fp and extract each embedded uuencoded file","params":[{"required":"yes","param":"resource $fp"}],"returns":"array"},{"id":"maxdb_fetch_assoc","desc":"Fetch a result row as an associative array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"maxdb_fetch_lengths","desc":"Returns the lengths of the columns of the current row in the result set","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"mb_encoding_aliases","desc":"Get aliases of a known encoding type","params":[{"required":"yes","param":"string $encoding"}],"returns":"array"},{"id":"mb_ereg_search_getregs","desc":"Retrieve the result from the last multibyte regular expression match","params":[],"returns":"array"},{"id":"mb_ereg_search_pos","desc":"Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string","params":[{"required":"no","param":"string $pattern = ''"},{"required":"no","param":"string $option = "ms""}],"returns":"array"},{"id":"mb_ereg_search_regs","desc":"Returns the matched part of a multibyte regular expression","params":[{"required":"no","param":"string $pattern = ''"},{"required":"no","param":"string $option = "ms""}],"returns":"array"},{"id":"mb_list_encodings","desc":"Returns an array of all supported encodings","params":[],"returns":"array"},{"id":"mb_parse_str","desc":"Parse GET/POST/COOKIE data and set global variable","params":[{"required":"yes","param":"string $encoded_string"},{"required":"no","param":"array $result = ''"}],"returns":"array"},{"id":"mb_split","desc":"Split multibyte string using regular expression","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $limit = -1"}],"returns":"array"},{"id":"mcrypt_enc_get_supported_key_sizes","desc":"Returns an array with the supported keysizes of the opened algorithm","params":[{"required":"yes","param":"resource $td"}],"returns":"array"},{"id":"mcrypt_list_algorithms","desc":"Gets an array of all supported ciphers","params":[{"required":"no","param":"string $lib_dir = ini_get("mcrypt.algorithms_dir""}],"returns":"array"},{"id":"mcrypt_list_modes","desc":"Gets an array of all supported modes","params":[{"required":"no","param":"string $lib_dir = ini_get("mcrypt.modes_dir""}],"returns":"array"},{"id":"mcrypt_module_get_supported_key_sizes","desc":"Returns an array with the supported keysizes of the opened algorithm","params":[{"required":"yes","param":"string $algorithm"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"array"},{"id":"msession_find","desc":"Find all sessions with name and value","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"array"},{"id":"msession_get_array","desc":"Get array of msession variables","params":[{"required":"yes","param":"string $session"}],"returns":"array"},{"id":"msession_list","desc":"List all sessions","params":[],"returns":"array"},{"id":"msession_listvar","desc":"List sessions with variable","params":[{"required":"yes","param":"string $name"}],"returns":"array"},{"id":"msgfmt_parse","desc":"Parse input string according to pattern","params":[{"required":"yes","param":"string $value"},{"required":"yes","param":"MessageFormatter $fmt"}],"returns":"array"},{"id":"msgfmt_parse_message","desc":"Quick parse input string","params":[{"required":"yes","param":"string $locale"},{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $source"},{"required":"yes","param":"string $value"}],"returns":"array"},{"id":"msg_stat_queue","desc":"Returns information from the message queue data structure","params":[{"required":"yes","param":"resource $queue"}],"returns":"array"},{"id":"msql_fetch_array","desc":"Fetch row as array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = ''"}],"returns":"array"},{"id":"msql_fetch_row","desc":"Get row as enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"mssql_fetch_array","desc":"Fetch a result row as an associative array, a numeric array, or both","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = MSSQL_BOTH"}],"returns":"array"},{"id":"mssql_fetch_assoc","desc":"Returns an associative array of the current row in the result","params":[{"required":"yes","param":"resource $result_id"}],"returns":"array"},{"id":"mssql_fetch_row","desc":"Get row as enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"mysqli_fetch_assoc","desc":"Fetch a result row as an associative array","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"array"},{"id":"mysqli_fetch_fields","desc":"Returns an array of objects representing the fields in a result set","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"array"},{"id":"mysqli_fetch_lengths","desc":"Returns the lengths of the columns of the current row in the result set","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"array"},{"id":"mysqli_get_cache_stats","desc":"Returns client Zval cache statistics","params":[],"returns":"array"},{"id":"mysqli_get_client_stats","desc":"Returns client per-process statistics","params":[],"returns":"array"},{"id":"mysqli_get_connection_stats","desc":"Returns statistics about the client connection","params":[{"required":"yes","param":"mysqli $link"}],"returns":"array"},{"id":"mysqlnd_ms_get_stats","desc":"Returns query distribution and connection statistics","params":[],"returns":"array"},{"id":"mysqlnd_qc_get_cache_info","desc":"Returns information on the current handler, the number of cache entries and cache entries, if available","params":[],"returns":"array"},{"id":"mysqlnd_qc_get_core_stats","desc":"Statistics collected by the core of the query cache","params":[],"returns":"array"},{"id":"mysqlnd_qc_get_handler","desc":"Returns a list of available storage handler","params":[],"returns":"array"},{"id":"mysqlnd_qc_get_query_trace_log","desc":"Returns a backtrace for each query inspected by the query cache","params":[],"returns":"array"},{"id":"mysql_fetch_array","desc":"Fetch a result row as an associative array, a numeric array, or both","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = MYSQL_BOTH"}],"returns":"array"},{"id":"mysql_fetch_assoc","desc":"Fetch a result row as an associative array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"mysql_fetch_lengths","desc":"Get the length of each output in a result","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"mysql_fetch_row","desc":"Get a result row as an enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"m_responsekeys","desc":"Returns array of strings which represents the keys that can be used for response parameters on this transaction","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"array"},{"id":"newt_checkbox_tree_find_item","desc":"Finds an item in the checkbox tree","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"mixed $data"}],"returns":"array"},{"id":"newt_checkbox_tree_get_multi_selection","desc":"","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"string $seqnum"}],"returns":"array"},{"id":"newt_checkbox_tree_get_selection","desc":"","params":[{"required":"yes","param":"resource $checkboxtree"}],"returns":"array"},{"id":"newt_listbox_get_selection","desc":"","params":[{"required":"yes","param":"resource $listbox"}],"returns":"array"},{"id":"notes_body","desc":"Open the message msg_number in the specified mailbox on the specified server (leave serv","params":[{"required":"yes","param":"string $server"},{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"int $msg_number"}],"returns":"array"},{"id":"notes_search","desc":"Find notes that match keywords in database_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $keywords"}],"returns":"array"},{"id":"notes_unread","desc":"Returns the unread note id's for the current User user_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $user_name"}],"returns":"array"},{"id":"nsapi_request_headers","desc":"Fetch all HTTP request headers","params":[],"returns":"array"},{"id":"nsapi_response_headers","desc":"Fetch all HTTP response headers","params":[],"returns":"array"},{"id":"ob_get_status","desc":"Get status of output buffers","params":[{"required":"no","param":"bool $full_status = FALSE"}],"returns":"array"},{"id":"ob_list_handlers","desc":"List all output handlers in use","params":[],"returns":"array"},{"id":"oci_error","desc":"Returns the last error found","params":[{"required":"no","param":"resource $resource = ''"}],"returns":"array"},{"id":"oci_fetch_array","desc":"Returns the next row from a query as an associative or numeric array","params":[{"required":"yes","param":"resource $statement"},{"required":"no","param":"int $mode = ''"}],"returns":"array"},{"id":"oci_fetch_assoc","desc":"Returns the next row from a query as an associative array","params":[{"required":"yes","param":"resource $statement"}],"returns":"array"},{"id":"oci_fetch_row","desc":"Returns the next row from a query as a numeric array","params":[{"required":"yes","param":"resource $statement"}],"returns":"array"},{"id":"odbc_data_source","desc":"Returns information about a current connection","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"int $fetch_type"}],"returns":"array"},{"id":"odbc_fetch_array","desc":"Fetch a result row as an associative array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $rownumber = ''"}],"returns":"array"},{"id":"odbc_fetch_into","desc":"Fetch one result row into array","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"array $result_array"},{"required":"no","param":"int $rownumber = ''"}],"returns":"array"},{"id":"openssl_csr_get_subject","desc":"Returns the subject of a CERT","params":[{"required":"yes","param":"mixed $csr"},{"required":"no","param":"bool $use_shortnames = true"}],"returns":"array"},{"id":"openssl_get_cipher_methods","desc":"Gets available cipher methods","params":[{"required":"no","param":"bool $aliases = false"}],"returns":"array"},{"id":"openssl_get_md_methods","desc":"Gets available digest methods","params":[{"required":"no","param":"bool $aliases = false"}],"returns":"array"},{"id":"openssl_pkey_get_details","desc":"Returns an array with the key details","params":[{"required":"yes","param":"resource $key"}],"returns":"array"},{"id":"openssl_x509_parse","desc":"Parse an X509 certificate and return the information as an array","params":[{"required":"yes","param":"mixed $x509cert"},{"required":"no","param":"bool $shortnames = true"}],"returns":"array"},{"id":"parsekit_compile_file","desc":"Compile a string of PHP code and return the resulting op array","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"array $errors = ''"},{"required":"no","param":"int $options = PARSEKIT_QUIET"}],"returns":"array"},{"id":"parsekit_compile_string","desc":"Compile a string of PHP code and return the resulting op array","params":[{"required":"yes","param":"string $phpcode"},{"required":"no","param":"array $errors = ''"},{"required":"no","param":"int $options = PARSEKIT_QUIET"}],"returns":"array"},{"id":"parsekit_func_arginfo","desc":"Return information regarding function argument(s)","params":[{"required":"yes","param":"mixed $function"}],"returns":"array"},{"id":"parse_ini_file","desc":"Parse a configuration file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $process_sections = false"},{"required":"no","param":"int $scanner_mode = INI_SCANNER_NORMAL"}],"returns":"array"},{"id":"parse_ini_string","desc":"Parse a configuration string","params":[{"required":"yes","param":"string $ini"},{"required":"no","param":"bool $process_sections = false"},{"required":"no","param":"int $scanner_mode = INI_SCANNER_NORMAL"}],"returns":"array"},{"id":"pg_convert","desc":"Convert associative array values into suitable for SQL statement","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"array $assoc_array"},{"required":"no","param":"int $options = ''"}],"returns":"array"},{"id":"pg_copy_to","desc":"Copy a table to an array","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"no","param":"string $delimiter = ''"},{"required":"no","param":"string $null_as = ''"}],"returns":"array"},{"id":"pg_fetch_all","desc":"Fetches all rows from a result as an array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"pg_fetch_all_columns","desc":"Fetches all rows in a particular result column as an array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $column = ''"}],"returns":"array"},{"id":"pg_fetch_array","desc":"Fetch a row as an array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $row = ''"},{"required":"no","param":"int $result_type = ''"}],"returns":"array"},{"id":"pg_fetch_assoc","desc":"Fetch a row as an associative array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $row = ''"}],"returns":"array"},{"id":"pg_fetch_row","desc":"Get a row as an enumerated array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $row = ''"}],"returns":"array"},{"id":"pg_get_notify","desc":"Gets SQL NOTIFY message","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"int $result_type = ''"}],"returns":"array"},{"id":"pg_meta_data","desc":"Get meta data for table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"}],"returns":"array"},{"id":"pg_version","desc":"Returns an array with client, protocol and server version (when available)","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"array"},{"id":"posix_getgrgid","desc":"Return info about a group by group id","params":[{"required":"yes","param":"int $gid"}],"returns":"array"},{"id":"posix_getgrnam","desc":"Return info about a group by name","params":[{"required":"yes","param":"string $name"}],"returns":"array"},{"id":"posix_getgroups","desc":"Return the group set of the current process","params":[],"returns":"array"},{"id":"posix_getpwnam","desc":"Return info about a user by username","params":[{"required":"yes","param":"string $username"}],"returns":"array"},{"id":"posix_getpwuid","desc":"Return info about a user by user id","params":[{"required":"yes","param":"int $uid"}],"returns":"array"},{"id":"posix_getrlimit","desc":"Return info about system resource limits","params":[],"returns":"array"},{"id":"posix_times","desc":"Get process times","params":[],"returns":"array"},{"id":"posix_uname","desc":"Get system name","params":[],"returns":"array"},{"id":"preg_grep","desc":"Return array entries that match the pattern","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"array $input"},{"required":"no","param":"int $flags = ''"}],"returns":"array"},{"id":"preg_split","desc":"Split string by a regular expression","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $subject"},{"required":"no","param":"int $limit = -1"},{"required":"no","param":"int $flags = ''"}],"returns":"array"},{"id":"printer_list","desc":"Return an array of printers attached to the server","params":[{"required":"yes","param":"int $enumtype"},{"required":"no","param":"string $name = ''"},{"required":"no","param":"int $level = ''"}],"returns":"array"},{"id":"proc_get_status","desc":"Get information about a process opened by proc_open","params":[{"required":"yes","param":"resource $process"}],"returns":"array"},{"id":"pspell_suggest","desc":"Suggest spellings of a word","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $word"}],"returns":"array"},{"id":"ps_hyphenate","desc":"Hyphenates a word","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"}],"returns":"array"},{"id":"ps_string_geometry","desc":"Gets geometry of a string","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"no","param":"int $fontid = ''"},{"required":"no","param":"float $size = 0.0"}],"returns":"array"},{"id":"px_get_field","desc":"Returns the specification of a single field","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"int $fieldno"}],"returns":"array"},{"id":"px_get_info","desc":"Return lots of information about a paradox file","params":[{"required":"yes","param":"resource $pxdoc"}],"returns":"array"},{"id":"px_get_record","desc":"Returns record of paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"int $num"},{"required":"no","param":"int $mode = ''"}],"returns":"array"},{"id":"px_get_schema","desc":"Returns the database schema","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"no","param":"int $mode = ''"}],"returns":"array"},{"id":"px_retrieve_record","desc":"Returns record of paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"int $num"},{"required":"no","param":"int $mode = ''"}],"returns":"array"},{"id":"radius_get_vendor_attr","desc":"Extracts a vendor specific attribute","params":[{"required":"yes","param":"string $data"}],"returns":"array"},{"id":"range","desc":"Create an array containing a range of elements","params":[{"required":"yes","param":"mixed $low"},{"required":"yes","param":"mixed $high"},{"required":"no","param":"number $step = 1"}],"returns":"array"},{"id":"readline_list_history","desc":"Lists the history","params":[],"returns":"array"},{"id":"realpath_cache_get","desc":"Get realpath cache entries","params":[],"returns":"array"},{"id":"resourcebundle_locales","desc":"Get supported locales","params":[{"required":"yes","param":"ResourceBundle $r"}],"returns":"array"},{"id":"rrd_fetch","desc":"Fetch the data for graph as array.","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $options"}],"returns":"array"},{"id":"rrd_graph","desc":"Creates image from a data.","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $options"}],"returns":"array"},{"id":"rrd_info","desc":"Gets information about rrd file","params":[{"required":"yes","param":"string $filename"}],"returns":"array"},{"id":"rrd_lastupdate","desc":"Gets information about last updated data.","params":[{"required":"yes","param":"string $filename"}],"returns":"array"},{"id":"rrd_xport","desc":"Exports the information about RRD database.","params":[{"required":"yes","param":"array $options"}],"returns":"array"},{"id":"runkit_superglobals","desc":"Return numerically indexed array of registered superglobals","params":[],"returns":"array"},{"id":"scandir","desc":"List files and directories inside the specified path","params":[{"required":"yes","param":"string $directory"},{"required":"no","param":"int $sorting_order = ''"},{"required":"no","param":"resource $context = ''"}],"returns":"array"},{"id":"session_get_cookie_params","desc":"Get the session cookie parameters","params":[],"returns":"array"},{"id":"session_pgsql_get_error","desc":"Returns number of errors and last error message","params":[{"required":"no","param":"bool $with_error_message = false"}],"returns":"array"},{"id":"session_pgsql_status","desc":"Get current save handler status","params":[],"returns":"array"},{"id":"snmp2_real_walk","desc":"Return all objects including their respective object ID within the specified one","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"array"},{"id":"snmp2_walk","desc":"Fetch all the SNMP objects from an agent","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"array"},{"id":"snmp3_real_walk","desc":"Return all objects including their respective object ID within the specified one","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $sec_name"},{"required":"yes","param":"string $sec_level"},{"required":"yes","param":"string $auth_protocol"},{"required":"yes","param":"string $auth_passphrase"},{"required":"yes","param":"string $priv_protocol"},{"required":"yes","param":"string $priv_passphrase"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"array"},{"id":"snmp3_walk","desc":"Fetch all the SNMP objects from an agent","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $sec_name"},{"required":"yes","param":"string $sec_level"},{"required":"yes","param":"string $auth_protocol"},{"required":"yes","param":"string $auth_passphrase"},{"required":"yes","param":"string $priv_protocol"},{"required":"yes","param":"string $priv_passphrase"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"array"},{"id":"snmprealwalk","desc":"Return all objects including their respective object ID within the specified one","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"int $timeout = 1000000"},{"required":"no","param":"int $retries = 5"}],"returns":"array"},{"id":"snmpwalk","desc":"Fetch all the SNMP objects from an agent","params":[{"required":"yes","param":"string $hostname"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"int $timeout = 1000000"},{"required":"no","param":"int $retries = 5"}],"returns":"array"},{"id":"snmpwalkoid","desc":"Query for a tree of information about a network entity","params":[{"required":"yes","param":"string $hostname"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"int $timeout = 1000000"},{"required":"no","param":"int $retries = 5"}],"returns":"array"},{"id":"split","desc":"Split string into array by regular expression","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $limit = -1"}],"returns":"array"},{"id":"spliti","desc":"Split string into array by regular expression case insensitive","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $limit = -1"}],"returns":"array"},{"id":"spl_autoload_functions","desc":"Return all registered __autoload() functions","params":[],"returns":"array"},{"id":"spl_classes","desc":"Return available SPL classes","params":[],"returns":"array"},{"id":"sqlite_array_query","desc":"Execute a query against a given database and returns an array","params":[{"required":"yes","param":"resource $dbhandle"},{"required":"yes","param":"string $query"},{"required":"no","param":"int $result_type = ''"},{"required":"no","param":"bool $decode_binary = ''"}],"returns":"array"},{"id":"sqlite_current","desc":"Fetches the current row from a result set as an array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = SQLITE_BOTH"},{"required":"no","param":"bool $decode_binary = true"}],"returns":"array"},{"id":"sqlite_fetch_all","desc":"Fetches all rows from a result set as an array of arrays","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = SQLITE_BOTH"},{"required":"no","param":"bool $decode_binary = true"}],"returns":"array"},{"id":"sqlite_fetch_array","desc":"Fetches the next row from a result set as an array","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = SQLITE_BOTH"},{"required":"no","param":"bool $decode_binary = true"}],"returns":"array"},{"id":"sqlite_fetch_column_types","desc":"Return an array of column types from a particular table","params":[{"required":"yes","param":"string $table_name"},{"required":"yes","param":"resource $dbhandle"},{"required":"no","param":"int $result_type = ''"}],"returns":"array"},{"id":"sqlite_single_query","desc":"Executes a query and returns either an array for one single column or the value of the first row","params":[{"required":"yes","param":"resource $db"},{"required":"yes","param":"string $query"},{"required":"no","param":"bool $first_row_only = ''"},{"required":"no","param":"bool $decode_binary = ''"}],"returns":"array"},{"id":"ssh2_methods_negotiated","desc":"Return list of negotiated methods","params":[{"required":"yes","param":"resource $session"}],"returns":"array"},{"id":"ssh2_publickey_list","desc":"List currently authorized publickeys","params":[{"required":"yes","param":"resource $pkey"}],"returns":"array"},{"id":"ssh2_sftp_lstat","desc":"Stat a symbolic link","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $path"}],"returns":"array"},{"id":"ssh2_sftp_stat","desc":"Stat a file on a remote filesystem","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $path"}],"returns":"array"},{"id":"stat","desc":"Gives information about a file","params":[{"required":"yes","param":"string $filename"}],"returns":"array"},{"id":"stats_rand_get_seeds","desc":"Not documented","params":[],"returns":"array"},{"id":"stats_rand_phrase_to_seeds","desc":"generate two seeds for the RGN random number generator","params":[{"required":"yes","param":"string $phrase"}],"returns":"array"},{"id":"stomp_get_read_timeout","desc":"Gets read timeout","params":[{"required":"yes","param":"resource $link"}],"returns":"array"},{"id":"stomp_read_frame","desc":"Reads the next frame","params":[{"required":"no","param":"string $class_name = "stompFrame""},{"required":"yes","param":"resource $link"}],"returns":"array"},{"id":"stream_context_get_options","desc":"Retrieve options for a stream/wrapper/context","params":[{"required":"yes","param":"resource $stream_or_context"}],"returns":"array"},{"id":"stream_context_get_params","desc":"Retrieves parameters from a context","params":[{"required":"yes","param":"resource $stream_or_context"}],"returns":"array"},{"id":"stream_get_filters","desc":"Retrieve list of registered filters","params":[],"returns":"array"},{"id":"stream_get_meta_data","desc":"Retrieves header/meta data from streams/file pointers","params":[{"required":"yes","param":"resource $stream"}],"returns":"array"},{"id":"stream_get_transports","desc":"Retrieve list of registered socket transports","params":[],"returns":"array"},{"id":"stream_get_wrappers","desc":"Retrieve list of registered streams","params":[],"returns":"array"},{"id":"stream_socket_pair","desc":"Creates a pair of connected, indistinguishable socket streams","params":[{"required":"yes","param":"int $domain"},{"required":"yes","param":"int $type"},{"required":"yes","param":"int $protocol"}],"returns":"array"},{"id":"strptime","desc":"Parse a time/date generated with strftime","params":[{"required":"yes","param":"string $date"},{"required":"yes","param":"string $format"}],"returns":"array"},{"id":"str_getcsv","desc":"Parse a CSV string into an array","params":[{"required":"yes","param":"string $input"},{"required":"no","param":"string $delimiter = '"},{"required":"yes","param":"'"},{"required":"no","param":"string $enclosure = '"'"},{"required":"no","param":"string $escape = '\\'"}],"returns":"array"},{"id":"str_split","desc":"Convert a string to an array","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $split_length = 1"}],"returns":"array"},{"id":"svn_blame","desc":"Get the SVN blame for a file","params":[{"required":"yes","param":"string $repository_url"},{"required":"no","param":"int $revision_no = SVN_REVISION_HEAD"}],"returns":"array"},{"id":"svn_commit","desc":"Sends changes from the local working copy to the repository","params":[{"required":"yes","param":"string $log"},{"required":"yes","param":"array $targets"},{"required":"no","param":"bool $dontrecurse = ''"}],"returns":"array"},{"id":"svn_diff","desc":"Recursively diffs two paths","params":[{"required":"yes","param":"string $path1"},{"required":"yes","param":"int $rev1"},{"required":"yes","param":"string $path2"},{"required":"yes","param":"int $rev2"}],"returns":"array"},{"id":"svn_fs_dir_entries","desc":"Enumerates the directory entries under path; returns a hash of dir names to file type","params":[{"required":"yes","param":"resource $fsroot"},{"required":"yes","param":"string $path"}],"returns":"array"},{"id":"svn_log","desc":"Returns the commit log messages of a repository URL","params":[{"required":"yes","param":"string $repos_url"},{"required":"no","param":"int $start_revision = ''"},{"required":"no","param":"int $end_revision = ''"},{"required":"no","param":"int $limit = ''"},{"required":"no","param":"int $flags = SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY"}],"returns":"array"},{"id":"svn_ls","desc":"Returns list of directory contents in repository URL, optionally at revision number","params":[{"required":"yes","param":"string $repos_url"},{"required":"no","param":"int $revision_no = SVN_REVISION_HEAD"},{"required":"no","param":"bool $recurse = false"},{"required":"no","param":"bool $peg = false"}],"returns":"array"},{"id":"svn_status","desc":"Returns the status of working copy files and directories","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"int $flags = ''"}],"returns":"array"},{"id":"swf_getbitmapinfo","desc":"Get information about a bitmap","params":[{"required":"yes","param":"int $bitmapid"}],"returns":"array"},{"id":"swf_getfontinfo","desc":"Gets font information","params":[],"returns":"array"},{"id":"sybase_fetch_array","desc":"Fetch row as array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"sybase_fetch_assoc","desc":"Fetch a result row as an associative array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"sybase_fetch_row","desc":"Get a result row as an enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"array"},{"id":"sys_getloadavg","desc":"Gets system load average","params":[],"returns":"array"},{"id":"tidy_get_config","desc":"Get current Tidy configuration","params":[{"required":"yes","param":"tidy $object"}],"returns":"array"},{"id":"token_get_all","desc":"Split given source into PHP tokens","params":[{"required":"yes","param":"string $source"}],"returns":"array"},{"id":"transliterator_list_ids","desc":"Get transliterator IDs","params":[],"returns":"array"},{"id":"udm_cat_list","desc":"Get all the categories on the same level with the current one","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $category"}],"returns":"array"},{"id":"udm_cat_path","desc":"Get the path to the current category","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $category"}],"returns":"array"},{"id":"unpack","desc":"Unpack data from binary string","params":[{"required":"yes","param":"string $format"},{"required":"yes","param":"string $data"}],"returns":"array"},{"id":"vpopmail_alias_get","desc":"Get all lines of an alias for a domain","params":[{"required":"yes","param":"string $alias"},{"required":"yes","param":"string $domain"}],"returns":"array"},{"id":"vpopmail_alias_get_all","desc":"Get all lines of an alias for a domain","params":[{"required":"yes","param":"string $domain"}],"returns":"array"},{"id":"win32_ps_list_procs","desc":"List running processes","params":[],"returns":"array"},{"id":"win32_ps_stat_mem","desc":"Stat memory utilization","params":[],"returns":"array"},{"id":"win32_ps_stat_proc","desc":"Stat process","params":[{"required":"no","param":"int $pid = ''"}],"returns":"array"},{"id":"wincache_fcache_fileinfo","desc":"Retrieves information about files cached in the file cache","params":[{"required":"no","param":"bool $summaryonly = false"}],"returns":"array"},{"id":"wincache_fcache_meminfo","desc":"Retrieves information about file cache memory usage","params":[],"returns":"array"},{"id":"wincache_ocache_fileinfo","desc":"Retrieves information about files cached in the opcode cache","params":[{"required":"no","param":"bool $summaryonly = false"}],"returns":"array"},{"id":"wincache_ocache_meminfo","desc":"Retrieves information about opcode cache memory usage","params":[],"returns":"array"},{"id":"wincache_rplist_fileinfo","desc":"Retrieves information about resolve file path cache","params":[{"required":"no","param":"bool $summaryonly = false"}],"returns":"array"},{"id":"wincache_rplist_meminfo","desc":"Retrieves information about memory usage by the resolve file path cache","params":[],"returns":"array"},{"id":"wincache_scache_info","desc":"Retrieves information about files cached in the session cache","params":[{"required":"no","param":"bool $summaryonly = false"}],"returns":"array"},{"id":"wincache_scache_meminfo","desc":"Retrieves information about session cache memory usage","params":[],"returns":"array"},{"id":"wincache_ucache_info","desc":"Retrieves information about data stored in the user cache","params":[{"required":"no","param":"bool $summaryonly = false"},{"required":"no","param":"string $key = ''"}],"returns":"array"},{"id":"wincache_ucache_meminfo","desc":"Retrieves information about user cache memory usage","params":[],"returns":"array"},{"id":"xattr_list","desc":"Get a list of extended attributes","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $flags = ''"}],"returns":"array"},{"id":"xhprof_disable","desc":"Stops xhprof profiler","params":[],"returns":"array"},{"id":"xmlrpc_parse_method_descriptions","desc":"Decodes XML into a list of method descriptions","params":[{"required":"yes","param":"string $xml"}],"returns":"array"},{"id":"yaz_es_result","desc":"Inspects Extended Services Result","params":[{"required":"yes","param":"resource $id"}],"returns":"array"},{"id":"yaz_scan_result","desc":"Returns Scan Response result","params":[{"required":"yes","param":"resource $id"},{"required":"no","param":"array $result = ''"}],"returns":"array"},{"id":"yp_cat","desc":"Return an array containing the entire map","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"}],"returns":"array"},{"id":"yp_first","desc":"Returns the first key-value pair from the named map","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"}],"returns":"array"},{"id":"yp_next","desc":"Returns the next key-value pair in the named map","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"},{"required":"yes","param":"string $key"}],"returns":"array"},{"id":"apache_child_terminate","desc":"Terminate apache process after this request","params":[],"returns":"bool"},{"id":"apache_reset_timeout","desc":"Reset the Apache write timer","params":[],"returns":"bool"},{"id":"apache_setenv","desc":"Set an Apache subprocess_env variable","params":[{"required":"yes","param":"string $variable"},{"required":"yes","param":"string $value"},{"required":"no","param":"bool $walk_to_top = false"}],"returns":"bool"},{"id":"apc_bin_load","desc":"Load a binary dump into the APC file/user cache","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"apc_bin_loadfile","desc":"Load a binary dump from a file into the APC file/user cache","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"resource $context = ''"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"apc_cas","desc":"Updates an old value with a new value","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"int $old"},{"required":"yes","param":"int $new"}],"returns":"bool"},{"id":"apc_clear_cache","desc":"Clears the APC cache","params":[{"required":"no","param":"string $cache_type = ''"}],"returns":"bool"},{"id":"apc_define_constants","desc":"Defines a set of constants for retrieval and mass-definition","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"array $constants"},{"required":"no","param":"bool $case_sensitive = true"}],"returns":"bool"},{"id":"apc_load_constants","desc":"Loads a set of constants from the cache","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"bool $case_sensitive = true"}],"returns":"bool"},{"id":"apd_breakpoint","desc":"Stops the interpreter and waits on a CR from the socket","params":[{"required":"yes","param":"int $debug_level"}],"returns":"bool"},{"id":"apd_continue","desc":"Restarts the interpreter","params":[{"required":"yes","param":"int $debug_level"}],"returns":"bool"},{"id":"apd_echo","desc":"Echo to the debugging socket","params":[{"required":"yes","param":"string $output"}],"returns":"bool"},{"id":"apd_set_session_trace_socket","desc":"Starts the remote session debugging","params":[{"required":"yes","param":"string $tcp_server"},{"required":"yes","param":"int $socket_type"},{"required":"yes","param":"int $port"},{"required":"yes","param":"int $debug_level"}],"returns":"bool"},{"id":"array_key_exists","desc":"Checks if the given key or index exists in the array","params":[{"required":"yes","param":"mixed $key"},{"required":"yes","param":"array $search"}],"returns":"bool"},{"id":"array_walk","desc":"Apply a user function to every member of an array","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"callback $funcname"},{"required":"no","param":"mixed $userdata = ''"}],"returns":"bool"},{"id":"array_walk_recursive","desc":"Apply a user function recursively to every member of an array","params":[{"required":"yes","param":"array $input"},{"required":"yes","param":"callback $funcname"},{"required":"no","param":"mixed $userdata = ''"}],"returns":"bool"},{"id":"arsort","desc":"Sort an array in reverse order and maintain index association","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_REGULAR"}],"returns":"bool"},{"id":"asort","desc":"Sort an array and maintain index association","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_REGULAR"}],"returns":"bool"},{"id":"assert","desc":"Checks if assertion is FALSE","params":[{"required":"yes","param":"mixed $assertion"}],"returns":"bool"},{"id":"bbcode_add_element","desc":"Adds a bbcode element","params":[{"required":"yes","param":"resource $bbcode_container"},{"required":"yes","param":"string $tag_name"},{"required":"yes","param":"array $tag_rules"}],"returns":"bool"},{"id":"bbcode_add_smiley","desc":"Adds a smiley to the parser","params":[{"required":"yes","param":"resource $bbcode_container"},{"required":"yes","param":"string $smiley"},{"required":"yes","param":"string $replace_by"}],"returns":"bool"},{"id":"bbcode_destroy","desc":"Close BBCode_container resource","params":[{"required":"yes","param":"resource $bbcode_container"}],"returns":"bool"},{"id":"bbcode_set_arg_parser","desc":"Attach another parser in order to use another rule set for argument parsing","params":[{"required":"yes","param":"resource $bbcode_container"},{"required":"yes","param":"resource $bbcode_arg_parser"}],"returns":"bool"},{"id":"bbcode_set_flags","desc":"Set or alter parser options","params":[{"required":"yes","param":"resource $bbcode_container"},{"required":"yes","param":"int $flags"},{"required":"no","param":"int $mode = BBCODE_SET_FLAGS_SET"}],"returns":"bool"},{"id":"bcompiler_load","desc":"Reads and creates classes from a bz compressed file","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"bcompiler_load_exe","desc":"Reads and creates classes from a bcompiler exe file","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"bcompiler_parse_class","desc":"Reads the bytecodes of a class and calls back to a user function","params":[{"required":"yes","param":"string $class"},{"required":"yes","param":"string $callback"}],"returns":"bool"},{"id":"bcompiler_read","desc":"Reads and creates classes from a filehandle","params":[{"required":"yes","param":"resource $filehandle"}],"returns":"bool"},{"id":"bcompiler_write_class","desc":"Writes an defined class as bytecodes","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"string $className"},{"required":"no","param":"string $extends = ''"}],"returns":"bool"},{"id":"bcompiler_write_constant","desc":"Writes a defined constant as bytecodes","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"string $constantName"}],"returns":"bool"},{"id":"bcompiler_write_exe_footer","desc":"Writes the start pos, and sig to the end of a exe type file","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"int $startpos"}],"returns":"bool"},{"id":"bcompiler_write_file","desc":"Writes a php source file as bytecodes","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"bcompiler_write_footer","desc":"Writes the single character x00 to indicate End of compiled data","params":[{"required":"yes","param":"resource $filehandle"}],"returns":"bool"},{"id":"bcompiler_write_function","desc":"Writes an defined function as bytecodes","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"string $functionName"}],"returns":"bool"},{"id":"bcompiler_write_functions_from_file","desc":"Writes all functions defined in a file as bytecodes","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"string $fileName"}],"returns":"bool"},{"id":"bcompiler_write_header","desc":"Writes the bcompiler header","params":[{"required":"yes","param":"resource $filehandle"},{"required":"no","param":"string $write_ver = ''"}],"returns":"bool"},{"id":"bcompiler_write_included_filename","desc":"Writes an included file as bytecodes","params":[{"required":"yes","param":"resource $filehandle"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"bcscale","desc":"Set default scale parameter for all bc math functions","params":[{"required":"yes","param":"int $scale"}],"returns":"bool"},{"id":"cairo_font_options_equal","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"},{"required":"yes","param":"CairoFontOptions $other"}],"returns":"bool"},{"id":"cairo_has_current_point","desc":"The hasCurrentPoint purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"bool"},{"id":"cairo_in_fill","desc":"The inFill purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"bool"},{"id":"cairo_in_stroke","desc":"The inStroke purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"bool"},{"id":"cairo_ps_surface_get_eps","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"}],"returns":"bool"},{"id":"chdb_create","desc":"Creates a chdb file","params":[{"required":"yes","param":"string $pathname"},{"required":"yes","param":"array $data"}],"returns":"bool"},{"id":"chdir","desc":"Change directory","params":[{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"checkdate","desc":"Validate a Gregorian date","params":[{"required":"yes","param":"int $month"},{"required":"yes","param":"int $day"},{"required":"yes","param":"int $year"}],"returns":"bool"},{"id":"checkdnsrr","desc":"Check DNS records corresponding to a given Internet host name or IP address","params":[{"required":"yes","param":"string $host"},{"required":"no","param":"string $type = "MX""}],"returns":"bool"},{"id":"chgrp","desc":"Changes file group","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $group"}],"returns":"bool"},{"id":"chmod","desc":"Changes file mode","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"chown","desc":"Changes file owner","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $user"}],"returns":"bool"},{"id":"chroot","desc":"Change the root directory","params":[{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"classkit_method_add","desc":"Dynamically adds a new method to a given class","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"},{"required":"yes","param":"string $args"},{"required":"yes","param":"string $code"},{"required":"no","param":"int $flags = CLASSKIT_ACC_PUBLIC"}],"returns":"bool"},{"id":"classkit_method_copy","desc":"Copies a method from class to another","params":[{"required":"yes","param":"string $dClass"},{"required":"yes","param":"string $dMethod"},{"required":"yes","param":"string $sClass"},{"required":"no","param":"string $sMethod = ''"}],"returns":"bool"},{"id":"classkit_method_redefine","desc":"Dynamically changes the code of the given method","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"},{"required":"yes","param":"string $args"},{"required":"yes","param":"string $code"},{"required":"no","param":"int $flags = CLASSKIT_ACC_PUBLIC"}],"returns":"bool"},{"id":"classkit_method_remove","desc":"Dynamically removes the given method","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"}],"returns":"bool"},{"id":"classkit_method_rename","desc":"Dynamically changes the name of the given method","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"},{"required":"yes","param":"string $newname"}],"returns":"bool"},{"id":"class_alias","desc":"Creates an alias for a class","params":[{"required":"no","param":"string $original = ''"},{"required":"no","param":"string $alias = ''"}],"returns":"bool"},{"id":"class_exists","desc":"Checks if the class has been defined","params":[{"required":"yes","param":"string $class_name"},{"required":"no","param":"bool $autoload = true"}],"returns":"bool"},{"id":"closelog","desc":"Close connection to system logger","params":[],"returns":"bool"},{"id":"collator_asort","desc":"Sort array maintaining index association","params":[{"required":"yes","param":"array $arr"},{"required":"no","param":"int $sort_flag = ''"},{"required":"yes","param":"Collator $coll"}],"returns":"bool"},{"id":"collator_set_attribute","desc":"Set collation attribute","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"int $val"},{"required":"yes","param":"Collator $coll"}],"returns":"bool"},{"id":"collator_set_strength","desc":"Set collation strength","params":[{"required":"yes","param":"int $strength"},{"required":"yes","param":"Collator $coll"}],"returns":"bool"},{"id":"collator_sort","desc":"Sort array using specified collator","params":[{"required":"yes","param":"array $arr"},{"required":"no","param":"int $sort_flag = ''"},{"required":"yes","param":"Collator $coll"}],"returns":"bool"},{"id":"collator_sort_with_sort_keys","desc":"Sort array using specified collator and sort keys","params":[{"required":"yes","param":"array $arr"},{"required":"yes","param":"Collator $coll"}],"returns":"bool"},{"id":"com_event_sink","desc":"Connect events from a COM object to a PHP object","params":[{"required":"yes","param":"variant $comobject"},{"required":"yes","param":"object $sinkobject"},{"required":"no","param":"mixed $sinkinterface = ''"}],"returns":"bool"},{"id":"com_isenum","desc":"Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]","params":[{"required":"yes","param":"variant $com_module"}],"returns":"bool"},{"id":"com_load_typelib","desc":"Loads a Typelib","params":[{"required":"yes","param":"string $typelib_name"},{"required":"no","param":"bool $case_insensitive = true"}],"returns":"bool"},{"id":"com_message_pump","desc":"Process COM messages, sleeping for up to timeoutms milliseconds","params":[{"required":"no","param":"int $timeoutms = ''"}],"returns":"bool"},{"id":"com_print_typeinfo","desc":"Print out a PHP class definition for a dispatchable interface","params":[{"required":"yes","param":"object $comobject"},{"required":"no","param":"string $dispinterface = ''"},{"required":"no","param":"bool $wantsink = false"}],"returns":"bool"},{"id":"copy","desc":"Copies file","params":[{"required":"yes","param":"string $source"},{"required":"yes","param":"string $dest"},{"required":"no","param":"resource $context = ''"}],"returns":"bool"},{"id":"crack_check","desc":"Performs an obscure check with the given password","params":[{"required":"yes","param":"resource $dictionary"},{"required":"yes","param":"string $password"}],"returns":"bool"},{"id":"crack_closedict","desc":"Closes an open CrackLib dictionary","params":[{"required":"no","param":"resource $dictionary = ''"}],"returns":"bool"},{"id":"cubrid_bind","desc":"Bind variables to a prepared statement as parameters","params":[{"required":"yes","param":"resource $req_identifier"},{"required":"yes","param":"mixed $bind_param"},{"required":"yes","param":"mixed $bind_value"},{"required":"no","param":"string $bind_value_type = ''"}],"returns":"bool"},{"id":"cubrid_close","desc":"Close CUBRID connection","params":[{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"bool"},{"id":"cubrid_close_request","desc":"Close the request handle","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"bool"},{"id":"cubrid_commit","desc":"Commit a transaction","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"bool"},{"id":"cubrid_disconnect","desc":"Close a database connection","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"bool"},{"id":"cubrid_drop","desc":"Delete an instance using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"}],"returns":"bool"},{"id":"cubrid_execute","desc":"Execute a prepared SQL statement","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $SQL"},{"required":"no","param":"int $option = ''"},{"required":"yes","param":"resource $request_identifier"}],"returns":"bool"},{"id":"cubrid_field_seek","desc":"Move the result set cursor to the specified field offset","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"bool"},{"id":"cubrid_free_result","desc":"Free the memory occupied by the result data","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"bool"},{"id":"cubrid_get_autocommit","desc":"Get auto-commit mode of the connection","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"bool"},{"id":"cubrid_lob_close","desc":"Close BLOB/CLOB data","params":[{"required":"yes","param":"array $lob_identifier_array"}],"returns":"bool"},{"id":"cubrid_lob_export","desc":"Export BLOB/CLOB data to file","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"resource $lob_identifier"},{"required":"yes","param":"string $path_name"}],"returns":"bool"},{"id":"cubrid_lob_send","desc":"Read BLOB/CLOB data and send straight to browser","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"resource $lob_identifier"}],"returns":"bool"},{"id":"cubrid_lock_read","desc":"Set a read lock on the given OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"}],"returns":"bool"},{"id":"cubrid_lock_write","desc":"Set a write lock on the given OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"}],"returns":"bool"},{"id":"cubrid_next_result","desc":"Get result of next query when executing multiple SQL statements","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"cubrid_ping","desc":"Ping a server connection or reconnect if there is no connection","params":[{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"bool"},{"id":"cubrid_rollback","desc":"Roll back a transaction","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"bool"},{"id":"cubrid_seq_drop","desc":"Delete an element from sequence type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"},{"required":"yes","param":"int $index"}],"returns":"bool"},{"id":"cubrid_seq_insert","desc":"Insert an element to a sequence type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"},{"required":"yes","param":"int $index"},{"required":"yes","param":"string $seq_element"}],"returns":"bool"},{"id":"cubrid_seq_put","desc":"Update the element value of sequence type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"},{"required":"yes","param":"int $index"},{"required":"yes","param":"string $seq_element"}],"returns":"bool"},{"id":"cubrid_set_add","desc":"Insert a single element to set type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"},{"required":"yes","param":"string $set_element"}],"returns":"bool"},{"id":"cubrid_set_autocommit","desc":"Set autocommit mode of the connection","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"bool $mode"}],"returns":"bool"},{"id":"cubrid_set_db_parameter","desc":"Sets the CUBRID database parameters","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"int $param_type"},{"required":"yes","param":"int $param_value"}],"returns":"bool"},{"id":"cubrid_set_drop","desc":"Delete an element from set type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"},{"required":"yes","param":"string $set_element"}],"returns":"bool"},{"id":"curl_setopt","desc":"Set an option for a cURL transfer","params":[{"required":"yes","param":"resource $ch"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"curl_setopt_array","desc":"Set multiple options for a cURL transfer","params":[{"required":"yes","param":"resource $ch"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"cyrus_bind","desc":"Bind callbacks to a Cyrus IMAP connection","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"array $callbacks"}],"returns":"bool"},{"id":"cyrus_close","desc":"Close connection to a Cyrus IMAP server","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"cyrus_unbind","desc":"Unbind ...","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $trigger_name"}],"returns":"bool"},{"id":"datefmt_is_lenient","desc":"Get the lenient used for the IntlDateFormatter","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"bool"},{"id":"datefmt_set_calendar","desc":"sets the calendar used to the appropriate calendar, which must be","params":[{"required":"yes","param":"int $which"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"bool"},{"id":"datefmt_set_lenient","desc":"Set the leniency of the parser","params":[{"required":"yes","param":"bool $lenient"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"bool"},{"id":"datefmt_set_pattern","desc":"Set the pattern used for the IntlDateFormatter","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"bool"},{"id":"datefmt_set_timezone_id","desc":"Sets the time zone to use","params":[{"required":"yes","param":"string $zone"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"bool"},{"id":"date_default_timezone_set","desc":"Sets the default timezone used by all date/time functions in a script","params":[{"required":"yes","param":"string $timezone_identifier"}],"returns":"bool"},{"id":"db2_bind_param","desc":"Binds a PHP variable to an SQL statement parameter","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"int $parameter-number"},{"required":"yes","param":"string $variable-name"},{"required":"no","param":"int $parameter-type = ''"},{"required":"no","param":"int $data-type = ''"},{"required":"no","param":"int $precision = -1"},{"required":"no","param":"int $scale = ''"}],"returns":"bool"},{"id":"db2_close","desc":"Closes a database connection","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"db2_commit","desc":"Commits a transaction","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"db2_execute","desc":"Executes a prepared SQL statement","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"array $parameters = ''"}],"returns":"bool"},{"id":"db2_fetch_row","desc":"Sets the result set pointer to the next row or requested row","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"int $row_number = ''"}],"returns":"bool"},{"id":"db2_free_result","desc":"Frees resources associated with a result set","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"db2_free_stmt","desc":"Frees resources associated with the indicated statement resource","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"db2_pclose","desc":"Closes a persistent database connection","params":[{"required":"yes","param":"resource $resource"}],"returns":"bool"},{"id":"db2_rollback","desc":"Rolls back a transaction","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"db2_set_option","desc":"Set options for connection or statement resources","params":[{"required":"yes","param":"resource $resource"},{"required":"yes","param":"array $options"},{"required":"yes","param":"int $type"}],"returns":"bool"},{"id":"dbase_add_record","desc":"Adds a record to a database","params":[{"required":"yes","param":"int $dbase_identifier"},{"required":"yes","param":"array $record"}],"returns":"bool"},{"id":"dbase_close","desc":"Closes a database","params":[{"required":"yes","param":"int $dbase_identifier"}],"returns":"bool"},{"id":"dbase_delete_record","desc":"Deletes a record from a database","params":[{"required":"yes","param":"int $dbase_identifier"},{"required":"yes","param":"int $record_number"}],"returns":"bool"},{"id":"dbase_pack","desc":"Packs a database","params":[{"required":"yes","param":"int $dbase_identifier"}],"returns":"bool"},{"id":"dbase_replace_record","desc":"Replaces a record in a database","params":[{"required":"yes","param":"int $dbase_identifier"},{"required":"yes","param":"array $record"},{"required":"yes","param":"int $record_number"}],"returns":"bool"},{"id":"dba_delete","desc":"Delete DBA entry specified by key","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"dba_exists","desc":"Check whether key exists","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"dba_insert","desc":"Insert entry","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"string $value"},{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"dba_optimize","desc":"Optimize database","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"dba_replace","desc":"Replace or insert entry","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"string $value"},{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"dba_sync","desc":"Synchronize database","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"dbx_sort","desc":"Sort a result from a dbx_query by a custom sort function","params":[{"required":"yes","param":"object $result"},{"required":"yes","param":"string $user_compare_function"}],"returns":"bool"},{"id":"define","desc":"Defines a named constant","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"mixed $value"},{"required":"no","param":"bool $case_insensitive = false"}],"returns":"bool"},{"id":"defined","desc":"Checks whether a given named constant exists","params":[{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"dio_tcsetattr","desc":"Sets terminal attributes and baud rate for a serial port","params":[{"required":"yes","param":"resource $fd"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"dio_truncate","desc":"Truncates file descriptor fd to offset bytes","params":[{"required":"yes","param":"resource $fd"},{"required":"yes","param":"int $offset"}],"returns":"bool"},{"id":"dl","desc":"Loads a PHP extension at runtime","params":[{"required":"yes","param":"string $library"}],"returns":"bool"},{"id":"db2_num_rows","desc":"Returns the number of rows affected by an SQL statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"boolean"},{"id":"empty","desc":"Determine whether a variable is empty","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"enchant_broker_dict_exists","desc":"Whether a dictionary exists or not. Using non-empty tag","params":[{"required":"yes","param":"resource $broker"},{"required":"yes","param":"string $tag"}],"returns":"bool"},{"id":"enchant_broker_free","desc":"Free the broker resource and its dictionnaries","params":[{"required":"yes","param":"resource $broker"}],"returns":"bool"},{"id":"enchant_broker_free_dict","desc":"Free a dictionary resource","params":[{"required":"yes","param":"resource $dict"}],"returns":"bool"},{"id":"enchant_broker_set_ordering","desc":"Declares a preference of dictionaries to use for the language","params":[{"required":"yes","param":"resource $broker"},{"required":"yes","param":"string $tag"},{"required":"yes","param":"string $ordering"}],"returns":"bool"},{"id":"enchant_dict_check","desc":"Check whether a word is correctly spelled or not","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $word"}],"returns":"bool"},{"id":"enchant_dict_is_in_session","desc":"whether or not 'word' exists in this spelling-session","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $word"}],"returns":"bool"},{"id":"enchant_dict_quick_check","desc":"Check the word is correctly spelled and provide suggestions","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $word"},{"required":"no","param":"array $suggestions = ''"}],"returns":"bool"},{"id":"error_log","desc":"Send an error message somewhere","params":[{"required":"yes","param":"string $message"},{"required":"no","param":"int $message_type = ''"},{"required":"no","param":"string $destination = ''"},{"required":"no","param":"string $extra_headers = ''"}],"returns":"bool"},{"id":"event_add","desc":"Add an event to the set of monitored events","params":[{"required":"yes","param":"resource $event"},{"required":"no","param":"int $timeout = -1"}],"returns":"bool"},{"id":"event_base_loopbreak","desc":"Abort event loop","params":[{"required":"yes","param":"resource $event_base"}],"returns":"bool"},{"id":"event_base_loopexit","desc":"Exit loop after a time","params":[{"required":"yes","param":"resource $event_base"},{"required":"no","param":"int $timeout = -1"}],"returns":"bool"},{"id":"event_base_priority_init","desc":"Set the number of event priority levels","params":[{"required":"yes","param":"resource $event_base"},{"required":"yes","param":"int $npriorities"}],"returns":"bool"},{"id":"event_base_set","desc":"Associate event base with an event","params":[{"required":"yes","param":"resource $event"},{"required":"yes","param":"resource $event_base"}],"returns":"bool"},{"id":"event_buffer_base_set","desc":"Associate buffered event with an event base","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"resource $event_base"}],"returns":"bool"},{"id":"event_buffer_disable","desc":"Disable a buffered event","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"int $events"}],"returns":"bool"},{"id":"event_buffer_enable","desc":"Enable a buffered event","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"int $events"}],"returns":"bool"},{"id":"event_buffer_priority_set","desc":"Assign a priority to a buffered event","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"int $priority"}],"returns":"bool"},{"id":"event_buffer_set_callback","desc":"Set or reset callbacks for a buffered event","params":[{"required":"yes","param":"resource $event"},{"required":"yes","param":"mixed $readcb"},{"required":"yes","param":"mixed $writecb"},{"required":"yes","param":"mixed $errorcb"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"event_buffer_write","desc":"Write data to a buffered event","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"string $data"},{"required":"no","param":"int $data_size = -1"}],"returns":"bool"},{"id":"event_del","desc":"Remove an event from the set of monitored events","params":[{"required":"yes","param":"resource $event"}],"returns":"bool"},{"id":"event_set","desc":"Prepare an event","params":[{"required":"yes","param":"resource $event"},{"required":"yes","param":"mixed $fd"},{"required":"yes","param":"int $events"},{"required":"yes","param":"mixed $callback"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"extension_loaded","desc":"Find out whether an extension is loaded","params":[{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"fam_cancel_monitor","desc":"Terminate monitoring","params":[{"required":"yes","param":"resource $fam"},{"required":"yes","param":"resource $fam_monitor"}],"returns":"bool"},{"id":"fam_resume_monitor","desc":"Resume suspended monitoring","params":[{"required":"yes","param":"resource $fam"},{"required":"yes","param":"resource $fam_monitor"}],"returns":"bool"},{"id":"fam_suspend_monitor","desc":"Temporarily suspend monitoring","params":[{"required":"yes","param":"resource $fam"},{"required":"yes","param":"resource $fam_monitor"}],"returns":"bool"},{"id":"fbsql_autocommit","desc":"Enable or disable autocommit","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"bool $OnOff = ''"}],"returns":"bool"},{"id":"fbsql_change_user","desc":"Change logged in user of the active connection","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $database = ''"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_close","desc":"Close FrontBase connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_commit","desc":"Commits a transaction to the database","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_create_db","desc":"Create a FrontBase database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"},{"required":"no","param":"string $database_options = ''"}],"returns":"bool"},{"id":"fbsql_data_seek","desc":"Move internal result pointer","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row_number"}],"returns":"bool"},{"id":"fbsql_drop_db","desc":"Drop (delete) a FrontBase database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_field_seek","desc":"Set result pointer to a specified field offset","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"bool"},{"id":"fbsql_free_result","desc":"Free result memory","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"fbsql_next_result","desc":"Move the internal result pointer to the next result","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"fbsql_rollback","desc":"Rollback a transaction to the database","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_select_db","desc":"Select a FrontBase database","params":[{"required":"no","param":"string $database_name = ''"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_set_lob_mode","desc":"Set the LOB retrieve mode for a FrontBase result set","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $lob_mode"}],"returns":"bool"},{"id":"fbsql_set_password","desc":"Change the password for a given user","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"},{"required":"yes","param":"string $old_password"}],"returns":"bool"},{"id":"fbsql_start_db","desc":"Start a database on local or remote server","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"},{"required":"no","param":"string $database_options = ''"}],"returns":"bool"},{"id":"fbsql_stop_db","desc":"Stop a database on local or remote server","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"fbsql_warnings","desc":"Enable or disable FrontBase warnings","params":[{"required":"no","param":"bool $OnOff = ''"}],"returns":"bool"},{"id":"fclose","desc":"Closes an open file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"fdf_add_doc_javascript","desc":"Adds javascript code to the FDF document","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $script_name"},{"required":"yes","param":"string $script_code"}],"returns":"bool"},{"id":"fdf_add_template","desc":"Adds a template into the FDF document","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"int $newpage"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $template"},{"required":"yes","param":"int $rename"}],"returns":"bool"},{"id":"fdf_enum_values","desc":"Call a user defined function for each document value","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"callback $function"},{"required":"no","param":"mixed $userdata = ''"}],"returns":"bool"},{"id":"fdf_get_ap","desc":"Get the appearance of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $field"},{"required":"yes","param":"int $face"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"fdf_remove_item","desc":"Sets target frame for form","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"int $item"}],"returns":"bool"},{"id":"fdf_save","desc":"Save a FDF document","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"no","param":"string $filename = ''"}],"returns":"bool"},{"id":"fdf_set_ap","desc":"Set the appearance of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $field_name"},{"required":"yes","param":"int $face"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $page_number"}],"returns":"bool"},{"id":"fdf_set_encoding","desc":"Sets FDF character encoding","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $encoding"}],"returns":"bool"},{"id":"fdf_set_file","desc":"Set PDF document to display FDF data in","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $url"},{"required":"no","param":"string $target_frame = ''"}],"returns":"bool"},{"id":"fdf_set_flags","desc":"Sets a flag of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"int $whichFlags"},{"required":"yes","param":"int $newFlags"}],"returns":"bool"},{"id":"fdf_set_javascript_action","desc":"Sets an javascript action of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"int $trigger"},{"required":"yes","param":"string $script"}],"returns":"bool"},{"id":"fdf_set_on_import_javascript","desc":"Adds javascript code to be executed when Acrobat opens the FDF","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $script"},{"required":"yes","param":"bool $before_data_import"}],"returns":"bool"},{"id":"fdf_set_opt","desc":"Sets an option of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"int $element"},{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"}],"returns":"bool"},{"id":"fdf_set_status","desc":"Set the value of the /STATUS key","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $status"}],"returns":"bool"},{"id":"fdf_set_submit_form_action","desc":"Sets a submit form action of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"int $trigger"},{"required":"yes","param":"string $script"},{"required":"yes","param":"int $flags"}],"returns":"bool"},{"id":"fdf_set_target_frame","desc":"Set target frame for form display","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $frame_name"}],"returns":"bool"},{"id":"fdf_set_value","desc":"Set the value of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"mixed $value"},{"required":"no","param":"int $isName = ''"}],"returns":"bool"},{"id":"fdf_set_version","desc":"Sets version number for a FDF file","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $version"}],"returns":"bool"},{"id":"feof","desc":"Tests for end-of-file on a file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"fflush","desc":"Flushes the output to a file","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"filepro","desc":"Read and verify the map file","params":[{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"file_exists","desc":"Checks whether a file or directory exists","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"filter_has_var","desc":"Checks if variable of specified type exists","params":[{"required":"yes","param":"int $type"},{"required":"yes","param":"string $variable_name"}],"returns":"bool"},{"id":"finfo_close","desc":"Close fileinfo resource","params":[{"required":"yes","param":"resource $finfo"}],"returns":"bool"},{"id":"finfo_set_flags","desc":"Set libmagic configuration options","params":[{"required":"yes","param":"resource $finfo"},{"required":"yes","param":"int $options"}],"returns":"bool"},{"id":"flock","desc":"Portable advisory file locking","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $operation"},{"required":"no","param":"int $wouldblock = ''"}],"returns":"bool"},{"id":"fnmatch","desc":"Match filename against a pattern","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"ftp_alloc","desc":"Allocates space for a file to be uploaded","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"int $filesize"},{"required":"no","param":"string $result = ''"}],"returns":"bool"},{"id":"ftp_cdup","desc":"Changes to the parent directory","params":[{"required":"yes","param":"resource $ftp_stream"}],"returns":"bool"},{"id":"ftp_chdir","desc":"Changes the current directory on a FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"ftp_delete","desc":"Deletes a file on the FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"ftp_exec","desc":"Requests execution of a command on the FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $command"}],"returns":"bool"},{"id":"ftp_fget","desc":"Downloads a file from the FTP server and saves to an open file","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $resumepos = ''"}],"returns":"bool"},{"id":"ftp_fput","desc":"Uploads from an open file to the FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $startpos = ''"}],"returns":"bool"},{"id":"ftp_get","desc":"Downloads a file from the FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $local_file"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $resumepos = ''"}],"returns":"bool"},{"id":"ftp_login","desc":"Logs in to an FTP connection","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"}],"returns":"bool"},{"id":"ftp_pasv","desc":"Turns passive mode on or off","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"bool $pasv"}],"returns":"bool"},{"id":"ftp_put","desc":"Uploads a file to the FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"string $local_file"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $startpos = ''"}],"returns":"bool"},{"id":"ftp_rename","desc":"Renames a file or a directory on the FTP server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $oldname"},{"required":"yes","param":"string $newname"}],"returns":"bool"},{"id":"ftp_rmdir","desc":"Removes a directory","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"ftp_set_option","desc":"Set miscellaneous runtime FTP options","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"ftp_site","desc":"Sends a SITE command to the server","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $command"}],"returns":"bool"},{"id":"ftruncate","desc":"Truncates a file to a given length","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $size"}],"returns":"bool"},{"id":"function_exists","desc":"Return TRUE if the given function has been defined","params":[{"required":"yes","param":"string $function_name"}],"returns":"bool"},{"id":"gc_enabled","desc":"Returns status of the circular reference collector","params":[],"returns":"bool"},{"id":"geoip_db_avail","desc":"Determine if GeoIP Database is available","params":[{"required":"yes","param":"int $database"}],"returns":"bool"},{"id":"getmxrr","desc":"Get MX records corresponding to a given Internet host name","params":[{"required":"yes","param":"string $hostname"},{"required":"yes","param":"array $mxhosts"},{"required":"no","param":"array $weight = ''"}],"returns":"bool"},{"id":"gmp_perfect_square","desc":"Perfect square check","params":[{"required":"yes","param":"resource $a"}],"returns":"bool"},{"id":"gmp_testbit","desc":"Tests if a bit is set","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"int $index"}],"returns":"bool"},{"id":"gnupg_adddecryptkey","desc":"Add a key for decryption","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $fingerprint"},{"required":"yes","param":"string $passphrase"}],"returns":"bool"},{"id":"gnupg_addencryptkey","desc":"Add a key for encryption","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $fingerprint"}],"returns":"bool"},{"id":"gnupg_addsignkey","desc":"Add a key for signing","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $fingerprint"},{"required":"no","param":"string $passphrase = ''"}],"returns":"bool"},{"id":"gnupg_cleardecryptkeys","desc":"Removes all keys which were set for decryption before","params":[{"required":"yes","param":"resource $identifier"}],"returns":"bool"},{"id":"gnupg_clearencryptkeys","desc":"Removes all keys which were set for encryption before","params":[{"required":"yes","param":"resource $identifier"}],"returns":"bool"},{"id":"gnupg_clearsignkeys","desc":"Removes all keys which were set for signing before","params":[{"required":"yes","param":"resource $identifier"}],"returns":"bool"},{"id":"gnupg_setarmor","desc":"Toggle armored output","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"int $armor"}],"returns":"bool"},{"id":"gnupg_setsignmode","desc":"Sets the mode for signing","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"int $signmode"}],"returns":"bool"},{"id":"gupnp_context_host_path","desc":"Start hosting","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"string $local_path"},{"required":"yes","param":"string $server_path"}],"returns":"bool"},{"id":"gupnp_context_timeout_add","desc":"Sets a function to be called at regular intervals","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"int $timeout"},{"required":"yes","param":"mixed $callback"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"gupnp_context_unhost_path","desc":"Stop hosting","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"string $server_path"}],"returns":"bool"},{"id":"gupnp_control_point_browse_start","desc":"Start browsing","params":[{"required":"yes","param":"resource $cpoint"}],"returns":"bool"},{"id":"gupnp_control_point_browse_stop","desc":"Stop browsing","params":[{"required":"yes","param":"resource $cpoint"}],"returns":"bool"},{"id":"gupnp_control_point_callback_set","desc":"Set control point callback","params":[{"required":"yes","param":"resource $cpoint"},{"required":"yes","param":"int $signal"},{"required":"yes","param":"mixed $callback"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"gupnp_device_action_callback_set","desc":"Set device callback function","params":[{"required":"yes","param":"resource $root_device"},{"required":"yes","param":"int $signal"},{"required":"yes","param":"string $action_name"},{"required":"yes","param":"mixed $callback"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"gupnp_root_device_get_available","desc":"Check whether root device is available","params":[{"required":"yes","param":"resource $root_device"}],"returns":"bool"},{"id":"gupnp_root_device_set_available","desc":"Set whether or not root_device is available","params":[{"required":"yes","param":"resource $root_device"},{"required":"yes","param":"bool $available"}],"returns":"bool"},{"id":"gupnp_root_device_start","desc":"Start main loop","params":[{"required":"yes","param":"resource $root_device"}],"returns":"bool"},{"id":"gupnp_root_device_stop","desc":"Stop main loop","params":[{"required":"yes","param":"resource $root_device"}],"returns":"bool"},{"id":"gupnp_service_action_return","desc":"Return succesfully","params":[{"required":"yes","param":"resource $action"}],"returns":"bool"},{"id":"gupnp_service_action_return_error","desc":"Return error code","params":[{"required":"yes","param":"resource $action"},{"required":"yes","param":"int $error_code"},{"required":"no","param":"string $error_description = ''"}],"returns":"bool"},{"id":"gupnp_service_action_set","desc":"Sets the specified action return values","params":[{"required":"yes","param":"resource $action"},{"required":"yes","param":"string $name"},{"required":"yes","param":"int $type"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"gupnp_service_freeze_notify","desc":"Freeze new notifications","params":[{"required":"yes","param":"resource $service"}],"returns":"bool"},{"id":"gupnp_service_notify","desc":"Notifies listening clients","params":[{"required":"yes","param":"resource $service"},{"required":"yes","param":"string $name"},{"required":"yes","param":"int $type"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"gupnp_service_proxy_action_set","desc":"Send action to the service and set value","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"string $action"},{"required":"yes","param":"string $name"},{"required":"yes","param":"mixed $value"},{"required":"yes","param":"int $type"}],"returns":"bool"},{"id":"gupnp_service_proxy_add_notify","desc":"Sets up callback for variable change notification","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"string $value"},{"required":"yes","param":"int $type"},{"required":"yes","param":"mixed $callback"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"gupnp_service_proxy_callback_set","desc":"Set service proxy callback for signal","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"int $signal"},{"required":"yes","param":"mixed $callback"},{"required":"no","param":"mixed $arg = ''"}],"returns":"bool"},{"id":"gupnp_service_proxy_get_subscribed","desc":"Check whether subscription is valid to the service","params":[{"required":"yes","param":"resource $proxy"}],"returns":"bool"},{"id":"gupnp_service_proxy_remove_notify","desc":"Cancels the variable change notification","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"gupnp_service_proxy_set_subscribed","desc":"(Un)subscribes to the service.","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"bool $subscribed"}],"returns":"bool"},{"id":"gupnp_service_thaw_notify","desc":"Sends out any pending notifications and stops queuing of new ones.","params":[{"required":"yes","param":"resource $service"}],"returns":"bool"},{"id":"gzclose","desc":"Close an open gz-file pointer","params":[{"required":"yes","param":"resource $zp"}],"returns":"bool"},{"id":"gzrewind","desc":"Rewind the position of a gz-file pointer","params":[{"required":"yes","param":"resource $zp"}],"returns":"bool"},{"id":"hash_update","desc":"Pump data into an active hashing context","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"string $data"}],"returns":"bool"},{"id":"hash_update_file","desc":"Pump data into an active hashing context from a file","params":[{"required":"no","param":"resource $context = ''"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"headers_sent","desc":"Checks if or where headers have been sent","params":[{"required":"no","param":"string $file = ''"},{"required":"no","param":"int $line = ''"}],"returns":"bool"},{"id":"http_cache_etag","desc":"Caching by ETag","params":[{"required":"no","param":"string $etag = ''"}],"returns":"bool"},{"id":"http_cache_last_modified","desc":"Caching by last modification","params":[{"required":"no","param":"int $timestamp_or_expires = ''"}],"returns":"bool"},{"id":"http_match_etag","desc":"Match ETag","params":[{"required":"yes","param":"string $etag"},{"required":"no","param":"bool $for_range = false"}],"returns":"bool"},{"id":"http_match_modified","desc":"Match last modification","params":[{"required":"no","param":"int $timestamp = -1"},{"required":"no","param":"bool $for_range = false"}],"returns":"bool"},{"id":"http_match_request_header","desc":"Match any header","params":[{"required":"yes","param":"string $header"},{"required":"yes","param":"string $value"},{"required":"no","param":"bool $match_case = false"}],"returns":"bool"},{"id":"http_redirect","desc":"Issue HTTP redirect","params":[{"required":"no","param":"string $url = ''"},{"required":"no","param":"array $params = ''"},{"required":"no","param":"bool $session = false"},{"required":"no","param":"int $status = ''"}],"returns":"bool"},{"id":"http_request_method_unregister","desc":"Unregister request method","params":[{"required":"yes","param":"mixed $method"}],"returns":"bool"},{"id":"http_send_content_disposition","desc":"Send Content-Disposition","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $inline = false"}],"returns":"bool"},{"id":"http_send_content_type","desc":"Send Content-Type","params":[{"required":"no","param":"string $content_type = "application/x-octetstream""}],"returns":"bool"},{"id":"http_send_data","desc":"Send arbitrary data","params":[{"required":"yes","param":"string $data"}],"returns":"bool"},{"id":"http_send_file","desc":"Send file","params":[{"required":"yes","param":"string $file"}],"returns":"bool"},{"id":"http_send_last_modified","desc":"Send Last-Modified","params":[{"required":"no","param":"int $timestamp = ''"}],"returns":"bool"},{"id":"http_send_status","desc":"Send HTTP response status","params":[{"required":"yes","param":"int $status"}],"returns":"bool"},{"id":"http_send_stream","desc":"Send stream","params":[{"required":"yes","param":"resource $stream"}],"returns":"bool"},{"id":"hw_changeobject","desc":"Changes attributes of an object (obsolete)","params":[{"required":"yes","param":"int $link"},{"required":"yes","param":"int $objid"},{"required":"yes","param":"array $attributes"}],"returns":"bool"},{"id":"hw_Close","desc":"Closes the Hyperwave connection","params":[{"required":"yes","param":"int $connection"}],"returns":"bool"},{"id":"hw_Deleteobject","desc":"Deletes object","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $object_to_delete"}],"returns":"bool"},{"id":"hw_Document_SetContent","desc":"Sets/replaces content of hw_document","params":[{"required":"yes","param":"int $hw_document"},{"required":"yes","param":"string $content"}],"returns":"bool"},{"id":"hw_EditText","desc":"Retrieve text document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $hw_document"}],"returns":"bool"},{"id":"hw_Free_Document","desc":"Frees hw_document","params":[{"required":"yes","param":"int $hw_document"}],"returns":"bool"},{"id":"hw_insertanchors","desc":"Inserts only anchors into text","params":[{"required":"yes","param":"int $hwdoc"},{"required":"yes","param":"array $anchorecs"},{"required":"yes","param":"array $dest"},{"required":"no","param":"array $urlprefixes = ''"}],"returns":"bool"},{"id":"hw_Modifyobject","desc":"Modifies object record","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $object_to_change"},{"required":"yes","param":"array $remove"},{"required":"yes","param":"array $add"},{"required":"no","param":"int $mode = ''"}],"returns":"bool"},{"id":"hw_Output_Document","desc":"Prints hw_document","params":[{"required":"yes","param":"int $hw_document"}],"returns":"bool"},{"id":"hw_Unlock","desc":"Unlock object","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"bool"},{"id":"ibase_add_user","desc":"Add a user to a security database (only for IB6 or later)","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $user_name"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $first_name = ''"},{"required":"no","param":"string $middle_name = ''"},{"required":"no","param":"string $last_name = ''"}],"returns":"bool"},{"id":"ibase_blob_cancel","desc":"Cancel creating blob","params":[{"required":"yes","param":"resource $blob_handle"}],"returns":"bool"},{"id":"ibase_blob_echo","desc":"Output blob contents to browser","params":[{"required":"yes","param":"string $blob_id"},{"required":"yes","param":"resource $link_identifier"}],"returns":"bool"},{"id":"ibase_close","desc":"Close a connection to an InterBase database","params":[{"required":"no","param":"resource $connection_id = ''"}],"returns":"bool"},{"id":"ibase_commit","desc":"Commit a transaction","params":[{"required":"no","param":"resource $link_or_trans_identifier = ''"}],"returns":"bool"},{"id":"ibase_commit_ret","desc":"Commit a transaction without closing it","params":[{"required":"no","param":"resource $link_or_trans_identifier = ''"}],"returns":"bool"},{"id":"ibase_delete_user","desc":"Delete a user from a security database (only for IB6 or later)","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $user_name"}],"returns":"bool"},{"id":"ibase_drop_db","desc":"Drops a database","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"ibase_free_event_handler","desc":"Cancels a registered event handler","params":[{"required":"yes","param":"resource $event"}],"returns":"bool"},{"id":"ibase_free_query","desc":"Free memory allocated by a prepared query","params":[{"required":"yes","param":"resource $query"}],"returns":"bool"},{"id":"ibase_free_result","desc":"Free a result set","params":[{"required":"yes","param":"resource $result_identifier"}],"returns":"bool"},{"id":"ibase_maintain_db","desc":"Execute a maintenance command on the database server","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $db"},{"required":"yes","param":"int $action"},{"required":"no","param":"int $argument = ''"}],"returns":"bool"},{"id":"ibase_modify_user","desc":"Modify a user to a security database (only for IB6 or later)","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $user_name"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $first_name = ''"},{"required":"no","param":"string $middle_name = ''"},{"required":"no","param":"string $last_name = ''"}],"returns":"bool"},{"id":"ibase_name_result","desc":"Assigns a name to a result set","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"ibase_rollback","desc":"Roll back a transaction","params":[{"required":"no","param":"resource $link_or_trans_identifier = ''"}],"returns":"bool"},{"id":"ibase_rollback_ret","desc":"Roll back a transaction without closing it","params":[{"required":"no","param":"resource $link_or_trans_identifier = ''"}],"returns":"bool"},{"id":"ibase_service_detach","desc":"Disconnect from the service manager","params":[{"required":"yes","param":"resource $service_handle"}],"returns":"bool"},{"id":"ibase_timefmt","desc":"Sets the format of timestamp, date and time type columns returned from queries","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"int $columntype = ''"}],"returns":"bool"},{"id":"iconv_set_encoding","desc":"Set current setting for character encoding conversion","params":[{"required":"yes","param":"string $type"},{"required":"yes","param":"string $charset"}],"returns":"bool"},{"id":"id3_remove_tag","desc":"Remove an existing ID3 tag","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $version = ID3_V1_0"}],"returns":"bool"},{"id":"id3_set_tag","desc":"Update information stored in an ID3 tag","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $tag"},{"required":"no","param":"int $version = ID3_V1_0"}],"returns":"bool"},{"id":"ifxus_close_slob","desc":"Deletes the slob object","params":[{"required":"yes","param":"int $bid"}],"returns":"bool"},{"id":"ifxus_free_slob","desc":"Deletes the slob object","params":[{"required":"yes","param":"int $bid"}],"returns":"bool"},{"id":"ifx_blobinfile_mode","desc":"Set the default blob mode for all select queries","params":[{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"ifx_byteasvarchar","desc":"Set the default byte mode","params":[{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"ifx_close","desc":"Close Informix connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"ifx_do","desc":"Execute a previously prepared SQL-statement","params":[{"required":"yes","param":"resource $result_id"}],"returns":"bool"},{"id":"ifx_free_blob","desc":"Deletes the blob object","params":[{"required":"yes","param":"int $bid"}],"returns":"bool"},{"id":"ifx_free_char","desc":"Deletes the char object","params":[{"required":"yes","param":"int $bid"}],"returns":"bool"},{"id":"ifx_free_result","desc":"Releases resources for the query","params":[{"required":"yes","param":"resource $result_id"}],"returns":"bool"},{"id":"ifx_nullformat","desc":"Sets the default return value on a fetch row","params":[{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"ifx_textasvarchar","desc":"Set the default text mode","params":[{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"ifx_update_blob","desc":"Updates the content of the blob object","params":[{"required":"yes","param":"int $bid"},{"required":"yes","param":"string $content"}],"returns":"bool"},{"id":"ifx_update_char","desc":"Updates the content of the char object","params":[{"required":"yes","param":"int $bid"},{"required":"yes","param":"string $content"}],"returns":"bool"},{"id":"image2wbmp","desc":"Output image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"},{"required":"no","param":"int $threshold = ''"}],"returns":"bool"},{"id":"imagealphablending","desc":"Set the blending mode for an image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"bool $blendmode"}],"returns":"bool"},{"id":"imageantialias","desc":"Should antialias functions be used or not","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"bool $enabled"}],"returns":"bool"},{"id":"imagearc","desc":"Draws an arc","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $cx"},{"required":"yes","param":"int $cy"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $start"},{"required":"yes","param":"int $end"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagechar","desc":"Draw a character horizontally","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $font"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"string $c"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagecharup","desc":"Draw a character vertically","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $font"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"string $c"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagecolordeallocate","desc":"De-allocate a color for an image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagecolormatch","desc":"Makes the colors of the palette version of an image more closely match the true color version","params":[{"required":"yes","param":"resource $image1"},{"required":"yes","param":"resource $image2"}],"returns":"bool"},{"id":"imageconvolution","desc":"Apply a 3x3 convolution matrix, using coefficient and offset","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"array $matrix"},{"required":"yes","param":"float $div"},{"required":"yes","param":"float $offset"}],"returns":"bool"},{"id":"imagecopy","desc":"Copy part of an image","params":[{"required":"yes","param":"resource $dst_im"},{"required":"yes","param":"resource $src_im"},{"required":"yes","param":"int $dst_x"},{"required":"yes","param":"int $dst_y"},{"required":"yes","param":"int $src_x"},{"required":"yes","param":"int $src_y"},{"required":"yes","param":"int $src_w"},{"required":"yes","param":"int $src_h"}],"returns":"bool"},{"id":"imagecopymerge","desc":"Copy and merge part of an image","params":[{"required":"yes","param":"resource $dst_im"},{"required":"yes","param":"resource $src_im"},{"required":"yes","param":"int $dst_x"},{"required":"yes","param":"int $dst_y"},{"required":"yes","param":"int $src_x"},{"required":"yes","param":"int $src_y"},{"required":"yes","param":"int $src_w"},{"required":"yes","param":"int $src_h"},{"required":"yes","param":"int $pct"}],"returns":"bool"},{"id":"imagecopymergegray","desc":"Copy and merge part of an image with gray scale","params":[{"required":"yes","param":"resource $dst_im"},{"required":"yes","param":"resource $src_im"},{"required":"yes","param":"int $dst_x"},{"required":"yes","param":"int $dst_y"},{"required":"yes","param":"int $src_x"},{"required":"yes","param":"int $src_y"},{"required":"yes","param":"int $src_w"},{"required":"yes","param":"int $src_h"},{"required":"yes","param":"int $pct"}],"returns":"bool"},{"id":"imagecopyresampled","desc":"Copy and resize part of an image with resampling","params":[{"required":"yes","param":"resource $dst_image"},{"required":"yes","param":"resource $src_image"},{"required":"yes","param":"int $dst_x"},{"required":"yes","param":"int $dst_y"},{"required":"yes","param":"int $src_x"},{"required":"yes","param":"int $src_y"},{"required":"yes","param":"int $dst_w"},{"required":"yes","param":"int $dst_h"},{"required":"yes","param":"int $src_w"},{"required":"yes","param":"int $src_h"}],"returns":"bool"},{"id":"imagecopyresized","desc":"Copy and resize part of an image","params":[{"required":"yes","param":"resource $dst_image"},{"required":"yes","param":"resource $src_image"},{"required":"yes","param":"int $dst_x"},{"required":"yes","param":"int $dst_y"},{"required":"yes","param":"int $src_x"},{"required":"yes","param":"int $src_y"},{"required":"yes","param":"int $dst_w"},{"required":"yes","param":"int $dst_h"},{"required":"yes","param":"int $src_w"},{"required":"yes","param":"int $src_h"}],"returns":"bool"},{"id":"imagedashedline","desc":"Draw a dashed line","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x1"},{"required":"yes","param":"int $y1"},{"required":"yes","param":"int $x2"},{"required":"yes","param":"int $y2"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagedestroy","desc":"Destroy an image","params":[{"required":"yes","param":"resource $image"}],"returns":"bool"},{"id":"imageellipse","desc":"Draw an ellipse","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $cx"},{"required":"yes","param":"int $cy"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagefill","desc":"Flood fill","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagefilledarc","desc":"Draw a partial arc and fill it","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $cx"},{"required":"yes","param":"int $cy"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $start"},{"required":"yes","param":"int $end"},{"required":"yes","param":"int $color"},{"required":"yes","param":"int $style"}],"returns":"bool"},{"id":"imagefilledellipse","desc":"Draw a filled ellipse","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $cx"},{"required":"yes","param":"int $cy"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagefilledpolygon","desc":"Draw a filled polygon","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"array $points"},{"required":"yes","param":"int $num_points"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagefilledrectangle","desc":"Draw a filled rectangle","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x1"},{"required":"yes","param":"int $y1"},{"required":"yes","param":"int $x2"},{"required":"yes","param":"int $y2"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagefilltoborder","desc":"Flood fill to specific color","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $border"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagefilter","desc":"Applies a filter to an image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $filtertype"},{"required":"no","param":"int $arg1 = ''"},{"required":"no","param":"int $arg2 = ''"},{"required":"no","param":"int $arg3 = ''"},{"required":"no","param":"int $arg4 = ''"}],"returns":"bool"},{"id":"imagegammacorrect","desc":"Apply a gamma correction to a GD image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"float $inputgamma"},{"required":"yes","param":"float $outputgamma"}],"returns":"bool"},{"id":"imagegd","desc":"Output GD image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"}],"returns":"bool"},{"id":"imagegd2","desc":"Output GD2 image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"},{"required":"no","param":"int $chunk_size = ''"},{"required":"no","param":"int $type = ''"}],"returns":"bool"},{"id":"imagegif","desc":"Output image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"}],"returns":"bool"},{"id":"imageistruecolor","desc":"Finds whether an image is a truecolor image","params":[{"required":"yes","param":"resource $image"}],"returns":"bool"},{"id":"imagejpeg","desc":"Output image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"},{"required":"no","param":"int $quality = ''"}],"returns":"bool"},{"id":"imagelayereffect","desc":"Set the alpha blending flag to use the bundled libgd layering effects","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $effect"}],"returns":"bool"},{"id":"imageline","desc":"Draw a line","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x1"},{"required":"yes","param":"int $y1"},{"required":"yes","param":"int $x2"},{"required":"yes","param":"int $y2"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagepng","desc":"Output a PNG image to either the browser or a file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"},{"required":"no","param":"int $quality = ''"},{"required":"no","param":"int $filters = ''"}],"returns":"bool"},{"id":"imagepolygon","desc":"Draws a polygon","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"array $points"},{"required":"yes","param":"int $num_points"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagepsencodefont","desc":"Change the character encoding vector of a font","params":[{"required":"yes","param":"resource $font_index"},{"required":"yes","param":"string $encodingfile"}],"returns":"bool"},{"id":"imagepsextendfont","desc":"Extend or condense a font","params":[{"required":"yes","param":"resource $font_index"},{"required":"yes","param":"float $extend"}],"returns":"bool"},{"id":"imagepsfreefont","desc":"Free memory used by a PostScript Type 1 font","params":[{"required":"yes","param":"resource $font_index"}],"returns":"bool"},{"id":"imagepsslantfont","desc":"Slant a font","params":[{"required":"yes","param":"resource $font_index"},{"required":"yes","param":"float $slant"}],"returns":"bool"},{"id":"imagerectangle","desc":"Draw a rectangle","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x1"},{"required":"yes","param":"int $y1"},{"required":"yes","param":"int $x2"},{"required":"yes","param":"int $y2"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagesavealpha","desc":"Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"bool $saveflag"}],"returns":"bool"},{"id":"imagesetbrush","desc":"Set the brush image for line drawing","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"resource $brush"}],"returns":"bool"},{"id":"imagesetpixel","desc":"Set a single pixel","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagesetstyle","desc":"Set the style for line drawing","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"array $style"}],"returns":"bool"},{"id":"imagesetthickness","desc":"Set the thickness for line drawing","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $thickness"}],"returns":"bool"},{"id":"imagesettile","desc":"Set the tile image for filling","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"resource $tile"}],"returns":"bool"},{"id":"imagestring","desc":"Draw a string horizontally","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $font"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"string $string"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagestringup","desc":"Draw a string vertically","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $font"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"yes","param":"string $string"},{"required":"yes","param":"int $color"}],"returns":"bool"},{"id":"imagetruecolortopalette","desc":"Convert a true color image to a palette image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"bool $dither"},{"required":"yes","param":"int $ncolors"}],"returns":"bool"},{"id":"imagewbmp","desc":"Output image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"string $filename = ''"},{"required":"no","param":"int $foreground = ''"}],"returns":"bool"},{"id":"imagexbm","desc":"Output XBM image to browser or file","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"string $filename"},{"required":"no","param":"int $foreground = ''"}],"returns":"bool"},{"id":"imap_append","desc":"Append a string message to a specified mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"string $message"},{"required":"no","param":"string $options = ''"},{"required":"no","param":"string $internal_date = ''"}],"returns":"bool"},{"id":"imap_clearflag_full","desc":"Clears flags on messages","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $sequence"},{"required":"yes","param":"string $flag"},{"required":"no","param":"int $options = ''"}],"returns":"bool"},{"id":"imap_close","desc":"Close an IMAP stream","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"no","param":"int $flag = ''"}],"returns":"bool"},{"id":"imap_createmailbox","desc":"Create a new mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"}],"returns":"bool"},{"id":"imap_delete","desc":"Mark a message for deletion from current mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"int $options = ''"}],"returns":"bool"},{"id":"imap_deletemailbox","desc":"Delete a mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"}],"returns":"bool"},{"id":"imap_expunge","desc":"Delete all messages marked for deletion","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"bool"},{"id":"imap_gc","desc":"Clears IMAP cache","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $caches"}],"returns":"bool"},{"id":"imap_mail","desc":"Send an email message","params":[{"required":"yes","param":"string $to"},{"required":"yes","param":"string $subject"},{"required":"yes","param":"string $message"},{"required":"no","param":"string $additional_headers = ''"},{"required":"no","param":"string $cc = ''"},{"required":"no","param":"string $bcc = ''"},{"required":"no","param":"string $rpath = ''"}],"returns":"bool"},{"id":"imap_mail_copy","desc":"Copy specified messages to a mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $msglist"},{"required":"yes","param":"string $mailbox"},{"required":"no","param":"int $options = ''"}],"returns":"bool"},{"id":"imap_mail_move","desc":"Move specified messages to a mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $msglist"},{"required":"yes","param":"string $mailbox"},{"required":"no","param":"int $options = ''"}],"returns":"bool"},{"id":"imap_ping","desc":"Check if the IMAP stream is still active","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"bool"},{"id":"imap_renamemailbox","desc":"Rename an old mailbox to new mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $old_mbox"},{"required":"yes","param":"string $new_mbox"}],"returns":"bool"},{"id":"imap_reopen","desc":"Reopen IMAP stream to new mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"},{"required":"no","param":"int $options = ''"},{"required":"no","param":"int $n_retries = ''"}],"returns":"bool"},{"id":"imap_savebody","desc":"Save a specific body section to a file","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"mixed $file"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"string $part_number = """},{"required":"no","param":"int $options = ''"}],"returns":"bool"},{"id":"imap_setacl","desc":"Sets the ACL for a giving mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"string $id"},{"required":"yes","param":"string $rights"}],"returns":"bool"},{"id":"imap_setflag_full","desc":"Sets flags on messages","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $sequence"},{"required":"yes","param":"string $flag"},{"required":"no","param":"int $options = NIL"}],"returns":"bool"},{"id":"imap_set_quota","desc":"Sets a quota for a given mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $quota_root"},{"required":"yes","param":"int $quota_limit"}],"returns":"bool"},{"id":"imap_subscribe","desc":"Subscribe to a mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"}],"returns":"bool"},{"id":"imap_undelete","desc":"Unmark the message which is marked deleted","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"imap_unsubscribe","desc":"Unsubscribe from a mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"}],"returns":"bool"},{"id":"import_request_variables","desc":"Import GET/POST/Cookie variables into the global scope","params":[{"required":"yes","param":"string $types"},{"required":"no","param":"string $prefix = ''"}],"returns":"bool"},{"id":"ingres_autocommit","desc":"Switch autocommit on or off","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"ingres_autocommit_state","desc":"Test if the connection is using autocommit","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"ingres_close","desc":"Close an Ingres database connection","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"ingres_commit","desc":"Commit a transaction","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"ingres_execute","desc":"Execute a prepared query","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"array $params = ''"},{"required":"no","param":"string $types = ''"}],"returns":"bool"},{"id":"ingres_field_nullable","desc":"Test if a field is nullable","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"bool"},{"id":"ingres_free_result","desc":"Free the resources associated with a result identifier","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"ingres_next_error","desc":"Get the next Ingres error","params":[{"required":"no","param":"resource $link = ''"}],"returns":"bool"},{"id":"ingres_result_seek","desc":"Set the row position before fetching data","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $position"}],"returns":"bool"},{"id":"ingres_rollback","desc":"Roll back a transaction","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"ingres_set_environment","desc":"Set environment features controlling output options","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"inotify_rm_watch","desc":"Remove an existing watch from an inotify instance","params":[{"required":"yes","param":"resource $inotify_instance"},{"required":"yes","param":"int $watch_descriptor"}],"returns":"bool"},{"id":"interface_exists","desc":"Checks if the interface has been defined","params":[{"required":"yes","param":"string $interface_name"},{"required":"no","param":"bool $autoload = true"}],"returns":"bool"},{"id":"intl_is_failure","desc":"Check whether the given error code indicates failure","params":[{"required":"yes","param":"int $error_code"}],"returns":"bool"},{"id":"in_array","desc":"Checks if a value exists in an array","params":[{"required":"yes","param":"mixed $needle"},{"required":"yes","param":"array $haystack"},{"required":"no","param":"bool $strict = ''"}],"returns":"bool"},{"id":"isset","desc":"Determine if a variable is set and is not NULL","params":[{"required":"no","param":"mixed $var = ''"},{"required":"no","param":"$... = ''"}],"returns":"bool"},{"id":"is_a","desc":"Checks if the object is of this class or has this class as one of its parents","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"}],"returns":"bool"},{"id":"is_array","desc":"Finds whether a variable is an array","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_bool","desc":"Finds out whether a variable is a boolean","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_callable","desc":"Verify that the contents of a variable can be called as a function","params":[{"required":"yes","param":"callback $name"},{"required":"no","param":"bool $syntax_only = false"},{"required":"no","param":"string $callable_name = ''"}],"returns":"bool"},{"id":"is_dir","desc":"Tells whether the filename is a directory","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"is_executable","desc":"Tells whether the filename is executable","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"is_file","desc":"Tells whether the filename is a regular file","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"is_finite","desc":"Finds whether a value is a legal finite number","params":[{"required":"yes","param":"float $val"}],"returns":"bool"},{"id":"is_float","desc":"Finds whether the type of a variable is float","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_infinite","desc":"Finds whether a value is infinite","params":[{"required":"yes","param":"float $val"}],"returns":"bool"},{"id":"is_int","desc":"Find whether the type of a variable is integer","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_link","desc":"Tells whether the filename is a symbolic link","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"is_nan","desc":"Finds whether a value is not a number","params":[{"required":"yes","param":"float $val"}],"returns":"bool"},{"id":"is_null","desc":"Finds whether a variable is NULL","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_numeric","desc":"Finds whether a variable is a number or a numeric string","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_object","desc":"Finds whether a variable is an object","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_readable","desc":"Tells whether a file exists and is readable","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"is_resource","desc":"Finds whether a variable is a resource","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_soap_fault","desc":"Checks if a SOAP call has failed","params":[{"required":"yes","param":"mixed $object"}],"returns":"bool"},{"id":"is_string","desc":"Find whether the type of a variable is string","params":[{"required":"yes","param":"mixed $var"}],"returns":"bool"},{"id":"is_subclass_of","desc":"Checks if the object has this class as one of its parents","params":[{"required":"yes","param":"mixed $object"},{"required":"yes","param":"string $class_name"}],"returns":"bool"},{"id":"is_uploaded_file","desc":"Tells whether the file was uploaded via HTTP POST","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"is_writable","desc":"Tells whether the filename is writable","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"jpeg2wbmp","desc":"Convert JPEG image file to WBMP image file","params":[{"required":"yes","param":"string $jpegname"},{"required":"yes","param":"string $wbmpname"},{"required":"yes","param":"int $dest_height"},{"required":"yes","param":"int $dest_width"},{"required":"yes","param":"int $threshold"}],"returns":"bool"},{"id":"kadm5_chpass_principal","desc":"Changes the principal's password","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $principal"},{"required":"yes","param":"string $password"}],"returns":"bool"},{"id":"kadm5_create_principal","desc":"Creates a kerberos principal with the given parameters","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $principal"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"array $options = ''"}],"returns":"bool"},{"id":"kadm5_delete_principal","desc":"Deletes a kerberos principal","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $principal"}],"returns":"bool"},{"id":"kadm5_destroy","desc":"Closes the connection to the admin server and releases all related resources","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"kadm5_flush","desc":"Flush all changes to the Kerberos database","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"kadm5_modify_principal","desc":"Modifies a kerberos principal with the given parameters","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $principal"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"krsort","desc":"Sort an array by key in reverse order","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_REGULAR"}],"returns":"bool"},{"id":"ksort","desc":"Sort an array by key","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_REGULAR"}],"returns":"bool"},{"id":"lchgrp","desc":"Changes group ownership of symlink","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $group"}],"returns":"bool"},{"id":"lchown","desc":"Changes user ownership of symlink","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $user"}],"returns":"bool"},{"id":"ldap_add","desc":"Add entries to LDAP directory","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"array $entry"}],"returns":"bool"},{"id":"ldap_bind","desc":"Bind to LDAP directory","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"string $bind_rdn = ''"},{"required":"no","param":"string $bind_password = ''"}],"returns":"bool"},{"id":"ldap_delete","desc":"Delete an entry from a directory","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"}],"returns":"bool"},{"id":"ldap_free_result","desc":"Free result memory","params":[{"required":"yes","param":"resource $result_identifier"}],"returns":"bool"},{"id":"ldap_get_option","desc":"Get the current value for given option","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $retval"}],"returns":"bool"},{"id":"ldap_modify","desc":"Modify an LDAP entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"array $entry"}],"returns":"bool"},{"id":"ldap_mod_add","desc":"Add attribute values to current attributes","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"array $entry"}],"returns":"bool"},{"id":"ldap_mod_del","desc":"Delete attribute values from current attributes","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"array $entry"}],"returns":"bool"},{"id":"ldap_mod_replace","desc":"Replace attribute values with new ones","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"array $entry"}],"returns":"bool"},{"id":"ldap_parse_reference","desc":"Extract information from reference entry","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"resource $entry"},{"required":"yes","param":"array $referrals"}],"returns":"bool"},{"id":"ldap_parse_result","desc":"Extract information from result","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $errcode"},{"required":"no","param":"string $matcheddn = ''"},{"required":"no","param":"string $errmsg = ''"},{"required":"no","param":"array $referrals = ''"}],"returns":"bool"},{"id":"ldap_rename","desc":"Modify the name of an entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"string $newrdn"},{"required":"yes","param":"string $newparent"},{"required":"yes","param":"bool $deleteoldrdn"}],"returns":"bool"},{"id":"ldap_sasl_bind","desc":"Bind to LDAP directory using SASL","params":[{"required":"yes","param":"resource $link"},{"required":"no","param":"string $binddn = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"string $sasl_mech = ''"},{"required":"no","param":"string $sasl_realm = ''"},{"required":"no","param":"string $sasl_authc_id = ''"},{"required":"no","param":"string $sasl_authz_id = ''"},{"required":"no","param":"string $props = ''"}],"returns":"bool"},{"id":"ldap_set_option","desc":"Set the value of the given option","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $newval"}],"returns":"bool"},{"id":"ldap_set_rebind_proc","desc":"Set a callback function to do re-binds on referral chasing","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"callback $callback"}],"returns":"bool"},{"id":"ldap_sort","desc":"Sort LDAP result entries","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"resource $result"},{"required":"yes","param":"string $sortfilter"}],"returns":"bool"},{"id":"ldap_start_tls","desc":"Start TLS","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"ldap_unbind","desc":"Unbind from LDAP directory","params":[{"required":"yes","param":"resource $link_identifier"}],"returns":"bool"},{"id":"libxml_disable_entity_loader","desc":"Disable the ability to load external entities","params":[{"required":"no","param":"bool $disable = true"}],"returns":"bool"},{"id":"libxml_use_internal_errors","desc":"Disable libxml errors and allow user to fetch error information as needed","params":[{"required":"no","param":"bool $use_errors = false"}],"returns":"bool"},{"id":"link","desc":"Create a hard link","params":[{"required":"yes","param":"string $target"},{"required":"yes","param":"string $link"}],"returns":"bool"},{"id":"locale_filter_matches","desc":"Checks if a language tag filter matches with locale","params":[{"required":"yes","param":"string $langtag"},{"required":"yes","param":"string $locale"},{"required":"no","param":"bool $canonicalize = false"}],"returns":"bool"},{"id":"locale_set_default","desc":"sets the default runtime locale","params":[{"required":"yes","param":"string $locale"}],"returns":"bool"},{"id":"mail","desc":"Send mail","params":[{"required":"yes","param":"string $to"},{"required":"yes","param":"string $subject"},{"required":"yes","param":"string $message"},{"required":"no","param":"string $additional_headers = ''"},{"required":"no","param":"string $additional_parameters = ''"}],"returns":"bool"},{"id":"mailparse_msg_free","desc":"Frees a MIME resource","params":[{"required":"yes","param":"resource $mimemail"}],"returns":"bool"},{"id":"mailparse_msg_parse","desc":"Incrementally parse data into buffer","params":[{"required":"yes","param":"resource $mimemail"},{"required":"yes","param":"string $data"}],"returns":"bool"},{"id":"mailparse_stream_encode","desc":"Streams data from source file pointer, apply encoding and write to destfp","params":[{"required":"yes","param":"resource $sourcefp"},{"required":"yes","param":"resource $destfp"},{"required":"yes","param":"string $encoding"}],"returns":"bool"},{"id":"maxdb_autocommit","desc":"Turns on or off auto-commiting database modifications","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"bool $mode"}],"returns":"bool"},{"id":"maxdb_change_user","desc":"Changes the user of the specified database connection","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"},{"required":"yes","param":"string $database"}],"returns":"bool"},{"id":"maxdb_close","desc":"Closes a previously opened database connection","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_commit","desc":"Commits the current transaction","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_data_seek","desc":"Adjusts the result pointer to an arbitary row in the result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $offset"}],"returns":"bool"},{"id":"maxdb_disable_rpl_parse","desc":"Disable RPL parse","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_dump_debug_info","desc":"Dump debugging information into the log","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_enable_reads_from_master","desc":"Enable reads from master","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_enable_rpl_parse","desc":"Enable RPL parse","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_field_seek","desc":"Set result pointer to a specified field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $fieldnr"}],"returns":"bool"},{"id":"maxdb_kill","desc":"Disconnects from a MaxDB server","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"int $processid"}],"returns":"bool"},{"id":"maxdb_master_query","desc":"Enforce execution of a query on the master in a master/slave setup","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"maxdb_more_results","desc":"Check if there any more query results from a multi query","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_multi_query","desc":"Performs a query on the database","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"maxdb_next_result","desc":"Prepare next result from multi_query","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_options","desc":"Set options","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"maxdb_ping","desc":"Pings a server connection, or tries to reconnect if the connection has gone down","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_real_connect","desc":"Opens a connection to a MaxDB server","params":[{"required":"yes","param":"resource $link"},{"required":"no","param":"string $hostname = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $passwd = ''"},{"required":"no","param":"string $dbname = ''"},{"required":"no","param":"int $port = ''"},{"required":"no","param":"string $socket = ''"}],"returns":"bool"},{"id":"maxdb_real_query","desc":"Execute an SQL query","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"maxdb_report","desc":"Enables or disables internal report functions","params":[{"required":"yes","param":"int $flags"}],"returns":"bool"},{"id":"maxdb_rollback","desc":"Rolls back current transaction","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_rpl_probe","desc":"RPL probe","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"maxdb_select_db","desc":"Selects the default database for database queries","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $dbname"}],"returns":"bool"},{"id":"maxdb_send_query","desc":"Send the query and return","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"maxdb_server_init","desc":"Initialize embedded server","params":[{"required":"no","param":"array $server = ''"},{"required":"no","param":"array $groups = ''"}],"returns":"bool"},{"id":"maxdb_ssl_set","desc":"Used for establishing secure connections using SSL","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $cert"},{"required":"yes","param":"string $ca"},{"required":"yes","param":"string $capath"},{"required":"yes","param":"string $cipher"}],"returns":"bool"},{"id":"maxdb_stmt_bind_param","desc":"Binds variables to a prepared statement as parameters","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"string $types"},{"required":"yes","param":"mixed $var1"},{"required":"no","param":"mixed $... = ''"},{"required":"yes","param":"array $var"}],"returns":"bool"},{"id":"maxdb_stmt_bind_result","desc":"Binds variables to a prepared statement for result storage","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $var1"},{"required":"no","param":"mixed $... = ''"}],"returns":"bool"},{"id":"maxdb_stmt_close","desc":"Closes a prepared statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"maxdb_stmt_close_long_data","desc":"Ends a sequence of maxdb_stmt_send_long_data","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"int $param_nr"}],"returns":"bool"},{"id":"maxdb_stmt_data_seek","desc":"Seeks to an arbitray row in statement result set","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $offset"}],"returns":"bool"},{"id":"maxdb_stmt_execute","desc":"Executes a prepared Query","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"maxdb_stmt_fetch","desc":"Fetch results from a prepared statement into the bound variables","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"maxdb_stmt_reset","desc":"Resets a prepared statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"maxdb_stmt_send_long_data","desc":"Send data in blocks","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"int $param_nr"},{"required":"yes","param":"string $data"}],"returns":"bool"},{"id":"maxdb_thread_safe","desc":"Returns whether thread safety is given or not","params":[],"returns":"bool"},{"id":"mb_check_encoding","desc":"Check if the string is valid for the specified encoding","params":[{"required":"no","param":"string $var = ''"},{"required":"no","param":"string $encoding = mb_internal_encoding("}],"returns":"bool"},{"id":"mb_ereg_match","desc":"Regular expression match for multibyte string","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"string $option = "msr""}],"returns":"bool"},{"id":"mb_ereg_search","desc":"Multibyte regular expression match for predefined multibyte string","params":[{"required":"no","param":"string $pattern = ''"},{"required":"no","param":"string $option = "ms""}],"returns":"bool"},{"id":"mb_ereg_search_init","desc":"Setup string and regular expression for a multibyte regular expression match","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"string $pattern = ''"},{"required":"no","param":"string $option = "msr""}],"returns":"bool"},{"id":"mb_ereg_search_setpos","desc":"Set start point of next regular expression match","params":[{"required":"yes","param":"int $position"}],"returns":"bool"},{"id":"mb_send_mail","desc":"Send encoded mail","params":[{"required":"yes","param":"string $to"},{"required":"yes","param":"string $subject"},{"required":"yes","param":"string $message"},{"required":"no","param":"string $additional_headers = ''"},{"required":"no","param":"string $additional_parameter = ''"}],"returns":"bool"},{"id":"mcrypt_enc_is_block_algorithm","desc":"Checks whether the algorithm of the opened mode is a block algorithm","params":[{"required":"yes","param":"resource $td"}],"returns":"bool"},{"id":"mcrypt_enc_is_block_algorithm_mode","desc":"Checks whether the encryption of the opened mode works on blocks","params":[{"required":"yes","param":"resource $td"}],"returns":"bool"},{"id":"mcrypt_enc_is_block_mode","desc":"Checks whether the opened mode outputs blocks","params":[{"required":"yes","param":"resource $td"}],"returns":"bool"},{"id":"mcrypt_generic_deinit","desc":"This function deinitializes an encryption module","params":[{"required":"yes","param":"resource $td"}],"returns":"bool"},{"id":"mcrypt_generic_end","desc":"This function terminates encryption","params":[{"required":"yes","param":"resource $td"}],"returns":"bool"},{"id":"mcrypt_module_close","desc":"Closes the mcrypt module","params":[{"required":"yes","param":"resource $td"}],"returns":"bool"},{"id":"mcrypt_module_is_block_algorithm","desc":"This function checks whether the specified algorithm is a block algorithm","params":[{"required":"yes","param":"string $algorithm"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"bool"},{"id":"mcrypt_module_is_block_algorithm_mode","desc":"Returns if the specified module is a block algorithm or not","params":[{"required":"yes","param":"string $mode"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"bool"},{"id":"mcrypt_module_is_block_mode","desc":"Returns if the specified mode outputs blocks or not","params":[{"required":"yes","param":"string $mode"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"bool"},{"id":"mcrypt_module_self_test","desc":"This function runs a self test on the specified module","params":[{"required":"yes","param":"string $algorithm"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"bool"},{"id":"memcache_debug","desc":"Turn debug output on/off","params":[{"required":"yes","param":"bool $on_off"}],"returns":"bool"},{"id":"method_exists","desc":"Checks if the class method exists","params":[{"required":"yes","param":"mixed $object"},{"required":"yes","param":"string $method_name"}],"returns":"bool"},{"id":"mkdir","desc":"Makes directory","params":[{"required":"yes","param":"string $pathname"},{"required":"no","param":"int $mode = 0777"},{"required":"no","param":"bool $recursive = false"},{"required":"no","param":"resource $context = ''"}],"returns":"bool"},{"id":"move_uploaded_file","desc":"Moves an uploaded file to a new location","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $destination"}],"returns":"bool"},{"id":"msession_connect","desc":"Connect to msession server","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $port"}],"returns":"bool"},{"id":"msession_create","desc":"Create a session","params":[{"required":"yes","param":"string $session"},{"required":"no","param":"string $classname = ''"},{"required":"no","param":"string $data = ''"}],"returns":"bool"},{"id":"msession_destroy","desc":"Destroy a session","params":[{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"msession_set","desc":"Set value in session","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"msession_set_data","desc":"Set data session unstructured data","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"msgfmt_set_pattern","desc":"Set the pattern used by the formatter","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"MessageFormatter $fmt"}],"returns":"bool"},{"id":"msg_queue_exists","desc":"Check whether a message queue exists","params":[{"required":"yes","param":"int $key"}],"returns":"bool"},{"id":"msg_receive","desc":"Receive a message from a message queue","params":[{"required":"yes","param":"resource $queue"},{"required":"yes","param":"int $desiredmsgtype"},{"required":"yes","param":"int $msgtype"},{"required":"yes","param":"int $maxsize"},{"required":"yes","param":"mixed $message"},{"required":"no","param":"bool $unserialize = true"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"int $errorcode = ''"}],"returns":"bool"},{"id":"msg_remove_queue","desc":"Destroy a message queue","params":[{"required":"yes","param":"resource $queue"}],"returns":"bool"},{"id":"msg_send","desc":"Send a message to a message queue","params":[{"required":"yes","param":"resource $queue"},{"required":"yes","param":"int $msgtype"},{"required":"yes","param":"mixed $message"},{"required":"no","param":"bool $serialize = ''"},{"required":"no","param":"bool $blocking = ''"},{"required":"no","param":"int $errorcode = ''"}],"returns":"bool"},{"id":"msg_set_queue","desc":"Set information in the message queue data structure","params":[{"required":"yes","param":"resource $queue"},{"required":"yes","param":"array $data"}],"returns":"bool"},{"id":"msql_close","desc":"Close mSQL connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"msql_create_db","desc":"Create mSQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"msql_data_seek","desc":"Move internal row pointer","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row_number"}],"returns":"bool"},{"id":"msql_drop_db","desc":"Drop (delete) mSQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"msql_field_seek","desc":"Set field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"bool"},{"id":"msql_free_result","desc":"Free result memory","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"msql_select_db","desc":"Select mSQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mssql_bind","desc":"Adds a parameter to a stored procedure or a remote stored procedure","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"string $param_name"},{"required":"yes","param":"mixed $var"},{"required":"yes","param":"int $type"},{"required":"no","param":"bool $is_output = false"},{"required":"no","param":"bool $is_null = false"},{"required":"no","param":"int $maxlen = -1"}],"returns":"bool"},{"id":"mssql_close","desc":"Close MS SQL Server connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mssql_data_seek","desc":"Moves internal row pointer","params":[{"required":"yes","param":"resource $result_identifier"},{"required":"yes","param":"int $row_number"}],"returns":"bool"},{"id":"mssql_field_seek","desc":"Seeks to the specified field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"bool"},{"id":"mssql_free_result","desc":"Free result memory","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"mssql_free_statement","desc":"Free statement memory","params":[{"required":"yes","param":"resource $stmt"}],"returns":"bool"},{"id":"mssql_next_result","desc":"Move the internal result pointer to the next result","params":[{"required":"yes","param":"resource $result_id"}],"returns":"bool"},{"id":"mssql_select_db","desc":"Select MS SQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mysqli_autocommit","desc":"Turns on or off auto-commiting database modifications","params":[{"required":"yes","param":"bool $mode"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_change_user","desc":"Changes the user of the specified database connection","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"},{"required":"yes","param":"string $database"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_close","desc":"Closes a previously opened database connection","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_commit","desc":"Commits the current transaction","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_data_seek","desc":"Adjusts the result pointer to an arbitary row in the result","params":[{"required":"yes","param":"int $offset"},{"required":"yes","param":"mysqli_result $result"}],"returns":"bool"},{"id":"mysqli_debug","desc":"Performs debugging operations","params":[{"required":"yes","param":"string $message"}],"returns":"bool"},{"id":"mysqli_disable_reads_from_master","desc":"Disable reads from master","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_disable_rpl_parse","desc":"Disable RPL parse","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_dump_debug_info","desc":"Dump debugging information into the log","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_embedded_server_start","desc":"Initialize and start embedded server","params":[{"required":"yes","param":"bool $start"},{"required":"yes","param":"array $arguments"},{"required":"yes","param":"array $groups"}],"returns":"bool"},{"id":"mysqli_enable_reads_from_master","desc":"Enable reads from master","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_enable_rpl_parse","desc":"Enable RPL parse","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_field_seek","desc":"Set result pointer to a specified field offset","params":[{"required":"yes","param":"int $fieldnr"},{"required":"yes","param":"mysqli_result $result"}],"returns":"bool"},{"id":"mysqli_kill","desc":"Asks the server to kill a MySQL thread","params":[{"required":"yes","param":"int $processid"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_master_query","desc":"Enforce execution of a query on the master in a master/slave setup","params":[{"required":"yes","param":"mysqli $link"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"mysqli_more_results","desc":"Check if there are any more query results from a multi query","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_multi_query","desc":"Performs a query on the database","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_next_result","desc":"Prepare next result from multi_query","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_options","desc":"Set options","params":[{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $value"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_ping","desc":"Pings a server connection, or tries to reconnect if the connection has gone down","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_real_connect","desc":"Opens a connection to a mysql server","params":[{"required":"no","param":"string $host = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $passwd = ''"},{"required":"no","param":"string $dbname = ''"},{"required":"no","param":"int $port = ''"},{"required":"no","param":"string $socket = ''"},{"required":"no","param":"int $flags = ''"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_real_query","desc":"Execute an SQL query","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_report","desc":"Enables or disables internal report functions","params":[{"required":"yes","param":"int $flags"}],"returns":"bool"},{"id":"mysqli_rollback","desc":"Rolls back current transaction","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_rpl_probe","desc":"RPL probe","params":[{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_select_db","desc":"Selects the default database for database queries","params":[{"required":"yes","param":"string $dbname"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_send_query","desc":"Send the query and return","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_set_charset","desc":"Sets the default client character set","params":[{"required":"yes","param":"string $charset"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_set_local_infile_handler","desc":"Set callback function for LOAD DATA LOCAL INFILE command","params":[{"required":"yes","param":"mysqli $link"},{"required":"yes","param":"callback $read_func"}],"returns":"bool"},{"id":"mysqli_slave_query","desc":"Force execution of a query on a slave in a master/slave setup","params":[{"required":"yes","param":"mysqli $link"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"mysqli_ssl_set","desc":"Used for establishing secure connections using SSL","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"string $cert"},{"required":"yes","param":"string $ca"},{"required":"yes","param":"string $capath"},{"required":"yes","param":"string $cipher"},{"required":"yes","param":"mysqli $link"}],"returns":"bool"},{"id":"mysqli_stmt_attr_set","desc":"Used to modify the behavior of a prepared statement","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"int $mode"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_bind_param","desc":"Binds variables to a prepared statement as parameters","params":[{"required":"yes","param":"string $types"},{"required":"yes","param":"mixed $var1"},{"required":"no","param":"mixed $... = ''"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_bind_result","desc":"Binds variables to a prepared statement for result storage","params":[{"required":"yes","param":"mixed $var1"},{"required":"no","param":"mixed $... = ''"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_close","desc":"Closes a prepared statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_execute","desc":"Executes a prepared Query","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_fetch","desc":"Fetch results from a prepared statement into the bound variables","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_get_result","desc":"Gets a result set from a prepared statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_prepare","desc":"Prepare an SQL statement for execution","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_reset","desc":"Resets a prepared statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_send_long_data","desc":"Send data in blocks","params":[{"required":"yes","param":"int $param_nr"},{"required":"yes","param":"string $data"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_stmt_store_result","desc":"Transfers a result set from a prepared statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"bool"},{"id":"mysqli_thread_safe","desc":"Returns whether thread safety is given or not","params":[],"returns":"bool"},{"id":"mysqlnd_ms_set_user_pick_server","desc":"Sets a callback for user-defined read/write splitting","params":[{"required":"yes","param":"string $function"}],"returns":"bool"},{"id":"mysqlnd_qc_change_handler","desc":"Change current storage handler","params":[{"required":"yes","param":"mixed $handler"}],"returns":"bool"},{"id":"mysqlnd_qc_clear_cache","desc":"Flush all cache contents","params":[],"returns":"bool"},{"id":"mysqlnd_qc_set_user_handlers","desc":"Sets the callback functions for a user-defined procedural storage handler","params":[{"required":"yes","param":"string $get_hash"},{"required":"yes","param":"string $find_query_in_cache"},{"required":"yes","param":"string $return_to_cache"},{"required":"yes","param":"string $add_query_to_cache_if_not_exists"},{"required":"yes","param":"string $query_is_select"},{"required":"yes","param":"string $update_query_run_time_stats"},{"required":"yes","param":"string $get_stats"},{"required":"yes","param":"string $clear_cache"}],"returns":"bool"},{"id":"mysql_close","desc":"Close MySQL connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mysql_create_db","desc":"Create a MySQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mysql_data_seek","desc":"Move internal result pointer","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row_number"}],"returns":"bool"},{"id":"mysql_drop_db","desc":"Drop (delete) a MySQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mysql_field_seek","desc":"Set result pointer to a specified field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"bool"},{"id":"mysql_free_result","desc":"Free result memory","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"mysql_ping","desc":"Ping a server connection or reconnect if there is no connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mysql_select_db","desc":"Select a MySQL database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"mysql_set_charset","desc":"Sets the client character set","params":[{"required":"yes","param":"string $charset"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"m_deletetrans","desc":"Delete specified transaction from MCVE_CONN structure","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"bool"},{"id":"m_destroyconn","desc":"Destroy the connection and MCVE_CONN structure","params":[{"required":"yes","param":"resource $conn"}],"returns":"bool"},{"id":"m_maxconntimeout","desc":"The maximum amount of time the API will attempt a connection to MCVE","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $secs"}],"returns":"bool"},{"id":"m_verifyconnection","desc":"Set whether or not to PING upon connect to verify connection","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $tf"}],"returns":"bool"},{"id":"m_verifysslcert","desc":"Set whether or not to verify the server ssl certificate","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $tf"}],"returns":"bool"},{"id":"natcasesort","desc":"Sort an array using a case insensitive "natural order" algorithm","params":[{"required":"yes","param":"array $array"}],"returns":"bool"},{"id":"natsort","desc":"Sort an array using a "natural order" algorithm","params":[{"required":"yes","param":"array $array"}],"returns":"bool"},{"id":"ncurses_can_change_color","desc":"Checks if terminal color definitions can be changed","params":[],"returns":"bool"},{"id":"ncurses_cbreak","desc":"Switch of input buffering","params":[],"returns":"bool"},{"id":"ncurses_clear","desc":"Clear screen","params":[],"returns":"bool"},{"id":"ncurses_clrtobot","desc":"Clear screen from current position to bottom","params":[],"returns":"bool"},{"id":"ncurses_clrtoeol","desc":"Clear screen from current position to end of line","params":[],"returns":"bool"},{"id":"ncurses_def_prog_mode","desc":"Saves terminals (program) mode","params":[],"returns":"bool"},{"id":"ncurses_def_shell_mode","desc":"Saves terminals (shell) mode","params":[],"returns":"bool"},{"id":"ncurses_delch","desc":"Delete character at current position, move rest of line left","params":[],"returns":"bool"},{"id":"ncurses_deleteln","desc":"Delete line at current position, move rest of screen up","params":[],"returns":"bool"},{"id":"ncurses_delwin","desc":"Delete a ncurses window","params":[{"required":"yes","param":"resource $window"}],"returns":"bool"},{"id":"ncurses_del_panel","desc":"Remove panel from the stack and delete it (but not the associated window)","params":[{"required":"yes","param":"resource $panel"}],"returns":"bool"},{"id":"ncurses_doupdate","desc":"Write all prepared refreshes to terminal","params":[],"returns":"bool"},{"id":"ncurses_echo","desc":"Activate keyboard input echo","params":[],"returns":"bool"},{"id":"ncurses_erase","desc":"Erase terminal screen","params":[],"returns":"bool"},{"id":"ncurses_flash","desc":"Flash terminal screen (visual bell)","params":[],"returns":"bool"},{"id":"ncurses_flushinp","desc":"Flush keyboard input buffer","params":[],"returns":"bool"},{"id":"ncurses_getmouse","desc":"Reads mouse event","params":[{"required":"yes","param":"array $mevent"}],"returns":"bool"},{"id":"ncurses_has_colors","desc":"Checks if terminal has color capabilities","params":[],"returns":"bool"},{"id":"ncurses_has_ic","desc":"Check for insert- and delete-capabilities","params":[],"returns":"bool"},{"id":"ncurses_has_il","desc":"Check for line insert- and delete-capabilities","params":[],"returns":"bool"},{"id":"ncurses_isendwin","desc":"Ncurses is in endwin mode, normal screen output may be performed","params":[],"returns":"bool"},{"id":"ncurses_mouse_trafo","desc":"Transforms coordinates","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"bool $toscreen"}],"returns":"bool"},{"id":"ncurses_nl","desc":"Translate newline and carriage return / line feed","params":[],"returns":"bool"},{"id":"ncurses_nocbreak","desc":"Switch terminal to cooked mode","params":[],"returns":"bool"},{"id":"ncurses_noecho","desc":"Switch off keyboard input echo","params":[],"returns":"bool"},{"id":"ncurses_nonl","desc":"Do not translate newline and carriage return / line feed","params":[],"returns":"bool"},{"id":"ncurses_noraw","desc":"Switch terminal out of raw mode","params":[],"returns":"bool"},{"id":"ncurses_raw","desc":"Switch terminal into raw mode","params":[],"returns":"bool"},{"id":"ncurses_resetty","desc":"Restores saved terminal state","params":[],"returns":"bool"},{"id":"ncurses_savetty","desc":"Saves terminal state","params":[],"returns":"bool"},{"id":"ncurses_slk_clear","desc":"Clears soft labels from screen","params":[],"returns":"bool"},{"id":"ncurses_slk_init","desc":"Initializes soft label key functions","params":[{"required":"yes","param":"int $format"}],"returns":"bool"},{"id":"ncurses_slk_noutrefresh","desc":"Copies soft label keys to virtual screen","params":[],"returns":"bool"},{"id":"ncurses_slk_set","desc":"Sets function key labels","params":[{"required":"yes","param":"int $labelnr"},{"required":"yes","param":"string $label"},{"required":"yes","param":"int $format"}],"returns":"bool"},{"id":"ncurses_termattrs","desc":"Returns a logical OR of all attribute flags supported by terminal","params":[],"returns":"bool"},{"id":"ncurses_ungetmouse","desc":"Pushes mouse event to queue","params":[{"required":"yes","param":"array $mevent"}],"returns":"bool"},{"id":"ncurses_use_default_colors","desc":"Assign terminal default colors to color id -1","params":[],"returns":"bool"},{"id":"ncurses_wmouse_trafo","desc":"Transforms window/stdscr coordinates","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"bool $toscreen"}],"returns":"bool"},{"id":"normalizer_is_normalized","desc":"Checks if the provided string is already in the specified normalization form.","params":[{"required":"yes","param":"string $input"},{"required":"no","param":"string $form = Normalizer::FORM_C"}],"returns":"bool"},{"id":"notes_copy_db","desc":"Copy a Lotus Notes database","params":[{"required":"yes","param":"string $from_database_name"},{"required":"yes","param":"string $to_database_name"}],"returns":"bool"},{"id":"notes_create_db","desc":"Create a Lotus Notes database","params":[{"required":"yes","param":"string $database_name"}],"returns":"bool"},{"id":"notes_create_note","desc":"Create a note using form form_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $form_name"}],"returns":"bool"},{"id":"notes_drop_db","desc":"Drop a Lotus Notes database","params":[{"required":"yes","param":"string $database_name"}],"returns":"bool"},{"id":"notes_list_msgs","desc":"Returns the notes from a selected database_name","params":[{"required":"yes","param":"string $db"}],"returns":"bool"},{"id":"notes_mark_read","desc":"Mark a note_id as read for the User user_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $user_name"},{"required":"yes","param":"string $note_id"}],"returns":"bool"},{"id":"notes_mark_unread","desc":"Mark a note_id as unread for the User user_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $user_name"},{"required":"yes","param":"string $note_id"}],"returns":"bool"},{"id":"notes_nav_create","desc":"Create a navigator name, in database_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"nsapi_virtual","desc":"Perform an NSAPI sub-request","params":[{"required":"yes","param":"string $uri"}],"returns":"bool"},{"id":"numfmt_set_attribute","desc":"Set an attribute","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"int $value"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"bool"},{"id":"numfmt_set_pattern","desc":"Set formatter pattern","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"bool"},{"id":"numfmt_set_symbol","desc":"Set a symbol value","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"string $value"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"bool"},{"id":"numfmt_set_text_attribute","desc":"Set a text attribute","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"string $value"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"bool"},{"id":"ob_end_clean","desc":"Clean (erase) the output buffer and turn off output buffering","params":[],"returns":"bool"},{"id":"ob_end_flush","desc":"Flush (send) the output buffer and turn off output buffering","params":[],"returns":"bool"},{"id":"ob_start","desc":"Turn on output buffering","params":[{"required":"no","param":"callback $output_callback = ''"},{"required":"no","param":"int $chunk_size = ''"},{"required":"no","param":"bool $erase = ''"}],"returns":"bool"},{"id":"oci_bind_array_by_name","desc":"Binds a PHP array to an Oracle PL/SQL array parameter","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"string $name"},{"required":"yes","param":"array $var_array"},{"required":"yes","param":"int $max_table_length"},{"required":"no","param":"int $max_item_length = -1"},{"required":"no","param":"int $type = SQLT_AFC"}],"returns":"bool"},{"id":"oci_bind_by_name","desc":"Binds a PHP variable to an Oracle placeholder","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"string $bv_name"},{"required":"yes","param":"mixed $variable"},{"required":"no","param":"int $maxlength = -1"},{"required":"no","param":"int $type = SQLT_CHR"}],"returns":"bool"},{"id":"oci_cancel","desc":"Cancels reading from cursor","params":[{"required":"yes","param":"resource $statement"}],"returns":"bool"},{"id":"oci_close","desc":"Closes an Oracle connection","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"oci_commit","desc":"Commits the outstanding database transaction","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"oci_define_by_name","desc":"Associates a PHP variable with a column for query fetches","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"string $column_name"},{"required":"yes","param":"mixed $variable"},{"required":"no","param":"int $type = SQLT_CHR"}],"returns":"bool"},{"id":"oci_execute","desc":"Executes a statement","params":[{"required":"yes","param":"resource $statement"},{"required":"no","param":"int $mode = OCI_COMMIT_ON_SUCCESS"}],"returns":"bool"},{"id":"oci_fetch","desc":"Fetches the next row from a query into internal buffers","params":[{"required":"yes","param":"resource $statement"}],"returns":"bool"},{"id":"oci_field_is_null","desc":"Checks if the field is NULL","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"mixed $field"}],"returns":"bool"},{"id":"oci_free_statement","desc":"Frees all resources associated with statement or cursor","params":[{"required":"yes","param":"resource $statement"}],"returns":"bool"},{"id":"oci_lob_copy","desc":"Copies large object","params":[{"required":"yes","param":"OCI-Lob $lob_to"},{"required":"yes","param":"OCI-Lob $lob_from"},{"required":"no","param":"int $length = ''"}],"returns":"bool"},{"id":"oci_lob_is_equal","desc":"Compares two LOB/FILE locators for equality","params":[{"required":"yes","param":"OCI-Lob $lob1"},{"required":"yes","param":"OCI-Lob $lob2"}],"returns":"bool"},{"id":"oci_rollback","desc":"Rolls back the outstanding database transaction","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"oci_set_action","desc":"Sets the action name","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $action_name"}],"returns":"bool"},{"id":"oci_set_client_identifier","desc":"Sets the client identifier","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $client_identifier"}],"returns":"bool"},{"id":"oci_set_client_info","desc":"Sets the client information","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $client_info"}],"returns":"bool"},{"id":"oci_set_edition","desc":"Sets the database edition","params":[{"required":"yes","param":"string $edition"}],"returns":"bool"},{"id":"oci_set_module_name","desc":"Sets the module name","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $module_name"}],"returns":"bool"},{"id":"oci_set_prefetch","desc":"Sets number of rows to be prefetched by queries","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $rows"}],"returns":"bool"},{"id":"odbc_binmode","desc":"Handling of binary column data","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"odbc_commit","desc":"Commit an ODBC transaction","params":[{"required":"yes","param":"resource $connection_id"}],"returns":"bool"},{"id":"odbc_execute","desc":"Execute a prepared statement","params":[{"required":"yes","param":"resource $result_id"},{"required":"no","param":"array $parameters_array = ''"}],"returns":"bool"},{"id":"odbc_fetch_row","desc":"Fetch a row","params":[{"required":"yes","param":"resource $result_id"},{"required":"no","param":"int $row_number = ''"}],"returns":"bool"},{"id":"odbc_free_result","desc":"Free resources associated with a result","params":[{"required":"yes","param":"resource $result_id"}],"returns":"bool"},{"id":"odbc_longreadlen","desc":"Handling of LONG columns","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"int $length"}],"returns":"bool"},{"id":"odbc_next_result","desc":"Checks if multiple results are available","params":[{"required":"yes","param":"resource $result_id"}],"returns":"bool"},{"id":"odbc_rollback","desc":"Rollback a transaction","params":[{"required":"yes","param":"resource $connection_id"}],"returns":"bool"},{"id":"odbc_setoption","desc":"Adjust ODBC settings","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"int $function"},{"required":"yes","param":"int $option"},{"required":"yes","param":"int $param"}],"returns":"bool"},{"id":"openal_buffer_data","desc":"Load a buffer with data","params":[{"required":"yes","param":"resource $buffer"},{"required":"yes","param":"int $format"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $freq"}],"returns":"bool"},{"id":"openal_buffer_destroy","desc":"Destroys an OpenAL buffer","params":[{"required":"yes","param":"resource $buffer"}],"returns":"bool"},{"id":"openal_buffer_loadwav","desc":"Load a .wav file into a buffer","params":[{"required":"yes","param":"resource $buffer"},{"required":"yes","param":"string $wavfile"}],"returns":"bool"},{"id":"openal_context_current","desc":"Make the specified context current","params":[{"required":"yes","param":"resource $context"}],"returns":"bool"},{"id":"openal_context_destroy","desc":"Destroys a context","params":[{"required":"yes","param":"resource $context"}],"returns":"bool"},{"id":"openal_context_process","desc":"Process the specified context","params":[{"required":"yes","param":"resource $context"}],"returns":"bool"},{"id":"openal_context_suspend","desc":"Suspend the specified context","params":[{"required":"yes","param":"resource $context"}],"returns":"bool"},{"id":"openal_device_close","desc":"Close an OpenAL device","params":[{"required":"yes","param":"resource $device"}],"returns":"bool"},{"id":"openal_listener_set","desc":"Set a listener property","params":[{"required":"yes","param":"int $property"},{"required":"yes","param":"mixed $setting"}],"returns":"bool"},{"id":"openal_source_destroy","desc":"Destroy a source resource","params":[{"required":"yes","param":"resource $source"}],"returns":"bool"},{"id":"openal_source_pause","desc":"Pause the source","params":[{"required":"yes","param":"resource $source"}],"returns":"bool"},{"id":"openal_source_play","desc":"Start playing the source","params":[{"required":"yes","param":"resource $source"}],"returns":"bool"},{"id":"openal_source_rewind","desc":"Rewind the source","params":[{"required":"yes","param":"resource $source"}],"returns":"bool"},{"id":"openal_source_set","desc":"Set source property","params":[{"required":"yes","param":"resource $source"},{"required":"yes","param":"int $property"},{"required":"yes","param":"mixed $setting"}],"returns":"bool"},{"id":"openal_source_stop","desc":"Stop playing the source","params":[{"required":"yes","param":"resource $source"}],"returns":"bool"},{"id":"openlog","desc":"Open connection to system logger","params":[{"required":"yes","param":"string $ident"},{"required":"yes","param":"int $option"},{"required":"yes","param":"int $facility"}],"returns":"bool"},{"id":"openssl_csr_export","desc":"Exports a CSR as a string","params":[{"required":"yes","param":"resource $csr"},{"required":"yes","param":"string $out"},{"required":"no","param":"bool $notext = true"}],"returns":"bool"},{"id":"openssl_csr_export_to_file","desc":"Exports a CSR to a file","params":[{"required":"yes","param":"resource $csr"},{"required":"yes","param":"string $outfilename"},{"required":"no","param":"bool $notext = true"}],"returns":"bool"},{"id":"openssl_open","desc":"Open sealed data","params":[{"required":"yes","param":"string $sealed_data"},{"required":"yes","param":"string $open_data"},{"required":"yes","param":"string $env_key"},{"required":"yes","param":"mixed $priv_key_id"},{"required":"no","param":"string $method = ''"}],"returns":"bool"},{"id":"openssl_pkcs7_decrypt","desc":"Decrypts an S/MIME encrypted message","params":[{"required":"yes","param":"string $infilename"},{"required":"yes","param":"string $outfilename"},{"required":"yes","param":"mixed $recipcert"},{"required":"no","param":"mixed $recipkey = ''"}],"returns":"bool"},{"id":"openssl_pkcs7_encrypt","desc":"Encrypt an S/MIME message","params":[{"required":"yes","param":"string $infile"},{"required":"yes","param":"string $outfile"},{"required":"yes","param":"mixed $recipcerts"},{"required":"yes","param":"array $headers"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"int $cipherid = OPENSSL_CIPHER_RC2_40"}],"returns":"bool"},{"id":"openssl_pkcs7_sign","desc":"Sign an S/MIME message","params":[{"required":"yes","param":"string $infilename"},{"required":"yes","param":"string $outfilename"},{"required":"yes","param":"mixed $signcert"},{"required":"yes","param":"mixed $privkey"},{"required":"yes","param":"array $headers"},{"required":"no","param":"int $flags = PKCS7_DETACHED"},{"required":"no","param":"string $extracerts = ''"}],"returns":"bool"},{"id":"openssl_pkcs12_export","desc":"Exports a PKCS#12 Compatible Certificate Store File to variable.","params":[{"required":"yes","param":"mixed $x509"},{"required":"yes","param":"string $out"},{"required":"yes","param":"mixed $priv_key"},{"required":"yes","param":"string $pass"},{"required":"no","param":"array $args = ''"}],"returns":"bool"},{"id":"openssl_pkcs12_export_to_file","desc":"Exports a PKCS#12 Compatible Certificate Store File","params":[{"required":"yes","param":"mixed $x509"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $priv_key"},{"required":"yes","param":"string $pass"},{"required":"no","param":"array $args = ''"}],"returns":"bool"},{"id":"openssl_pkcs12_read","desc":"Parse a PKCS#12 Certificate Store into an array","params":[{"required":"yes","param":"string $pkcs12"},{"required":"yes","param":"array $certs"},{"required":"yes","param":"string $pass"}],"returns":"bool"},{"id":"openssl_pkey_export","desc":"Gets an exportable representation of a key into a string","params":[{"required":"yes","param":"mixed $key"},{"required":"yes","param":"string $out"},{"required":"no","param":"string $passphrase = ''"},{"required":"no","param":"array $configargs = ''"}],"returns":"bool"},{"id":"openssl_pkey_export_to_file","desc":"Gets an exportable representation of a key into a file","params":[{"required":"yes","param":"mixed $key"},{"required":"yes","param":"string $outfilename"},{"required":"no","param":"string $passphrase = ''"},{"required":"no","param":"array $configargs = ''"}],"returns":"bool"},{"id":"openssl_private_decrypt","desc":"Decrypts data with private key","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $decrypted"},{"required":"yes","param":"mixed $key"},{"required":"no","param":"int $padding = OPENSSL_PKCS1_PADDING"}],"returns":"bool"},{"id":"openssl_private_encrypt","desc":"Encrypts data with private key","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $crypted"},{"required":"yes","param":"mixed $key"},{"required":"no","param":"int $padding = OPENSSL_PKCS1_PADDING"}],"returns":"bool"},{"id":"openssl_public_decrypt","desc":"Decrypts data with public key","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $decrypted"},{"required":"yes","param":"mixed $key"},{"required":"no","param":"int $padding = OPENSSL_PKCS1_PADDING"}],"returns":"bool"},{"id":"openssl_public_encrypt","desc":"Encrypts data with public key","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $crypted"},{"required":"yes","param":"mixed $key"},{"required":"no","param":"int $padding = OPENSSL_PKCS1_PADDING"}],"returns":"bool"},{"id":"openssl_sign","desc":"Generate signature","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $signature"},{"required":"yes","param":"mixed $priv_key_id"},{"required":"no","param":"int $signature_alg = OPENSSL_ALGO_SHA1"}],"returns":"bool"},{"id":"openssl_x509_check_private_key","desc":"Checks if a private key corresponds to a certificate","params":[{"required":"yes","param":"mixed $cert"},{"required":"yes","param":"mixed $key"}],"returns":"bool"},{"id":"openssl_x509_export","desc":"Exports a certificate as a string","params":[{"required":"yes","param":"mixed $x509"},{"required":"yes","param":"string $output"},{"required":"no","param":"bool $notext = ''"}],"returns":"bool"},{"id":"openssl_x509_export_to_file","desc":"Exports a certificate to file","params":[{"required":"yes","param":"mixed $x509"},{"required":"yes","param":"string $outfilename"},{"required":"no","param":"bool $notext = ''"}],"returns":"bool"},{"id":"output_add_rewrite_var","desc":"Add URL rewriter values","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"output_reset_rewrite_vars","desc":"Reset URL rewriter values","params":[],"returns":"bool"},{"id":"override_function","desc":"Overrides built-in functions","params":[{"required":"yes","param":"string $function_name"},{"required":"yes","param":"string $function_args"},{"required":"yes","param":"string $function_code"}],"returns":"bool"},{"id":"ovrimos_commit","desc":"Commits the transaction","params":[{"required":"yes","param":"int $connection_id"}],"returns":"bool"},{"id":"ovrimos_execute","desc":"Executes a prepared SQL statement","params":[{"required":"yes","param":"int $result_id"},{"required":"no","param":"array $parameters_array = ''"}],"returns":"bool"},{"id":"ovrimos_fetch_into","desc":"Fetches a row from the result set","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"array $result_array"},{"required":"no","param":"string $how = ''"},{"required":"no","param":"int $rownumber = ''"}],"returns":"bool"},{"id":"ovrimos_fetch_row","desc":"Fetches a row from the result set","params":[{"required":"yes","param":"int $result_id"},{"required":"no","param":"int $how = ''"},{"required":"no","param":"int $row_number = ''"}],"returns":"bool"},{"id":"ovrimos_free_result","desc":"Frees the specified result_id","params":[{"required":"yes","param":"int $result_id"}],"returns":"bool"},{"id":"ovrimos_longreadlen","desc":"Specifies how many bytes are to be retrieved from long datatypes","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"int $length"}],"returns":"bool"},{"id":"ovrimos_rollback","desc":"Rolls back the transaction","params":[{"required":"yes","param":"int $connection_id"}],"returns":"bool"},{"id":"pcntl_setpriority","desc":"Change the priority of any process","params":[{"required":"yes","param":"int $priority"},{"required":"no","param":"int $pid = getmypid()"},{"required":"no","param":"int $process_identifier = PRIO_PROCESS"}],"returns":"bool"},{"id":"pcntl_signal","desc":"Installs a signal handler","params":[{"required":"yes","param":"int $signo"},{"required":"yes","param":"callback $handler"},{"required":"no","param":"bool $restart_syscalls = true"}],"returns":"bool"},{"id":"pcntl_signal_dispatch","desc":"Calls signal handlers for pending signals","params":[],"returns":"bool"},{"id":"pcntl_sigprocmask","desc":"Sets and retrieves blocked signals","params":[{"required":"yes","param":"int $how"},{"required":"yes","param":"array $set"},{"required":"no","param":"array $oldset = ''"}],"returns":"bool"},{"id":"pcntl_wifexited","desc":"Checks if status code represents a normal exit","params":[{"required":"yes","param":"int $status"}],"returns":"bool"},{"id":"pcntl_wifsignaled","desc":"Checks whether the status code represents a termination due to a signal","params":[{"required":"yes","param":"int $status"}],"returns":"bool"},{"id":"pcntl_wifstopped","desc":"Checks whether the child process is currently stopped","params":[{"required":"yes","param":"int $status"}],"returns":"bool"},{"id":"PDF_activate_item","desc":"Activate structure element or other content item","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $id"}],"returns":"bool"},{"id":"PDF_add_launchlink","desc":"Add launch annotation for current page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"PDF_add_locallink","desc":"Add link annotation for current page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $lowerleftx"},{"required":"yes","param":"float $lowerlefty"},{"required":"yes","param":"float $upperrightx"},{"required":"yes","param":"float $upperrighty"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"PDF_add_nameddest","desc":"Create named destination","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_add_note","desc":"Set annotation for current page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $contents"},{"required":"yes","param":"string $title"},{"required":"yes","param":"string $icon"},{"required":"yes","param":"int $open"}],"returns":"bool"},{"id":"PDF_add_pdflink","desc":"Add file link annotation for current page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $bottom_left_x"},{"required":"yes","param":"float $bottom_left_y"},{"required":"yes","param":"float $up_right_x"},{"required":"yes","param":"float $up_right_y"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"PDF_add_thumbnail","desc":"Add thumbnail for current page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $image"}],"returns":"bool"},{"id":"PDF_add_weblink","desc":"Add weblink for current page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $lowerleftx"},{"required":"yes","param":"float $lowerlefty"},{"required":"yes","param":"float $upperrightx"},{"required":"yes","param":"float $upperrighty"},{"required":"yes","param":"string $url"}],"returns":"bool"},{"id":"PDF_arc","desc":"Draw a counterclockwise circular arc segment","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $r"},{"required":"yes","param":"float $alpha"},{"required":"yes","param":"float $beta"}],"returns":"bool"},{"id":"PDF_arcn","desc":"Draw a clockwise circular arc segment","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $r"},{"required":"yes","param":"float $alpha"},{"required":"yes","param":"float $beta"}],"returns":"bool"},{"id":"PDF_attach_file","desc":"Add file attachment for current page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $description"},{"required":"yes","param":"string $author"},{"required":"yes","param":"string $mimetype"},{"required":"yes","param":"string $icon"}],"returns":"bool"},{"id":"PDF_begin_font","desc":"Start a Type 3 font definition","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $c"},{"required":"yes","param":"float $d"},{"required":"yes","param":"float $e"},{"required":"yes","param":"float $f"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_begin_glyph","desc":"Start glyph definition for Type 3 font","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $glyphname"},{"required":"yes","param":"float $wx"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"}],"returns":"bool"},{"id":"PDF_begin_layer","desc":"Start layer","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $layer"}],"returns":"bool"},{"id":"PDF_begin_page","desc":"Start new page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"bool"},{"id":"PDF_begin_page_ext","desc":"Start new page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_circle","desc":"Draw a circle","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $r"}],"returns":"bool"},{"id":"PDF_clip","desc":"Clip to current path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_close","desc":"Close pdf resource [deprecated]","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_closepath","desc":"Close current path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_closepath_fill_stroke","desc":"Close, fill and stroke current path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_closepath_stroke","desc":"Close and stroke path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_close_image","desc":"Close image","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $image"}],"returns":"bool"},{"id":"PDF_close_pdi","desc":"Close the input PDF document [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $doc"}],"returns":"bool"},{"id":"PDF_close_pdi_page","desc":"Close the page handle","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $page"}],"returns":"bool"},{"id":"PDF_concat","desc":"Concatenate a matrix to the CTM","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $c"},{"required":"yes","param":"float $d"},{"required":"yes","param":"float $e"},{"required":"yes","param":"float $f"}],"returns":"bool"},{"id":"PDF_continue_text","desc":"Output text in next line","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $text"}],"returns":"bool"},{"id":"PDF_create_annotation","desc":"Create rectangular annotation","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_create_field","desc":"Create form field","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_create_fieldgroup","desc":"Create form field group","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_create_pvf","desc":"Create PDFlib virtual file","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $data"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_curveto","desc":"Draw Bezier curve","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"},{"required":"yes","param":"float $x3"},{"required":"yes","param":"float $y3"}],"returns":"bool"},{"id":"PDF_delete","desc":"Delete PDFlib object","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"bool"},{"id":"PDF_delete_table","desc":"Delete table object","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $table"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_delete_textflow","desc":"Delete textflow object","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $textflow"}],"returns":"bool"},{"id":"PDF_encoding_set_char","desc":"Add glyph name and/or Unicode value","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $encoding"},{"required":"yes","param":"int $slot"},{"required":"yes","param":"string $glyphname"},{"required":"yes","param":"int $uv"}],"returns":"bool"},{"id":"PDF_endpath","desc":"End current path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_end_document","desc":"Close PDF file","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_end_font","desc":"Terminate Type 3 font definition","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"bool"},{"id":"PDF_end_glyph","desc":"Terminate glyph definition for Type 3 font","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"bool"},{"id":"PDF_end_item","desc":"Close structure element or other content item","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $id"}],"returns":"bool"},{"id":"PDF_end_layer","desc":"Deactivate all active layers","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"bool"},{"id":"PDF_end_page","desc":"Finish page","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_end_page_ext","desc":"Finish page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_end_pattern","desc":"Finish pattern","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_end_template","desc":"Finish template","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_fill","desc":"Fill current path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_fill_stroke","desc":"Fill and stroke path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_fit_image","desc":"Place image or template","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $image"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_fit_pdi_page","desc":"Place imported PDF page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_fit_textline","desc":"Place single line of text","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_initgraphics","desc":"Reset graphic state","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_lineto","desc":"Draw a line","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"PDF_moveto","desc":"Set current point","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"PDF_open_file","desc":"Create PDF file [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"PDF_place_image","desc":"Place image on the page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $image"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $scale"}],"returns":"bool"},{"id":"PDF_place_pdi_page","desc":"Place PDF page [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $sx"},{"required":"yes","param":"float $sy"}],"returns":"bool"},{"id":"PDF_rect","desc":"Draw rectangle","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"bool"},{"id":"PDF_restore","desc":"Restore graphics state","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_resume_page","desc":"Resume page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_rotate","desc":"Rotate coordinate system","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $phi"}],"returns":"bool"},{"id":"PDF_save","desc":"Save graphics state","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_scale","desc":"Scale coordinate system","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $sx"},{"required":"yes","param":"float $sy"}],"returns":"bool"},{"id":"PDF_setcolor","desc":"Set fill and stroke color","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $fstype"},{"required":"yes","param":"string $colorspace"},{"required":"yes","param":"float $c1"},{"required":"yes","param":"float $c2"},{"required":"yes","param":"float $c3"},{"required":"yes","param":"float $c4"}],"returns":"bool"},{"id":"PDF_setdash","desc":"Set simple dash pattern","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $w"}],"returns":"bool"},{"id":"PDF_setdashpattern","desc":"Set dash pattern","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_setflat","desc":"Set flatness","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $flatness"}],"returns":"bool"},{"id":"PDF_setfont","desc":"Set font","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $font"},{"required":"yes","param":"float $fontsize"}],"returns":"bool"},{"id":"PDF_setgray","desc":"Set color to gray [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $g"}],"returns":"bool"},{"id":"PDF_setgray_fill","desc":"Set fill color to gray [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $g"}],"returns":"bool"},{"id":"PDF_setgray_stroke","desc":"Set stroke color to gray [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $g"}],"returns":"bool"},{"id":"PDF_setlinecap","desc":"Set linecap parameter","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $linecap"}],"returns":"bool"},{"id":"PDF_setlinejoin","desc":"Set linejoin parameter","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $value"}],"returns":"bool"},{"id":"PDF_setlinewidth","desc":"Set line width","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $width"}],"returns":"bool"},{"id":"PDF_setmatrix","desc":"Set current transformation matrix","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $c"},{"required":"yes","param":"float $d"},{"required":"yes","param":"float $e"},{"required":"yes","param":"float $f"}],"returns":"bool"},{"id":"PDF_setmiterlimit","desc":"Set miter limit","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $miter"}],"returns":"bool"},{"id":"PDF_setrgbcolor","desc":"Set fill and stroke rgb color values [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"}],"returns":"bool"},{"id":"PDF_setrgbcolor_fill","desc":"Set fill rgb color values [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"}],"returns":"bool"},{"id":"PDF_setrgbcolor_stroke","desc":"Set stroke rgb color values [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"}],"returns":"bool"},{"id":"PDF_set_border_color","desc":"Set border color of annotations [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"}],"returns":"bool"},{"id":"PDF_set_border_dash","desc":"Set border dash style of annotations [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $black"},{"required":"yes","param":"float $white"}],"returns":"bool"},{"id":"PDF_set_border_style","desc":"Set border style of annotations [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $style"},{"required":"yes","param":"float $width"}],"returns":"bool"},{"id":"PDF_set_gstate","desc":"Activate graphics state object","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $gstate"}],"returns":"bool"},{"id":"PDF_set_info","desc":"Fill document info field","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"PDF_set_layer_dependency","desc":"Define relationships among layers","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_set_parameter","desc":"Set string parameter","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"PDF_set_text_pos","desc":"Set text position","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"PDF_set_value","desc":"Set numerical parameter","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"float $value"}],"returns":"bool"},{"id":"PDF_shfill","desc":"Fill area with shading","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $shading"}],"returns":"bool"},{"id":"PDF_show","desc":"Output text at current position","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $text"}],"returns":"bool"},{"id":"PDF_show_xy","desc":"Output text at given position","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $text"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"PDF_skew","desc":"Skew the coordinate system","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $alpha"},{"required":"yes","param":"float $beta"}],"returns":"bool"},{"id":"PDF_stroke","desc":"Stroke path","params":[{"required":"yes","param":"resource $p"}],"returns":"bool"},{"id":"PDF_suspend_page","desc":"Suspend page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $optlist"}],"returns":"bool"},{"id":"PDF_translate","desc":"Set origin of coordinate system","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"float $tx"},{"required":"yes","param":"float $ty"}],"returns":"bool"},{"id":"pg_cancel_query","desc":"Cancel an asynchronous query","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"pg_close","desc":"Closes a PostgreSQL connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"pg_connection_busy","desc":"Get connection is busy or not","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"pg_connection_reset","desc":"Reset connection (reconnect)","params":[{"required":"yes","param":"resource $connection"}],"returns":"bool"},{"id":"pg_copy_from","desc":"Insert records into a table from an array","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"array $rows"},{"required":"no","param":"string $delimiter = ''"},{"required":"no","param":"string $null_as = ''"}],"returns":"bool"},{"id":"pg_end_copy","desc":"Sync with PostgreSQL backend","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"pg_lo_close","desc":"Close a large object","params":[{"required":"yes","param":"resource $large_object"}],"returns":"bool"},{"id":"pg_lo_export","desc":"Export a large object to file","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"int $oid"},{"required":"yes","param":"string $pathname"}],"returns":"bool"},{"id":"pg_lo_seek","desc":"Seeks position within a large object","params":[{"required":"yes","param":"resource $large_object"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $whence = PGSQL_SEEK_CUR"}],"returns":"bool"},{"id":"pg_lo_unlink","desc":"Delete a large object","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"int $oid"}],"returns":"bool"},{"id":"pg_ping","desc":"Ping database connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"pg_put_line","desc":"Send a NULL-terminated string to PostgreSQL backend","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $data"}],"returns":"bool"},{"id":"pg_result_seek","desc":"Set internal row offset in result resource","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $offset"}],"returns":"bool"},{"id":"pg_send_execute","desc":"Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $stmtname"},{"required":"yes","param":"array $params"}],"returns":"bool"},{"id":"pg_send_prepare","desc":"Sends a request to create a prepared statement with the given parameters, without waiting for completion.","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $stmtname"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"pg_send_query","desc":"Sends asynchronous query","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"pg_send_query_params","desc":"Submits a command and separate parameters to the server without waiting for the result(s).","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $query"},{"required":"yes","param":"array $params"}],"returns":"bool"},{"id":"pg_trace","desc":"Enable tracing a PostgreSQL connection","params":[{"required":"yes","param":"string $pathname"},{"required":"no","param":"string $mode = "w""},{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"pg_untrace","desc":"Disable tracing of a PostgreSQL connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"phpcredits","desc":"Prints out the credits for PHP","params":[{"required":"no","param":"int $flag = CREDITS_ALL"}],"returns":"bool"},{"id":"phpinfo","desc":"Outputs information about PHP's configuration","params":[{"required":"no","param":"int $what = INFO_ALL"}],"returns":"bool"},{"id":"php_check_syntax","desc":"Check the PHP syntax of (and execute) the specified file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"string $error_message = ''"}],"returns":"bool"},{"id":"png2wbmp","desc":"Convert PNG image file to WBMP image file","params":[{"required":"yes","param":"string $pngname"},{"required":"yes","param":"string $wbmpname"},{"required":"yes","param":"int $dest_height"},{"required":"yes","param":"int $dest_width"},{"required":"yes","param":"int $threshold"}],"returns":"bool"},{"id":"posix_access","desc":"Determine accessibility of a file","params":[{"required":"yes","param":"string $file"},{"required":"no","param":"int $mode = POSIX_F_OK"}],"returns":"bool"},{"id":"posix_initgroups","desc":"Calculate the group access list","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"int $base_group_id"}],"returns":"bool"},{"id":"posix_isatty","desc":"Determine if a file descriptor is an interactive terminal","params":[{"required":"yes","param":"int $fd"}],"returns":"bool"},{"id":"posix_kill","desc":"Send a signal to a process","params":[{"required":"yes","param":"int $pid"},{"required":"yes","param":"int $sig"}],"returns":"bool"},{"id":"posix_mkfifo","desc":"Create a fifo special file (a named pipe)","params":[{"required":"yes","param":"string $pathname"},{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"posix_mknod","desc":"Create a special or ordinary file (POSIX.1)","params":[{"required":"yes","param":"string $pathname"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $major = ''"},{"required":"no","param":"int $minor = ''"}],"returns":"bool"},{"id":"posix_setegid","desc":"Set the effective GID of the current process","params":[{"required":"yes","param":"int $gid"}],"returns":"bool"},{"id":"posix_seteuid","desc":"Set the effective UID of the current process","params":[{"required":"yes","param":"int $uid"}],"returns":"bool"},{"id":"posix_setgid","desc":"Set the GID of the current process","params":[{"required":"yes","param":"int $gid"}],"returns":"bool"},{"id":"posix_setpgid","desc":"Set process group id for job control","params":[{"required":"yes","param":"int $pid"},{"required":"yes","param":"int $pgid"}],"returns":"bool"},{"id":"posix_setuid","desc":"Set the UID of the current process","params":[{"required":"yes","param":"int $uid"}],"returns":"bool"},{"id":"printer_delete_dc","desc":"Delete a device context","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"bool"},{"id":"printer_draw_bmp","desc":"Draw a bmp","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"},{"required":"no","param":"int $width = ''"},{"required":"yes","param":"int $height"}],"returns":"bool"},{"id":"printer_end_doc","desc":"Close document","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"bool"},{"id":"printer_end_page","desc":"Close active page","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"bool"},{"id":"printer_set_option","desc":"Configure the printer connection","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"printer_start_doc","desc":"Start a new document","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"no","param":"string $document = ''"}],"returns":"bool"},{"id":"printer_start_page","desc":"Start a new page","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"bool"},{"id":"printer_write","desc":"Write data to the printer","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"string $content"}],"returns":"bool"},{"id":"proc_nice","desc":"Change the priority of the current process","params":[{"required":"yes","param":"int $increment"}],"returns":"bool"},{"id":"proc_terminate","desc":"Kills a process opened by proc_open","params":[{"required":"yes","param":"resource $process"},{"required":"no","param":"int $signal = 15"}],"returns":"bool"},{"id":"property_exists","desc":"Checks if the object or class has a property","params":[{"required":"yes","param":"mixed $class"},{"required":"yes","param":"string $property"}],"returns":"bool"},{"id":"pspell_add_to_personal","desc":"Add the word to a personal wordlist","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $word"}],"returns":"bool"},{"id":"pspell_add_to_session","desc":"Add the word to the wordlist in the current session","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $word"}],"returns":"bool"},{"id":"pspell_check","desc":"Check a word","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $word"}],"returns":"bool"},{"id":"pspell_clear_session","desc":"Clear the current session","params":[{"required":"yes","param":"int $dictionary_link"}],"returns":"bool"},{"id":"pspell_config_data_dir","desc":"location of language data files","params":[{"required":"yes","param":"int $conf"},{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"pspell_config_dict_dir","desc":"Location of the main word list","params":[{"required":"yes","param":"int $conf"},{"required":"yes","param":"string $directory"}],"returns":"bool"},{"id":"pspell_config_ignore","desc":"Ignore words less than N characters long","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"int $n"}],"returns":"bool"},{"id":"pspell_config_mode","desc":"Change the mode number of suggestions returned","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"pspell_config_personal","desc":"Set a file that contains personal wordlist","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $file"}],"returns":"bool"},{"id":"pspell_config_repl","desc":"Set a file that contains replacement pairs","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $file"}],"returns":"bool"},{"id":"pspell_config_runtogether","desc":"Consider run-together words as valid compounds","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"bool $flag"}],"returns":"bool"},{"id":"pspell_config_save_repl","desc":"Determine whether to save a replacement pairs list along with the wordlist","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"bool $flag"}],"returns":"bool"},{"id":"pspell_save_wordlist","desc":"Save the personal wordlist to a file","params":[{"required":"yes","param":"int $dictionary_link"}],"returns":"bool"},{"id":"pspell_store_replacement","desc":"Store a replacement pair for a word","params":[{"required":"yes","param":"int $dictionary_link"},{"required":"yes","param":"string $misspelled"},{"required":"yes","param":"string $correct"}],"returns":"bool"},{"id":"ps_add_launchlink","desc":"Adds link which launches file","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"ps_add_locallink","desc":"Adds link to a page in the same document","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"ps_add_note","desc":"Adds note to current page","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $contents"},{"required":"yes","param":"string $title"},{"required":"yes","param":"string $icon"},{"required":"yes","param":"int $open"}],"returns":"bool"},{"id":"ps_add_pdflink","desc":"Adds link to a page in a second pdf document","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"ps_add_weblink","desc":"Adds link to a web location","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $url"}],"returns":"bool"},{"id":"ps_arc","desc":"Draws an arc counterclockwise","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $radius"},{"required":"yes","param":"float $alpha"},{"required":"yes","param":"float $beta"}],"returns":"bool"},{"id":"ps_arcn","desc":"Draws an arc clockwise","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $radius"},{"required":"yes","param":"float $alpha"},{"required":"yes","param":"float $beta"}],"returns":"bool"},{"id":"ps_begin_page","desc":"Start a new page","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"bool"},{"id":"ps_circle","desc":"Draws a circle","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $radius"}],"returns":"bool"},{"id":"ps_clip","desc":"Clips drawing to current path","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_close","desc":"Closes a PostScript document","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_closepath","desc":"Closes path","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_closepath_stroke","desc":"Closes and strokes path","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_continue_text","desc":"Continue text in next line","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"}],"returns":"bool"},{"id":"ps_curveto","desc":"Draws a curve","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"},{"required":"yes","param":"float $x3"},{"required":"yes","param":"float $y3"}],"returns":"bool"},{"id":"ps_delete","desc":"Deletes all resources of a PostScript document","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_end_page","desc":"End a page","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_end_pattern","desc":"End a pattern","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_end_template","desc":"End a template","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_fill","desc":"Fills the current path","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_fill_stroke","desc":"Fills and strokes the current path","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_include_file","desc":"Reads an external file with raw PostScript code","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $file"}],"returns":"bool"},{"id":"ps_lineto","desc":"Draws a line","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"ps_moveto","desc":"Sets current point","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"ps_open_file","desc":"Opens a file for output","params":[{"required":"yes","param":"resource $psdoc"},{"required":"no","param":"string $filename = ''"}],"returns":"bool"},{"id":"ps_place_image","desc":"Places image on the page","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $imageid"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $scale"}],"returns":"bool"},{"id":"ps_rect","desc":"Draws a rectangle","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"bool"},{"id":"ps_restore","desc":"Restore previously save context","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_rotate","desc":"Sets rotation factor","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $rot"}],"returns":"bool"},{"id":"ps_save","desc":"Save current context","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_scale","desc":"Sets scaling factor","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"ps_setcolor","desc":"Sets current color","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $colorspace"},{"required":"yes","param":"float $c1"},{"required":"yes","param":"float $c2"},{"required":"yes","param":"float $c3"},{"required":"yes","param":"float $c4"}],"returns":"bool"},{"id":"ps_setdash","desc":"Sets appearance of a dashed line","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $on"},{"required":"yes","param":"float $off"}],"returns":"bool"},{"id":"ps_setflat","desc":"Sets flatness","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $value"}],"returns":"bool"},{"id":"ps_setfont","desc":"Sets font to use for following output","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $fontid"},{"required":"yes","param":"float $size"}],"returns":"bool"},{"id":"ps_setgray","desc":"Sets gray value","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $gray"}],"returns":"bool"},{"id":"ps_setlinecap","desc":"Sets appearance of line ends","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $type"}],"returns":"bool"},{"id":"ps_setlinejoin","desc":"Sets how contected lines are joined","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $type"}],"returns":"bool"},{"id":"ps_setlinewidth","desc":"Sets width of a line","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $width"}],"returns":"bool"},{"id":"ps_setmiterlimit","desc":"Sets the miter limit","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $value"}],"returns":"bool"},{"id":"ps_setoverprintmode","desc":"Sets overprint mode","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"ps_setpolydash","desc":"Sets appearance of a dashed line","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $arr"}],"returns":"bool"},{"id":"ps_set_border_color","desc":"Sets color of border for annotations","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"}],"returns":"bool"},{"id":"ps_set_border_dash","desc":"Sets length of dashes for border of annotations","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $black"},{"required":"yes","param":"float $white"}],"returns":"bool"},{"id":"ps_set_border_style","desc":"Sets border style of annotations","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $style"},{"required":"yes","param":"float $width"}],"returns":"bool"},{"id":"ps_set_info","desc":"Sets information fields of document","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $val"}],"returns":"bool"},{"id":"ps_set_parameter","desc":"Sets certain parameters","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"ps_set_text_pos","desc":"Sets position for text output","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"ps_set_value","desc":"Sets certain values","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"float $value"}],"returns":"bool"},{"id":"ps_shfill","desc":"Fills an area with a shading","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $shadingid"}],"returns":"bool"},{"id":"ps_show","desc":"Output text","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"}],"returns":"bool"},{"id":"ps_show2","desc":"Output a text at current position","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"int $len"}],"returns":"bool"},{"id":"ps_show_xy","desc":"Output text at given position","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"ps_show_xy2","desc":"Output text at position","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"int $len"},{"required":"yes","param":"float $xcoor"},{"required":"yes","param":"float $ycoor"}],"returns":"bool"},{"id":"ps_stroke","desc":"Draws the current path","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"bool"},{"id":"ps_symbol","desc":"Output a glyph","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $ord"}],"returns":"bool"},{"id":"ps_translate","desc":"Sets translation","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"bool"},{"id":"putenv","desc":"Sets the value of an environment variable","params":[{"required":"yes","param":"string $setting"}],"returns":"bool"},{"id":"px_close","desc":"Closes a paradox database","params":[{"required":"yes","param":"resource $pxdoc"}],"returns":"bool"},{"id":"px_create_fp","desc":"Create a new paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"resource $file"},{"required":"yes","param":"array $fielddesc"}],"returns":"bool"},{"id":"px_delete","desc":"Deletes resource of paradox database","params":[{"required":"yes","param":"resource $pxdoc"}],"returns":"bool"},{"id":"px_delete_record","desc":"Deletes record from paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"int $num"}],"returns":"bool"},{"id":"px_open_fp","desc":"Open paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"resource $file"}],"returns":"bool"},{"id":"px_put_record","desc":"Stores record into paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"array $record"},{"required":"no","param":"int $recpos = -1"}],"returns":"bool"},{"id":"px_set_blob_file","desc":"Sets the file where blobs are read from","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"px_set_parameter","desc":"Sets a parameter","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"px_set_targetencoding","desc":"Sets the encoding for character fields (deprecated)","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $encoding"}],"returns":"bool"},{"id":"px_set_value","desc":"Sets a value","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"float $value"}],"returns":"bool"},{"id":"px_update_record","desc":"Updates record in paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"array $data"},{"required":"yes","param":"int $num"}],"returns":"bool"},{"id":"radius_add_server","desc":"Adds a server","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"string $hostname"},{"required":"yes","param":"int $port"},{"required":"yes","param":"string $secret"},{"required":"yes","param":"int $timeout"},{"required":"yes","param":"int $max_tries"}],"returns":"bool"},{"id":"radius_close","desc":"Frees all ressources","params":[{"required":"yes","param":"resource $radius_handle"}],"returns":"bool"},{"id":"radius_config","desc":"Causes the library to read the given configuration file","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"string $file"}],"returns":"bool"},{"id":"radius_create_request","desc":"Create accounting or authentication request","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $type"}],"returns":"bool"},{"id":"radius_put_addr","desc":"Attaches an IP-Address attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $addr"}],"returns":"bool"},{"id":"radius_put_attr","desc":"Attaches a binary attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"radius_put_int","desc":"Attaches an integer attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $type"},{"required":"yes","param":"int $value"}],"returns":"bool"},{"id":"radius_put_string","desc":"Attaches a string attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"radius_put_vendor_addr","desc":"Attaches a vendor specific IP-Address attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $vendor"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $addr"}],"returns":"bool"},{"id":"radius_put_vendor_attr","desc":"Attaches a vendor specific binary attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $vendor"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"radius_put_vendor_int","desc":"Attaches a vendor specific integer attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $vendor"},{"required":"yes","param":"int $type"},{"required":"yes","param":"int $value"}],"returns":"bool"},{"id":"radius_put_vendor_string","desc":"Attaches a vendor specific string attribute","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"int $vendor"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"rar_broken_is","desc":"Test whether an archive is broken (incomplete)","params":[{"required":"yes","param":"RarArchive $rarfile"}],"returns":"bool"},{"id":"rar_close","desc":"Close RAR archive and free all resources","params":[{"required":"yes","param":"RarArchive $rarfile"}],"returns":"bool"},{"id":"rar_solid_is","desc":"Check whether the RAR archive is solid","params":[{"required":"yes","param":"RarArchive $rarfile"}],"returns":"bool"},{"id":"readline_add_history","desc":"Adds a line to the history","params":[{"required":"yes","param":"string $line"}],"returns":"bool"},{"id":"readline_callback_handler_install","desc":"Initializes the readline callback interface and terminal, prints the prompt and returns immediately","params":[{"required":"yes","param":"string $prompt"},{"required":"yes","param":"callback $callback"}],"returns":"bool"},{"id":"readline_callback_handler_remove","desc":"Removes a previously installed callback handler and restores terminal settings","params":[],"returns":"bool"},{"id":"readline_clear_history","desc":"Clears the history","params":[],"returns":"bool"},{"id":"readline_completion_function","desc":"Registers a completion function","params":[{"required":"yes","param":"callback $function"}],"returns":"bool"},{"id":"readline_read_history","desc":"Reads the history","params":[{"required":"no","param":"string $filename = ''"}],"returns":"bool"},{"id":"readline_write_history","desc":"Writes the history","params":[{"required":"no","param":"string $filename = ''"}],"returns":"bool"},{"id":"recode_file","desc":"Recode from file to file according to recode request","params":[{"required":"yes","param":"string $request"},{"required":"yes","param":"resource $input"},{"required":"yes","param":"resource $output"}],"returns":"bool"},{"id":"register_tick_function","desc":"Register a function for execution on each tick","params":[{"required":"yes","param":"callback $function"},{"required":"no","param":"mixed $arg = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"bool"},{"id":"rename","desc":"Renames a file or directory","params":[{"required":"yes","param":"string $oldname"},{"required":"yes","param":"string $newname"},{"required":"no","param":"resource $context = ''"}],"returns":"bool"},{"id":"rename_function","desc":"Renames orig_name to new_name in the global function table","params":[{"required":"yes","param":"string $original_name"},{"required":"yes","param":"string $new_name"}],"returns":"bool"},{"id":"restore_error_handler","desc":"Restores the previous error handler function","params":[],"returns":"bool"},{"id":"restore_exception_handler","desc":"Restores the previously defined exception handler function","params":[],"returns":"bool"},{"id":"rewind","desc":"Rewind the position of a file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"bool"},{"id":"rmdir","desc":"Removes directory","params":[{"required":"yes","param":"string $dirname"},{"required":"no","param":"resource $context = ''"}],"returns":"bool"},{"id":"rpm_close","desc":"Closes an RPM file","params":[{"required":"yes","param":"resource $rpmr"}],"returns":"bool"},{"id":"rpm_is_valid","desc":"Tests a filename for validity as an RPM file","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"rrd_create","desc":"Creates rrd database file","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"rrd_restore","desc":"Restores the RRD file from XML dump.","params":[{"required":"yes","param":"string $xml_file"},{"required":"yes","param":"string $rrd_file"},{"required":"no","param":"array $options = ''"}],"returns":"bool"},{"id":"rrd_tune","desc":"Tunes some RRD database file header options.","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"rrd_update","desc":"Updates the RRD database.","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"rsort","desc":"Sort an array in reverse order","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_REGULAR"}],"returns":"bool"},{"id":"runkit_class_adopt","desc":"Convert a base class to an inherited class, add ancestral methods when appropriate","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $parentname"}],"returns":"bool"},{"id":"runkit_class_emancipate","desc":"Convert an inherited class to a base class, removes any method whose scope is ancestral","params":[{"required":"yes","param":"string $classname"}],"returns":"bool"},{"id":"runkit_constant_add","desc":"Similar to define(), but allows defining in class definitions as well","params":[{"required":"yes","param":"string $constname"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"runkit_constant_redefine","desc":"Redefine an already defined constant","params":[{"required":"yes","param":"string $constname"},{"required":"yes","param":"mixed $newvalue"}],"returns":"bool"},{"id":"runkit_constant_remove","desc":"Remove/Delete an already defined constant","params":[{"required":"yes","param":"string $constname"}],"returns":"bool"},{"id":"runkit_function_add","desc":"Add a new function, similar to create_function","params":[{"required":"yes","param":"string $funcname"},{"required":"yes","param":"string $arglist"},{"required":"yes","param":"string $code"}],"returns":"bool"},{"id":"runkit_function_copy","desc":"Copy a function to a new function name","params":[{"required":"yes","param":"string $funcname"},{"required":"yes","param":"string $targetname"}],"returns":"bool"},{"id":"runkit_function_redefine","desc":"Replace a function definition with a new implementation","params":[{"required":"yes","param":"string $funcname"},{"required":"yes","param":"string $arglist"},{"required":"yes","param":"string $code"}],"returns":"bool"},{"id":"runkit_function_remove","desc":"Remove a function definition","params":[{"required":"yes","param":"string $funcname"}],"returns":"bool"},{"id":"runkit_function_rename","desc":"Change a function's name","params":[{"required":"yes","param":"string $funcname"},{"required":"yes","param":"string $newname"}],"returns":"bool"},{"id":"runkit_import","desc":"Process a PHP file importing function and class definitions, overwriting where appropriate","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $flags = RUNKIT_IMPORT_CLASS_METHODS"}],"returns":"bool"},{"id":"runkit_lint","desc":"Check the PHP syntax of the specified php code","params":[{"required":"yes","param":"string $code"}],"returns":"bool"},{"id":"runkit_lint_file","desc":"Check the PHP syntax of the specified file","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"runkit_method_add","desc":"Dynamically adds a new method to a given class","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"},{"required":"yes","param":"string $args"},{"required":"yes","param":"string $code"},{"required":"no","param":"int $flags = RUNKIT_ACC_PUBLIC"}],"returns":"bool"},{"id":"runkit_method_copy","desc":"Copies a method from class to another","params":[{"required":"yes","param":"string $dClass"},{"required":"yes","param":"string $dMethod"},{"required":"yes","param":"string $sClass"},{"required":"no","param":"string $sMethod = ''"}],"returns":"bool"},{"id":"runkit_method_redefine","desc":"Dynamically changes the code of the given method","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"},{"required":"yes","param":"string $args"},{"required":"yes","param":"string $code"},{"required":"no","param":"int $flags = RUNKIT_ACC_PUBLIC"}],"returns":"bool"},{"id":"runkit_method_remove","desc":"Dynamically removes the given method","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"}],"returns":"bool"},{"id":"runkit_method_rename","desc":"Dynamically changes the name of the given method","params":[{"required":"yes","param":"string $classname"},{"required":"yes","param":"string $methodname"},{"required":"yes","param":"string $newname"}],"returns":"bool"},{"id":"runkit_return_value_used","desc":"Determines if the current functions return value will be used","params":[],"returns":"bool"},{"id":"sem_acquire","desc":"Acquire a semaphore","params":[{"required":"yes","param":"resource $sem_identifier"}],"returns":"bool"},{"id":"sem_release","desc":"Release a semaphore","params":[{"required":"yes","param":"resource $sem_identifier"}],"returns":"bool"},{"id":"sem_remove","desc":"Remove a semaphore","params":[{"required":"yes","param":"resource $sem_identifier"}],"returns":"bool"},{"id":"session_decode","desc":"Decodes session data from a string","params":[{"required":"yes","param":"string $data"}],"returns":"bool"},{"id":"session_destroy","desc":"Destroys all data registered to a session","params":[],"returns":"bool"},{"id":"session_is_registered","desc":"Find out whether a global variable is registered in a session","params":[{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"session_pgsql_add_error","desc":"Increments error counts and sets last error message","params":[{"required":"yes","param":"int $error_level"},{"required":"no","param":"string $error_message = ''"}],"returns":"bool"},{"id":"session_pgsql_reset","desc":"Reset connection to session database servers","params":[],"returns":"bool"},{"id":"session_pgsql_set_field","desc":"Set custom field value","params":[{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"session_regenerate_id","desc":"Update the current session id with a newly generated one","params":[{"required":"no","param":"bool $delete_old_session = false"}],"returns":"bool"},{"id":"session_register","desc":"Register one or more global variables with the current session","params":[{"required":"yes","param":"mixed $name"},{"required":"no","param":"mixed $... = ''"}],"returns":"bool"},{"id":"session_set_save_handler","desc":"Sets user-level session storage functions","params":[{"required":"yes","param":"callback $open"},{"required":"yes","param":"callback $close"},{"required":"yes","param":"callback $read"},{"required":"yes","param":"callback $write"},{"required":"yes","param":"callback $destroy"},{"required":"yes","param":"callback $gc"}],"returns":"bool"},{"id":"session_start","desc":"Initialize session data","params":[],"returns":"bool"},{"id":"session_unregister","desc":"Unregister a global variable from the current session","params":[{"required":"yes","param":"string $name"}],"returns":"bool"},{"id":"setcookie","desc":"Send a cookie","params":[{"required":"yes","param":"string $name"},{"required":"no","param":"string $value = ''"},{"required":"no","param":"int $expire = ''"},{"required":"no","param":"string $path = ''"},{"required":"no","param":"string $domain = ''"},{"required":"no","param":"bool $secure = false"},{"required":"no","param":"bool $httponly = false"}],"returns":"bool"},{"id":"setrawcookie","desc":"Send a cookie without urlencoding the cookie value","params":[{"required":"yes","param":"string $name"},{"required":"no","param":"string $value = ''"},{"required":"no","param":"int $expire = ''"},{"required":"no","param":"string $path = ''"},{"required":"no","param":"string $domain = ''"},{"required":"no","param":"bool $secure = false"},{"required":"no","param":"bool $httponly = false"}],"returns":"bool"},{"id":"setthreadtitle","desc":"Set the thread title","params":[{"required":"yes","param":"string $title"}],"returns":"bool"},{"id":"settype","desc":"Set the type of a variable","params":[{"required":"yes","param":"mixed $var"},{"required":"yes","param":"string $type"}],"returns":"bool"},{"id":"set_magic_quotes_runtime","desc":"Sets the current active configuration setting of magic_quotes_runtime","params":[{"required":"yes","param":"bool $new_setting"}],"returns":"bool"},{"id":"shmop_delete","desc":"Delete shared memory block","params":[{"required":"yes","param":"int $shmid"}],"returns":"bool"},{"id":"shm_detach","desc":"Disconnects from shared memory segment","params":[{"required":"yes","param":"resource $shm_identifier"}],"returns":"bool"},{"id":"shm_has_var","desc":"Check whether a specific entry exists","params":[{"required":"yes","param":"resource $shm_identifier"},{"required":"yes","param":"int $variable_key"}],"returns":"bool"},{"id":"shm_put_var","desc":"Inserts or updates a variable in shared memory","params":[{"required":"yes","param":"resource $shm_identifier"},{"required":"yes","param":"int $variable_key"},{"required":"yes","param":"mixed $variable"}],"returns":"bool"},{"id":"shm_remove","desc":"Removes shared memory from Unix systems","params":[{"required":"yes","param":"resource $shm_identifier"}],"returns":"bool"},{"id":"shm_remove_var","desc":"Removes a variable from shared memory","params":[{"required":"yes","param":"resource $shm_identifier"},{"required":"yes","param":"int $variable_key"}],"returns":"bool"},{"id":"shuffle","desc":"Shuffle an array","params":[{"required":"yes","param":"array $array"}],"returns":"bool"},{"id":"snmp2_set","desc":"Set the value of an SNMP object","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $value"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"bool"},{"id":"snmp3_set","desc":"Description","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $sec_name"},{"required":"yes","param":"string $sec_level"},{"required":"yes","param":"string $auth_protocol"},{"required":"yes","param":"string $auth_passphrase"},{"required":"yes","param":"string $priv_protocol"},{"required":"yes","param":"string $priv_passphrase"},{"required":"yes","param":"string $object_id"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $value"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"bool"},{"id":"snmpset","desc":"Set the value of an SNMP object","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"yes","param":"string $type"},{"required":"yes","param":"mixed $value"},{"required":"no","param":"int $timeout = 1000000"},{"required":"no","param":"int $retries = 5"}],"returns":"bool"},{"id":"snmp_get_quick_print","desc":"Fetches the current value of the UCD library's quick_print setting","params":[],"returns":"bool"},{"id":"snmp_read_mib","desc":"Reads and parses a MIB file into the active MIB tree","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"snmp_set_enum_print","desc":"Return all values that are enums with their enum value instead of the raw integer","params":[{"required":"yes","param":"int $enum_print"}],"returns":"bool"},{"id":"snmp_set_oid_output_format","desc":"Set the OID output format","params":[{"required":"yes","param":"int $oid_format"}],"returns":"bool"},{"id":"snmp_set_quick_print","desc":"Set the value of quick_print within the UCD SNMP library","params":[{"required":"yes","param":"bool $quick_print"}],"returns":"bool"},{"id":"snmp_set_valueretrieval","desc":"Specify the method how the SNMP values will be returned","params":[{"required":"yes","param":"int $method"}],"returns":"bool"},{"id":"socket_bind","desc":"Binds a name to a socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $address"},{"required":"no","param":"int $port = ''"}],"returns":"bool"},{"id":"socket_connect","desc":"Initiates a connection on a socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $address"},{"required":"no","param":"int $port = ''"}],"returns":"bool"},{"id":"socket_create_pair","desc":"Creates a pair of indistinguishable sockets and stores them in an array","params":[{"required":"yes","param":"int $domain"},{"required":"yes","param":"int $type"},{"required":"yes","param":"int $protocol"},{"required":"yes","param":"array $fd"}],"returns":"bool"},{"id":"socket_getpeername","desc":"Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $address"},{"required":"no","param":"int $port = ''"}],"returns":"bool"},{"id":"socket_getsockname","desc":"Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $addr"},{"required":"no","param":"int $port = ''"}],"returns":"bool"},{"id":"socket_listen","desc":"Listens for a connection on a socket","params":[{"required":"yes","param":"resource $socket"},{"required":"no","param":"int $backlog = ''"}],"returns":"bool"},{"id":"socket_set_block","desc":"Sets blocking mode on a socket resource","params":[{"required":"yes","param":"resource $socket"}],"returns":"bool"},{"id":"socket_set_nonblock","desc":"Sets nonblocking mode for file descriptor fd","params":[{"required":"yes","param":"resource $socket"}],"returns":"bool"},{"id":"socket_set_option","desc":"Sets socket options for the socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"int $level"},{"required":"yes","param":"int $optname"},{"required":"yes","param":"mixed $optval"}],"returns":"bool"},{"id":"socket_shutdown","desc":"Shuts down a socket for receiving, sending, or both","params":[{"required":"yes","param":"resource $socket"},{"required":"no","param":"int $how = 2"}],"returns":"bool"},{"id":"sort","desc":"Sort an array","params":[{"required":"yes","param":"array $array"},{"required":"no","param":"int $sort_flags = SORT_REGULAR"}],"returns":"bool"},{"id":"spl_autoload_register","desc":"Register given function as __autoload() implementation","params":[{"required":"no","param":"callback $autoload_function = ''"},{"required":"no","param":"bool $throw = true"},{"required":"no","param":"bool $prepend = false"}],"returns":"bool"},{"id":"spl_autoload_unregister","desc":"Unregister given function as __autoload() implementation","params":[{"required":"yes","param":"mixed $autoload_function"}],"returns":"bool"},{"id":"sqlite_exec","desc":"Executes a result-less query against a given database","params":[{"required":"yes","param":"resource $dbhandle"},{"required":"yes","param":"string $query"},{"required":"no","param":"string $error_msg = ''"}],"returns":"bool"},{"id":"sqlite_has_more","desc":"Finds whether or not more rows are available","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"sqlite_has_prev","desc":"Returns whether or not a previous row is available","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"sqlite_next","desc":"Seek to the next row number","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"sqlite_prev","desc":"Seek to the previous row number of a result set","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"sqlite_rewind","desc":"Seek to the first row number","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"sqlite_seek","desc":"Seek to a particular row number of a buffered result set","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $rownum"}],"returns":"bool"},{"id":"sqlite_valid","desc":"Returns whether more rows are available","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"ssh2_auth_hostbased_file","desc":"Authenticate using a public hostkey","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $hostname"},{"required":"yes","param":"string $pubkeyfile"},{"required":"yes","param":"string $privkeyfile"},{"required":"no","param":"string $passphrase = ''"},{"required":"no","param":"string $local_username = ''"}],"returns":"bool"},{"id":"ssh2_auth_password","desc":"Authenticate over SSH using a plain password","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"}],"returns":"bool"},{"id":"ssh2_auth_pubkey_file","desc":"Authenticate using a public key","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $pubkeyfile"},{"required":"yes","param":"string $privkeyfile"},{"required":"no","param":"string $passphrase = ''"}],"returns":"bool"},{"id":"ssh2_publickey_add","desc":"Add an authorized publickey","params":[{"required":"yes","param":"resource $pkey"},{"required":"yes","param":"string $algoname"},{"required":"yes","param":"string $blob"},{"required":"no","param":"bool $overwrite = false"},{"required":"no","param":"array $attributes = ''"}],"returns":"bool"},{"id":"ssh2_publickey_remove","desc":"Remove an authorized publickey","params":[{"required":"yes","param":"resource $pkey"},{"required":"yes","param":"string $algoname"},{"required":"yes","param":"string $blob"}],"returns":"bool"},{"id":"ssh2_scp_recv","desc":"Request a file via SCP","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"string $local_file"}],"returns":"bool"},{"id":"ssh2_scp_send","desc":"Send a file via SCP","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $local_file"},{"required":"yes","param":"string $remote_file"},{"required":"no","param":"int $create_mode = 0644"}],"returns":"bool"},{"id":"ssh2_sftp_mkdir","desc":"Create a directory","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $dirname"},{"required":"no","param":"int $mode = 0777"},{"required":"no","param":"bool $recursive = false"}],"returns":"bool"},{"id":"ssh2_sftp_rename","desc":"Rename a remote file","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $from"},{"required":"yes","param":"string $to"}],"returns":"bool"},{"id":"ssh2_sftp_rmdir","desc":"Remove a directory","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $dirname"}],"returns":"bool"},{"id":"ssh2_sftp_symlink","desc":"Create a symlink","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $target"},{"required":"yes","param":"string $link"}],"returns":"bool"},{"id":"ssh2_sftp_unlink","desc":"Delete a file","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"stomp_abort","desc":"Rolls back a transaction in progress","params":[{"required":"yes","param":"string $transaction_id"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_ack","desc":"Acknowledges consumption of a message","params":[{"required":"yes","param":"mixed $msg"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_begin","desc":"Starts a transaction","params":[{"required":"yes","param":"string $transaction_id"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_close","desc":"Closes stomp connection","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_commit","desc":"Commits a transaction in progress","params":[{"required":"yes","param":"string $transaction_id"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_has_frame","desc":"Indicates whether or not there is a frame ready to read","params":[{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_send","desc":"Sends a message","params":[{"required":"yes","param":"string $destination"},{"required":"yes","param":"mixed $msg"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_subscribe","desc":"Registers to listen to a given destination","params":[{"required":"yes","param":"string $destination"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stomp_unsubscribe","desc":"Removes an existing subscription","params":[{"required":"yes","param":"string $destination"},{"required":"no","param":"array $headers = ''"},{"required":"yes","param":"resource $link"}],"returns":"bool"},{"id":"stream_context_set_option","desc":"Sets an option for a stream/wrapper/context","params":[{"required":"yes","param":"resource $stream_or_context"},{"required":"yes","param":"string $wrapper"},{"required":"yes","param":"string $option"},{"required":"yes","param":"mixed $value"},{"required":"yes","param":"array $options"}],"returns":"bool"},{"id":"stream_context_set_params","desc":"Set parameters for a stream/wrapper/context","params":[{"required":"yes","param":"resource $stream_or_context"},{"required":"yes","param":"array $params"}],"returns":"bool"},{"id":"stream_encoding","desc":"Set character set for stream encoding","params":[{"required":"yes","param":"resource $stream"},{"required":"no","param":"string $encoding = ''"}],"returns":"bool"},{"id":"stream_filter_register","desc":"Register a user defined stream filter","params":[{"required":"yes","param":"string $filtername"},{"required":"yes","param":"string $classname"}],"returns":"bool"},{"id":"stream_filter_remove","desc":"Remove a filter from a stream","params":[{"required":"yes","param":"resource $stream_filter"}],"returns":"bool"},{"id":"stream_is_local","desc":"Checks if a stream is a local stream","params":[{"required":"yes","param":"mixed $stream_or_url"}],"returns":"bool"},{"id":"stream_set_blocking","desc":"Set blocking/non-blocking mode on a stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"int $mode"}],"returns":"bool"},{"id":"stream_set_timeout","desc":"Set timeout period on a stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"int $seconds"},{"required":"no","param":"int $microseconds = ''"}],"returns":"bool"},{"id":"stream_socket_shutdown","desc":"Shutdown a full-duplex connection","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"int $how"}],"returns":"bool"},{"id":"stream_supports_lock","desc":"Tells whether the stream supports locking.","params":[{"required":"yes","param":"resource $stream"}],"returns":"bool"},{"id":"stream_wrapper_register","desc":"Register a URL wrapper implemented as a PHP class","params":[{"required":"yes","param":"string $protocol"},{"required":"yes","param":"string $classname"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"stream_wrapper_restore","desc":"Restores a previously unregistered built-in wrapper","params":[{"required":"yes","param":"string $protocol"}],"returns":"bool"},{"id":"stream_wrapper_unregister","desc":"Unregister a URL wrapper","params":[{"required":"yes","param":"string $protocol"}],"returns":"bool"},{"id":"svn_add","desc":"Schedules the addition of an item in a working directory","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"bool $recursive = true"},{"required":"no","param":"bool $force = false"}],"returns":"bool"},{"id":"svn_checkout","desc":"Checks out a working copy from the repository","params":[{"required":"yes","param":"string $repos"},{"required":"yes","param":"string $targetpath"},{"required":"no","param":"int $revision = ''"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"svn_cleanup","desc":"Recursively cleanup a working copy directory, finishing incomplete operations and removing locks","params":[{"required":"yes","param":"string $workingdir"}],"returns":"bool"},{"id":"svn_delete","desc":"Delete items from a working copy or repository.","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"bool $force = false"}],"returns":"bool"},{"id":"svn_export","desc":"Export the contents of a SVN directory","params":[{"required":"yes","param":"string $frompath"},{"required":"yes","param":"string $topath"},{"required":"no","param":"bool $working_copy = true"},{"required":"no","param":"int $revision_no = -1"}],"returns":"bool"},{"id":"svn_fs_abort_txn","desc":"Abort a transaction, returns true if everything is okay, false otherwise","params":[{"required":"yes","param":"resource $txn"}],"returns":"bool"},{"id":"svn_fs_change_node_prop","desc":"Return true if everything is ok, false otherwise","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"bool"},{"id":"svn_fs_contents_changed","desc":"Return true if content is different, false otherwise","params":[{"required":"yes","param":"resource $root1"},{"required":"yes","param":"string $path1"},{"required":"yes","param":"resource $root2"},{"required":"yes","param":"string $path2"}],"returns":"bool"},{"id":"svn_fs_copy","desc":"Copies a file or a directory, returns true if all is ok, false otherwise","params":[{"required":"yes","param":"resource $from_root"},{"required":"yes","param":"string $from_path"},{"required":"yes","param":"resource $to_root"},{"required":"yes","param":"string $to_path"}],"returns":"bool"},{"id":"svn_fs_delete","desc":"Deletes a file or a directory, return true if all is ok, false otherwise","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"svn_fs_is_dir","desc":"Return true if the path points to a directory, false otherwise","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"svn_fs_is_file","desc":"Return true if the path points to a file, false otherwise","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"svn_fs_make_dir","desc":"Creates a new empty directory, returns true if all is ok, false otherwise","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"svn_fs_make_file","desc":"Creates a new empty file, returns true if all is ok, false otherwise","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"svn_fs_props_changed","desc":"Return true if props are different, false otherwise","params":[{"required":"yes","param":"resource $root1"},{"required":"yes","param":"string $path1"},{"required":"yes","param":"resource $root2"},{"required":"yes","param":"string $path2"}],"returns":"bool"},{"id":"svn_import","desc":"Imports an unversioned path into a repository","params":[{"required":"yes","param":"string $path"},{"required":"yes","param":"string $url"},{"required":"yes","param":"bool $nonrecursive"}],"returns":"bool"},{"id":"svn_mkdir","desc":"Creates a directory in a working copy or repository","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"string $log_message = ''"}],"returns":"bool"},{"id":"svn_repos_hotcopy","desc":"Make a hot-copy of the repos at repospath; copy it to destpath","params":[{"required":"yes","param":"string $repospath"},{"required":"yes","param":"string $destpath"},{"required":"yes","param":"bool $cleanlogs"}],"returns":"bool"},{"id":"svn_repos_recover","desc":"Run recovery procedures on the repository located at path.","params":[{"required":"yes","param":"string $path"}],"returns":"bool"},{"id":"svn_revert","desc":"Revert changes to the working copy","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"bool $recursive = false"}],"returns":"bool"},{"id":"sybase_close","desc":"Closes a Sybase connection","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"sybase_data_seek","desc":"Moves internal row pointer","params":[{"required":"yes","param":"resource $result_identifier"},{"required":"yes","param":"int $row_number"}],"returns":"bool"},{"id":"sybase_field_seek","desc":"Sets field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"bool"},{"id":"sybase_free_result","desc":"Frees result memory","params":[{"required":"yes","param":"resource $result"}],"returns":"bool"},{"id":"sybase_select_db","desc":"Selects a Sybase database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"bool"},{"id":"sybase_set_message_handler","desc":"Sets the handler called when a server message is raised","params":[{"required":"yes","param":"callback $handler"},{"required":"no","param":"resource $connection = ''"}],"returns":"bool"},{"id":"symlink","desc":"Creates a symbolic link","params":[{"required":"yes","param":"string $target"},{"required":"yes","param":"string $link"}],"returns":"bool"},{"id":"syslog","desc":"Generate a system log message","params":[{"required":"yes","param":"int $priority"},{"required":"yes","param":"string $message"}],"returns":"bool"},{"id":"tcpwrap_check","desc":"Performs a tcpwrap check","params":[{"required":"yes","param":"string $daemon"},{"required":"yes","param":"string $address"},{"required":"no","param":"string $user = ''"},{"required":"no","param":"bool $nodns = false"}],"returns":"bool"},{"id":"tidy_clean_repair","desc":"Execute configured cleanup and repair operations on parsed markup","params":[{"required":"yes","param":"tidy $object"}],"returns":"bool"},{"id":"tidy_diagnose","desc":"Run configured diagnostics on parsed and repaired markup","params":[{"required":"yes","param":"tidy $object"}],"returns":"bool"},{"id":"tidy_is_xhtml","desc":"Indicates if the document is a XHTML document","params":[{"required":"yes","param":"tidy $object"}],"returns":"bool"},{"id":"tidy_is_xml","desc":"Indicates if the document is a generic (non HTML/XHTML) XML document","params":[{"required":"yes","param":"tidy $object"}],"returns":"bool"},{"id":"tidy_reset_config","desc":"Restore Tidy configuration to default values","params":[],"returns":"bool"},{"id":"tidy_save_config","desc":"Save current settings to named file","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"tidy_setopt","desc":"Updates the configuration settings for the specified tidy document","params":[{"required":"yes","param":"string $option"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"tidy_set_encoding","desc":"Set the input/output character encoding for parsing markup","params":[{"required":"yes","param":"string $encoding"}],"returns":"bool"},{"id":"time_sleep_until","desc":"Make the script sleep until the specified time","params":[{"required":"yes","param":"float $timestamp"}],"returns":"bool"},{"id":"touch","desc":"Sets access and modification time of file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $time = time()"},{"required":"no","param":"int $atime = ''"}],"returns":"bool"},{"id":"trigger_error","desc":"Generates a user-level error/warning/notice message","params":[{"required":"yes","param":"string $error_msg"},{"required":"no","param":"int $error_type = E_USER_NOTICE"}],"returns":"bool"},{"id":"uasort","desc":"Sort an array with a user-defined comparison function and maintain index association","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"callback $cmp_function"}],"returns":"bool"},{"id":"udm_add_search_limit","desc":"Add various search limits","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"int $var"},{"required":"yes","param":"string $val"}],"returns":"bool"},{"id":"udm_check_charset","desc":"Check if the given charset is known to mnogosearch","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $charset"}],"returns":"bool"},{"id":"udm_clear_search_limits","desc":"Clear all mnoGoSearch search restrictions","params":[{"required":"yes","param":"resource $agent"}],"returns":"bool"},{"id":"udm_free_ispell_data","desc":"Free memory allocated for ispell data","params":[{"required":"yes","param":"int $agent"}],"returns":"bool"},{"id":"udm_free_res","desc":"Free mnoGoSearch result","params":[{"required":"yes","param":"resource $res"}],"returns":"bool"},{"id":"udm_load_ispell_data","desc":"Load ispell data","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"int $var"},{"required":"yes","param":"string $val1"},{"required":"yes","param":"string $val2"},{"required":"yes","param":"int $flag"}],"returns":"bool"},{"id":"udm_set_agent_param","desc":"Set mnoGoSearch agent session parameters","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"int $var"},{"required":"yes","param":"string $val"}],"returns":"bool"},{"id":"uksort","desc":"Sort an array by keys using a user-defined comparison function","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"callback $cmp_function"}],"returns":"bool"},{"id":"unlink","desc":"Deletes a file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"resource $context = ''"}],"returns":"bool"},{"id":"use_soap_error_handler","desc":"Set whether to use the SOAP error handler","params":[{"required":"no","param":"bool $handler = true"}],"returns":"bool"},{"id":"usort","desc":"Sort an array by values using a user-defined comparison function","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"callback $cmp_function"}],"returns":"bool"},{"id":"virtual","desc":"Perform an Apache sub-request","params":[{"required":"yes","param":"string $filename"}],"returns":"bool"},{"id":"vpopmail_add_alias_domain","desc":"Add an alias for a virtual domain","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $aliasdomain"}],"returns":"bool"},{"id":"vpopmail_add_alias_domain_ex","desc":"Add alias to an existing virtual domain","params":[{"required":"yes","param":"string $olddomain"},{"required":"yes","param":"string $newdomain"}],"returns":"bool"},{"id":"vpopmail_add_domain","desc":"Add a new virtual domain","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $dir"},{"required":"yes","param":"int $uid"},{"required":"yes","param":"int $gid"}],"returns":"bool"},{"id":"vpopmail_add_domain_ex","desc":"Add a new virtual domain","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $passwd"},{"required":"no","param":"string $quota = ''"},{"required":"no","param":"string $bounce = ''"},{"required":"no","param":"bool $apop = ''"}],"returns":"bool"},{"id":"vpopmail_add_user","desc":"Add a new user to the specified virtual domain","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $gecos = ''"},{"required":"no","param":"bool $apop = ''"}],"returns":"bool"},{"id":"vpopmail_alias_add","desc":"Insert a virtual alias","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $alias"}],"returns":"bool"},{"id":"vpopmail_alias_del","desc":"Deletes all virtual aliases of a user","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"}],"returns":"bool"},{"id":"vpopmail_alias_del_domain","desc":"Deletes all virtual aliases of a domain","params":[{"required":"yes","param":"string $domain"}],"returns":"bool"},{"id":"vpopmail_auth_user","desc":"Attempt to validate a username/domain/password","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $apop = ''"}],"returns":"bool"},{"id":"vpopmail_del_domain","desc":"Delete a virtual domain","params":[{"required":"yes","param":"string $domain"}],"returns":"bool"},{"id":"vpopmail_del_domain_ex","desc":"Delete a virtual domain","params":[{"required":"yes","param":"string $domain"}],"returns":"bool"},{"id":"vpopmail_del_user","desc":"Delete a user from a virtual domain","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"}],"returns":"bool"},{"id":"vpopmail_passwd","desc":"Change a virtual user's password","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $password"},{"required":"no","param":"bool $apop = ''"}],"returns":"bool"},{"id":"vpopmail_set_user_quota","desc":"Sets a virtual user's quota","params":[{"required":"yes","param":"string $user"},{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $quota"}],"returns":"bool"},{"id":"w32api_deftype","desc":"Defines a type for use with other w32api_functions","params":[{"required":"yes","param":"string $typename"},{"required":"yes","param":"string $member1_type"},{"required":"yes","param":"string $member1_name"},{"required":"no","param":"string $... = ''"}],"returns":"bool"},{"id":"w32api_register_function","desc":"Registers function function_name from library with PHP","params":[{"required":"yes","param":"string $library"},{"required":"yes","param":"string $function_name"},{"required":"yes","param":"string $return_type"}],"returns":"bool"},{"id":"wddx_add_vars","desc":"Add variables to a WDDX packet with the specified ID","params":[{"required":"yes","param":"resource $packet_id"},{"required":"yes","param":"mixed $var_name"},{"required":"no","param":"mixed $... = ''"}],"returns":"bool"},{"id":"win32_set_service_status","desc":"Update the service status","params":[{"required":"yes","param":"int $status"},{"required":"no","param":"int $checkpoint = ''"}],"returns":"bool"},{"id":"wincache_lock","desc":"Acquires an exclusive lock on a given key","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"bool $isglobal = false"}],"returns":"bool"},{"id":"wincache_refresh_if_changed","desc":"Refreshes the cache entries for the cached files","params":[{"required":"no","param":"array $files = ''"}],"returns":"bool"},{"id":"wincache_ucache_add","desc":"Adds a variable in user cache only if variable does not already exist in the cache","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"mixed $value"},{"required":"no","param":"int $ttl = ''"},{"required":"yes","param":"array $values"},{"required":"no","param":"mixed $unused = ''"}],"returns":"bool"},{"id":"wincache_ucache_cas","desc":"Compares the variable with old value and assigns new value to it","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"int $old_value"},{"required":"yes","param":"int $new_value"}],"returns":"bool"},{"id":"wincache_ucache_clear","desc":"Deletes entire content of the user cache","params":[],"returns":"bool"},{"id":"wincache_ucache_delete","desc":"Deletes variables from the user cache","params":[{"required":"yes","param":"mixed $key"}],"returns":"bool"},{"id":"wincache_ucache_exists","desc":"Checks if a variable exists in the user cache","params":[{"required":"yes","param":"string $key"}],"returns":"bool"},{"id":"wincache_ucache_set","desc":"Adds a variable in user cache and overwrites a variable if it already exists in the cache","params":[{"required":"yes","param":"mixed $key"},{"required":"yes","param":"mixed $value"},{"required":"no","param":"int $ttl = ''"},{"required":"yes","param":"array $values"},{"required":"no","param":"mixed $unused = ''"}],"returns":"bool"},{"id":"wincache_unlock","desc":"Releases an exclusive lock on a given key","params":[{"required":"yes","param":"string $key"}],"returns":"bool"},{"id":"xattr_remove","desc":"Remove an extended attribute","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $name"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"xattr_set","desc":"Set an extended attribute","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"xattr_supported","desc":"Check if filesystem supports extended attributes","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $flags = ''"}],"returns":"bool"},{"id":"xdiff_file_bdiff","desc":"Make binary diff of two files","params":[{"required":"yes","param":"string $old_file"},{"required":"yes","param":"string $new_file"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"xdiff_file_bpatch","desc":"Patch a file with a binary diff","params":[{"required":"yes","param":"string $file"},{"required":"yes","param":"string $patch"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"xdiff_file_diff","desc":"Make unified diff of two files","params":[{"required":"yes","param":"string $old_file"},{"required":"yes","param":"string $new_file"},{"required":"yes","param":"string $dest"},{"required":"no","param":"int $context = 3"},{"required":"no","param":"bool $minimal = false"}],"returns":"bool"},{"id":"xdiff_file_diff_binary","desc":"Alias of xdiff_file_bdiff","params":[{"required":"yes","param":"string $old_file"},{"required":"yes","param":"string $new_file"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"xdiff_file_patch_binary","desc":"Alias of xdiff_file_bpatch","params":[{"required":"yes","param":"string $file"},{"required":"yes","param":"string $patch"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"xdiff_file_rabdiff","desc":"Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm","params":[{"required":"yes","param":"string $old_file"},{"required":"yes","param":"string $new_file"},{"required":"yes","param":"string $dest"}],"returns":"bool"},{"id":"xmlrpc_is_fault","desc":"Determines if an array value represents an XMLRPC fault","params":[{"required":"yes","param":"array $arg"}],"returns":"bool"},{"id":"xmlrpc_server_register_introspection_callback","desc":"Register a PHP function to generate documentation","params":[{"required":"yes","param":"resource $server"},{"required":"yes","param":"string $function"}],"returns":"bool"},{"id":"xmlrpc_server_register_method","desc":"Register a PHP function to resource method matching method_name","params":[{"required":"yes","param":"resource $server"},{"required":"yes","param":"string $method_name"},{"required":"yes","param":"string $function"}],"returns":"bool"},{"id":"xmlrpc_set_type","desc":"Sets xmlrpc type, base64 or datetime, for a PHP string value","params":[{"required":"yes","param":"string $value"},{"required":"yes","param":"string $type"}],"returns":"bool"},{"id":"xml_parser_free","desc":"Free an XML parser","params":[{"required":"yes","param":"resource $parser"}],"returns":"bool"},{"id":"xml_parser_set_option","desc":"Set options in an XML parser","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"int $option"},{"required":"yes","param":"mixed $value"}],"returns":"bool"},{"id":"xml_set_character_data_handler","desc":"Set up character data handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_default_handler","desc":"Set up default handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_element_handler","desc":"Set up start and end element handlers","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $start_element_handler"},{"required":"yes","param":"callback $end_element_handler"}],"returns":"bool"},{"id":"xml_set_end_namespace_decl_handler","desc":"Set up end namespace declaration handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_external_entity_ref_handler","desc":"Set up external entity reference handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_notation_decl_handler","desc":"Set up notation declaration handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_object","desc":"Use XML Parser within an object","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"object $object"}],"returns":"bool"},{"id":"xml_set_processing_instruction_handler","desc":"Set up processing instruction (PI) handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_start_namespace_decl_handler","desc":"Set up start namespace declaration handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xml_set_unparsed_entity_decl_handler","desc":"Set up unparsed entity declaration handler","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"callback $handler"}],"returns":"bool"},{"id":"xpath_register_ns","desc":"Register the given namespace in the passed XPath context","params":[{"required":"yes","param":"XPathContext $xpath_context"},{"required":"yes","param":"string $prefix"},{"required":"yes","param":"string $uri"}],"returns":"bool"},{"id":"xpath_register_ns_auto","desc":"Register the given namespace in the passed XPath context","params":[{"required":"yes","param":"XPathContext $xpath_context"},{"required":"no","param":"object $context_node = ''"}],"returns":"bool"},{"id":"xslt_set_object","desc":"Sets the object in which to resolve callback functions","params":[{"required":"yes","param":"resource $processor"},{"required":"yes","param":"object $obj"}],"returns":"bool"},{"id":"yaml_emit_file","desc":"Send the YAML representation of a value to a file","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $data"},{"required":"no","param":"int $encoding = YAML_ANY_ENCODING"},{"required":"no","param":"int $linebreak = YAML_ANY_BREAK"}],"returns":"bool"},{"id":"yaz_ccl_parse","desc":"Invoke CCL Parser","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $query"},{"required":"yes","param":"array $result"}],"returns":"bool"},{"id":"yaz_close","desc":"Close YAZ connection","params":[{"required":"yes","param":"resource $id"}],"returns":"bool"},{"id":"yaz_database","desc":"Specifies the databases within a session","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $databases"}],"returns":"bool"},{"id":"yaz_element","desc":"Specifies Element-Set Name for retrieval","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $elementset"}],"returns":"bool"},{"id":"yaz_present","desc":"Prepares for retrieval (Z39.50 present)","params":[{"required":"yes","param":"resource $id"}],"returns":"bool"},{"id":"yaz_search","desc":"Prepares for a search","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $query"}],"returns":"bool"},{"id":"zip_entry_close","desc":"Close a directory entry","params":[{"required":"yes","param":"resource $zip_entry"}],"returns":"bool"},{"id":"zip_entry_open","desc":"Open a directory entry for reading","params":[{"required":"yes","param":"resource $zip"},{"required":"yes","param":"resource $zip_entry"},{"required":"no","param":"string $mode = ''"}],"returns":"bool"},{"id":"acos","desc":"Arc cosine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"acosh","desc":"Inverse hyperbolic cosine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"asin","desc":"Arc sine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"asinh","desc":"Inverse hyperbolic sine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"atan","desc":"Arc tangent","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"atan2","desc":"Arc tangent of two variables","params":[{"required":"yes","param":"float $y"},{"required":"yes","param":"float $x"}],"returns":"float"},{"id":"atanh","desc":"Inverse hyperbolic tangent","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"bindec","desc":"Binary to decimal","params":[{"required":"yes","param":"string $binary_string"}],"returns":"float"},{"id":"cairo_get_line_width","desc":"The getLineWidth purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"float"},{"id":"cairo_get_miter_limit","desc":"The getMiterLimit purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"float"},{"id":"cairo_get_tolerance","desc":"The getTolerance purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"float"},{"id":"ceil","desc":"Round fractions up","params":[{"required":"yes","param":"float $value"}],"returns":"float"},{"id":"cos","desc":"Cosine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"cosh","desc":"Hyperbolic cosine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"deg2rad","desc":"Converts the number in degrees to the radian equivalent","params":[{"required":"yes","param":"float $number"}],"returns":"float"},{"id":"disk_free_space","desc":"Returns available space on filesystem or disk partition","params":[{"required":"yes","param":"string $directory"}],"returns":"float"},{"id":"disk_total_space","desc":"Returns the total size of a filesystem or disk partition","params":[{"required":"yes","param":"string $directory"}],"returns":"float"},{"id":"exp","desc":"Calculates the exponent of e","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"expm1","desc":"Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"floatval","desc":"Get float value of a variable","params":[{"required":"yes","param":"mixed $var"}],"returns":"float"},{"id":"floor","desc":"Round fractions down","params":[{"required":"yes","param":"float $value"}],"returns":"float"},{"id":"fmod","desc":"Returns the floating point remainder (modulo) of the division of the arguments","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"float"},{"id":"hypot","desc":"Calculate the length of the hypotenuse of a right-angle triangle","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"float"},{"id":"lcg_value","desc":"Combined linear congruential generator","params":[],"returns":"float"},{"id":"log","desc":"Natural logarithm","params":[{"required":"yes","param":"float $arg"},{"required":"no","param":"float $base = M_E"}],"returns":"float"},{"id":"log1p","desc":"Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero","params":[{"required":"yes","param":"float $number"}],"returns":"float"},{"id":"log10","desc":"Base-10 logarithm","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"notes_version","desc":"Get the version Lotus Notes","params":[{"required":"yes","param":"string $database_name"}],"returns":"float"},{"id":"numfmt_parse_currency","desc":"Parse a currency number","params":[{"required":"yes","param":"string $value"},{"required":"yes","param":"string $currency"},{"required":"no","param":"int $position = ''"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"float"},{"id":"PDF_get_pdi_value","desc":"Get PDI numerical parameter [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"int $reserved"}],"returns":"float"},{"id":"PDF_get_value","desc":"Get numerical parameter","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"float $modifier"}],"returns":"float"},{"id":"PDF_info_font","desc":"Query detailed information about a loaded font","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $font"},{"required":"yes","param":"string $keyword"},{"required":"yes","param":"string $optlist"}],"returns":"float"},{"id":"PDF_info_matchbox","desc":"Query matchbox information","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $boxname"},{"required":"yes","param":"int $num"},{"required":"yes","param":"string $keyword"}],"returns":"float"},{"id":"PDF_info_table","desc":"Retrieve table information","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $table"},{"required":"yes","param":"string $keyword"}],"returns":"float"},{"id":"PDF_info_textflow","desc":"Query textflow state","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $textflow"},{"required":"yes","param":"string $keyword"}],"returns":"float"},{"id":"PDF_info_textline","desc":"Perform textline formatting and query metrics","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $keyword"},{"required":"yes","param":"string $optlist"}],"returns":"float"},{"id":"PDF_pcos_get_number","desc":"Get value of pCOS path with type number or boolean","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"string $path"}],"returns":"float"},{"id":"PDF_stringwidth","desc":"Return width of text","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $text"},{"required":"yes","param":"int $font"},{"required":"yes","param":"float $fontsize"}],"returns":"float"},{"id":"pi","desc":"Get value of pi","params":[],"returns":"float"},{"id":"pow","desc":"Exponential expression","params":[{"required":"yes","param":"number $base"},{"required":"yes","param":"number $exp"}],"returns":"float"},{"id":"ps_get_value","desc":"Gets certain values","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $name"},{"required":"no","param":"float $modifier = ''"}],"returns":"float"},{"id":"ps_stringwidth","desc":"Gets width of a string","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"no","param":"int $fontid = ''"},{"required":"no","param":"float $size = 0.0"}],"returns":"float"},{"id":"ps_symbol_width","desc":"Gets width of a glyph","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $ord"},{"required":"no","param":"int $fontid = ''"},{"required":"no","param":"float $size = 0.0"}],"returns":"float"},{"id":"px_get_value","desc":"Gets a value","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $name"}],"returns":"float"},{"id":"rad2deg","desc":"Converts the radian number to the equivalent number in degrees","params":[{"required":"yes","param":"float $number"}],"returns":"float"},{"id":"round","desc":"Rounds a float","params":[{"required":"yes","param":"float $val"},{"required":"no","param":"int $precision = ''"},{"required":"no","param":"int $mode = PHP_ROUND_HALF_UP"}],"returns":"float"},{"id":"sin","desc":"Sine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"sinh","desc":"Hyperbolic sine","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"sqrt","desc":"Square root","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"stats_absolute_deviation","desc":"Returns the absolute deviation of an array of values","params":[{"required":"yes","param":"array $a"}],"returns":"float"},{"id":"stats_cdf_beta","desc":"CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_binomial","desc":"Calculates any one parameter of the binomial distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_cauchy","desc":"Not documented","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_chisquare","desc":"Calculates any one parameter of the chi-square distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_exponential","desc":"Not documented","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_f","desc":"Calculates any one parameter of the F distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_gamma","desc":"Calculates any one parameter of the gamma distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_laplace","desc":"Not documented","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_logistic","desc":"Not documented","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_negative_binomial","desc":"Calculates any one parameter of the negative binomial distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_noncentral_chisquare","desc":"Calculates any one parameter of the non-central chi-square distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_noncentral_f","desc":"Calculates any one parameter of the Non-central F distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"float $par4"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_poisson","desc":"Calculates any one parameter of the Poisson distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_t","desc":"Calculates any one parameter of the T distribution given values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_uniform","desc":"Not documented","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_cdf_weibull","desc":"Not documented","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_covariance","desc":"Computes the covariance of two data sets","params":[{"required":"yes","param":"array $a"},{"required":"yes","param":"array $b"}],"returns":"float"},{"id":"stats_dens_beta","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"}],"returns":"float"},{"id":"stats_dens_cauchy","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $ave"},{"required":"yes","param":"float $stdev"}],"returns":"float"},{"id":"stats_dens_chisquare","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $dfr"}],"returns":"float"},{"id":"stats_dens_exponential","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $scale"}],"returns":"float"},{"id":"stats_dens_f","desc":"","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $dfr1"},{"required":"yes","param":"float $dfr2"}],"returns":"float"},{"id":"stats_dens_gamma","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $shape"},{"required":"yes","param":"float $scale"}],"returns":"float"},{"id":"stats_dens_laplace","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $ave"},{"required":"yes","param":"float $stdev"}],"returns":"float"},{"id":"stats_dens_logistic","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $ave"},{"required":"yes","param":"float $stdev"}],"returns":"float"},{"id":"stats_dens_negative_binomial","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $n"},{"required":"yes","param":"float $pi"}],"returns":"float"},{"id":"stats_dens_normal","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $ave"},{"required":"yes","param":"float $stdev"}],"returns":"float"},{"id":"stats_dens_pmf_binomial","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $n"},{"required":"yes","param":"float $pi"}],"returns":"float"},{"id":"stats_dens_pmf_hypergeometric","desc":"","params":[{"required":"yes","param":"float $n1"},{"required":"yes","param":"float $n2"},{"required":"yes","param":"float $N1"},{"required":"yes","param":"float $N2"}],"returns":"float"},{"id":"stats_dens_pmf_poisson","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $lb"}],"returns":"float"},{"id":"stats_dens_t","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $dfr"}],"returns":"float"},{"id":"stats_dens_weibull","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"}],"returns":"float"},{"id":"stats_den_uniform","desc":"Not documented","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"}],"returns":"float"},{"id":"stats_kurtosis","desc":"Computes the kurtosis of the data in the array","params":[{"required":"yes","param":"array $a"}],"returns":"float"},{"id":"stats_rand_gen_beta","desc":"Generates beta random deviate","params":[{"required":"yes","param":"float $a"},{"required":"yes","param":"float $b"}],"returns":"float"},{"id":"stats_rand_gen_chisquare","desc":"Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.","params":[{"required":"yes","param":"float $df"}],"returns":"float"},{"id":"stats_rand_gen_exponential","desc":"Generates a single random deviate from an exponential distribution with mean "av"","params":[{"required":"yes","param":"float $av"}],"returns":"float"},{"id":"stats_rand_gen_f","desc":"Generates a random deviate","params":[{"required":"yes","param":"float $dfn"},{"required":"yes","param":"float $dfd"}],"returns":"float"},{"id":"stats_rand_gen_funiform","desc":"Generates uniform float between low (exclusive) and high (exclusive)","params":[{"required":"yes","param":"float $low"},{"required":"yes","param":"float $high"}],"returns":"float"},{"id":"stats_rand_gen_gamma","desc":"Generates random deviates from a gamma distribution","params":[{"required":"yes","param":"float $a"},{"required":"yes","param":"float $r"}],"returns":"float"},{"id":"stats_rand_gen_noncenral_chisquare","desc":"Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0","params":[{"required":"yes","param":"float $df"},{"required":"yes","param":"float $xnonc"}],"returns":"float"},{"id":"stats_rand_gen_noncentral_f","desc":"Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.","params":[{"required":"yes","param":"float $dfn"},{"required":"yes","param":"float $dfd"},{"required":"yes","param":"float $xnonc"}],"returns":"float"},{"id":"stats_rand_gen_noncentral_t","desc":"Generates a single random deviate from a noncentral T distribution","params":[{"required":"yes","param":"float $df"},{"required":"yes","param":"float $xnonc"}],"returns":"float"},{"id":"stats_rand_gen_normal","desc":"Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.","params":[{"required":"yes","param":"float $av"},{"required":"yes","param":"float $sd"}],"returns":"float"},{"id":"stats_rand_gen_t","desc":"Generates a single random deviate from a T distribution","params":[{"required":"yes","param":"float $df"}],"returns":"float"},{"id":"stats_rand_ranf","desc":"Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator","params":[],"returns":"float"},{"id":"stats_skew","desc":"Computes the skewness of the data in the array","params":[{"required":"yes","param":"array $a"}],"returns":"float"},{"id":"stats_standard_deviation","desc":"Returns the standard deviation","params":[{"required":"yes","param":"array $a"},{"required":"no","param":"bool $sample = false"}],"returns":"float"},{"id":"stats_stat_binomial_coef","desc":"Not documented","params":[{"required":"yes","param":"int $x"},{"required":"yes","param":"int $n"}],"returns":"float"},{"id":"stats_stat_correlation","desc":"Not documented","params":[{"required":"yes","param":"array $arr1"},{"required":"yes","param":"array $arr2"}],"returns":"float"},{"id":"stats_stat_gennch","desc":"Not documented","params":[{"required":"yes","param":"int $n"}],"returns":"float"},{"id":"stats_stat_independent_t","desc":"Not documented","params":[{"required":"yes","param":"array $arr1"},{"required":"yes","param":"array $arr2"}],"returns":"float"},{"id":"stats_stat_innerproduct","desc":"","params":[{"required":"yes","param":"array $arr1"},{"required":"yes","param":"array $arr2"}],"returns":"float"},{"id":"stats_stat_noncentral_t","desc":"Calculates any one parameter of the noncentral t distribution give values for the others.","params":[{"required":"yes","param":"float $par1"},{"required":"yes","param":"float $par2"},{"required":"yes","param":"float $par3"},{"required":"yes","param":"int $which"}],"returns":"float"},{"id":"stats_stat_paired_t","desc":"Not documented","params":[{"required":"yes","param":"array $arr1"},{"required":"yes","param":"array $arr2"}],"returns":"float"},{"id":"stats_stat_percentile","desc":"Not documented","params":[{"required":"yes","param":"float $df"},{"required":"yes","param":"float $xnonc"}],"returns":"float"},{"id":"stats_stat_powersum","desc":"Not documented","params":[{"required":"yes","param":"array $arr"},{"required":"yes","param":"float $power"}],"returns":"float"},{"id":"stats_variance","desc":"Returns the population variance","params":[{"required":"yes","param":"array $a"},{"required":"no","param":"bool $sample = false"}],"returns":"float"},{"id":"swf_textwidth","desc":"Get the width of a string","params":[{"required":"yes","param":"string $str"}],"returns":"float"},{"id":"tan","desc":"Tangent","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"tanh","desc":"Hyperbolic tangent","params":[{"required":"yes","param":"float $arg"}],"returns":"float"},{"id":"hw_api_object","desc":"Creates a new instance of class hw_api_object","params":[{"required":"yes","param":"array $parameter"}],"returns":"object"},{"id":"apc_bin_dumpfile","desc":"Output a binary dump of cached files and user variables to a file","params":[{"required":"yes","param":"array $files"},{"required":"yes","param":"array $user_vars"},{"required":"yes","param":"string $filename"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"resource $context = ''"}],"returns":"int"},{"id":"apc_dec","desc":"Decrease a stored number","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"int $step = 1"},{"required":"no","param":"bool $success = ''"}],"returns":"int"},{"id":"apc_inc","desc":"Increase a stored number","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"int $step = 1"},{"required":"no","param":"bool $success = ''"}],"returns":"int"},{"id":"array_push","desc":"Push one or more elements onto the end of array","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"mixed $var"},{"required":"no","param":"mixed $... = ''"}],"returns":"int"},{"id":"array_unshift","desc":"Prepend one or more elements to the beginning of an array","params":[{"required":"yes","param":"array $array"},{"required":"yes","param":"mixed $var"},{"required":"no","param":"mixed $... = ''"}],"returns":"int"},{"id":"bccomp","desc":"Compare two arbitrary precision numbers","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"no","param":"int $scale = ''"}],"returns":"int"},{"id":"bzclose","desc":"Close a bzip2 file","params":[{"required":"yes","param":"resource $bz"}],"returns":"int"},{"id":"bzerrno","desc":"Returns a bzip2 error number","params":[{"required":"yes","param":"resource $bz"}],"returns":"int"},{"id":"bzflush","desc":"Force a write of all buffered data","params":[{"required":"yes","param":"resource $bz"}],"returns":"int"},{"id":"bzwrite","desc":"Binary safe bzip2 file write","params":[{"required":"yes","param":"resource $bz"},{"required":"yes","param":"string $data"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"cairo_font_face_get_type","desc":"Description","params":[{"required":"yes","param":"CairoFontFace $fontface"}],"returns":"int"},{"id":"cairo_font_face_status","desc":"Check for CairoFontFace errors","params":[{"required":"yes","param":"CairoFontFace $fontface"}],"returns":"int"},{"id":"cairo_font_options_get_antialias","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"}],"returns":"int"},{"id":"cairo_font_options_get_hint_metrics","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"}],"returns":"int"},{"id":"cairo_font_options_get_hint_style","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"}],"returns":"int"},{"id":"cairo_font_options_get_subpixel_order","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"}],"returns":"int"},{"id":"cairo_font_options_hash","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"}],"returns":"int"},{"id":"cairo_font_options_status","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"}],"returns":"int"},{"id":"cairo_format_stride_for_width","desc":"Description","params":[{"required":"yes","param":"int $format"},{"required":"yes","param":"int $width"}],"returns":"int"},{"id":"cairo_get_antialias","desc":"The getAntialias purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_get_dash_count","desc":"The getDashCount purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_get_fill_rule","desc":"The getFillRule purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_get_line_cap","desc":"The getLineCap purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_get_line_join","desc":"The getLineJoin purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_get_operator","desc":"The getOperator purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_image_surface_get_format","desc":"Description","params":[{"required":"yes","param":"CairoImageSurface $surface"}],"returns":"int"},{"id":"cairo_image_surface_get_height","desc":"Description","params":[{"required":"yes","param":"CairoImageSurface $surface"}],"returns":"int"},{"id":"cairo_image_surface_get_stride","desc":"Description","params":[{"required":"yes","param":"CairoImageSurface $surface"}],"returns":"int"},{"id":"cairo_image_surface_get_width","desc":"Description","params":[{"required":"yes","param":"CairoImageSurface $surface"}],"returns":"int"},{"id":"cairo_pattern_get_color_stop_count","desc":"Description","params":[{"required":"yes","param":"CairoGradientPattern $pattern"}],"returns":"int"},{"id":"cairo_pattern_get_extend","desc":"Description","params":[{"required":"yes","param":"string $pattern"}],"returns":"int"},{"id":"cairo_pattern_get_filter","desc":"Description","params":[{"required":"yes","param":"CairoSurfacePattern $pattern"}],"returns":"int"},{"id":"cairo_pattern_get_type","desc":"Description","params":[{"required":"yes","param":"CairoPattern $pattern"}],"returns":"int"},{"id":"cairo_pattern_status","desc":"Description","params":[{"required":"yes","param":"CairoPattern $pattern"}],"returns":"int"},{"id":"cairo_scaled_font_get_type","desc":"Description","params":[{"required":"yes","param":"CairoScaledFont $scaledfont"}],"returns":"int"},{"id":"cairo_scaled_font_status","desc":"Description","params":[{"required":"yes","param":"CairoScaledFont $scaledfont"}],"returns":"int"},{"id":"cairo_status","desc":"The status purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"int"},{"id":"cairo_surface_get_content","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"int"},{"id":"cairo_surface_get_type","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"int"},{"id":"cairo_surface_status","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"int"},{"id":"cairo_version","desc":"Retrives cairo's library version","params":[],"returns":"int"},{"id":"cal_days_in_month","desc":"Return the number of days in a month for a given year and calendar","params":[{"required":"yes","param":"int $calendar"},{"required":"yes","param":"int $month"},{"required":"yes","param":"int $year"}],"returns":"int"},{"id":"cal_to_jd","desc":"Converts from a supported calendar to Julian Day Count","params":[{"required":"yes","param":"int $calendar"},{"required":"yes","param":"int $month"},{"required":"yes","param":"int $day"},{"required":"yes","param":"int $year"}],"returns":"int"},{"id":"collator_compare","desc":"Compare two Unicode strings","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"},{"required":"yes","param":"Collator $coll"}],"returns":"int"},{"id":"collator_get_attribute","desc":"Get collation attribute value","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"Collator $coll"}],"returns":"int"},{"id":"collator_get_error_code","desc":"Get collator's last error code","params":[{"required":"yes","param":"Collator $coll"}],"returns":"int"},{"id":"collator_get_strength","desc":"Get current collation strength","params":[{"required":"yes","param":"Collator $coll"}],"returns":"int"},{"id":"connection_aborted","desc":"Check whether client disconnected","params":[],"returns":"int"},{"id":"connection_status","desc":"Returns connection status bitfield","params":[],"returns":"int"},{"id":"connection_timeout","desc":"Check if the script timed out","params":[],"returns":"int"},{"id":"count","desc":"Count all elements in an array, or properties in an object","params":[{"required":"yes","param":"mixed $var"},{"required":"no","param":"int $mode = COUNT_NORMAL"}],"returns":"int"},{"id":"crc32","desc":"Calculates the crc32 polynomial of a string","params":[{"required":"yes","param":"string $str"}],"returns":"int"},{"id":"cubrid_affected_rows","desc":"Return the number of rows affected by the last SQL statement","params":[{"required":"no","param":"resource $req_identifier = ''"}],"returns":"int"},{"id":"cubrid_close_prepare","desc":"Close the request handle","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"int"},{"id":"cubrid_col_size","desc":"Get the number of elements in collection type column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $attr_name"}],"returns":"int"},{"id":"cubrid_data_seek","desc":"Move the internal row pointer of the CUBRID result","params":[{"required":"yes","param":"resource $req_identifier"},{"required":"yes","param":"int $row_number"}],"returns":"int"},{"id":"cubrid_errno","desc":"Return the numerical value of the error message from previous CUBRID operation","params":[{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"int"},{"id":"cubrid_error_code","desc":"Get error code for the most recent function call","params":[],"returns":"int"},{"id":"cubrid_error_code_facility","desc":"Get the facility code of error","params":[],"returns":"int"},{"id":"cubrid_field_len","desc":"Get the maximum length of the specified field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"int"},{"id":"cubrid_is_instance","desc":"Check whether the instance pointed by OID exists","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"}],"returns":"int"},{"id":"cubrid_load_from_glo","desc":"Read data from a GLO instance and save it in a file","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $file_name"}],"returns":"int"},{"id":"cubrid_move_cursor","desc":"Move the cursor in the result","params":[{"required":"yes","param":"resource $req_identifier"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $origin = CUBRID_CURSOR_CURRENT"}],"returns":"int"},{"id":"cubrid_num_cols","desc":"Return the number of columns in the result set","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"int"},{"id":"cubrid_num_fields","desc":"Return the number of columns in the result set","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"cubrid_num_rows","desc":"Get the number of rows in the result set","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"int"},{"id":"cubrid_put","desc":"Update a column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"no","param":"string $attr = ''"},{"required":"yes","param":"mixed $value"}],"returns":"int"},{"id":"cubrid_save_to_glo","desc":"Save requested file in a GLO instance","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"yes","param":"string $file_name"}],"returns":"int"},{"id":"cubrid_send_glo","desc":"Read data from glo and send it to std output","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"}],"returns":"int"},{"id":"curl_errno","desc":"Return the last error number","params":[{"required":"yes","param":"resource $ch"}],"returns":"int"},{"id":"curl_multi_add_handle","desc":"Add a normal cURL handle to a cURL multi handle","params":[{"required":"yes","param":"resource $mh"},{"required":"yes","param":"resource $ch"}],"returns":"int"},{"id":"curl_multi_exec","desc":"Run the sub-connections of the current cURL handle","params":[{"required":"yes","param":"resource $mh"},{"required":"yes","param":"int $still_running"}],"returns":"int"},{"id":"curl_multi_remove_handle","desc":"Remove a multi handle from a set of cURL handles","params":[{"required":"yes","param":"resource $mh"},{"required":"yes","param":"resource $ch"}],"returns":"int"},{"id":"curl_multi_select","desc":"Wait for activity on any curl_multi connection","params":[{"required":"yes","param":"resource $mh"},{"required":"no","param":"float $timeout = 1.0"}],"returns":"int"},{"id":"datefmt_get_calendar","desc":"Get the calendar used for the IntlDateFormatter","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"int"},{"id":"datefmt_get_datetype","desc":"Get the datetype used for the IntlDateFormatter","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"int"},{"id":"datefmt_get_error_code","desc":"Get the error code from last operation","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"int"},{"id":"datefmt_get_timetype","desc":"Get the timetype used for the IntlDateFormatter","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"int"},{"id":"datefmt_parse","desc":"Parse string to a timestamp value","params":[{"required":"yes","param":"string $value"},{"required":"no","param":"int $position = ''"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"int"},{"id":"db2_cursor_type","desc":"Returns the cursor type used by a statement resource","params":[{"required":"yes","param":"resource $stmt"}],"returns":"int"},{"id":"db2_field_display_size","desc":"Returns the maximum number of bytes required to display a column","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"int"},{"id":"db2_field_num","desc":"Returns the position of the named column in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"int"},{"id":"db2_field_precision","desc":"Returns the precision of the indicated column in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"int"},{"id":"db2_field_scale","desc":"Returns the scale of the indicated column in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"int"},{"id":"db2_field_width","desc":"Returns the width of the current value of the indicated column in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"int"},{"id":"db2_num_fields","desc":"Returns the number of fields contained in a result set","params":[{"required":"yes","param":"resource $stmt"}],"returns":"int"},{"id":"dbase_create","desc":"Creates a database","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"array $fields"}],"returns":"int"},{"id":"dbase_numfields","desc":"Gets the number of fields of a database","params":[{"required":"yes","param":"int $dbase_identifier"}],"returns":"int"},{"id":"dbase_numrecords","desc":"Gets the number of records in a database","params":[{"required":"yes","param":"int $dbase_identifier"}],"returns":"int"},{"id":"dbase_open","desc":"Opens a database","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $mode"}],"returns":"int"},{"id":"dbplus_add","desc":"Add a tuple to a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_curr","desc":"Get current tuple from relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_errno","desc":"Get error code for last operation","params":[],"returns":"int"},{"id":"dbplus_find","desc":"Set a constraint on a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $constraints"},{"required":"yes","param":"mixed $tuple"}],"returns":"int"},{"id":"dbplus_first","desc":"Get first tuple from relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_flush","desc":"Flush all changes made on a relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_freealllocks","desc":"Free all locks held by this client","params":[],"returns":"int"},{"id":"dbplus_freelock","desc":"Release write lock on tuple","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"string $tuple"}],"returns":"int"},{"id":"dbplus_freerlocks","desc":"Free all tuple locks on given relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_getlock","desc":"Get a write lock on a tuple","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"string $tuple"}],"returns":"int"},{"id":"dbplus_getunique","desc":"Get an id number unique to a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"int $uniqueid"}],"returns":"int"},{"id":"dbplus_info","desc":"Get information about a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"string $key"},{"required":"yes","param":"array $result"}],"returns":"int"},{"id":"dbplus_last","desc":"Get last tuple from relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_lockrel","desc":"Request write lock on relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_next","desc":"Get next tuple from relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_prev","desc":"Get previous tuple from relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_rchperm","desc":"Change relation permissions","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"int $mask"},{"required":"yes","param":"string $user"},{"required":"yes","param":"string $group"}],"returns":"int"},{"id":"dbplus_restorepos","desc":"Restore position","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"}],"returns":"int"},{"id":"dbplus_rrename","desc":"Rename a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"string $name"}],"returns":"int"},{"id":"dbplus_runlink","desc":"Remove relation from filesystem","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_rzap","desc":"Remove all tuples from relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_savepos","desc":"Save position","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_setindex","desc":"Set index","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"string $idx_name"}],"returns":"int"},{"id":"dbplus_setindexbynumber","desc":"Set index by number","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"int $idx_number"}],"returns":"int"},{"id":"dbplus_tremove","desc":"Remove tuple and return new current tuple","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $tuple"},{"required":"no","param":"array $current = ''"}],"returns":"int"},{"id":"dbplus_undo","desc":"Undo","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_undoprepare","desc":"Prepare undo","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_unlockrel","desc":"Give up write lock on relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_unselect","desc":"Remove a constraint from relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_update","desc":"Update specified tuple in relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"array $old"},{"required":"yes","param":"array $new"}],"returns":"int"},{"id":"dbplus_xlockrel","desc":"Request exclusive lock on relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbplus_xunlockrel","desc":"Free exclusive lock on relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"int"},{"id":"dbx_close","desc":"Close an open connection/database","params":[{"required":"yes","param":"object $link_identifier"}],"returns":"int"},{"id":"dbx_compare","desc":"Compare two rows for sorting purposes","params":[{"required":"yes","param":"array $row_a"},{"required":"yes","param":"array $row_b"},{"required":"yes","param":"string $column_key"},{"required":"no","param":"int $flags = DBX_CMP_ASC | DBX_CMP_NATIVE"}],"returns":"int"},{"id":"dio_seek","desc":"Seeks to pos on fd from whence","params":[{"required":"yes","param":"resource $fd"},{"required":"yes","param":"int $pos"},{"required":"no","param":"int $whence = SEEK_SET"}],"returns":"int"},{"id":"dio_write","desc":"Writes data to fd with optional truncation at length","params":[{"required":"yes","param":"resource $fd"},{"required":"yes","param":"string $data"},{"required":"no","param":"int $len = ''"}],"returns":"int"},{"id":"domxml_xslt_version","desc":"Gets the XSLT library version","params":[],"returns":"int"},{"id":"dotnet_load","desc":"Loads a DOTNET module","params":[{"required":"yes","param":"string $assembly_name"},{"required":"no","param":"string $datatype_name = ''"},{"required":"no","param":"int $codepage = ''"}],"returns":"int"},{"id":"easter_date","desc":"Get Unix timestamp for midnight on Easter of a given year","params":[{"required":"no","param":"int $year = ''"}],"returns":"int"},{"id":"easter_days","desc":"Get number of days after March 21 on which Easter falls for a given year","params":[{"required":"no","param":"int $year = ''"},{"required":"no","param":"int $method = CAL_EASTER_DEFAULT"}],"returns":"int"},{"id":"ereg","desc":"Regular expression match","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"array $regs = ''"}],"returns":"int"},{"id":"eregi","desc":"Case insensitive regular expression match","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"array $regs = ''"}],"returns":"int"},{"id":"error_reporting","desc":"Sets which PHP errors are reported","params":[{"required":"no","param":"int $level = ''"}],"returns":"int"},{"id":"event_base_loop","desc":"Handle events","params":[{"required":"yes","param":"resource $event_base"},{"required":"no","param":"int $flags = ''"}],"returns":"int"},{"id":"exif_imagetype","desc":"Determine the type of an image","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"expect_expectl","desc":"Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen","params":[{"required":"yes","param":"resource $expect"},{"required":"yes","param":"array $cases"},{"required":"no","param":"array $match = ''"}],"returns":"int"},{"id":"extract","desc":"Import variables into the current symbol table from an array","params":[{"required":"yes","param":"array $var_array"},{"required":"no","param":"int $extract_type = EXTR_OVERWRITE"},{"required":"no","param":"string $prefix = ''"}],"returns":"int"},{"id":"ezmlm_hash","desc":"Calculate the hash value needed by EZMLM","params":[{"required":"yes","param":"string $addr"}],"returns":"int"},{"id":"fam_pending","desc":"Check for pending FAM events","params":[{"required":"yes","param":"resource $fam"}],"returns":"int"},{"id":"fbsql_affected_rows","desc":"Get number of affected rows in previous FrontBase operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"fbsql_blob_size","desc":"Get the size of a BLOB","params":[{"required":"yes","param":"string $blob_handle"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"fbsql_clob_size","desc":"Get the size of a CLOB","params":[{"required":"yes","param":"string $clob_handle"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"fbsql_db_status","desc":"Get the status for a given database","params":[{"required":"yes","param":"string $database_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"fbsql_errno","desc":"Returns the error number from previous operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"fbsql_field_len","desc":"Returns the length of the specified field","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"int"},{"id":"fbsql_insert_id","desc":"Get the id generated from the previous INSERT operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"fbsql_num_fields","desc":"Get number of fields in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"fbsql_num_rows","desc":"Get number of rows in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"fbsql_rows_fetched","desc":"Get the number of rows affected by the last statement","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"fdf_errno","desc":"Return error code for last fdf operation","params":[],"returns":"int"},{"id":"fdf_get_flags","desc":"Gets the flags of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"yes","param":"int $whichflags"}],"returns":"int"},{"id":"fileatime","desc":"Gets last access time of file","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"filectime","desc":"Gets inode change time of file","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"filegroup","desc":"Gets file group","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"fileinode","desc":"Gets file inode","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"filemtime","desc":"Gets file modification time","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"fileowner","desc":"Gets file owner","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"fileperms","desc":"Gets file permissions","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"filepro_fieldcount","desc":"Find out how many fields are in a filePro database","params":[],"returns":"int"},{"id":"filepro_fieldwidth","desc":"Gets the width of a field","params":[{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"filepro_rowcount","desc":"Find out how many rows are in a filePro database","params":[],"returns":"int"},{"id":"filesize","desc":"Gets file size","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"file_put_contents","desc":"Write a string to a file","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"mixed $data"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"resource $context = ''"}],"returns":"int"},{"id":"filter_id","desc":"Returns the filter ID belonging to a named filter","params":[{"required":"yes","param":"string $filtername"}],"returns":"int"},{"id":"fpassthru","desc":"Output all remaining data on a file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"int"},{"id":"fprintf","desc":"Write a formatted string to a stream","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"int"},{"id":"fputcsv","desc":"Format line as CSV and write to file pointer","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"array $fields"},{"required":"no","param":"string $delimiter = '"},{"required":"yes","param":"'"},{"required":"no","param":"string $enclosure = '"'"}],"returns":"int"},{"id":"FrenchToJD","desc":"Converts a date from the French Republican Calendar to a Julian Day Count","params":[{"required":"yes","param":"int $month"},{"required":"yes","param":"int $day"},{"required":"yes","param":"int $year"}],"returns":"int"},{"id":"fseek","desc":"Seeks on a file pointer","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $whence = SEEK_SET"}],"returns":"int"},{"id":"ftell","desc":"Returns the current position of the file read/write pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"int"},{"id":"ftok","desc":"Convert a pathname and a project identifier to a System V IPC key","params":[{"required":"yes","param":"string $pathname"},{"required":"yes","param":"string $proj"}],"returns":"int"},{"id":"ftp_chmod","desc":"Set permissions on a file via FTP","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"int $mode"},{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"ftp_mdtm","desc":"Returns the last modified time of the given file","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $remote_file"}],"returns":"int"},{"id":"ftp_nb_continue","desc":"Continues retrieving/sending a file (non-blocking)","params":[{"required":"yes","param":"resource $ftp_stream"}],"returns":"int"},{"id":"ftp_nb_fget","desc":"Retrieves a file from the FTP server and writes it to an open file (non-blocking)","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $resumepos = ''"}],"returns":"int"},{"id":"ftp_nb_fput","desc":"Stores a file from an open file to the FTP server (non-blocking)","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $startpos = ''"}],"returns":"int"},{"id":"ftp_nb_get","desc":"Retrieves a file from the FTP server and writes it to a local file (non-blocking)","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $local_file"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $resumepos = ''"}],"returns":"int"},{"id":"ftp_nb_put","desc":"Stores a file on the FTP server (non-blocking)","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $remote_file"},{"required":"yes","param":"string $local_file"},{"required":"yes","param":"int $mode"},{"required":"no","param":"int $startpos = ''"}],"returns":"int"},{"id":"ftp_size","desc":"Returns the size of the given file","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $remote_file"}],"returns":"int"},{"id":"func_num_args","desc":"Returns the number of arguments passed to the function","params":[],"returns":"int"},{"id":"fwrite","desc":"Binary-safe file write","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"gc_collect_cycles","desc":"Forces collection of any existing garbage cycles","params":[],"returns":"int"},{"id":"geoip_id_by_name","desc":"Get the Internet connection type","params":[{"required":"yes","param":"string $hostname"}],"returns":"int"},{"id":"getlastmod","desc":"Gets time of last page modification","params":[],"returns":"int"},{"id":"getmygid","desc":"Get PHP script owner's GID","params":[],"returns":"int"},{"id":"getmyinode","desc":"Gets the inode of the current script","params":[],"returns":"int"},{"id":"getmypid","desc":"Gets PHP's process ID","params":[],"returns":"int"},{"id":"getmyuid","desc":"Gets PHP script owner's UID","params":[],"returns":"int"},{"id":"getprotobyname","desc":"Get protocol number associated with protocol name","params":[{"required":"yes","param":"string $name"}],"returns":"int"},{"id":"getrandmax","desc":"Show largest possible random value","params":[],"returns":"int"},{"id":"getservbyname","desc":"Get port number associated with an Internet service and protocol","params":[{"required":"yes","param":"string $service"},{"required":"yes","param":"string $protocol"}],"returns":"int"},{"id":"get_magic_quotes_gpc","desc":"Gets the current configuration setting of magic_quotes_gpc","params":[],"returns":"int"},{"id":"get_magic_quotes_runtime","desc":"Gets the current active configuration setting of magic_quotes_runtime","params":[],"returns":"int"},{"id":"gmmktime","desc":"Get Unix timestamp for a GMT date","params":[{"required":"no","param":"int $hour = gmdate("H")"},{"required":"no","param":"int $minute = gmdate("i")"},{"required":"no","param":"int $second = gmdate("s")"},{"required":"no","param":"int $month = gmdate("n")"},{"required":"no","param":"int $day = gmdate("j")"},{"required":"no","param":"int $year = gmdate("Y")"},{"required":"no","param":"int $is_dst = -1"}],"returns":"int"},{"id":"gmp_cmp","desc":"Compare numbers","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"int"},{"id":"gmp_hamdist","desc":"Hamming distance","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"int"},{"id":"gmp_intval","desc":"Convert GMP number to integer","params":[{"required":"yes","param":"resource $gmpnumber"}],"returns":"int"},{"id":"gmp_jacobi","desc":"Jacobi symbol","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $p"}],"returns":"int"},{"id":"gmp_legendre","desc":"Legendre symbol","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $p"}],"returns":"int"},{"id":"gmp_popcount","desc":"Population count","params":[{"required":"yes","param":"resource $a"}],"returns":"int"},{"id":"gmp_prob_prime","desc":"Check if number is "probably prime"","params":[{"required":"yes","param":"resource $a"},{"required":"no","param":"int $reps = 10"}],"returns":"int"},{"id":"gmp_scan0","desc":"Scan for 0","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"int $start"}],"returns":"int"},{"id":"gmp_scan1","desc":"Scan for 1","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"int $start"}],"returns":"int"},{"id":"gmp_sign","desc":"Sign of number","params":[{"required":"yes","param":"resource $a"}],"returns":"int"},{"id":"gnupg_getprotocol","desc":"Returns the currently active protocol for all operations","params":[{"required":"yes","param":"resource $identifier"}],"returns":"int"},{"id":"grapheme_stripos","desc":"Find position (in grapheme units) of first occurrence of a case-insensitive string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"grapheme_strlen","desc":"Get string length in grapheme units","params":[{"required":"yes","param":"string $input"}],"returns":"int"},{"id":"grapheme_strpos","desc":"Find position (in grapheme units) of first occurrence of a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"grapheme_strripos","desc":"Find position (in grapheme units) of last occurrence of a case-insensitive string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"grapheme_strrpos","desc":"Find position (in grapheme units) of last occurrence of a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"grapheme_substr","desc":"Return part of a string","params":[{"required":"yes","param":"string $string"},{"required":"yes","param":"int $start"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"GregorianToJD","desc":"Converts a Gregorian date to Julian Day Count","params":[{"required":"yes","param":"int $month"},{"required":"yes","param":"int $day"},{"required":"yes","param":"int $year"}],"returns":"int"},{"id":"gupnp_context_get_port","desc":"Get the port","params":[{"required":"yes","param":"resource $context"}],"returns":"int"},{"id":"gupnp_context_get_subscription_timeout","desc":"Get the event subscription timeout","params":[{"required":"yes","param":"resource $context"}],"returns":"int"},{"id":"gzeof","desc":"Test for EOF on a gz-file pointer","params":[{"required":"yes","param":"resource $zp"}],"returns":"int"},{"id":"gzpassthru","desc":"Output all remaining data on a gz-file pointer","params":[{"required":"yes","param":"resource $zp"}],"returns":"int"},{"id":"gzseek","desc":"Seek on a gz-file pointer","params":[{"required":"yes","param":"resource $zp"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $whence = SEEK_SET"}],"returns":"int"},{"id":"gztell","desc":"Tell gz-file pointer read/write position","params":[{"required":"yes","param":"resource $zp"}],"returns":"int"},{"id":"gzwrite","desc":"Binary-safe gz-file write","params":[{"required":"yes","param":"resource $zp"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"hash_update_stream","desc":"Pump data into an active hashing context from an open stream","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"resource $handle"},{"required":"no","param":"int $length = -1"}],"returns":"int"},{"id":"http_request_method_exists","desc":"Check whether request method exists","params":[{"required":"yes","param":"mixed $method"}],"returns":"int"},{"id":"http_request_method_register","desc":"Register request method","params":[{"required":"yes","param":"string $method"}],"returns":"int"},{"id":"http_support","desc":"Check built-in HTTP support","params":[{"required":"no","param":"int $feature = ''"}],"returns":"int"},{"id":"hw_Connect","desc":"Opens a connection","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"int $port"},{"required":"no","param":"string $username = ''"},{"required":"yes","param":"string $password"}],"returns":"int"},{"id":"hw_cp","desc":"Copies objects","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"array $object_id_array"},{"required":"yes","param":"int $destination_id"}],"returns":"int"},{"id":"hw_DocByAnchor","desc":"Object id object belonging to anchor","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $anchorID"}],"returns":"int"},{"id":"hw_Document_Size","desc":"Size of hw_document","params":[{"required":"yes","param":"int $hw_document"}],"returns":"int"},{"id":"hw_Error","desc":"Error number","params":[{"required":"yes","param":"int $connection"}],"returns":"int"},{"id":"hw_GetRemote","desc":"Gets a remote document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"int"},{"id":"hw_GetText","desc":"Retrieve text document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"},{"required":"no","param":"mixed $rootID/prefix = ''"}],"returns":"int"},{"id":"hw_InsColl","desc":"Insert collection","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"},{"required":"yes","param":"array $object_array"}],"returns":"int"},{"id":"hw_InsDoc","desc":"Insert document","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"int $parentID"},{"required":"yes","param":"string $object_record"},{"required":"no","param":"string $text = ''"}],"returns":"int"},{"id":"hw_InsertDocument","desc":"Upload any document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $parent_id"},{"required":"yes","param":"int $hw_document"}],"returns":"int"},{"id":"hw_InsertObject","desc":"Inserts an object record","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"string $object_rec"},{"required":"yes","param":"string $parameter"}],"returns":"int"},{"id":"hw_mapid","desc":"Maps global id on virtual local id","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $server_id"},{"required":"yes","param":"int $object_id"}],"returns":"int"},{"id":"hw_mv","desc":"Moves objects","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"array $object_id_array"},{"required":"yes","param":"int $source_id"},{"required":"yes","param":"int $destination_id"}],"returns":"int"},{"id":"hw_New_Document","desc":"Create new document","params":[{"required":"yes","param":"string $object_record"},{"required":"yes","param":"string $document_data"},{"required":"yes","param":"int $document_size"}],"returns":"int"},{"id":"hw_pConnect","desc":"Make a persistent database connection","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"int $port"},{"required":"no","param":"string $username = ''"},{"required":"yes","param":"string $password"}],"returns":"int"},{"id":"hw_PipeDocument","desc":"Retrieve any document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"},{"required":"no","param":"array $url_prefixes = ''"}],"returns":"int"},{"id":"hw_Root","desc":"Root object id","params":[],"returns":"int"},{"id":"hw_setlinkroot","desc":"Set the id to which links are calculated","params":[{"required":"yes","param":"int $link"},{"required":"yes","param":"int $rootid"}],"returns":"int"},{"id":"ibase_affected_rows","desc":"Return the number of rows that were affected by the previous query","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"ibase_errcode","desc":"Return an error code","params":[],"returns":"int"},{"id":"ibase_num_fields","desc":"Get the number of fields in a result set","params":[{"required":"yes","param":"resource $result_id"}],"returns":"int"},{"id":"ibase_num_params","desc":"Return the number of parameters in a prepared query","params":[{"required":"yes","param":"resource $query"}],"returns":"int"},{"id":"iconv_strlen","desc":"Returns the character count of string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $charset = ini_get("iconv.internal_encoding""}],"returns":"int"},{"id":"iconv_strpos","desc":"Finds position of first occurrence of a needle within a haystack","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"},{"required":"no","param":"string $charset = ini_get("iconv.internal_encoding""}],"returns":"int"},{"id":"iconv_strrpos","desc":"Finds the last occurrence of a needle within a haystack","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"string $charset = ini_get("iconv.internal_encoding""}],"returns":"int"},{"id":"id3_get_genre_id","desc":"Get the id for a genre","params":[{"required":"yes","param":"string $genre"}],"returns":"int"},{"id":"id3_get_version","desc":"Get version of an ID3 tag","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"idate","desc":"Format a local time/date as integer","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"int $timestamp = time("}],"returns":"int"},{"id":"ifxus_create_slob","desc":"Creates an slob object and opens it","params":[{"required":"yes","param":"int $mode"}],"returns":"int"},{"id":"ifxus_open_slob","desc":"Opens an slob object","params":[{"required":"yes","param":"int $bid"},{"required":"yes","param":"int $mode"}],"returns":"int"},{"id":"ifxus_seek_slob","desc":"Sets the current file or seek position","params":[{"required":"yes","param":"int $bid"},{"required":"yes","param":"int $mode"},{"required":"yes","param":"int $offset"}],"returns":"int"},{"id":"ifxus_tell_slob","desc":"Returns the current file or seek position","params":[{"required":"yes","param":"int $bid"}],"returns":"int"},{"id":"ifxus_write_slob","desc":"Writes a string into the slob object","params":[{"required":"yes","param":"int $bid"},{"required":"yes","param":"string $content"}],"returns":"int"},{"id":"ifx_affected_rows","desc":"Get number of rows affected by a query","params":[{"required":"yes","param":"resource $result_id"}],"returns":"int"},{"id":"ifx_copy_blob","desc":"Duplicates the given blob object","params":[{"required":"yes","param":"int $bid"}],"returns":"int"},{"id":"ifx_create_blob","desc":"Creates an blob object","params":[{"required":"yes","param":"int $type"},{"required":"yes","param":"int $mode"},{"required":"yes","param":"string $param"}],"returns":"int"},{"id":"ifx_create_char","desc":"Creates an char object","params":[{"required":"yes","param":"string $param"}],"returns":"int"},{"id":"ifx_htmltbl_result","desc":"Formats all rows of a query into a HTML table","params":[{"required":"yes","param":"resource $result_id"},{"required":"no","param":"string $html_table_options = ''"}],"returns":"int"},{"id":"ifx_num_fields","desc":"Returns the number of columns in the query","params":[{"required":"yes","param":"resource $result_id"}],"returns":"int"},{"id":"ifx_num_rows","desc":"Count the rows already fetched from a query","params":[{"required":"yes","param":"resource $result_id"}],"returns":"int"},{"id":"ignore_user_abort","desc":"Set whether a client disconnect should abort script execution","params":[{"required":"no","param":"string $value = ''"}],"returns":"int"},{"id":"iis_add_server","desc":"Creates a new virtual web server","params":[{"required":"yes","param":"string $path"},{"required":"yes","param":"string $comment"},{"required":"yes","param":"string $server_ip"},{"required":"yes","param":"int $port"},{"required":"yes","param":"string $host_name"},{"required":"yes","param":"int $rights"},{"required":"yes","param":"int $start_server"}],"returns":"int"},{"id":"iis_get_dir_security","desc":"Gets Directory Security","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"}],"returns":"int"},{"id":"iis_get_server_by_comment","desc":"Return the instance number associated with the Comment","params":[{"required":"yes","param":"string $comment"}],"returns":"int"},{"id":"iis_get_server_by_path","desc":"Return the instance number associated with the Path","params":[{"required":"yes","param":"string $path"}],"returns":"int"},{"id":"iis_get_server_rights","desc":"Gets server rights","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"}],"returns":"int"},{"id":"iis_get_service_state","desc":"Returns the state for the service defined by ServiceId","params":[{"required":"yes","param":"string $service_id"}],"returns":"int"},{"id":"iis_remove_server","desc":"Removes the virtual web server indicated by ServerInstance","params":[{"required":"yes","param":"int $server_instance"}],"returns":"int"},{"id":"iis_set_app_settings","desc":"Creates application scope for a virtual directory","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"},{"required":"yes","param":"string $application_scope"}],"returns":"int"},{"id":"iis_set_dir_security","desc":"Sets Directory Security","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"},{"required":"yes","param":"int $directory_flags"}],"returns":"int"},{"id":"iis_set_script_map","desc":"Sets script mapping on a virtual directory","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"},{"required":"yes","param":"string $script_extension"},{"required":"yes","param":"string $engine_path"},{"required":"yes","param":"int $allow_scripting"}],"returns":"int"},{"id":"iis_set_server_rights","desc":"Sets server rights","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"},{"required":"yes","param":"int $directory_flags"}],"returns":"int"},{"id":"iis_start_server","desc":"Starts the virtual web server","params":[{"required":"yes","param":"int $server_instance"}],"returns":"int"},{"id":"iis_start_service","desc":"Starts the service defined by ServiceId","params":[{"required":"yes","param":"string $service_id"}],"returns":"int"},{"id":"iis_stop_server","desc":"Stops the virtual web server","params":[{"required":"yes","param":"int $server_instance"}],"returns":"int"},{"id":"iis_stop_service","desc":"Stops the service defined by ServiceId","params":[{"required":"yes","param":"string $service_id"}],"returns":"int"},{"id":"imagecolorallocate","desc":"Allocate a color for an image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"}],"returns":"int"},{"id":"imagecolorallocatealpha","desc":"Allocate a color for an image","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"},{"required":"yes","param":"int $alpha"}],"returns":"int"},{"id":"imagecolorat","desc":"Get the index of the color of a pixel","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"}],"returns":"int"},{"id":"imagecolorclosest","desc":"Get the index of the closest color to the specified color","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"}],"returns":"int"},{"id":"imagecolorclosestalpha","desc":"Get the index of the closest color to the specified color + alpha","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"},{"required":"yes","param":"int $alpha"}],"returns":"int"},{"id":"imagecolorclosesthwb","desc":"Get the index of the color which has the hue, white and blackness","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"}],"returns":"int"},{"id":"imagecolorexact","desc":"Get the index of the specified color","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"}],"returns":"int"},{"id":"imagecolorexactalpha","desc":"Get the index of the specified color + alpha","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"},{"required":"yes","param":"int $alpha"}],"returns":"int"},{"id":"imagecolorresolve","desc":"Get the index of the specified color or its closest possible alternative","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"}],"returns":"int"},{"id":"imagecolorresolvealpha","desc":"Get the index of the specified color + alpha or its closest possible alternative","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"},{"required":"yes","param":"int $alpha"}],"returns":"int"},{"id":"imagecolorstotal","desc":"Find out the number of colors in an image's palette","params":[{"required":"yes","param":"resource $image"}],"returns":"int"},{"id":"imagecolortransparent","desc":"Define a color as transparent","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"int $color = ''"}],"returns":"int"},{"id":"imagefontheight","desc":"Get font height","params":[{"required":"yes","param":"int $font"}],"returns":"int"},{"id":"imagefontwidth","desc":"Get font width","params":[{"required":"yes","param":"int $font"}],"returns":"int"},{"id":"imageinterlace","desc":"Enable or disable interlace","params":[{"required":"yes","param":"resource $image"},{"required":"no","param":"int $interlace = ''"}],"returns":"int"},{"id":"imageloadfont","desc":"Load a new font","params":[{"required":"yes","param":"string $file"}],"returns":"int"},{"id":"imagesx","desc":"Get image width","params":[{"required":"yes","param":"resource $image"}],"returns":"int"},{"id":"imagesy","desc":"Get image height","params":[{"required":"yes","param":"resource $image"}],"returns":"int"},{"id":"imagetypes","desc":"Return the image types supported by this PHP build","params":[],"returns":"int"},{"id":"imap_msgno","desc":"Gets the message sequence number for the given UID","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $uid"}],"returns":"int"},{"id":"imap_num_msg","desc":"Gets the number of messages in the current mailbox","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"int"},{"id":"imap_num_recent","desc":"Gets the number of recent messages in current mailbox","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"int"},{"id":"imap_uid","desc":"This function returns the UID for the given message sequence number","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"}],"returns":"int"},{"id":"ingres_errno","desc":"Get the last Ingres error number generated","params":[{"required":"no","param":"resource $link = ''"}],"returns":"int"},{"id":"ingres_fetch_proc_return","desc":"Get the return value from a procedure call","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"ingres_field_length","desc":"Get the length of a field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"int"},{"id":"ingres_field_precision","desc":"Get the precision of a field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"int"},{"id":"ingres_field_scale","desc":"Get the scale of a field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"int"},{"id":"ingres_num_fields","desc":"Get the number of fields returned by the last query","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"ingres_num_rows","desc":"Get the number of rows affected or returned by a query","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"inotify_add_watch","desc":"Add a watch to an initialized inotify instance","params":[{"required":"yes","param":"resource $inotify_instance"},{"required":"yes","param":"string $pathname"},{"required":"yes","param":"int $mask"}],"returns":"int"},{"id":"inotify_queue_len","desc":"Return a number upper than zero if there are pending events","params":[{"required":"yes","param":"resource $inotify_instance"}],"returns":"int"},{"id":"intl_get_error_code","desc":"Get the last error code","params":[],"returns":"int"},{"id":"ip2long","desc":"Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address","params":[{"required":"yes","param":"string $ip_address"}],"returns":"int"},{"id":"iterator_apply","desc":"Call a function for every element in an iterator","params":[{"required":"yes","param":"Traversable $iterator"},{"required":"yes","param":"callback $function"},{"required":"no","param":"array $args = ''"}],"returns":"int"},{"id":"iterator_count","desc":"Count the elements in an iterator","params":[{"required":"yes","param":"Traversable $iterator"}],"returns":"int"},{"id":"jdtounix","desc":"Convert Julian Day to Unix timestamp","params":[{"required":"yes","param":"int $jday"}],"returns":"int"},{"id":"JewishToJD","desc":"Converts a date in the Jewish Calendar to Julian Day Count","params":[{"required":"yes","param":"int $month"},{"required":"yes","param":"int $day"},{"required":"yes","param":"int $year"}],"returns":"int"},{"id":"json_last_error","desc":"Returns the last error occurred","params":[],"returns":"int"},{"id":"judy_type","desc":"Return the type of a Judy array","params":[{"required":"yes","param":"Judy $array"}],"returns":"int"},{"id":"JulianToJD","desc":"Converts a Julian Calendar date to Julian Day Count","params":[{"required":"yes","param":"int $month"},{"required":"yes","param":"int $day"},{"required":"yes","param":"int $year"}],"returns":"int"},{"id":"ldap_count_entries","desc":"Count the number of entries in a search","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_identifier"}],"returns":"int"},{"id":"ldap_errno","desc":"Return the LDAP error number of the last LDAP command","params":[{"required":"yes","param":"resource $link_identifier"}],"returns":"int"},{"id":"levenshtein","desc":"Calculate Levenshtein distance between two strings","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"},{"required":"yes","param":"int $cost_ins"},{"required":"yes","param":"int $cost_rep"},{"required":"yes","param":"int $cost_del"}],"returns":"int"},{"id":"linkinfo","desc":"Gets information about a link","params":[{"required":"yes","param":"string $path"}],"returns":"int"},{"id":"lzf_optimized_for","desc":"Determines what LZF extension was optimized for","params":[],"returns":"int"},{"id":"maxdb_affected_rows","desc":"Gets the number of affected rows in a previous MaxDB operation","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_connect_errno","desc":"Returns the error code from last connect call","params":[],"returns":"int"},{"id":"maxdb_errno","desc":"Returns the error code for the most recent function call","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_field_count","desc":"Returns the number of columns for the most recent query","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_field_tell","desc":"Get current field offset of a result pointer","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"maxdb_get_client_version","desc":"Get MaxDB client info","params":[],"returns":"int"},{"id":"maxdb_get_server_version","desc":"Returns the version of the MaxDB server as an integer","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_num_fields","desc":"Get the number of fields in a result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"maxdb_num_rows","desc":"Gets the number of rows in a result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"maxdb_rpl_parse_enabled","desc":"Check if RPL parse is enabled","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_rpl_query_type","desc":"Returns RPL query type","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_stmt_affected_rows","desc":"Returns the total number of rows changed, deleted, or inserted by the last executed statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"int"},{"id":"maxdb_stmt_errno","desc":"Returns the error code for the most recent statement call","params":[{"required":"yes","param":"resource $stmt"}],"returns":"int"},{"id":"maxdb_stmt_num_rows","desc":"Return the number of rows in statements result set","params":[{"required":"yes","param":"resource $stmt"}],"returns":"int"},{"id":"maxdb_stmt_param_count","desc":"Returns the number of parameter for the given statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"int"},{"id":"maxdb_thread_id","desc":"Returns the thread ID for the current connection","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"maxdb_warning_count","desc":"Returns the number of warnings from the last query for the given link","params":[{"required":"yes","param":"resource $link"}],"returns":"int"},{"id":"mb_ereg","desc":"Regular expression match with multibyte support","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"array $regs = ''"}],"returns":"int"},{"id":"mb_eregi","desc":"Regular expression match ignoring case with multibyte support","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $string"},{"required":"no","param":"array $regs = ''"}],"returns":"int"},{"id":"mb_ereg_search_getpos","desc":"Returns start point for next regular expression match","params":[],"returns":"int"},{"id":"mb_stripos","desc":"Finds position of first occurrence of a string within another, case insensitive","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"int"},{"id":"mb_strripos","desc":"Finds position of last occurrence of a string within another, case insensitive","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"int"},{"id":"mb_strrpos","desc":"Find position of last occurrence of a string in a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"int"},{"id":"mcrypt_enc_get_block_size","desc":"Returns the blocksize of the opened algorithm","params":[{"required":"yes","param":"resource $td"}],"returns":"int"},{"id":"mcrypt_enc_get_iv_size","desc":"Returns the size of the IV of the opened algorithm","params":[{"required":"yes","param":"resource $td"}],"returns":"int"},{"id":"mcrypt_enc_get_key_size","desc":"Returns the maximum supported keysize of the opened mode","params":[{"required":"yes","param":"resource $td"}],"returns":"int"},{"id":"mcrypt_enc_self_test","desc":"Runs a self test on the opened module","params":[{"required":"yes","param":"resource $td"}],"returns":"int"},{"id":"mcrypt_generic_init","desc":"This function initializes all buffers needed for encryption","params":[{"required":"yes","param":"resource $td"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $iv"}],"returns":"int"},{"id":"mcrypt_get_block_size","desc":"Gets the block size of the specified cipher","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $module"}],"returns":"int"},{"id":"mcrypt_get_iv_size","desc":"Returns the size of the IV belonging to a specific cipher/mode combination","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $mode"}],"returns":"int"},{"id":"mcrypt_get_key_size","desc":"Gets the key size of the specified cipher","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $module"}],"returns":"int"},{"id":"mcrypt_module_get_algo_block_size","desc":"Returns the blocksize of the specified algorithm","params":[{"required":"yes","param":"string $algorithm"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"int"},{"id":"mcrypt_module_get_algo_key_size","desc":"Returns the maximum supported keysize of the opened mode","params":[{"required":"yes","param":"string $algorithm"},{"required":"no","param":"string $lib_dir = ''"}],"returns":"int"},{"id":"memory_get_peak_usage","desc":"Returns the peak of memory allocated by PHP","params":[{"required":"no","param":"bool $real_usage = false"}],"returns":"int"},{"id":"memory_get_usage","desc":"Returns the amount of memory allocated to PHP","params":[{"required":"no","param":"bool $real_usage = false"}],"returns":"int"},{"id":"mhash_count","desc":"Gets the highest available hash ID","params":[],"returns":"int"},{"id":"mhash_get_block_size","desc":"Gets the block size of the specified hash","params":[{"required":"yes","param":"int $hash"}],"returns":"int"},{"id":"ming_keypress","desc":"Returns the action flag for keyPress(char)","params":[{"required":"yes","param":"string $char"}],"returns":"int"},{"id":"mktime","desc":"Get Unix timestamp for a date","params":[{"required":"no","param":"int $hour = date("H")"},{"required":"no","param":"int $minute = date("i")"},{"required":"no","param":"int $second = date("s")"},{"required":"no","param":"int $month = date("n")"},{"required":"no","param":"int $day = date("j")"},{"required":"no","param":"int $year = date("Y")"},{"required":"no","param":"int $is_dst = -1"}],"returns":"int"},{"id":"msession_count","desc":"Get session count","params":[],"returns":"int"},{"id":"msession_lock","desc":"Lock a session","params":[{"required":"yes","param":"string $name"}],"returns":"int"},{"id":"msession_timeout","desc":"Set/get session timeout","params":[{"required":"yes","param":"string $session"},{"required":"no","param":"int $param = ''"}],"returns":"int"},{"id":"msession_unlock","desc":"Unlock a session","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"int $key"}],"returns":"int"},{"id":"msgfmt_get_error_code","desc":"Get the error code from last operation","params":[{"required":"yes","param":"MessageFormatter $fmt"}],"returns":"int"},{"id":"msql_affected_rows","desc":"Returns number of affected rows","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"msql_field_len","desc":"Get field length","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"int"},{"id":"msql_field_table","desc":"Get table name for field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"int"},{"id":"msql_num_fields","desc":"Get number of fields in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"msql_num_rows","desc":"Get number of rows in result","params":[{"required":"yes","param":"resource $query_identifier"}],"returns":"int"},{"id":"mssql_fetch_batch","desc":"Returns the next batch of records","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"mssql_field_length","desc":"Get the length of a field","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $offset = -1"}],"returns":"int"},{"id":"mssql_num_fields","desc":"Gets the number of fields in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"mssql_num_rows","desc":"Gets the number of rows in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"mssql_rows_affected","desc":"Returns the number of records affected by the query","params":[{"required":"yes","param":"resource $link_identifier"}],"returns":"int"},{"id":"mt_getrandmax","desc":"Show largest possible random value","params":[],"returns":"int"},{"id":"mt_rand","desc":"Generate a better random value","params":[{"required":"yes","param":"int $min"},{"required":"yes","param":"int $max"}],"returns":"int"},{"id":"mysqli_affected_rows","desc":"Gets the number of affected rows in a previous MySQL operation","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_connect_errno","desc":"Returns the error code from last connect call","params":[],"returns":"int"},{"id":"mysqli_errno","desc":"Returns the error code for the most recent function call","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_field_count","desc":"Returns the number of columns for the most recent query","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_field_tell","desc":"Get current field offset of a result pointer","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"int"},{"id":"mysqli_get_client_version","desc":"Get MySQL client info","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_get_proto_info","desc":"Returns the version of the MySQL protocol used","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_get_server_version","desc":"Returns the version of the MySQL server as an integer","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_num_fields","desc":"Get the number of fields in a result","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"int"},{"id":"mysqli_num_rows","desc":"Gets the number of rows in a result","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"int"},{"id":"mysqli_poll","desc":"Poll connections","params":[{"required":"yes","param":"array $read"},{"required":"yes","param":"array $error"},{"required":"yes","param":"array $reject"},{"required":"yes","param":"int $sec"},{"required":"no","param":"int $usec = ''"}],"returns":"int"},{"id":"mysqli_rpl_parse_enabled","desc":"Check if RPL parse is enabled","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_rpl_query_type","desc":"Returns RPL query type","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_stmt_affected_rows","desc":"Returns the total number of rows changed, deleted, or inserted by the last executed statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"int"},{"id":"mysqli_stmt_attr_get","desc":"Used to get the current value of a statement attribute","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"int"},{"id":"mysqli_stmt_errno","desc":"Returns the error code for the most recent statement call","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"int"},{"id":"mysqli_stmt_field_count","desc":"Returns the number of field in the given statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"int"},{"id":"mysqli_stmt_num_rows","desc":"Return the number of rows in statements result set","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"int"},{"id":"mysqli_stmt_param_count","desc":"Returns the number of parameter for the given statement","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"int"},{"id":"mysqli_thread_id","desc":"Returns the thread ID for the current connection","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqli_warning_count","desc":"Returns the number of warnings from the last query for the given link","params":[{"required":"yes","param":"mysqli $link"}],"returns":"int"},{"id":"mysqlnd_ms_query_is_select","desc":"Find whether to send the query to the master, the slave or the last used MySQL server","params":[{"required":"yes","param":"string $query"}],"returns":"int"},{"id":"mysql_affected_rows","desc":"Get number of affected rows in previous MySQL operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"mysql_errno","desc":"Returns the numerical value of the error message from previous MySQL operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"mysql_field_len","desc":"Returns the length of the specified field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"int"},{"id":"mysql_get_proto_info","desc":"Get MySQL protocol info","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"mysql_insert_id","desc":"Get the ID generated in the last query","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"mysql_num_fields","desc":"Get number of fields in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"mysql_num_rows","desc":"Get number of rows in result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"mysql_thread_id","desc":"Return the current thread ID","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"m_checkstatus","desc":"Check to see if a transaction has completed","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_completeauthorizations","desc":"Number of complete authorizations in queue, returning an array of their identifiers","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $array"}],"returns":"int"},{"id":"m_connect","desc":"Establish the connection to MCVE","params":[{"required":"yes","param":"resource $conn"}],"returns":"int"},{"id":"m_initengine","desc":"Ready the client for IP/SSL Communication","params":[{"required":"yes","param":"string $location"}],"returns":"int"},{"id":"m_iscommadelimited","desc":"Checks to see if response is comma delimited","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_monitor","desc":"Perform communication with MCVE (send/receive data) Non-blocking","params":[{"required":"yes","param":"resource $conn"}],"returns":"int"},{"id":"m_numcolumns","desc":"Number of columns returned in a comma delimited response","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_numrows","desc":"Number of rows returned in a comma delimited response","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_parsecommadelimited","desc":"Parse the comma delimited response so m_getcell, etc will work","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_returnstatus","desc":"Check to see if the transaction was successful","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_setblocking","desc":"Set blocking/non-blocking mode for connection","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $tf"}],"returns":"int"},{"id":"m_setdropfile","desc":"Set the connection method to Drop-File","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"string $directory"}],"returns":"int"},{"id":"m_setip","desc":"Set the connection method to IP","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"string $host"},{"required":"yes","param":"int $port"}],"returns":"int"},{"id":"m_setssl","desc":"Set the connection method to SSL","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"string $host"},{"required":"yes","param":"int $port"}],"returns":"int"},{"id":"m_setssl_cafile","desc":"Set SSL CA (Certificate Authority) file for verification of server certificate","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"string $cafile"}],"returns":"int"},{"id":"m_setssl_files","desc":"Set certificate key files and certificates if server requires client certificate verification","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"string $sslkeyfile"},{"required":"yes","param":"string $sslcertfile"}],"returns":"int"},{"id":"m_settimeout","desc":"Set maximum transaction time (per trans)","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $seconds"}],"returns":"int"},{"id":"m_transactionssent","desc":"Check to see if outgoing buffer is clear","params":[{"required":"yes","param":"resource $conn"}],"returns":"int"},{"id":"m_transinqueue","desc":"Number of transactions in client-queue","params":[{"required":"yes","param":"resource $conn"}],"returns":"int"},{"id":"m_transkeyval","desc":"Add key/value pair to a transaction. Replaces deprecated transparam()","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $value"}],"returns":"int"},{"id":"m_transnew","desc":"Start a new transaction","params":[{"required":"yes","param":"resource $conn"}],"returns":"int"},{"id":"m_transsend","desc":"Finalize and send the transaction","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"int"},{"id":"m_uwait","desc":"Wait x microsecs","params":[{"required":"yes","param":"int $microsecs"}],"returns":"int"},{"id":"m_validateidentifier","desc":"Whether or not to validate the passed identifier on any transaction it is passed to","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $tf"}],"returns":"int"},{"id":"ncurses_addch","desc":"Add character at current position and advance cursor","params":[{"required":"yes","param":"int $ch"}],"returns":"int"},{"id":"ncurses_addchnstr","desc":"Add attributed string with specified length at current position","params":[{"required":"yes","param":"string $s"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_addchstr","desc":"Add attributed string at current position","params":[{"required":"yes","param":"string $s"}],"returns":"int"},{"id":"ncurses_addnstr","desc":"Add string with specified length at current position","params":[{"required":"yes","param":"string $s"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_addstr","desc":"Output text at current position","params":[{"required":"yes","param":"string $text"}],"returns":"int"},{"id":"ncurses_assume_default_colors","desc":"Define default colors for color 0","params":[{"required":"yes","param":"int $fg"},{"required":"yes","param":"int $bg"}],"returns":"int"},{"id":"ncurses_attroff","desc":"Turn off the given attributes","params":[{"required":"yes","param":"int $attributes"}],"returns":"int"},{"id":"ncurses_attron","desc":"Turn on the given attributes","params":[{"required":"yes","param":"int $attributes"}],"returns":"int"},{"id":"ncurses_attrset","desc":"Set given attributes","params":[{"required":"yes","param":"int $attributes"}],"returns":"int"},{"id":"ncurses_baudrate","desc":"Returns baudrate of terminal","params":[],"returns":"int"},{"id":"ncurses_beep","desc":"Let the terminal beep","params":[],"returns":"int"},{"id":"ncurses_bkgd","desc":"Set background property for terminal screen","params":[{"required":"yes","param":"int $attrchar"}],"returns":"int"},{"id":"ncurses_border","desc":"Draw a border around the screen using attributed characters","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $right"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $bottom"},{"required":"yes","param":"int $tl_corner"},{"required":"yes","param":"int $tr_corner"},{"required":"yes","param":"int $bl_corner"},{"required":"yes","param":"int $br_corner"}],"returns":"int"},{"id":"ncurses_bottom_panel","desc":"Moves a visible panel to the bottom of the stack","params":[{"required":"yes","param":"resource $panel"}],"returns":"int"},{"id":"ncurses_color_content","desc":"Retrieves RGB components of a color","params":[{"required":"yes","param":"int $color"},{"required":"yes","param":"int $r"},{"required":"yes","param":"int $g"},{"required":"yes","param":"int $b"}],"returns":"int"},{"id":"ncurses_color_set","desc":"Set active foreground and background colors","params":[{"required":"yes","param":"int $pair"}],"returns":"int"},{"id":"ncurses_curs_set","desc":"Set cursor state","params":[{"required":"yes","param":"int $visibility"}],"returns":"int"},{"id":"ncurses_define_key","desc":"Define a keycode","params":[{"required":"yes","param":"string $definition"},{"required":"yes","param":"int $keycode"}],"returns":"int"},{"id":"ncurses_delay_output","desc":"Delay output on terminal using padding characters","params":[{"required":"yes","param":"int $milliseconds"}],"returns":"int"},{"id":"ncurses_echochar","desc":"Single character output including refresh","params":[{"required":"yes","param":"int $character"}],"returns":"int"},{"id":"ncurses_end","desc":"Stop using ncurses, clean up the screen","params":[],"returns":"int"},{"id":"ncurses_getch","desc":"Read a character from keyboard","params":[],"returns":"int"},{"id":"ncurses_halfdelay","desc":"Put terminal into halfdelay mode","params":[{"required":"yes","param":"int $tenth"}],"returns":"int"},{"id":"ncurses_has_key","desc":"Check for presence of a function key on terminal keyboard","params":[{"required":"yes","param":"int $keycode"}],"returns":"int"},{"id":"ncurses_hide_panel","desc":"Remove panel from the stack, making it invisible","params":[{"required":"yes","param":"resource $panel"}],"returns":"int"},{"id":"ncurses_hline","desc":"Draw a horizontal line at current position using an attributed character and max. n characters long","params":[{"required":"yes","param":"int $charattr"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_init_color","desc":"Define a terminal color","params":[{"required":"yes","param":"int $color"},{"required":"yes","param":"int $r"},{"required":"yes","param":"int $g"},{"required":"yes","param":"int $b"}],"returns":"int"},{"id":"ncurses_init_pair","desc":"Define a color pair","params":[{"required":"yes","param":"int $pair"},{"required":"yes","param":"int $fg"},{"required":"yes","param":"int $bg"}],"returns":"int"},{"id":"ncurses_insch","desc":"Insert character moving rest of line including character at current position","params":[{"required":"yes","param":"int $character"}],"returns":"int"},{"id":"ncurses_insdelln","desc":"Insert lines before current line scrolling down (negative numbers delete and scroll up)","params":[{"required":"yes","param":"int $count"}],"returns":"int"},{"id":"ncurses_insertln","desc":"Insert a line, move rest of screen down","params":[],"returns":"int"},{"id":"ncurses_insstr","desc":"Insert string at current position, moving rest of line right","params":[{"required":"yes","param":"string $text"}],"returns":"int"},{"id":"ncurses_instr","desc":"Reads string from terminal screen","params":[{"required":"yes","param":"string $buffer"}],"returns":"int"},{"id":"ncurses_keyok","desc":"Enable or disable a keycode","params":[{"required":"yes","param":"int $keycode"},{"required":"yes","param":"bool $enable"}],"returns":"int"},{"id":"ncurses_keypad","desc":"Turns keypad on or off","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"bool $bf"}],"returns":"int"},{"id":"ncurses_meta","desc":"Enables/Disable 8-bit meta key information","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"bool $8bit"}],"returns":"int"},{"id":"ncurses_mouseinterval","desc":"Set timeout for mouse button clicks","params":[{"required":"yes","param":"int $milliseconds"}],"returns":"int"},{"id":"ncurses_mousemask","desc":"Sets mouse options","params":[{"required":"yes","param":"int $newmask"},{"required":"yes","param":"int $oldmask"}],"returns":"int"},{"id":"ncurses_move","desc":"Move output position","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"int"},{"id":"ncurses_move_panel","desc":"Moves a panel so that its upper-left corner is at [startx, starty]","params":[{"required":"yes","param":"resource $panel"},{"required":"yes","param":"int $startx"},{"required":"yes","param":"int $starty"}],"returns":"int"},{"id":"ncurses_mvaddch","desc":"Move current position and add character","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $c"}],"returns":"int"},{"id":"ncurses_mvaddchnstr","desc":"Move position and add attributed string with specified length","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"string $s"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_mvaddchstr","desc":"Move position and add attributed string","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"string $s"}],"returns":"int"},{"id":"ncurses_mvaddnstr","desc":"Move position and add string with specified length","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"string $s"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_mvaddstr","desc":"Move position and add string","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"string $s"}],"returns":"int"},{"id":"ncurses_mvcur","desc":"Move cursor immediately","params":[{"required":"yes","param":"int $old_y"},{"required":"yes","param":"int $old_x"},{"required":"yes","param":"int $new_y"},{"required":"yes","param":"int $new_x"}],"returns":"int"},{"id":"ncurses_mvdelch","desc":"Move position and delete character, shift rest of line left","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"int"},{"id":"ncurses_mvgetch","desc":"Move position and get character at new position","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"int"},{"id":"ncurses_mvhline","desc":"Set new position and draw a horizontal line using an attributed character and max. n characters long","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $attrchar"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_mvinch","desc":"Move position and get attributed character at new position","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"int"},{"id":"ncurses_mvvline","desc":"Set new position and draw a vertical line using an attributed character and max. n characters long","params":[{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $attrchar"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_mvwaddstr","desc":"Add string at new position in window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"},{"required":"yes","param":"string $text"}],"returns":"int"},{"id":"ncurses_napms","desc":"Sleep","params":[{"required":"yes","param":"int $milliseconds"}],"returns":"int"},{"id":"ncurses_pair_content","desc":"Retrieves foreground and background colors of a color pair","params":[{"required":"yes","param":"int $pair"},{"required":"yes","param":"int $f"},{"required":"yes","param":"int $b"}],"returns":"int"},{"id":"ncurses_pnoutrefresh","desc":"Copies a region from a pad into the virtual screen","params":[{"required":"yes","param":"resource $pad"},{"required":"yes","param":"int $pminrow"},{"required":"yes","param":"int $pmincol"},{"required":"yes","param":"int $sminrow"},{"required":"yes","param":"int $smincol"},{"required":"yes","param":"int $smaxrow"},{"required":"yes","param":"int $smaxcol"}],"returns":"int"},{"id":"ncurses_prefresh","desc":"Copies a region from a pad into the virtual screen","params":[{"required":"yes","param":"resource $pad"},{"required":"yes","param":"int $pminrow"},{"required":"yes","param":"int $pmincol"},{"required":"yes","param":"int $sminrow"},{"required":"yes","param":"int $smincol"},{"required":"yes","param":"int $smaxrow"},{"required":"yes","param":"int $smaxcol"}],"returns":"int"},{"id":"ncurses_putp","desc":"Apply padding information to the string and output it","params":[{"required":"yes","param":"string $text"}],"returns":"int"},{"id":"ncurses_refresh","desc":"Refresh screen","params":[{"required":"yes","param":"int $ch"}],"returns":"int"},{"id":"ncurses_replace_panel","desc":"Replaces the window associated with panel","params":[{"required":"yes","param":"resource $panel"},{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_reset_prog_mode","desc":"Resets the prog mode saved by def_prog_mode","params":[],"returns":"int"},{"id":"ncurses_reset_shell_mode","desc":"Resets the shell mode saved by def_shell_mode","params":[],"returns":"int"},{"id":"ncurses_scrl","desc":"Scroll window content up or down without changing current position","params":[{"required":"yes","param":"int $count"}],"returns":"int"},{"id":"ncurses_scr_dump","desc":"Dump screen content to file","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"ncurses_scr_init","desc":"Initialize screen from file dump","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"ncurses_scr_restore","desc":"Restore screen from file dump","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"ncurses_scr_set","desc":"Inherit screen from file dump","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"ncurses_show_panel","desc":"Places an invisible panel on top of the stack, making it visible","params":[{"required":"yes","param":"resource $panel"}],"returns":"int"},{"id":"ncurses_slk_attr","desc":"Returns current soft label key attribute","params":[],"returns":"int"},{"id":"ncurses_slk_attroff","desc":"Turn off the given attributes for soft function-key labels","params":[{"required":"yes","param":"int $intarg"}],"returns":"int"},{"id":"ncurses_slk_attron","desc":"Turn on the given attributes for soft function-key labels","params":[{"required":"yes","param":"int $intarg"}],"returns":"int"},{"id":"ncurses_slk_attrset","desc":"Set given attributes for soft function-key labels","params":[{"required":"yes","param":"int $intarg"}],"returns":"int"},{"id":"ncurses_slk_color","desc":"Sets color for soft label keys","params":[{"required":"yes","param":"int $intarg"}],"returns":"int"},{"id":"ncurses_slk_refresh","desc":"Copies soft label keys to screen","params":[],"returns":"int"},{"id":"ncurses_slk_restore","desc":"Restores soft label keys","params":[],"returns":"int"},{"id":"ncurses_slk_touch","desc":"Forces output when ncurses_slk_noutrefresh is performed","params":[],"returns":"int"},{"id":"ncurses_standend","desc":"Stop using 'standout' attribute","params":[],"returns":"int"},{"id":"ncurses_standout","desc":"Start using 'standout' attribute","params":[],"returns":"int"},{"id":"ncurses_start_color","desc":"Initializes color functionality","params":[],"returns":"int"},{"id":"ncurses_top_panel","desc":"Moves a visible panel to the top of the stack","params":[{"required":"yes","param":"resource $panel"}],"returns":"int"},{"id":"ncurses_typeahead","desc":"Specify different filedescriptor for typeahead checking","params":[{"required":"yes","param":"int $fd"}],"returns":"int"},{"id":"ncurses_ungetch","desc":"Put a character back into the input stream","params":[{"required":"yes","param":"int $keycode"}],"returns":"int"},{"id":"ncurses_use_extended_names","desc":"Control use of extended names in terminfo descriptions","params":[{"required":"yes","param":"bool $flag"}],"returns":"int"},{"id":"ncurses_vidattr","desc":"Display the string on the terminal in the video attribute mode","params":[{"required":"yes","param":"int $intarg"}],"returns":"int"},{"id":"ncurses_vline","desc":"Draw a vertical line at current position using an attributed character and max. n characters long","params":[{"required":"yes","param":"int $charattr"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_waddch","desc":"Adds character at current position in a window and advance cursor","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $ch"}],"returns":"int"},{"id":"ncurses_waddstr","desc":"Outputs text at current postion in window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"string $str"},{"required":"no","param":"int $n = ''"}],"returns":"int"},{"id":"ncurses_wattroff","desc":"Turns off attributes for a window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $attrs"}],"returns":"int"},{"id":"ncurses_wattron","desc":"Turns on attributes for a window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $attrs"}],"returns":"int"},{"id":"ncurses_wattrset","desc":"Set the attributes for a window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $attrs"}],"returns":"int"},{"id":"ncurses_wborder","desc":"Draws a border around the window using attributed characters","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $left"},{"required":"yes","param":"int $right"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $bottom"},{"required":"yes","param":"int $tl_corner"},{"required":"yes","param":"int $tr_corner"},{"required":"yes","param":"int $bl_corner"},{"required":"yes","param":"int $br_corner"}],"returns":"int"},{"id":"ncurses_wclear","desc":"Clears window","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_wcolor_set","desc":"Sets windows color pairings","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $color_pair"}],"returns":"int"},{"id":"ncurses_werase","desc":"Erase window contents","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_wgetch","desc":"Reads a character from keyboard (window)","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_whline","desc":"Draws a horizontal line in a window at current position using an attributed character and max. n characters long","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $charattr"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"ncurses_wmove","desc":"Moves windows output position","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"int"},{"id":"ncurses_wnoutrefresh","desc":"Copies window to virtual screen","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_wrefresh","desc":"Refresh window on terminal screen","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_wstandend","desc":"End standout mode for a window","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_wstandout","desc":"Enter standout mode for a window","params":[{"required":"yes","param":"resource $window"}],"returns":"int"},{"id":"ncurses_wvline","desc":"Draws a vertical line in a window at current position using an attributed character and max. n characters long","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $charattr"},{"required":"yes","param":"int $n"}],"returns":"int"},{"id":"newt_centered_window","desc":"Open a centered window of the specified size","params":[{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"no","param":"string $title = ''"}],"returns":"int"},{"id":"newt_finished","desc":"Uninitializes newt interface","params":[],"returns":"int"},{"id":"newt_init","desc":"Initialize newt","params":[],"returns":"int"},{"id":"newt_listbox_item_count","desc":"","params":[{"required":"yes","param":"resource $listbox"}],"returns":"int"},{"id":"newt_open_window","desc":"Open a window of the specified size and position","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"no","param":"string $title = ''"}],"returns":"int"},{"id":"newt_textbox_get_num_lines","desc":"","params":[{"required":"yes","param":"resource $textbox"}],"returns":"int"},{"id":"newt_win_choice","desc":"","params":[{"required":"yes","param":"string $title"},{"required":"yes","param":"string $button1_text"},{"required":"yes","param":"string $button2_text"},{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"int"},{"id":"newt_win_entries","desc":"","params":[{"required":"yes","param":"string $title"},{"required":"yes","param":"string $text"},{"required":"yes","param":"int $suggested_width"},{"required":"yes","param":"int $flex_down"},{"required":"yes","param":"int $flex_up"},{"required":"yes","param":"int $data_width"},{"required":"yes","param":"array $items"},{"required":"yes","param":"string $button1"},{"required":"no","param":"string $... = ''"}],"returns":"int"},{"id":"newt_win_menu","desc":"","params":[{"required":"yes","param":"string $title"},{"required":"yes","param":"string $text"},{"required":"yes","param":"int $suggestedWidth"},{"required":"yes","param":"int $flexDown"},{"required":"yes","param":"int $flexUp"},{"required":"yes","param":"int $maxListHeight"},{"required":"yes","param":"array $items"},{"required":"yes","param":"int $listItem"},{"required":"no","param":"string $button1 = ''"},{"required":"no","param":"string $... = ''"}],"returns":"int"},{"id":"newt_win_ternary","desc":"","params":[{"required":"yes","param":"string $title"},{"required":"yes","param":"string $button1_text"},{"required":"yes","param":"string $button2_text"},{"required":"yes","param":"string $button3_text"},{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"int"},{"id":"notes_find_note","desc":"Returns a note id found in database_name","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $name"},{"required":"no","param":"string $type = ''"}],"returns":"int"},{"id":"numfmt_get_attribute","desc":"Get an attribute","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"int"},{"id":"numfmt_get_error_code","desc":"Get formatter's last error code.","params":[{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"int"},{"id":"ob_get_length","desc":"Return the length of the output buffer","params":[],"returns":"int"},{"id":"ob_get_level","desc":"Return the nesting level of the output buffering mechanism","params":[],"returns":"int"},{"id":"ocifetchinto","desc":"Fetches the next row into an array (deprecated)","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"array $result"},{"required":"no","param":"int $mode = +"}],"returns":"int"},{"id":"oci_fetch_all","desc":"Fetches multiple rows from a query into a two-dimensional array","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"array $output"},{"required":"no","param":"int $skip = ''"},{"required":"no","param":"int $maxrows = -1"},{"required":"no","param":"int $flags = +"}],"returns":"int"},{"id":"oci_field_precision","desc":"Tell the precision of a field","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $field"}],"returns":"int"},{"id":"oci_field_scale","desc":"Tell the scale of the field","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $field"}],"returns":"int"},{"id":"oci_field_size","desc":"Returns field's size","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"mixed $field"}],"returns":"int"},{"id":"oci_field_type_raw","desc":"Tell the raw Oracle data type of the field","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $field"}],"returns":"int"},{"id":"oci_num_fields","desc":"Returns the number of result columns in a statement","params":[{"required":"yes","param":"resource $statement"}],"returns":"int"},{"id":"oci_num_rows","desc":"Returns number of rows affected during statement execution","params":[{"required":"yes","param":"resource $statement"}],"returns":"int"},{"id":"odbc_field_len","desc":"Get the length (precision) of a field","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"odbc_field_num","desc":"Return column number","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"string $field_name"}],"returns":"int"},{"id":"odbc_field_scale","desc":"Get the scale of a field","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"odbc_num_fields","desc":"Number of columns in a result","params":[{"required":"yes","param":"resource $result_id"}],"returns":"int"},{"id":"odbc_num_rows","desc":"Number of rows in a result","params":[{"required":"yes","param":"resource $result_id"}],"returns":"int"},{"id":"odbc_result_all","desc":"Print result as HTML table","params":[{"required":"yes","param":"resource $result_id"},{"required":"no","param":"string $format = ''"}],"returns":"int"},{"id":"openal_buffer_get","desc":"Retrieve an OpenAL buffer property","params":[{"required":"yes","param":"resource $buffer"},{"required":"yes","param":"int $property"}],"returns":"int"},{"id":"openssl_seal","desc":"Seal (encrypt) data","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $sealed_data"},{"required":"yes","param":"array $env_keys"},{"required":"yes","param":"array $pub_key_ids"},{"required":"no","param":"string $method = ''"}],"returns":"int"},{"id":"openssl_verify","desc":"Verify signature","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $signature"},{"required":"yes","param":"mixed $pub_key_id"},{"required":"no","param":"int $signature_alg = OPENSSL_ALGO_SHA1"}],"returns":"int"},{"id":"openssl_x509_checkpurpose","desc":"Verifies if a certificate can be used for a particular purpose","params":[{"required":"yes","param":"mixed $x509cert"},{"required":"yes","param":"int $purpose"},{"required":"no","param":"array $cainfo = array()"},{"required":"no","param":"string $untrustedfile = ''"}],"returns":"int"},{"id":"ord","desc":"Return ASCII value of character","params":[{"required":"yes","param":"string $string"}],"returns":"int"},{"id":"ovrimos_connect","desc":"Connect to the specified database","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $dborport"},{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"}],"returns":"int"},{"id":"ovrimos_exec","desc":"Executes an SQL statement","params":[{"required":"yes","param":"int $connection_id"},{"required":"yes","param":"string $query"}],"returns":"int"},{"id":"ovrimos_field_len","desc":"Returns the length of the output column","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"ovrimos_field_num","desc":"Returns the (1-based) index of the output column","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"string $field_name"}],"returns":"int"},{"id":"ovrimos_field_type","desc":"Returns the type of the output column","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"ovrimos_num_fields","desc":"Returns the number of columns","params":[{"required":"yes","param":"int $result_id"}],"returns":"int"},{"id":"ovrimos_num_rows","desc":"Returns the number of rows affected by update operations","params":[{"required":"yes","param":"int $result_id"}],"returns":"int"},{"id":"ovrimos_prepare","desc":"Prepares an SQL statement","params":[{"required":"yes","param":"int $connection_id"},{"required":"yes","param":"string $query"}],"returns":"int"},{"id":"ovrimos_result_all","desc":"Prints the whole result set as an HTML table","params":[{"required":"yes","param":"int $result_id"},{"required":"no","param":"string $format = ''"}],"returns":"int"},{"id":"pclose","desc":"Closes process file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"int"},{"id":"pcntl_alarm","desc":"Set an alarm clock for delivery of a signal","params":[{"required":"yes","param":"int $seconds"}],"returns":"int"},{"id":"pcntl_fork","desc":"Forks the currently running process","params":[],"returns":"int"},{"id":"pcntl_getpriority","desc":"Get the priority of any process","params":[{"required":"no","param":"int $pid = getmypid()"},{"required":"no","param":"int $process_identifier = PRIO_PROCESS"}],"returns":"int"},{"id":"pcntl_sigtimedwait","desc":"Waits for signals, with a timeout","params":[{"required":"yes","param":"array $set"},{"required":"no","param":"array $siginfo = ''"},{"required":"no","param":"int $seconds = ''"},{"required":"no","param":"int $nanoseconds = ''"}],"returns":"int"},{"id":"pcntl_sigwaitinfo","desc":"Waits for signals","params":[{"required":"yes","param":"array $set"},{"required":"no","param":"array $siginfo = ''"}],"returns":"int"},{"id":"pcntl_wait","desc":"Waits on or returns the status of a forked child","params":[{"required":"yes","param":"int $status"},{"required":"no","param":"int $options = ''"}],"returns":"int"},{"id":"pcntl_waitpid","desc":"Waits on or returns the status of a forked child","params":[{"required":"yes","param":"int $pid"},{"required":"yes","param":"int $status"},{"required":"no","param":"int $options = ''"}],"returns":"int"},{"id":"pcntl_wexitstatus","desc":"Returns the return code of a terminated child","params":[{"required":"yes","param":"int $status"}],"returns":"int"},{"id":"pcntl_wstopsig","desc":"Returns the signal which caused the child to stop","params":[{"required":"yes","param":"int $status"}],"returns":"int"},{"id":"pcntl_wtermsig","desc":"Returns the signal which caused the child to terminate","params":[{"required":"yes","param":"int $status"}],"returns":"int"},{"id":"PDF_add_table_cell","desc":"Add a cell to a new or existing table","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $table"},{"required":"yes","param":"int $column"},{"required":"yes","param":"int $row"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_add_textflow","desc":"Create Textflow or add text to existing Textflow","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $textflow"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_begin_document","desc":"Create new PDF file","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_begin_item","desc":"Open structure element or other content item","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $tag"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_begin_pattern","desc":"Start pattern definition","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"float $xstep"},{"required":"yes","param":"float $ystep"},{"required":"yes","param":"int $painttype"}],"returns":"int"},{"id":"PDF_begin_template","desc":"Start template definition [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"int"},{"id":"PDF_begin_template_ext","desc":"Start template definition","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_create_3dview","desc":"Create 3D view","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_create_action","desc":"Create action for objects or events","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_create_bookmark","desc":"Create bookmark","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_create_gstate","desc":"Create graphics state object","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_create_textflow","desc":"Create textflow object","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_define_layer","desc":"Create layer definition","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_delete_pvf","desc":"Delete PDFlib virtual file","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"PDF_fill_imageblock","desc":"Fill image block with variable data","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $blockname"},{"required":"yes","param":"int $image"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_fill_pdfblock","desc":"Fill PDF block with variable data","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $blockname"},{"required":"yes","param":"int $contents"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_fill_textblock","desc":"Fill text block with variable data","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $blockname"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_findfont","desc":"Prepare font for later use [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $fontname"},{"required":"yes","param":"string $encoding"},{"required":"yes","param":"int $embed"}],"returns":"int"},{"id":"PDF_get_errnum","desc":"Get error number","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"int"},{"id":"PDF_get_majorversion","desc":"Get major version number [deprecated]","params":[],"returns":"int"},{"id":"PDF_get_minorversion","desc":"Get minor version number [deprecated]","params":[],"returns":"int"},{"id":"PDF_load_3ddata","desc":"Load 3D model","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_load_font","desc":"Search and prepare font","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $fontname"},{"required":"yes","param":"string $encoding"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_load_iccprofile","desc":"Search and prepare ICC profile","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $profilename"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_load_image","desc":"Open image file","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $imagetype"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_makespotcolor","desc":"Make spot color","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $spotname"}],"returns":"int"},{"id":"PDF_open_ccitt","desc":"Open raw CCITT image [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $BitReverse"},{"required":"yes","param":"int $k"},{"required":"yes","param":"int $Blackls1"}],"returns":"int"},{"id":"PDF_open_image","desc":"Use image data [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $imagetype"},{"required":"yes","param":"string $source"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $length"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $components"},{"required":"yes","param":"int $bpc"},{"required":"yes","param":"string $params"}],"returns":"int"},{"id":"PDF_open_image_file","desc":"Read image from file [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $imagetype"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $stringparam"},{"required":"yes","param":"int $intparam"}],"returns":"int"},{"id":"PDF_open_memory_image","desc":"Open image created with PHP's image functions [not supported]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"resource $image"}],"returns":"int"},{"id":"PDF_open_pdi","desc":"Open PDF file [deprecated]","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $optlist"},{"required":"yes","param":"int $len"}],"returns":"int"},{"id":"PDF_open_pdi_document","desc":"Prepare a pdi document","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_open_pdi_page","desc":"Prepare a page","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"int $pagenumber"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_process_pdi","desc":"Process imported PDF document","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_shading","desc":"Define blend","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $shtype"},{"required":"yes","param":"float $x0"},{"required":"yes","param":"float $y0"},{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $c1"},{"required":"yes","param":"float $c2"},{"required":"yes","param":"float $c3"},{"required":"yes","param":"float $c4"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_shading_pattern","desc":"Define shading pattern","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $shading"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"PDF_show_boxed","desc":"Output text in a box [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $text"},{"required":"yes","param":"float $left"},{"required":"yes","param":"float $top"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"string $mode"},{"required":"yes","param":"string $feature"}],"returns":"int"},{"id":"pg_affected_rows","desc":"Returns number of affected records (tuples)","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"pg_connection_status","desc":"Get connection status","params":[{"required":"yes","param":"resource $connection"}],"returns":"int"},{"id":"pg_field_is_null","desc":"Test if a field is SQL NULL","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"yes","param":"mixed $field"}],"returns":"int"},{"id":"pg_field_num","desc":"Returns the field number of the named field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"string $field_name"}],"returns":"int"},{"id":"pg_field_size","desc":"Returns the internal storage size of the named field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"pg_field_type_oid","desc":"Returns the type ID (OID) for the corresponding field number","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_number"}],"returns":"int"},{"id":"pg_get_pid","desc":"Gets the backend's process ID","params":[{"required":"yes","param":"resource $connection"}],"returns":"int"},{"id":"pg_lo_create","desc":"Create a large object","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"mixed $object_id"}],"returns":"int"},{"id":"pg_lo_import","desc":"Import a large object from file","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $pathname"},{"required":"no","param":"mixed $object_id = ''"}],"returns":"int"},{"id":"pg_lo_read_all","desc":"Reads an entire large object and send straight to browser","params":[{"required":"yes","param":"resource $large_object"}],"returns":"int"},{"id":"pg_lo_tell","desc":"Returns current seek position a of large object","params":[{"required":"yes","param":"resource $large_object"}],"returns":"int"},{"id":"pg_lo_write","desc":"Write to a large object","params":[{"required":"yes","param":"resource $large_object"},{"required":"yes","param":"string $data"},{"required":"no","param":"int $len = ''"}],"returns":"int"},{"id":"pg_num_fields","desc":"Returns the number of fields in a result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"pg_num_rows","desc":"Returns the number of rows in a result","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"pg_port","desc":"Return the port number associated with the connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"int"},{"id":"pg_set_client_encoding","desc":"Set the client encoding","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $encoding"}],"returns":"int"},{"id":"pg_set_error_verbosity","desc":"Determines the verbosity of messages returned by pg_last_error and pg_result_error.","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"int $verbosity"}],"returns":"int"},{"id":"pg_transaction_status","desc":"Returns the current in-transaction status of the server.","params":[{"required":"yes","param":"resource $connection"}],"returns":"int"},{"id":"posix_getegid","desc":"Return the effective group ID of the current process","params":[],"returns":"int"},{"id":"posix_geteuid","desc":"Return the effective user ID of the current process","params":[],"returns":"int"},{"id":"posix_getgid","desc":"Return the real group ID of the current process","params":[],"returns":"int"},{"id":"posix_getpgid","desc":"Get process group id for job control","params":[{"required":"yes","param":"int $pid"}],"returns":"int"},{"id":"posix_getpgrp","desc":"Return the current process group identifier","params":[],"returns":"int"},{"id":"posix_getpid","desc":"Return the current process identifier","params":[],"returns":"int"},{"id":"posix_getppid","desc":"Return the parent process identifier","params":[],"returns":"int"},{"id":"posix_getsid","desc":"Get the current sid of the process","params":[{"required":"yes","param":"int $pid"}],"returns":"int"},{"id":"posix_getuid","desc":"Return the real user ID of the current process","params":[],"returns":"int"},{"id":"posix_get_last_error","desc":"Retrieve the error number set by the last posix function that failed","params":[],"returns":"int"},{"id":"posix_setsid","desc":"Make the current process a session leader","params":[],"returns":"int"},{"id":"preg_last_error","desc":"Returns the error code of the last PCRE regex execution","params":[],"returns":"int"},{"id":"preg_match","desc":"Perform a regular expression match","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $subject"},{"required":"no","param":"array $matches = ''"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"preg_match_all","desc":"Perform a global regular expression match","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $subject"},{"required":"yes","param":"array $matches"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"print","desc":"Output a string","params":[{"required":"yes","param":"string $arg"}],"returns":"int"},{"id":"printer_logical_fontheight","desc":"Get logical font height","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $height"}],"returns":"int"},{"id":"printf","desc":"Output a formatted string","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"int"},{"id":"proc_close","desc":"Close a process opened by proc_open and return the exit code of that process","params":[{"required":"yes","param":"resource $process"}],"returns":"int"},{"id":"pspell_config_create","desc":"Create a config used to open a dictionary","params":[{"required":"yes","param":"string $language"},{"required":"no","param":"string $spelling = ''"},{"required":"no","param":"string $jargon = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"int"},{"id":"pspell_new","desc":"Load a new dictionary","params":[{"required":"yes","param":"string $language"},{"required":"no","param":"string $spelling = ''"},{"required":"no","param":"string $jargon = ''"},{"required":"no","param":"string $encoding = ''"},{"required":"no","param":"int $mode = ''"}],"returns":"int"},{"id":"pspell_new_config","desc":"Load a new dictionary with settings based on a given config","params":[{"required":"yes","param":"int $config"}],"returns":"int"},{"id":"pspell_new_personal","desc":"Load a new dictionary with personal wordlist","params":[{"required":"yes","param":"string $personal"},{"required":"yes","param":"string $language"},{"required":"no","param":"string $spelling = ''"},{"required":"no","param":"string $jargon = ''"},{"required":"no","param":"string $encoding = ''"},{"required":"no","param":"int $mode = ''"}],"returns":"int"},{"id":"ps_add_bookmark","desc":"Add bookmark to current page","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"no","param":"int $parent = ''"},{"required":"no","param":"int $open = ''"}],"returns":"int"},{"id":"ps_begin_pattern","desc":"Start a new pattern","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"float $xstep"},{"required":"yes","param":"float $ystep"},{"required":"yes","param":"int $painttype"}],"returns":"int"},{"id":"ps_begin_template","desc":"Start a new template","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"int"},{"id":"ps_findfont","desc":"Loads a font","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $fontname"},{"required":"yes","param":"string $encoding"},{"required":"no","param":"bool $embed = false"}],"returns":"int"},{"id":"ps_makespotcolor","desc":"Create spot color","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $name"},{"required":"no","param":"int $reserved = ''"}],"returns":"int"},{"id":"ps_open_image","desc":"Reads an image for later placement","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $source"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $lenght"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $components"},{"required":"yes","param":"int $bpc"},{"required":"yes","param":"string $params"}],"returns":"int"},{"id":"ps_open_image_file","desc":"Opens image from file","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $filename"},{"required":"no","param":"string $stringparam = ''"},{"required":"no","param":"int $intparam = ''"}],"returns":"int"},{"id":"ps_open_memory_image","desc":"Takes an GD image and returns an image for placement in a PS document","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $gd"}],"returns":"int"},{"id":"ps_shading","desc":"Creates a shading for later use","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $type"},{"required":"yes","param":"float $x0"},{"required":"yes","param":"float $y0"},{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $c1"},{"required":"yes","param":"float $c2"},{"required":"yes","param":"float $c3"},{"required":"yes","param":"float $c4"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"ps_shading_pattern","desc":"Creates a pattern based on a shading","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $shadingid"},{"required":"yes","param":"string $optlist"}],"returns":"int"},{"id":"ps_show_boxed","desc":"Output text in a box","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $text"},{"required":"yes","param":"float $left"},{"required":"yes","param":"float $bottom"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"string $hmode"},{"required":"no","param":"string $feature = ''"}],"returns":"int"},{"id":"px_insert_record","desc":"Inserts record into paradox database","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"array $data"}],"returns":"int"},{"id":"px_numfields","desc":"Returns number of fields in a database","params":[{"required":"yes","param":"resource $pxdoc"}],"returns":"int"},{"id":"px_numrecords","desc":"Returns number of records in a database","params":[{"required":"yes","param":"resource $pxdoc"}],"returns":"int"},{"id":"radius_cvt_int","desc":"Converts raw data to integer","params":[{"required":"yes","param":"string $data"}],"returns":"int"},{"id":"radius_send_request","desc":"Sends the request and waites for a reply","params":[{"required":"yes","param":"resource $radius_handle"}],"returns":"int"},{"id":"rand","desc":"Generate a random integer","params":[{"required":"yes","param":"int $min"},{"required":"yes","param":"int $max"}],"returns":"int"},{"id":"readfile","desc":"Outputs a file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $use_include_path = false"},{"required":"no","param":"resource $context = ''"}],"returns":"int"},{"id":"readgzfile","desc":"Output a gz-file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $use_include_path = ''"}],"returns":"int"},{"id":"realpath_cache_size","desc":"Get realpath cache size","params":[],"returns":"int"},{"id":"resourcebundle_count","desc":"Get number of elements in the bundle","params":[{"required":"yes","param":"ResourceBundle $r"}],"returns":"int"},{"id":"resourcebundle_get_error_code","desc":"Get bundle's last error code.","params":[{"required":"yes","param":"ResourceBundle $r"}],"returns":"int"},{"id":"rrd_first","desc":"Gets the timestamp of the first sample from rrd file.","params":[{"required":"yes","param":"string $file"},{"required":"no","param":"int $raaindex = ''"}],"returns":"int"},{"id":"rrd_last","desc":"Gets unix timestamp of the last sample.","params":[{"required":"yes","param":"string $filename"}],"returns":"int"},{"id":"session_cache_expire","desc":"Return current cache expire","params":[{"required":"no","param":"string $new_cache_expire = ''"}],"returns":"int"},{"id":"shmop_open","desc":"Create or open shared memory block","params":[{"required":"yes","param":"int $key"},{"required":"yes","param":"string $flags"},{"required":"yes","param":"int $mode"},{"required":"yes","param":"int $size"}],"returns":"int"},{"id":"shmop_size","desc":"Get size of shared memory block","params":[{"required":"yes","param":"int $shmid"}],"returns":"int"},{"id":"shmop_write","desc":"Write data into shared memory block","params":[{"required":"yes","param":"int $shmid"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $offset"}],"returns":"int"},{"id":"similar_text","desc":"Calculate the similarity between two strings","params":[{"required":"yes","param":"string $first"},{"required":"yes","param":"string $second"},{"required":"no","param":"float $percent = ''"}],"returns":"int"},{"id":"sleep","desc":"Delay execution","params":[{"required":"yes","param":"int $seconds"}],"returns":"int"},{"id":"snmp_get_valueretrieval","desc":"Return the method how the SNMP values will be returned","params":[],"returns":"int"},{"id":"socket_last_error","desc":"Returns the last error on the socket","params":[{"required":"no","param":"resource $socket = ''"}],"returns":"int"},{"id":"socket_recv","desc":"Receives data from a connected socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $buf"},{"required":"yes","param":"int $len"},{"required":"yes","param":"int $flags"}],"returns":"int"},{"id":"socket_recvfrom","desc":"Receives data from a socket whether or not it is connection-oriented","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $buf"},{"required":"yes","param":"int $len"},{"required":"yes","param":"int $flags"},{"required":"yes","param":"string $name"},{"required":"no","param":"int $port = ''"}],"returns":"int"},{"id":"socket_select","desc":"Runs the select() system call on the given arrays of sockets with a specified timeout","params":[{"required":"yes","param":"array $read"},{"required":"yes","param":"array $write"},{"required":"yes","param":"array $except"},{"required":"yes","param":"int $tv_sec"},{"required":"no","param":"int $tv_usec = ''"}],"returns":"int"},{"id":"socket_send","desc":"Sends data to a connected socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $buf"},{"required":"yes","param":"int $len"},{"required":"yes","param":"int $flags"}],"returns":"int"},{"id":"socket_sendto","desc":"Sends a message to a socket, whether it is connected or not","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $buf"},{"required":"yes","param":"int $len"},{"required":"yes","param":"int $flags"},{"required":"yes","param":"string $addr"},{"required":"no","param":"int $port = ''"}],"returns":"int"},{"id":"socket_write","desc":"Write to a socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $buffer"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"sqlite_changes","desc":"Returns the number of rows that were changed by the most recent SQL statement","params":[{"required":"yes","param":"resource $dbhandle"}],"returns":"int"},{"id":"sqlite_key","desc":"Returns the current row index","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"sqlite_last_error","desc":"Returns the error code of the last error for a database","params":[{"required":"yes","param":"resource $dbhandle"}],"returns":"int"},{"id":"sqlite_last_insert_rowid","desc":"Returns the rowid of the most recently inserted row","params":[{"required":"yes","param":"resource $dbhandle"}],"returns":"int"},{"id":"sqlite_num_fields","desc":"Returns the number of fields in a result set","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"sqlite_num_rows","desc":"Returns the number of rows in a buffered result set","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"ssdeep_fuzzy_compare","desc":"Calculates the match score between two fuzzy hash signatures","params":[{"required":"yes","param":"string $signature1"},{"required":"yes","param":"string $signature2"}],"returns":"int"},{"id":"stats_rand_gen_ibinomial","desc":"Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE","params":[{"required":"yes","param":"int $n"},{"required":"yes","param":"float $pp"}],"returns":"int"},{"id":"stats_rand_gen_ibinomial_negative","desc":"Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)).","params":[{"required":"yes","param":"int $n"},{"required":"yes","param":"float $p"}],"returns":"int"},{"id":"stats_rand_gen_int","desc":"Generates random integer between 1 and 2147483562","params":[],"returns":"int"},{"id":"stats_rand_gen_ipoisson","desc":"Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).","params":[{"required":"yes","param":"float $mu"}],"returns":"int"},{"id":"stats_rand_gen_iuniform","desc":"Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)","params":[{"required":"yes","param":"int $low"},{"required":"yes","param":"int $high"}],"returns":"int"},{"id":"strcasecmp","desc":"Binary safe case-insensitive string comparison","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"}],"returns":"int"},{"id":"strcmp","desc":"Binary safe string comparison","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"}],"returns":"int"},{"id":"strcoll","desc":"Locale based string comparison","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"}],"returns":"int"},{"id":"strcspn","desc":"Find length of initial segment not matching mask","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"},{"required":"no","param":"int $start = ''"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"stream_copy_to_stream","desc":"Copies data from one stream to another","params":[{"required":"yes","param":"resource $source"},{"required":"yes","param":"resource $dest"},{"required":"no","param":"int $maxlength = -1"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"stream_select","desc":"Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec","params":[{"required":"yes","param":"array $read"},{"required":"yes","param":"array $write"},{"required":"yes","param":"array $except"},{"required":"yes","param":"int $tv_sec"},{"required":"no","param":"int $tv_usec = ''"}],"returns":"int"},{"id":"stream_set_read_buffer","desc":"Set read file buffering on the given stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"int $buffer"}],"returns":"int"},{"id":"stream_set_write_buffer","desc":"Sets write file buffering on the given stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"int $buffer"}],"returns":"int"},{"id":"stream_socket_sendto","desc":"Sends a message to a socket, whether it is connected or not","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"string $data"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"string $address = ''"}],"returns":"int"},{"id":"strlen","desc":"Get string length","params":[{"required":"yes","param":"string $string"}],"returns":"int"},{"id":"strnatcasecmp","desc":"Case insensitive string comparisons using a "natural order" algorithm","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"}],"returns":"int"},{"id":"strnatcmp","desc":"String comparisons using a "natural order" algorithm","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"}],"returns":"int"},{"id":"strncasecmp","desc":"Binary safe case-insensitive string comparison of the first n characters","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"},{"required":"yes","param":"int $len"}],"returns":"int"},{"id":"strncmp","desc":"Binary safe string comparison of the first n characters","params":[{"required":"yes","param":"string $str1"},{"required":"yes","param":"string $str2"},{"required":"yes","param":"int $len"}],"returns":"int"},{"id":"strpos","desc":"Find position of first occurrence of a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"mixed $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"strripos","desc":"Find position of last occurrence of a case-insensitive string in a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"strrpos","desc":"Find the position of the last occurrence of a substring in a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"int"},{"id":"strspn","desc":"Finds the length of the first segment of a string consisting entirely of characters contained within a given mask.","params":[{"required":"yes","param":"string $subject"},{"required":"yes","param":"string $mask"},{"required":"no","param":"int $start = ''"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"strtotime","desc":"Parse about any English textual datetime description into a Unix timestamp","params":[{"required":"yes","param":"string $time"},{"required":"no","param":"int $now = ''"}],"returns":"int"},{"id":"substr_compare","desc":"Binary safe comparison of two strings from an offset, up to length characters","params":[{"required":"yes","param":"string $main_str"},{"required":"yes","param":"string $str"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"bool $case_insensitivity = false"}],"returns":"int"},{"id":"substr_count","desc":"Count the number of substring occurrences","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"},{"required":"no","param":"int $length = ''"}],"returns":"int"},{"id":"svn_fs_check_path","desc":"Determines what kind of item lives at path in a given repository fsroot","params":[{"required":"yes","param":"resource $fsroot"},{"required":"yes","param":"string $path"}],"returns":"int"},{"id":"svn_fs_file_length","desc":"Returns the length of a file from a given version of the fs","params":[{"required":"yes","param":"resource $fsroot"},{"required":"yes","param":"string $path"}],"returns":"int"},{"id":"svn_fs_node_created_rev","desc":"Returns the revision in which path under fsroot was created","params":[{"required":"yes","param":"resource $fsroot"},{"required":"yes","param":"string $path"}],"returns":"int"},{"id":"svn_fs_youngest_rev","desc":"Returns the number of the youngest revision in the filesystem","params":[{"required":"yes","param":"resource $fs"}],"returns":"int"},{"id":"svn_repos_fs_commit_txn","desc":"Commits a transaction and returns the new revision","params":[{"required":"yes","param":"resource $txn"}],"returns":"int"},{"id":"svn_update","desc":"Update working copy","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"int $revno = SVN_REVISION_HEAD"},{"required":"no","param":"bool $recurse = true"}],"returns":"int"},{"id":"swf_getframe","desc":"Get the frame number of the current frame","params":[],"returns":"int"},{"id":"swf_nextid","desc":"Returns the next free object id","params":[],"returns":"int"},{"id":"sybase_affected_rows","desc":"Gets number of affected rows in last query","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"int"},{"id":"sybase_num_fields","desc":"Gets the number of fields in a result set","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"sybase_num_rows","desc":"Get number of rows in a result set","params":[{"required":"yes","param":"resource $result"}],"returns":"int"},{"id":"tidy_access_count","desc":"Returns the Number of Tidy accessibility warnings encountered for specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"int"},{"id":"tidy_config_count","desc":"Returns the Number of Tidy configuration errors encountered for specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"int"},{"id":"tidy_error_count","desc":"Returns the Number of Tidy errors encountered for specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"int"},{"id":"tidy_get_html_ver","desc":"Get the Detected HTML version for the specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"int"},{"id":"tidy_get_status","desc":"Get status of specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"int"},{"id":"tidy_warning_count","desc":"Returns the Number of Tidy warnings encountered for specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"int"},{"id":"time","desc":"Return current Unix timestamp","params":[],"returns":"int"},{"id":"transliterator_get_error_code","desc":"Get last error code","params":[],"returns":"int"},{"id":"udm_api_version","desc":"Get mnoGoSearch API version","params":[],"returns":"int"},{"id":"udm_check_stored","desc":"Check connection to stored","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"int $link"},{"required":"yes","param":"string $doc_id"}],"returns":"int"},{"id":"udm_close_stored","desc":"Close connection to stored","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"int $link"}],"returns":"int"},{"id":"udm_crc32","desc":"Return CRC32 checksum of given string","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $str"}],"returns":"int"},{"id":"udm_errno","desc":"Get mnoGoSearch error number","params":[{"required":"yes","param":"resource $agent"}],"returns":"int"},{"id":"udm_free_agent","desc":"Free mnoGoSearch session","params":[{"required":"yes","param":"resource $agent"}],"returns":"int"},{"id":"udm_get_doc_count","desc":"Get total number of documents in database","params":[{"required":"yes","param":"resource $agent"}],"returns":"int"},{"id":"udm_hash32","desc":"Return Hash32 checksum of gived string","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $str"}],"returns":"int"},{"id":"udm_open_stored","desc":"Open connection to stored","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $storedaddr"}],"returns":"int"},{"id":"umask","desc":"Changes the current umask","params":[{"required":"no","param":"int $mask = ''"}],"returns":"int"},{"id":"unixtojd","desc":"Convert Unix timestamp to Julian Day","params":[{"required":"no","param":"int $timestamp = time("}],"returns":"int"},{"id":"variant_cmp","desc":"Compares two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"},{"required":"no","param":"int $lcid = ''"},{"required":"no","param":"int $flags = ''"}],"returns":"int"},{"id":"variant_date_to_timestamp","desc":"Converts a variant date/time value to Unix timestamp","params":[{"required":"yes","param":"variant $variant"}],"returns":"int"},{"id":"variant_get_type","desc":"Returns the type of a variant object","params":[{"required":"yes","param":"variant $variant"}],"returns":"int"},{"id":"vfprintf","desc":"Write a formatted string to a stream","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $format"},{"required":"yes","param":"array $args"}],"returns":"int"},{"id":"vprintf","desc":"Output a formatted string","params":[{"required":"yes","param":"string $format"},{"required":"yes","param":"array $args"}],"returns":"int"},{"id":"win32_continue_service","desc":"Resumes a paused service","params":[{"required":"yes","param":"string $servicename"},{"required":"no","param":"string $machine = ''"}],"returns":"int"},{"id":"win32_get_last_control_message","desc":"Returns the last control message that was sent to this service","params":[],"returns":"int"},{"id":"win32_pause_service","desc":"Pauses a service","params":[{"required":"yes","param":"string $servicename"},{"required":"no","param":"string $machine = ''"}],"returns":"int"},{"id":"win32_start_service","desc":"Starts a service","params":[{"required":"yes","param":"string $servicename"},{"required":"no","param":"string $machine = ''"}],"returns":"int"},{"id":"win32_stop_service","desc":"Stops a service","params":[{"required":"yes","param":"string $servicename"},{"required":"no","param":"string $machine = ''"}],"returns":"int"},{"id":"xdiff_file_bdiff_size","desc":"Read a size of file created by applying a binary diff","params":[{"required":"yes","param":"string $file"}],"returns":"int"},{"id":"xdiff_string_bdiff_size","desc":"Read a size of file created by applying a binary diff","params":[{"required":"yes","param":"string $patch"}],"returns":"int"},{"id":"xmlrpc_server_add_introspection_data","desc":"Adds introspection documentation","params":[{"required":"yes","param":"resource $server"},{"required":"yes","param":"array $desc"}],"returns":"int"},{"id":"xmlrpc_server_destroy","desc":"Destroys server resources","params":[{"required":"yes","param":"resource $server"}],"returns":"int"},{"id":"xml_get_current_byte_index","desc":"Get current byte index for an XML parser","params":[{"required":"yes","param":"resource $parser"}],"returns":"int"},{"id":"xml_get_current_column_number","desc":"Get current column number for an XML parser","params":[{"required":"yes","param":"resource $parser"}],"returns":"int"},{"id":"xml_get_current_line_number","desc":"Get current line number for an XML parser","params":[{"required":"yes","param":"resource $parser"}],"returns":"int"},{"id":"xml_get_error_code","desc":"Get XML parser error code","params":[{"required":"yes","param":"resource $parser"}],"returns":"int"},{"id":"xml_parse","desc":"Start parsing an XML document","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"string $data"},{"required":"no","param":"bool $is_final = false"}],"returns":"int"},{"id":"xml_parse_into_struct","desc":"Parse XML data into an array structure","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"string $data"},{"required":"yes","param":"array $values"},{"required":"no","param":"array $index = ''"}],"returns":"int"},{"id":"xslt_errno","desc":"Returns an error number","params":[{"required":"yes","param":"resource $xh"}],"returns":"int"},{"id":"xslt_getopt","desc":"Get options on a given xsl processor","params":[{"required":"yes","param":"resource $processor"}],"returns":"int"},{"id":"yaz_errno","desc":"Returns error number","params":[{"required":"yes","param":"resource $id"}],"returns":"int"},{"id":"yaz_hits","desc":"Returns number of hits for last search","params":[{"required":"yes","param":"resource $id"},{"required":"no","param":"array $searchresult = ''"}],"returns":"int"},{"id":"yp_errno","desc":"Returns the error code of the previous operation","params":[],"returns":"int"},{"id":"yp_order","desc":"Returns the order number for a map","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"}],"returns":"int"},{"id":"zend_thread_id","desc":"Returns a unique identifier for the current thread","params":[],"returns":"int"},{"id":"zip_entry_compressedsize","desc":"Retrieve the compressed size of a directory entry","params":[{"required":"yes","param":"resource $zip_entry"}],"returns":"int"},{"id":"zip_entry_filesize","desc":"Retrieve the actual file size of a directory entry","params":[{"required":"yes","param":"resource $zip_entry"}],"returns":"int"},{"id":"apc_compile_file","desc":"Stores a file in the bytecode cache, bypassing all filters.","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $atomic = true"}],"returns":"mixed"},{"id":"apc_delete","desc":"Removes a stored variable from the cache","params":[{"required":"yes","param":"string $key"}],"returns":"mixed"},{"id":"apc_delete_file","desc":"Deletes files from the opcode cache","params":[{"required":"yes","param":"mixed $keys"}],"returns":"mixed"},{"id":"apc_exists","desc":"Checks if APC key exists","params":[{"required":"yes","param":"mixed $keys"}],"returns":"mixed"},{"id":"apc_fetch","desc":"Fetch a stored variable from the cache","params":[{"required":"yes","param":"mixed $key"},{"required":"no","param":"bool $success = ''"}],"returns":"mixed"},{"id":"array_rand","desc":"Pick one or more random entries out of an array","params":[{"required":"yes","param":"array $input"},{"required":"no","param":"int $num_req = 1"}],"returns":"mixed"},{"id":"array_reduce","desc":"Iteratively reduce the array to a single value using a callback function","params":[{"required":"yes","param":"array $input"},{"required":"yes","param":"callback $function"},{"required":"no","param":"mixed $initial = ''"}],"returns":"mixed"},{"id":"array_search","desc":"Searches the array for a given value and returns the corresponding key if successful","params":[{"required":"yes","param":"mixed $needle"},{"required":"yes","param":"array $haystack"},{"required":"no","param":"bool $strict = false"}],"returns":"mixed"},{"id":"assert_options","desc":"Set/get the various assert flags","params":[{"required":"yes","param":"int $what"},{"required":"no","param":"mixed $value = ''"}],"returns":"mixed"},{"id":"bzcompress","desc":"Compress a string into bzip2 encoded data","params":[{"required":"yes","param":"string $source"},{"required":"no","param":"int $blocksize = 4"},{"required":"no","param":"int $workfactor = ''"}],"returns":"mixed"},{"id":"bzdecompress","desc":"Decompresses bzip2 encoded data","params":[{"required":"yes","param":"string $source"},{"required":"no","param":"int $small = ''"}],"returns":"mixed"},{"id":"call_user_func","desc":"Call a user function given by the first parameter","params":[{"required":"yes","param":"callback $function"},{"required":"no","param":"mixed $parameter = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"mixed"},{"id":"call_user_func_array","desc":"Call a user function given with an array of parameters","params":[{"required":"yes","param":"callback $function"},{"required":"yes","param":"array $param_arr"}],"returns":"mixed"},{"id":"call_user_method","desc":"Call a user method on an specific object [deprecated]","params":[{"required":"yes","param":"string $method_name"},{"required":"yes","param":"object $obj"},{"required":"no","param":"mixed $parameter = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"mixed"},{"id":"call_user_method_array","desc":"Call a user method given with an array of parameters [deprecated]","params":[{"required":"yes","param":"string $method_name"},{"required":"yes","param":"object $obj"},{"required":"yes","param":"array $params"}],"returns":"mixed"},{"id":"constant","desc":"Returns the value of a constant","params":[{"required":"yes","param":"string $name"}],"returns":"mixed"},{"id":"count_chars","desc":"Return information about characters used in a string","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $mode = ''"}],"returns":"mixed"},{"id":"cubrid_fetch","desc":"Fetch the next row from a result set","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $type = CUBRID_BOTH"}],"returns":"mixed"},{"id":"cubrid_get","desc":"Get a column using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"},{"required":"no","param":"mixed $attr = ''"}],"returns":"mixed"},{"id":"curl_exec","desc":"Perform a cURL session","params":[{"required":"yes","param":"resource $ch"}],"returns":"mixed"},{"id":"curl_getinfo","desc":"Get information regarding a specific transfer","params":[{"required":"yes","param":"resource $ch"},{"required":"no","param":"int $opt = ''"}],"returns":"mixed"},{"id":"current","desc":"Return the current element in an array","params":[{"required":"yes","param":"array $array"}],"returns":"mixed"},{"id":"date_sunrise","desc":"Returns time of sunrise for a given day and location","params":[{"required":"yes","param":"int $timestamp"},{"required":"no","param":"int $format = SUNFUNCS_RET_STRING"},{"required":"no","param":"float $latitude = ini_get("date.default_latitude")"},{"required":"no","param":"float $longitude = ini_get("date.default_longitude")"},{"required":"no","param":"float $zenith = ini_get("date.sunrise_zenith")"},{"required":"no","param":"float $gmt_offset = ''"}],"returns":"mixed"},{"id":"date_sunset","desc":"Returns time of sunset for a given day and location","params":[{"required":"yes","param":"int $timestamp"},{"required":"no","param":"int $format = SUNFUNCS_RET_STRING"},{"required":"no","param":"float $latitude = ini_get("date.default_latitude")"},{"required":"no","param":"float $longitude = ini_get("date.default_longitude")"},{"required":"no","param":"float $zenith = ini_get("date.sunset_zenith")"},{"required":"no","param":"float $gmt_offset = ''"}],"returns":"mixed"},{"id":"db2_autocommit","desc":"Returns or sets the AUTOCOMMIT state for a database connection","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"bool $value = ''"}],"returns":"mixed"},{"id":"db2_result","desc":"Returns a single column from a row in the result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"mixed"},{"id":"dba_key_split","desc":"Splits a key in string representation into array representation","params":[{"required":"yes","param":"mixed $key"}],"returns":"mixed"},{"id":"dbplus_close","desc":"Close a relation","params":[{"required":"yes","param":"resource $relation"}],"returns":"mixed"},{"id":"dbplus_rcrtexact","desc":"Creates an exact but empty copy of a relation including indices","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"resource $relation"},{"required":"no","param":"bool $overwrite = ''"}],"returns":"mixed"},{"id":"dbplus_rcrtlike","desc":"Creates an empty copy of a relation with default indices","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"resource $relation"},{"required":"no","param":"int $overwrite = ''"}],"returns":"mixed"},{"id":"dbplus_rkeys","desc":"Specify new primary key for a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"mixed $domlist"}],"returns":"mixed"},{"id":"dbplus_rsecindex","desc":"Create a new secondary index for a relation","params":[{"required":"yes","param":"resource $relation"},{"required":"yes","param":"mixed $domlist"},{"required":"yes","param":"int $type"}],"returns":"mixed"},{"id":"dbx_fetch_row","desc":"Fetches rows from a query-result that had the DBX_RESULT_UNBUFFERED flag set","params":[{"required":"yes","param":"object $result_identifier"}],"returns":"mixed"},{"id":"dbx_query","desc":"Send a query and fetch all results (if any)","params":[{"required":"yes","param":"object $link_identifier"},{"required":"yes","param":"string $sql_statement"},{"required":"no","param":"int $flags = ''"}],"returns":"mixed"},{"id":"dio_fcntl","desc":"Performs a c library fcntl on fd","params":[{"required":"yes","param":"resource $fd"},{"required":"yes","param":"int $cmd"},{"required":"no","param":"mixed $args = ''"}],"returns":"mixed"},{"id":"enchant_broker_list_dicts","desc":"Returns a list of available dictionaries","params":[{"required":"yes","param":"resource $broker"}],"returns":"mixed"},{"id":"enchant_dict_describe","desc":"Describes an individual dictionary","params":[{"required":"yes","param":"resource $dict"}],"returns":"mixed"},{"id":"end","desc":"Set the internal pointer of an array to its last element","params":[{"required":"yes","param":"array $array"}],"returns":"mixed"},{"id":"eval","desc":"Evaluate a string as PHP code","params":[{"required":"yes","param":"string $code_str"}],"returns":"mixed"},{"id":"fbsql_result","desc":"Get result data","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $row = ''"},{"required":"no","param":"mixed $field = ''"}],"returns":"mixed"},{"id":"fdf_get_opt","desc":"Gets a value from the opt array of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"no","param":"int $element = -1"}],"returns":"mixed"},{"id":"fdf_get_value","desc":"Get the value of a field","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"yes","param":"string $fieldname"},{"required":"no","param":"int $which = -1"}],"returns":"mixed"},{"id":"filter_input","desc":"Gets a specific external variable by name and optionally filters it","params":[{"required":"yes","param":"int $type"},{"required":"yes","param":"string $variable_name"},{"required":"no","param":"int $filter = FILTER_DEFAULT"},{"required":"no","param":"mixed $options = ''"}],"returns":"mixed"},{"id":"filter_input_array","desc":"Gets external variables and optionally filters them","params":[{"required":"yes","param":"int $type"},{"required":"no","param":"mixed $definition = ''"}],"returns":"mixed"},{"id":"filter_var","desc":"Filters a variable with a specified filter","params":[{"required":"yes","param":"mixed $variable"},{"required":"no","param":"int $filter = FILTER_DEFAULT"},{"required":"no","param":"mixed $options = ''"}],"returns":"mixed"},{"id":"filter_var_array","desc":"Gets multiple variables and optionally filters them","params":[{"required":"yes","param":"array $data"},{"required":"no","param":"mixed $definition = ''"}],"returns":"mixed"},{"id":"forward_static_call","desc":"Call a static method","params":[{"required":"yes","param":"callback $function"},{"required":"no","param":"mixed $parameter = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"mixed"},{"id":"forward_static_call_array","desc":"Call a static method and pass the arguments as array","params":[{"required":"yes","param":"callback $function"},{"required":"yes","param":"array $parameters"}],"returns":"mixed"},{"id":"fscanf","desc":"Parses input from a file according to a format","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $... = ''"}],"returns":"mixed"},{"id":"ftp_get_option","desc":"Retrieves various runtime behaviours of the current FTP stream","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"int $option"}],"returns":"mixed"},{"id":"func_get_arg","desc":"Return an item from the argument list","params":[{"required":"yes","param":"int $arg_num"}],"returns":"mixed"},{"id":"gettimeofday","desc":"Get current time","params":[{"required":"no","param":"bool $return_float = ''"}],"returns":"mixed"},{"id":"get_browser","desc":"Tells what the user's browser is capable of","params":[{"required":"no","param":"string $user_agent = ''"},{"required":"no","param":"bool $return_array = false"}],"returns":"mixed"},{"id":"gupnp_service_action_get","desc":"Retrieves the specified action arguments","params":[{"required":"yes","param":"resource $action"},{"required":"yes","param":"string $name"},{"required":"yes","param":"int $type"}],"returns":"mixed"},{"id":"gupnp_service_info_get_introspection","desc":"Get resource introspection of service","params":[{"required":"yes","param":"resource $proxy"},{"required":"no","param":"mixed $callback = ''"},{"required":"no","param":"mixed $arg = ''"}],"returns":"mixed"},{"id":"gupnp_service_proxy_action_get","desc":"Send action to the service and get value","params":[{"required":"yes","param":"resource $proxy"},{"required":"yes","param":"string $action"},{"required":"yes","param":"string $name"},{"required":"yes","param":"int $type"}],"returns":"mixed"},{"id":"highlight_file","desc":"Syntax highlighting of a file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $return = false"}],"returns":"mixed"},{"id":"highlight_string","desc":"Syntax highlighting of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"bool $return = false"}],"returns":"mixed"},{"id":"hw_GetObject","desc":"Object record","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"mixed $objectID"},{"required":"no","param":"string $query = ''"}],"returns":"mixed"},{"id":"hw_getremotechildren","desc":"Gets children of remote document","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"string $object_record"}],"returns":"mixed"},{"id":"ibase_backup","desc":"Initiates a backup task in the service manager and returns immediately","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $source_db"},{"required":"yes","param":"string $dest_file"},{"required":"no","param":"int $options = ''"},{"required":"no","param":"bool $verbose = false"}],"returns":"mixed"},{"id":"ibase_blob_close","desc":"Close blob","params":[{"required":"yes","param":"resource $blob_handle"}],"returns":"mixed"},{"id":"ibase_gen_id","desc":"Increments the named generator and returns its new value","params":[{"required":"yes","param":"string $generator"},{"required":"no","param":"int $increment = 1"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"mixed"},{"id":"ibase_restore","desc":"Initiates a restore task in the service manager and returns immediately","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $source_file"},{"required":"yes","param":"string $dest_db"},{"required":"no","param":"int $options = ''"},{"required":"no","param":"bool $verbose = false"}],"returns":"mixed"},{"id":"iconv_get_encoding","desc":"Retrieve internal configuration variables of iconv extension","params":[{"required":"no","param":"string $type = "all""}],"returns":"mixed"},{"id":"imap_timeout","desc":"Set or fetch imap timeout","params":[{"required":"yes","param":"int $timeout_type"},{"required":"no","param":"int $timeout = -1"}],"returns":"mixed"},{"id":"ingres_prepare","desc":"Prepare a query for later execution","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"}],"returns":"mixed"},{"id":"ingres_query","desc":"Send an SQL query to Ingres","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"},{"required":"no","param":"array $params = ''"},{"required":"no","param":"string $types = ''"}],"returns":"mixed"},{"id":"ingres_unbuffered_query","desc":"Send an unbuffered SQL query to Ingres","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"},{"required":"no","param":"array $params = ''"},{"required":"no","param":"string $types = ''"}],"returns":"mixed"},{"id":"iptcembed","desc":"Embeds binary IPTC data into a JPEG image","params":[{"required":"yes","param":"string $iptcdata"},{"required":"yes","param":"string $jpeg_file_name"},{"required":"no","param":"int $spool = ''"}],"returns":"mixed"},{"id":"JDDayOfWeek","desc":"Returns the day of the week","params":[{"required":"yes","param":"int $julianday"},{"required":"no","param":"int $mode = CAL_DOW_DAYNO"}],"returns":"mixed"},{"id":"json_decode","desc":"Decodes a JSON string","params":[{"required":"yes","param":"string $json"},{"required":"no","param":"bool $assoc = false"},{"required":"no","param":"int $depth = 512"},{"required":"no","param":"int $options = ''"}],"returns":"mixed"},{"id":"key","desc":"Fetch a key from an array","params":[{"required":"yes","param":"array $array"}],"returns":"mixed"},{"id":"ldap_compare","desc":"Compare value of attribute found in entry specified with DN","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $dn"},{"required":"yes","param":"string $attribute"},{"required":"yes","param":"string $value"}],"returns":"mixed"},{"id":"maxdb_fetch_array","desc":"Fetch a result row as an associative, a numeric array, or both","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $resulttype = ''"}],"returns":"mixed"},{"id":"maxdb_fetch_field","desc":"Returns the next field in the result set","params":[{"required":"yes","param":"resource $result"}],"returns":"mixed"},{"id":"maxdb_fetch_fields","desc":"Returns an array of resources representing the fields in a result set","params":[{"required":"yes","param":"resource $result"}],"returns":"mixed"},{"id":"maxdb_fetch_field_direct","desc":"Fetch meta-data for a single field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $fieldnr"}],"returns":"mixed"},{"id":"maxdb_fetch_row","desc":"Get a result row as an enumerated array","params":[{"required":"yes","param":"resource $result"}],"returns":"mixed"},{"id":"maxdb_insert_id","desc":"Returns the auto generated id used in the last query","params":[{"required":"yes","param":"resource $link"}],"returns":"mixed"},{"id":"maxdb_query","desc":"Performs a query on the database","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $query"},{"required":"no","param":"int $resultmode = ''"}],"returns":"mixed"},{"id":"maxdb_stmt_prepare","desc":"Prepare an SQL statement for execution","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"string $query"}],"returns":"mixed"},{"id":"mb_detect_order","desc":"Set/Get character encoding detection order","params":[{"required":"no","param":"mixed $encoding_list = ''"}],"returns":"mixed"},{"id":"mb_get_info","desc":"Get internal settings of mbstring","params":[{"required":"no","param":"string $type = "all""}],"returns":"mixed"},{"id":"mb_http_input","desc":"Detect HTTP input character encoding","params":[{"required":"no","param":"string $type = """}],"returns":"mixed"},{"id":"mb_http_output","desc":"Set/Get HTTP output character encoding","params":[{"required":"no","param":"string $encoding = ''"}],"returns":"mixed"},{"id":"mb_internal_encoding","desc":"Set/Get internal character encoding","params":[{"required":"no","param":"string $encoding = mb_internal_encoding("}],"returns":"mixed"},{"id":"mb_language","desc":"Set/Get current language","params":[{"required":"no","param":"string $language = ''"}],"returns":"mixed"},{"id":"microtime","desc":"Return current Unix timestamp with microseconds","params":[{"required":"no","param":"bool $get_as_float = ''"}],"returns":"mixed"},{"id":"mssql_execute","desc":"Executes a stored procedure on a MS SQL server database","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"bool $skip_results = false"}],"returns":"mixed"},{"id":"mssql_query","desc":"Send MS SQL query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"},{"required":"no","param":"int $batch_size = ''"}],"returns":"mixed"},{"id":"mysqli_fetch_all","desc":"Fetches all result rows as an associative array, a numeric array, or both","params":[{"required":"no","param":"int $resulttype = MYSQLI_NUM"},{"required":"yes","param":"mysqli_result $result"}],"returns":"mixed"},{"id":"mysqli_fetch_array","desc":"Fetch a result row as an associative, a numeric array, or both","params":[{"required":"no","param":"int $resulttype = MYSQLI_BOTH"},{"required":"yes","param":"mysqli_result $result"}],"returns":"mixed"},{"id":"mysqli_fetch_row","desc":"Get a result row as an enumerated array","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"mixed"},{"id":"mysqli_insert_id","desc":"Returns the auto generated id used in the last query","params":[{"required":"yes","param":"mysqli $link"}],"returns":"mixed"},{"id":"mysqli_query","desc":"Performs a query on the database","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"int $resultmode = ''"},{"required":"yes","param":"mysqli $link"}],"returns":"mixed"},{"id":"mysqli_stmt_insert_id","desc":"Get the ID generated from the previous INSERT operation","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"mixed"},{"id":"newt_checkbox_tree_get_current","desc":"Returns checkbox tree selected item","params":[{"required":"yes","param":"resource $checkboxtree"}],"returns":"mixed"},{"id":"newt_listitem_get_data","desc":"","params":[{"required":"yes","param":"resource $item"}],"returns":"mixed"},{"id":"next","desc":"Advance the internal array pointer of an array","params":[{"required":"yes","param":"array $array"}],"returns":"mixed"},{"id":"numfmt_parse","desc":"Parse a number","params":[{"required":"yes","param":"string $value"},{"required":"no","param":"int $type = ''"},{"required":"no","param":"int $position = ''"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"mixed"},{"id":"oci_field_type","desc":"Returns field's data type","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $field"}],"returns":"mixed"},{"id":"oci_result","desc":"Returns field's value from the fetched row","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"mixed $field"}],"returns":"mixed"},{"id":"odbc_autocommit","desc":"Toggle autocommit behaviour","params":[{"required":"yes","param":"resource $connection_id"},{"required":"no","param":"bool $OnOff = false"}],"returns":"mixed"},{"id":"odbc_result","desc":"Get result data","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"mixed $field"}],"returns":"mixed"},{"id":"openal_listener_get","desc":"Retrieve a listener property","params":[{"required":"yes","param":"int $property"}],"returns":"mixed"},{"id":"openal_source_get","desc":"Retrieve an OpenAL source property","params":[{"required":"yes","param":"resource $source"},{"required":"yes","param":"int $property"}],"returns":"mixed"},{"id":"openssl_csr_new","desc":"Generates a CSR","params":[{"required":"yes","param":"array $dn"},{"required":"yes","param":"resource $privkey"},{"required":"no","param":"array $configargs = ''"},{"required":"no","param":"array $extraattribs = ''"}],"returns":"mixed"},{"id":"openssl_pkcs7_verify","desc":"Verifies the signature of an S/MIME signed message","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $flags"},{"required":"no","param":"string $outfilename = ''"},{"required":"no","param":"array $cainfo = ''"},{"required":"no","param":"string $extracerts = ''"},{"required":"no","param":"string $content = ''"}],"returns":"mixed"},{"id":"parse_url","desc":"Parse a URL and return its components","params":[{"required":"yes","param":"string $url"},{"required":"no","param":"int $component = -1"}],"returns":"mixed"},{"id":"pathinfo","desc":"Returns information about a file path","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EXTENSION | PATHINFO_FILENAME"}],"returns":"mixed"},{"id":"pg_delete","desc":"Deletes records","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"array $assoc_array"},{"required":"no","param":"int $options = PGSQL_DML_EXEC"}],"returns":"mixed"},{"id":"pg_field_table","desc":"Returns the name or oid of the tables field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_number"},{"required":"no","param":"bool $oid_only = false"}],"returns":"mixed"},{"id":"pg_insert","desc":"Insert array into table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"array $assoc_array"},{"required":"no","param":"int $options = PGSQL_DML_EXEC"}],"returns":"mixed"},{"id":"pg_result_status","desc":"Get status of query result","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $type = ''"}],"returns":"mixed"},{"id":"pg_select","desc":"Select records","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"array $assoc_array"},{"required":"no","param":"int $options = PGSQL_DML_EXEC"}],"returns":"mixed"},{"id":"pg_update","desc":"Update table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"array $data"},{"required":"yes","param":"array $condition"},{"required":"no","param":"int $options = PGSQL_DML_EXEC"}],"returns":"mixed"},{"id":"preg_filter","desc":"Perform a regular expression search and replace","params":[{"required":"yes","param":"mixed $pattern"},{"required":"yes","param":"mixed $replacement"},{"required":"yes","param":"mixed $subject"},{"required":"no","param":"int $limit = -1"},{"required":"no","param":"int $count = ''"}],"returns":"mixed"},{"id":"preg_replace","desc":"Perform a regular expression search and replace","params":[{"required":"yes","param":"mixed $pattern"},{"required":"yes","param":"mixed $replacement"},{"required":"yes","param":"mixed $subject"},{"required":"no","param":"int $limit = -1"},{"required":"no","param":"int $count = ''"}],"returns":"mixed"},{"id":"preg_replace_callback","desc":"Perform a regular expression search and replace using a callback","params":[{"required":"yes","param":"mixed $pattern"},{"required":"yes","param":"callback $callback"},{"required":"yes","param":"mixed $subject"},{"required":"no","param":"int $limit = -1"},{"required":"no","param":"int $count = ''"}],"returns":"mixed"},{"id":"prev","desc":"Rewind the internal array pointer","params":[{"required":"yes","param":"array $array"}],"returns":"mixed"},{"id":"printer_get_option","desc":"Retrieve printer configuration data","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"string $option"}],"returns":"mixed"},{"id":"print_r","desc":"Prints human-readable information about a variable","params":[{"required":"yes","param":"mixed $expression"},{"required":"no","param":"bool $return = false"}],"returns":"mixed"},{"id":"radius_get_attr","desc":"Extracts an attribute","params":[{"required":"yes","param":"resource $radius_handle"}],"returns":"mixed"},{"id":"readline_info","desc":"Gets/sets various internal readline variables","params":[{"required":"no","param":"string $varname = ''"},{"required":"no","param":"string $newvalue = ''"}],"returns":"mixed"},{"id":"reset","desc":"Set the internal pointer of an array to its first element","params":[{"required":"yes","param":"array $array"}],"returns":"mixed"},{"id":"resourcebundle_get","desc":"Get data from the bundle","params":[{"required":"yes","param":"string|int $index"},{"required":"yes","param":"ResourceBundle $r"}],"returns":"mixed"},{"id":"rpm_get_tag","desc":"Retrieves a header tag from an RPM file","params":[{"required":"yes","param":"resource $rpmr"},{"required":"yes","param":"int $tagnum"}],"returns":"mixed"},{"id":"runkit_sandbox_output_handler","desc":"Specify a function to capture and/or process output from a runkit sandbox","params":[{"required":"yes","param":"object $sandbox"},{"required":"no","param":"mixed $callback = ''"}],"returns":"mixed"},{"id":"set_error_handler","desc":"Sets a user-defined error handler function","params":[{"required":"yes","param":"callback $error_handler"},{"required":"no","param":"int $error_types = E_ALL | E_STRICT"}],"returns":"mixed"},{"id":"shm_get_var","desc":"Returns a variable from shared memory","params":[{"required":"yes","param":"resource $shm_identifier"},{"required":"yes","param":"int $variable_key"}],"returns":"mixed"},{"id":"socket_get_option","desc":"Gets socket options for the socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"int $level"},{"required":"yes","param":"int $optname"}],"returns":"mixed"},{"id":"sqlite_column","desc":"Fetches a column from the current row of a result set","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"mixed $index_or_name"},{"required":"no","param":"bool $decode_binary = true"}],"returns":"mixed"},{"id":"sscanf","desc":"Parses input from a string according to a format","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $... = ''"}],"returns":"mixed"},{"id":"ssh2_auth_none","desc":"Authenticate as "none"","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $username"}],"returns":"mixed"},{"id":"stream_socket_enable_crypto","desc":"Turns encryption on/off on an already connected socket","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"bool $enable"},{"required":"no","param":"int $crypto_type = ''"},{"required":"no","param":"resource $session_stream = ''"}],"returns":"mixed"},{"id":"str_ireplace","desc":"Case-insensitive version of str_replace.","params":[{"required":"yes","param":"mixed $search"},{"required":"yes","param":"mixed $replace"},{"required":"yes","param":"mixed $subject"},{"required":"no","param":"int $count = ''"}],"returns":"mixed"},{"id":"str_replace","desc":"Replace all occurrences of the search string with the replacement string","params":[{"required":"yes","param":"mixed $search"},{"required":"yes","param":"mixed $replace"},{"required":"yes","param":"mixed $subject"},{"required":"no","param":"int $count = ''"}],"returns":"mixed"},{"id":"str_word_count","desc":"Return information about words used in a string","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $format = ''"},{"required":"no","param":"string $charlist = ''"}],"returns":"mixed"},{"id":"substr_replace","desc":"Replace text within a portion of a string","params":[{"required":"yes","param":"mixed $string"},{"required":"yes","param":"mixed $replacement"},{"required":"yes","param":"mixed $start"},{"required":"no","param":"mixed $length = ''"}],"returns":"mixed"},{"id":"sybase_query","desc":"Sends a Sybase query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"mixed"},{"id":"tidy_getopt","desc":"Returns the value of the specified configuration option for the tidy document","params":[{"required":"yes","param":"string $option"},{"required":"yes","param":"tidy $object"}],"returns":"mixed"},{"id":"time_nanosleep","desc":"Delay for a number of seconds and nanoseconds","params":[{"required":"yes","param":"int $seconds"},{"required":"yes","param":"int $nanoseconds"}],"returns":"mixed"},{"id":"unserialize","desc":"Creates a PHP value from a stored representation","params":[{"required":"yes","param":"string $str"}],"returns":"mixed"},{"id":"variant_abs","desc":"Returns the absolute value of a variant","params":[{"required":"yes","param":"mixed $val"}],"returns":"mixed"},{"id":"variant_add","desc":""Adds" two variant values together and returns the result","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_and","desc":"Performs a bitwise AND operation between two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_cat","desc":"concatenates two variant values together and returns the result","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_div","desc":"Returns the result from dividing two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_eqv","desc":"Performs a bitwise equivalence on two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_fix","desc":"Returns the integer portion of a variant","params":[{"required":"yes","param":"mixed $variant"}],"returns":"mixed"},{"id":"variant_idiv","desc":"Converts variants to integers and then returns the result from dividing them","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_imp","desc":"Performs a bitwise implication on two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_int","desc":"Returns the integer portion of a variant","params":[{"required":"yes","param":"mixed $variant"}],"returns":"mixed"},{"id":"variant_mod","desc":"Divides two variants and returns only the remainder","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_mul","desc":"Multiplies the values of the two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_neg","desc":"Performs logical negation on a variant","params":[{"required":"yes","param":"mixed $variant"}],"returns":"mixed"},{"id":"variant_not","desc":"Performs bitwise not negation on a variant","params":[{"required":"yes","param":"mixed $variant"}],"returns":"mixed"},{"id":"variant_or","desc":"Performs a logical disjunction on two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_pow","desc":"Returns the result of performing the power function with two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_round","desc":"Rounds a variant to the specified number of decimal places","params":[{"required":"yes","param":"mixed $variant"},{"required":"yes","param":"int $decimals"}],"returns":"mixed"},{"id":"variant_sub","desc":"Subtracts the value of the right variant from the left variant value","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"variant_xor","desc":"Performs a logical exclusion on two variants","params":[{"required":"yes","param":"mixed $left"},{"required":"yes","param":"mixed $right"}],"returns":"mixed"},{"id":"var_export","desc":"Outputs or returns a parsable string representation of a variable","params":[{"required":"yes","param":"mixed $expression"},{"required":"no","param":"bool $return = false"}],"returns":"mixed"},{"id":"version_compare","desc":"Compares two "PHP-standardized" version number strings","params":[{"required":"yes","param":"string $version1"},{"required":"yes","param":"string $version2"},{"required":"no","param":"string $operator = ''"}],"returns":"mixed"},{"id":"w32api_invoke_function","desc":"Invokes function funcname with the arguments passed after the function name","params":[{"required":"yes","param":"string $funcname"},{"required":"yes","param":"mixed $argument"},{"required":"no","param":"mixed $... = ''"}],"returns":"mixed"},{"id":"wddx_deserialize","desc":"Unserializes a WDDX packet","params":[{"required":"yes","param":"string $packet"}],"returns":"mixed"},{"id":"win32_create_service","desc":"Creates a new service entry in the SCM database","params":[{"required":"yes","param":"array $details"},{"required":"no","param":"string $machine = ''"}],"returns":"mixed"},{"id":"win32_delete_service","desc":"Deletes a service entry from the SCM database","params":[{"required":"yes","param":"string $servicename"},{"required":"no","param":"string $machine = ''"}],"returns":"mixed"},{"id":"win32_query_service_status","desc":"Queries the status of a service","params":[{"required":"yes","param":"string $servicename"},{"required":"no","param":"string $machine = ''"}],"returns":"mixed"},{"id":"win32_start_service_ctrl_dispatcher","desc":"Registers the script with the SCM, so that it can act as the service with the given name","params":[{"required":"yes","param":"string $name"}],"returns":"mixed"},{"id":"wincache_ucache_dec","desc":"Decrements the value associated with the key","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"int $dec_by = 1"},{"required":"no","param":"bool $success = ''"}],"returns":"mixed"},{"id":"wincache_ucache_get","desc":"Gets a variable stored in the user cache","params":[{"required":"yes","param":"mixed $key"},{"required":"no","param":"bool $success = ''"}],"returns":"mixed"},{"id":"wincache_ucache_inc","desc":"Increments the value associated with the key","params":[{"required":"yes","param":"string $key"},{"required":"no","param":"int $inc_by = 1"},{"required":"no","param":"bool $success = ''"}],"returns":"mixed"},{"id":"xdiff_file_merge3","desc":"Merge 3 files into one","params":[{"required":"yes","param":"string $old_file"},{"required":"yes","param":"string $new_file1"},{"required":"yes","param":"string $new_file2"},{"required":"yes","param":"string $dest"}],"returns":"mixed"},{"id":"xdiff_file_patch","desc":"Patch a file with an unified diff","params":[{"required":"yes","param":"string $file"},{"required":"yes","param":"string $patch"},{"required":"yes","param":"string $dest"},{"required":"no","param":"int $flags = DIFF_PATCH_NORMAL"}],"returns":"mixed"},{"id":"xdiff_string_merge3","desc":"Merge 3 strings into one","params":[{"required":"yes","param":"string $old_data"},{"required":"yes","param":"string $new_data1"},{"required":"yes","param":"string $new_data2"},{"required":"no","param":"string $error = ''"}],"returns":"mixed"},{"id":"xmlrpc_decode","desc":"Decodes XML into native PHP types","params":[{"required":"yes","param":"string $xml"},{"required":"no","param":"string $encoding = "iso-8859-1""}],"returns":"mixed"},{"id":"xmlrpc_decode_request","desc":"Decodes XML into native PHP types","params":[{"required":"yes","param":"string $xml"},{"required":"yes","param":"string $method"},{"required":"no","param":"string $encoding = ''"}],"returns":"mixed"},{"id":"xml_parser_get_option","desc":"Get options from an XML parser","params":[{"required":"yes","param":"resource $parser"},{"required":"yes","param":"int $option"}],"returns":"mixed"},{"id":"xslt_process","desc":"Perform an XSLT transformation","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"string $xmlcontainer"},{"required":"yes","param":"string $xslcontainer"},{"required":"no","param":"string $resultcontainer = ''"},{"required":"no","param":"array $arguments = ''"},{"required":"no","param":"array $parameters = ''"}],"returns":"mixed"},{"id":"xslt_setopt","desc":"Set options on a given xsl processor","params":[{"required":"yes","param":"resource $processor"},{"required":"yes","param":"int $newmask"}],"returns":"mixed"},{"id":"yaml_parse","desc":"Parse a YAML stream","params":[{"required":"yes","param":"string $input"},{"required":"no","param":"int $pos = ''"},{"required":"no","param":"int $ndocs = ''"},{"required":"no","param":"array $callbacks = ''"}],"returns":"mixed"},{"id":"yaml_parse_file","desc":"Parse a YAML stream from a file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $pos = ''"},{"required":"no","param":"int $ndocs = ''"},{"required":"no","param":"array $callbacks = ''"}],"returns":"mixed"},{"id":"yaml_parse_url","desc":"Parse a Yaml stream from a URL","params":[{"required":"yes","param":"string $url"},{"required":"no","param":"int $pos = ''"},{"required":"no","param":"int $ndocs = ''"},{"required":"no","param":"array $callbacks = ''"}],"returns":"mixed"},{"id":"yaz_connect","desc":"Prepares for a connection to a Z39.50 server","params":[{"required":"yes","param":"string $zurl"},{"required":"no","param":"mixed $options = ''"}],"returns":"mixed"},{"id":"yaz_wait","desc":"Wait for Z39.50 requests to complete","params":[{"required":"no","param":"array $options = ''"}],"returns":"mixed"},{"id":"zip_open","desc":"Open a ZIP file archive","params":[{"required":"yes","param":"string $filename"}],"returns":"mixed"},{"id":"zip_read","desc":"Read next entry in a ZIP file archive","params":[{"required":"yes","param":"resource $zip"}],"returns":"mixed"},{"id":"apache_lookup_uri","desc":"Perform a partial request for the specified URI and return all info about it","params":[{"required":"yes","param":"string $filename"}],"returns":"object"},{"id":"cairo_matrix_create_scale","desc":"Creates a new scaling matrix","params":[{"required":"yes","param":"float $sx"},{"required":"yes","param":"float $sy"}],"returns":"object"},{"id":"cairo_matrix_init","desc":"Creates a new CairoMatrix object","params":[{"required":"no","param":"float $xx = 1.0"},{"required":"no","param":"float $yx = 0.0"},{"required":"no","param":"float $xy = 0.0"},{"required":"no","param":"float $yy = 1.0"},{"required":"no","param":"float $x0 = 0.0"},{"required":"no","param":"float $y0 = 0.0"}],"returns":"object"},{"id":"cairo_matrix_init_identity","desc":"Creates a new identity matrix","params":[],"returns":"object"},{"id":"cairo_matrix_init_rotate","desc":"Creates a new rotated matrix","params":[{"required":"yes","param":"float $radians"}],"returns":"object"},{"id":"cairo_matrix_init_scale","desc":"Creates a new scaling matrix","params":[{"required":"yes","param":"float $sx"},{"required":"yes","param":"float $sy"}],"returns":"object"},{"id":"cairo_matrix_init_translate","desc":"Creates a new translation matrix","params":[{"required":"yes","param":"float $tx"},{"required":"yes","param":"float $ty"}],"returns":"object"},{"id":"cubrid_fetch_field","desc":"Get column information from a result and return as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"object"},{"id":"cubrid_fetch_object","desc":"Fetche the next row and returns it as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"string $class_name = ''"},{"required":"no","param":"array $params = ''"}],"returns":"object"},{"id":"db2_client_info","desc":"Returns an object with properties that describe the DB2 database client","params":[{"required":"yes","param":"resource $connection"}],"returns":"object"},{"id":"db2_fetch_object","desc":"Returns an object with properties representing columns in the fetched row","params":[{"required":"yes","param":"resource $stmt"},{"required":"no","param":"int $row_number = -1"}],"returns":"object"},{"id":"db2_server_info","desc":"Returns an object with properties that describe the DB2 database server","params":[{"required":"yes","param":"resource $connection"}],"returns":"object"},{"id":"dbx_connect","desc":"Open a connection/database","params":[{"required":"yes","param":"mixed $module"},{"required":"yes","param":"string $host"},{"required":"yes","param":"string $database"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"int $persistent = ''"}],"returns":"object"},{"id":"fbsql_fetch_field","desc":"Get column information from a result and return as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"object"},{"id":"fbsql_fetch_object","desc":"Fetch a result row as an object","params":[{"required":"yes","param":"resource $result"}],"returns":"object"},{"id":"http_parse_cookie","desc":"Parse HTTP cookie","params":[{"required":"yes","param":"string $cookie"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"array $allowed_extras = ''"}],"returns":"object"},{"id":"http_parse_message","desc":"Parse HTTP messages","params":[{"required":"yes","param":"string $message"}],"returns":"object"},{"id":"http_parse_params","desc":"Parse parameter list","params":[{"required":"yes","param":"string $param"},{"required":"no","param":"int $flags = HTTP_PARAMS_DEFAULT"}],"returns":"object"},{"id":"http_persistent_handles_count","desc":"Stat persistent handles","params":[],"returns":"object"},{"id":"ibase_fetch_object","desc":"Get an object from a InterBase database","params":[{"required":"yes","param":"resource $result_id"},{"required":"no","param":"int $fetch_flag = ''"}],"returns":"object"},{"id":"imap_bodystruct","desc":"Read the structure of a specified body section of a specific message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"yes","param":"string $section"}],"returns":"object"},{"id":"imap_check","desc":"Check current mailbox","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"object"},{"id":"imap_fetchstructure","desc":"Read the structure of a particular message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"int $options = ''"}],"returns":"object"},{"id":"imap_headerinfo","desc":"Read the header of the message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"int $fromlength = ''"},{"required":"no","param":"int $subjectlength = ''"},{"required":"no","param":"string $defaulthost = ''"}],"returns":"object"},{"id":"imap_mailboxmsginfo","desc":"Get information about the current mailbox","params":[{"required":"yes","param":"resource $imap_stream"}],"returns":"object"},{"id":"imap_rfc822_parse_headers","desc":"Parse mail headers from a string","params":[{"required":"yes","param":"string $headers"},{"required":"no","param":"string $defaulthost = "UNKNOWN""}],"returns":"object"},{"id":"imap_status","desc":"Returns status information on a mailbox","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"int $options"}],"returns":"object"},{"id":"ingres_fetch_object","desc":"Fetch a row of result into an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $result_type = ''"}],"returns":"object"},{"id":"java_last_exception_get","desc":"Get last Java exception","params":[],"returns":"object"},{"id":"maxdb_fetch_object","desc":"Returns the current row of a result set as an object","params":[{"required":"yes","param":"object $result"}],"returns":"object"},{"id":"maxdb_stmt_init","desc":"Initializes a statement and returns an resource for use with maxdb_stmt_prepare","params":[{"required":"yes","param":"resource $link"}],"returns":"object"},{"id":"maxdb_stmt_store_result","desc":"Transfers a result set from a prepared statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"object"},{"id":"maxdb_store_result","desc":"Transfers a result set from the last query","params":[{"required":"yes","param":"resource $link"}],"returns":"object"},{"id":"msql_fetch_field","desc":"Get field information","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"object"},{"id":"msql_fetch_object","desc":"Fetch row as object","params":[{"required":"yes","param":"resource $result"}],"returns":"object"},{"id":"mssql_fetch_field","desc":"Get field information","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = -1"}],"returns":"object"},{"id":"mssql_fetch_object","desc":"Fetch row as object","params":[{"required":"yes","param":"resource $result"}],"returns":"object"},{"id":"mysqli_fetch_field","desc":"Returns the next field in the result set","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"object"},{"id":"mysqli_fetch_field_direct","desc":"Fetch meta-data for a single field","params":[{"required":"yes","param":"int $fieldnr"},{"required":"yes","param":"mysqli_result $result"}],"returns":"object"},{"id":"mysqli_fetch_object","desc":"Returns the current row of a result set as an object","params":[{"required":"no","param":"string $class_name = ''"},{"required":"no","param":"array $params = ''"},{"required":"yes","param":"mysqli_result $result"}],"returns":"object"},{"id":"mysqli_get_charset","desc":"Returns a character set object","params":[{"required":"yes","param":"mysqli $link"}],"returns":"object"},{"id":"mysqli_stmt_get_warnings","desc":"Get result of SHOW WARNINGS","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"object"},{"id":"mysql_fetch_field","desc":"Get column information from a result and return as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"object"},{"id":"mysql_fetch_object","desc":"Fetch a result row as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"string $class_name = ''"},{"required":"no","param":"array $params = ''"}],"returns":"object"},{"id":"notes_header_info","desc":"Open the message msg_number in the specified mailbox on the specified server (leave serv","params":[{"required":"yes","param":"string $server"},{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"int $msg_number"}],"returns":"object"},{"id":"oci_fetch_object","desc":"Returns the next row from a query as an object","params":[{"required":"yes","param":"resource $statement"}],"returns":"object"},{"id":"odbc_fetch_object","desc":"Fetch a result row as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $rownumber = ''"}],"returns":"object"},{"id":"pg_fetch_object","desc":"Fetch a row as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $row = ''"},{"required":"no","param":"int $result_type = PGSQL_ASSOC"},{"required":"no","param":"string $class_name = ''"},{"required":"no","param":"array $params = ''"}],"returns":"object"},{"id":"simplexml_load_file","desc":"Interprets an XML file into an object","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"string $class_name = "SimpleXMLElement""},{"required":"no","param":"int $options = ''"},{"required":"no","param":"string $ns = ''"},{"required":"no","param":"bool $is_prefix = false"}],"returns":"object"},{"id":"simplexml_load_string","desc":"Interprets a string of XML into an object","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"string $class_name = "SimpleXMLElement""},{"required":"no","param":"int $options = ''"},{"required":"no","param":"string $ns = ''"},{"required":"no","param":"bool $is_prefix = false"}],"returns":"object"},{"id":"sqlite_fetch_object","desc":"Fetches the next row from a result set as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"string $class_name = ''"},{"required":"no","param":"array $ctor_params = ''"},{"required":"no","param":"bool $decode_binary = true"}],"returns":"object"},{"id":"stream_bucket_make_writeable","desc":"Return a bucket object from the brigade for operating on","params":[{"required":"yes","param":"resource $brigade"}],"returns":"object"},{"id":"stream_bucket_new","desc":"Create a new bucket for use on the current stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"string $buffer"}],"returns":"object"},{"id":"sybase_fetch_field","desc":"Get field information from a result","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = -1"}],"returns":"object"},{"id":"sybase_fetch_object","desc":"Fetch a row as an object","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"mixed $object = ''"}],"returns":"object"},{"id":"bbcode_create","desc":"Create a BBCode Resource","params":[{"required":"no","param":"array $bbcode_initial_tags = ''"}],"returns":"resource"},{"id":"bzopen","desc":"Opens a bzip2 compressed file","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $mode"}],"returns":"resource"},{"id":"crack_opendict","desc":"Opens a new CrackLib dictionary","params":[{"required":"yes","param":"string $dictionary"}],"returns":"resource"},{"id":"cubrid_connect","desc":"Open a connection to a CUBRID Server","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"int $port"},{"required":"yes","param":"string $dbname"},{"required":"no","param":"string $userid = ''"},{"required":"no","param":"string $passwd = ''"}],"returns":"resource"},{"id":"cubrid_connect_with_url","desc":"Establish the environment for connecting to CUBRID server","params":[{"required":"yes","param":"string $conn_url"},{"required":"no","param":"string $userid = ''"},{"required":"no","param":"string $passwd = ''"}],"returns":"resource"},{"id":"cubrid_prepare","desc":"Prepare an SQL statement for execution","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $prepare_stmt"},{"required":"no","param":"int $option = ''"}],"returns":"resource"},{"id":"cubrid_query","desc":"Send a CUBRID query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"resource"},{"id":"cubrid_unbuffered_query","desc":"Perform a query without fetching the results into memory","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"resource"},{"id":"curl_copy_handle","desc":"Copy a cURL handle along with all of its preferences","params":[{"required":"yes","param":"resource $ch"}],"returns":"resource"},{"id":"curl_init","desc":"Initialize a cURL session","params":[{"required":"no","param":"string $url = ''"}],"returns":"resource"},{"id":"curl_multi_init","desc":"Returns a new cURL multi handle","params":[],"returns":"resource"},{"id":"cyrus_connect","desc":"Connect to a Cyrus IMAP server","params":[{"required":"no","param":"string $host = ''"},{"required":"no","param":"string $port = ''"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"db2_columns","desc":"Returns a result set listing the columns and associated metadata for a table","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"string $qualifier = ''"},{"required":"no","param":"string $schema = ''"},{"required":"no","param":"string $table-name = ''"},{"required":"no","param":"string $column-name = ''"}],"returns":"resource"},{"id":"db2_column_privileges","desc":"Returns a result set listing the columns and associated privileges for a table","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"string $qualifier = ''"},{"required":"no","param":"string $schema = ''"},{"required":"no","param":"string $table-name = ''"},{"required":"no","param":"string $column-name = ''"}],"returns":"resource"},{"id":"db2_connect","desc":"Returns a connection to a database","params":[{"required":"yes","param":"string $database"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"db2_exec","desc":"Executes an SQL statement directly","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $statement"},{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"db2_foreign_keys","desc":"Returns a result set listing the foreign keys for a table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $schema"},{"required":"yes","param":"string $table-name"}],"returns":"resource"},{"id":"db2_next_result","desc":"Requests the next result set from a stored procedure","params":[{"required":"yes","param":"resource $stmt"}],"returns":"resource"},{"id":"db2_pconnect","desc":"Returns a persistent connection to a database","params":[{"required":"yes","param":"string $database"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"db2_prepare","desc":"Prepares an SQL statement to be executed","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $statement"},{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"db2_primary_keys","desc":"Returns a result set listing primary keys for a table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $schema"},{"required":"yes","param":"string $table-name"}],"returns":"resource"},{"id":"db2_procedures","desc":"Returns a result set listing the stored procedures registered in a database","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $schema"},{"required":"yes","param":"string $procedure"}],"returns":"resource"},{"id":"db2_procedure_columns","desc":"Returns a result set listing stored procedure parameters","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $schema"},{"required":"yes","param":"string $procedure"},{"required":"yes","param":"string $parameter"}],"returns":"resource"},{"id":"db2_special_columns","desc":"Returns a result set listing the unique row identifier columns for a table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $schema"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"int $scope"}],"returns":"resource"},{"id":"db2_statistics","desc":"Returns a result set listing the index and statistics for a table","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $schema"},{"required":"yes","param":"string $table-name"},{"required":"yes","param":"bool $unique"}],"returns":"resource"},{"id":"db2_tables","desc":"Returns a result set listing the tables and associated metadata in a database","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"string $qualifier = ''"},{"required":"no","param":"string $schema = ''"},{"required":"no","param":"string $table-name = ''"},{"required":"no","param":"string $table-type = ''"}],"returns":"resource"},{"id":"db2_table_privileges","desc":"Returns a result set listing the tables and associated privileges in a database","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"string $qualifier = ''"},{"required":"no","param":"string $schema = ''"},{"required":"no","param":"string $table_name = ''"}],"returns":"resource"},{"id":"dba_open","desc":"Open database","params":[{"required":"yes","param":"string $path"},{"required":"yes","param":"string $mode"},{"required":"no","param":"string $handler = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"resource"},{"id":"dba_popen","desc":"Open database persistently","params":[{"required":"yes","param":"string $path"},{"required":"yes","param":"string $mode"},{"required":"no","param":"string $handler = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"resource"},{"id":"dbplus_aql","desc":"Perform AQL query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"string $server = ''"},{"required":"no","param":"string $dbpath = ''"}],"returns":"resource"},{"id":"dbplus_open","desc":"Open relation file","params":[{"required":"yes","param":"string $name"}],"returns":"resource"},{"id":"dbplus_rcreate","desc":"Creates a new DB++ relation","params":[{"required":"yes","param":"string $name"},{"required":"yes","param":"mixed $domlist"},{"required":"no","param":"bool $overwrite = ''"}],"returns":"resource"},{"id":"dbplus_ropen","desc":"Open relation file local","params":[{"required":"yes","param":"string $name"}],"returns":"resource"},{"id":"dbplus_rquery","desc":"Perform local (raw) AQL query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"string $dbpath = ''"}],"returns":"resource"},{"id":"dbplus_sql","desc":"Perform SQL query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"string $server = ''"},{"required":"no","param":"string $dbpath = ''"}],"returns":"resource"},{"id":"dio_open","desc":"Opens a file (creating it if necessary) at a lower level than the C library input/ouput stream functions allow.","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $flags"},{"required":"no","param":"int $mode = ''"}],"returns":"resource"},{"id":"enchant_broker_init","desc":"create a new broker object capable of requesting","params":[],"returns":"resource"},{"id":"enchant_broker_request_dict","desc":"create a new dictionary using a tag","params":[{"required":"yes","param":"resource $broker"},{"required":"yes","param":"string $tag"}],"returns":"resource"},{"id":"enchant_broker_request_pwl_dict","desc":"creates a dictionary using a PWL file","params":[{"required":"yes","param":"resource $broker"},{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"event_base_new","desc":"Create and initialize new event base","params":[],"returns":"resource"},{"id":"event_buffer_new","desc":"Create new buffered event","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"mixed $readcb"},{"required":"yes","param":"mixed $writecb"},{"required":"yes","param":"mixed $errorcb"},{"required":"no","param":"mixed $arg = ''"}],"returns":"resource"},{"id":"event_new","desc":"Create new event","params":[],"returns":"resource"},{"id":"expect_popen","desc":"Execute command via Bourne shell, and open the PTY stream to the process","params":[{"required":"yes","param":"string $command"}],"returns":"resource"},{"id":"fam_monitor_collection","desc":"Monitor a collection of files in a directory for changes","params":[{"required":"yes","param":"resource $fam"},{"required":"yes","param":"string $dirname"},{"required":"yes","param":"int $depth"},{"required":"yes","param":"string $mask"}],"returns":"resource"},{"id":"fam_monitor_directory","desc":"Monitor a directory for changes","params":[{"required":"yes","param":"resource $fam"},{"required":"yes","param":"string $dirname"}],"returns":"resource"},{"id":"fam_monitor_file","desc":"Monitor a regular file for changes","params":[{"required":"yes","param":"resource $fam"},{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"fam_open","desc":"Open connection to FAM daemon","params":[{"required":"no","param":"string $appname = ''"}],"returns":"resource"},{"id":"fbsql_connect","desc":"Open a connection to a FrontBase Server","params":[{"required":"no","param":"string $hostname = ini_get("fbsql.default_host")"},{"required":"no","param":"string $username = ini_get("fbsql.default_user")"},{"required":"no","param":"string $password = ini_get("fbsql.default_password""}],"returns":"resource"},{"id":"fbsql_db_query","desc":"Send a FrontBase query","params":[{"required":"yes","param":"string $database"},{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"fbsql_list_dbs","desc":"List databases available on a FrontBase server","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"fbsql_list_fields","desc":"List FrontBase result fields","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $table_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"fbsql_list_tables","desc":"List tables in a FrontBase database","params":[{"required":"yes","param":"string $database"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"fbsql_pconnect","desc":"Open a persistent connection to a FrontBase Server","params":[{"required":"no","param":"string $hostname = ini_get("fbsql.default_host")"},{"required":"no","param":"string $username = ini_get("fbsql.default_user")"},{"required":"no","param":"string $password = ini_get("fbsql.default_password""}],"returns":"resource"},{"id":"fbsql_query","desc":"Send a FrontBase query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"},{"required":"no","param":"int $batch_size = ''"}],"returns":"resource"},{"id":"fdf_create","desc":"Create a new FDF document","params":[],"returns":"resource"},{"id":"fdf_open","desc":"Open a FDF document","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"fdf_open_string","desc":"Read a FDF document from a string","params":[{"required":"yes","param":"string $fdf_data"}],"returns":"resource"},{"id":"finfo_open","desc":"Create a new fileinfo resource","params":[{"required":"no","param":"int $options = FILEINFO_NONE"},{"required":"no","param":"string $magic_file = ''"}],"returns":"resource"},{"id":"fopen","desc":"Opens file or URL","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $mode"},{"required":"no","param":"bool $use_include_path = false"},{"required":"no","param":"resource $context = ''"}],"returns":"resource"},{"id":"fsockopen","desc":"Open Internet or Unix domain socket connection","params":[{"required":"yes","param":"string $hostname"},{"required":"no","param":"int $port = -1"},{"required":"no","param":"int $errno = ''"},{"required":"no","param":"string $errstr = ''"},{"required":"no","param":"float $timeout = ini_get("default_socket_timeout""}],"returns":"resource"},{"id":"ftp_close","desc":"Closes an FTP connection","params":[{"required":"yes","param":"resource $ftp_stream"}],"returns":"resource"},{"id":"ftp_connect","desc":"Opens an FTP connection","params":[{"required":"yes","param":"string $host"},{"required":"no","param":"int $port = 21"},{"required":"no","param":"int $timeout = 90"}],"returns":"resource"},{"id":"ftp_ssl_connect","desc":"Opens an Secure SSL-FTP connection","params":[{"required":"yes","param":"string $host"},{"required":"no","param":"int $port = 21"},{"required":"no","param":"int $timeout = 90"}],"returns":"resource"},{"id":"gmp_abs","desc":"Absolute value","params":[{"required":"yes","param":"resource $a"}],"returns":"resource"},{"id":"gmp_add","desc":"Add numbers","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_and","desc":"Bitwise AND","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_com","desc":"Calculates one's complement","params":[{"required":"yes","param":"resource $a"}],"returns":"resource"},{"id":"gmp_divexact","desc":"Exact division of numbers","params":[{"required":"yes","param":"resource $n"},{"required":"yes","param":"resource $d"}],"returns":"resource"},{"id":"gmp_div_q","desc":"Divide numbers","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"},{"required":"no","param":"int $round = GMP_ROUND_ZERO"}],"returns":"resource"},{"id":"gmp_div_r","desc":"Remainder of the division of numbers","params":[{"required":"yes","param":"resource $n"},{"required":"yes","param":"resource $d"},{"required":"no","param":"int $round = GMP_ROUND_ZERO"}],"returns":"resource"},{"id":"gmp_fact","desc":"Factorial","params":[{"required":"yes","param":"mixed $a"}],"returns":"resource"},{"id":"gmp_gcd","desc":"Calculate GCD","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_init","desc":"Create GMP number","params":[{"required":"yes","param":"mixed $number"},{"required":"no","param":"int $base = ''"}],"returns":"resource"},{"id":"gmp_invert","desc":"Inverse by modulo","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_mod","desc":"Modulo operation","params":[{"required":"yes","param":"resource $n"},{"required":"yes","param":"resource $d"}],"returns":"resource"},{"id":"gmp_mul","desc":"Multiply numbers","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_neg","desc":"Negate number","params":[{"required":"yes","param":"resource $a"}],"returns":"resource"},{"id":"gmp_nextprime","desc":"Find next prime number","params":[{"required":"yes","param":"int $a"}],"returns":"resource"},{"id":"gmp_or","desc":"Bitwise OR","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_pow","desc":"Raise number into power","params":[{"required":"yes","param":"resource $base"},{"required":"yes","param":"int $exp"}],"returns":"resource"},{"id":"gmp_powm","desc":"Raise number into power with modulo","params":[{"required":"yes","param":"resource $base"},{"required":"yes","param":"resource $exp"},{"required":"yes","param":"resource $mod"}],"returns":"resource"},{"id":"gmp_random","desc":"Random number","params":[{"required":"no","param":"int $limiter = 20"}],"returns":"resource"},{"id":"gmp_sqrt","desc":"Calculate square root","params":[{"required":"yes","param":"resource $a"}],"returns":"resource"},{"id":"gmp_sub","desc":"Subtract numbers","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gmp_xor","desc":"Bitwise XOR","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"resource $b"}],"returns":"resource"},{"id":"gnupg_init","desc":"Initialize a connection","params":[],"returns":"resource"},{"id":"gupnp_context_new","desc":"Create a new context","params":[{"required":"no","param":"string $host_ip = ''"},{"required":"no","param":"int $port = ''"}],"returns":"resource"},{"id":"gupnp_control_point_new","desc":"Create a new control point","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"string $target"}],"returns":"resource"},{"id":"gupnp_device_info_get_service","desc":"Get the service with type","params":[{"required":"yes","param":"resource $root_device"},{"required":"yes","param":"string $type"}],"returns":"resource"},{"id":"gupnp_root_device_new","desc":"Create a new root device","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"string $location"},{"required":"yes","param":"string $description_dir"}],"returns":"resource"},{"id":"gzopen","desc":"Open gz-file","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $mode"},{"required":"no","param":"int $use_include_path = ''"}],"returns":"resource"},{"id":"hash_copy","desc":"Copy hashing context","params":[{"required":"yes","param":"resource $context"}],"returns":"resource"},{"id":"hash_init","desc":"Initialize an incremental hashing context","params":[{"required":"yes","param":"string $algo"},{"required":"no","param":"int $options = ''"},{"required":"no","param":"string $key = ''"}],"returns":"resource"},{"id":"http_get_request_body_stream","desc":"Get request body as stream","params":[],"returns":"resource"},{"id":"ibase_blob_create","desc":"Create a new blob for adding data","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"ibase_blob_open","desc":"Open blob for retrieving data parts","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $blob_id"}],"returns":"resource"},{"id":"ibase_connect","desc":"Open a connection to an InterBase database","params":[{"required":"no","param":"string $database = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"int $buffers = ''"},{"required":"no","param":"int $dialect = ''"},{"required":"no","param":"string $role = ''"},{"required":"no","param":"int $sync = ''"}],"returns":"resource"},{"id":"ibase_execute","desc":"Execute a previously prepared query","params":[{"required":"yes","param":"resource $query"},{"required":"no","param":"mixed $bind_arg = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"resource"},{"id":"ibase_pconnect","desc":"Open a persistent connection to an InterBase database","params":[{"required":"no","param":"string $database = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"int $buffers = ''"},{"required":"no","param":"int $dialect = ''"},{"required":"no","param":"string $role = ''"},{"required":"no","param":"int $sync = ''"}],"returns":"resource"},{"id":"ibase_prepare","desc":"Prepare a query for later binding of parameter placeholders and execution","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $trans"}],"returns":"resource"},{"id":"ibase_query","desc":"Execute a query on an InterBase database","params":[{"required":"no","param":"resource $link_identifier = ''"},{"required":"yes","param":"string $query"},{"required":"no","param":"int $bind_args = ''"}],"returns":"resource"},{"id":"ibase_service_attach","desc":"Connect to the service manager","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $dba_username"},{"required":"yes","param":"string $dba_password"}],"returns":"resource"},{"id":"ibase_set_event_handler","desc":"Register a callback function to be called when events are posted","params":[{"required":"yes","param":"callback $event_handler"},{"required":"yes","param":"string $event_name1"},{"required":"no","param":"string $event_name2 = ''"},{"required":"no","param":"string $... = ''"},{"required":"yes","param":"resource $connection"}],"returns":"resource"},{"id":"ibase_trans","desc":"Begin a transaction","params":[{"required":"no","param":"int $trans_args = ''"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"ifx_connect","desc":"Open Informix server connection","params":[{"required":"no","param":"string $database = ''"},{"required":"no","param":"string $userid = ''"},{"required":"no","param":"string $password = ''"}],"returns":"resource"},{"id":"ifx_pconnect","desc":"Open persistent Informix connection","params":[{"required":"no","param":"string $database = ''"},{"required":"no","param":"string $userid = ''"},{"required":"no","param":"string $password = ''"}],"returns":"resource"},{"id":"ifx_prepare","desc":"Prepare an SQL-statement for execution","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"int $cursor_def = ''"},{"required":"yes","param":"mixed $blobidarray"}],"returns":"resource"},{"id":"ifx_query","desc":"Send Informix query","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"int $cursor_type = ''"},{"required":"no","param":"mixed $blobidarray = ''"}],"returns":"resource"},{"id":"imagecreate","desc":"Create a new palette based image","params":[{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"}],"returns":"resource"},{"id":"imagecreatefromgd","desc":"Create a new image from GD file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefromgd2","desc":"Create a new image from GD2 file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefromgd2part","desc":"Create a new image from a given part of GD2 file or URL","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"int $srcX"},{"required":"yes","param":"int $srcY"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"}],"returns":"resource"},{"id":"imagecreatefromgif","desc":"Create a new image from file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefromjpeg","desc":"Create a new image from file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefrompng","desc":"Create a new image from file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefromstring","desc":"Create a new image from the image stream in the string","params":[{"required":"yes","param":"string $data"}],"returns":"resource"},{"id":"imagecreatefromwbmp","desc":"Create a new image from file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefromxbm","desc":"Create a new image from file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatefromxpm","desc":"Create a new image from file or URL","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagecreatetruecolor","desc":"Create a new true color image","params":[{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"}],"returns":"resource"},{"id":"imagegrabscreen","desc":"Captures the whole screen","params":[],"returns":"resource"},{"id":"imagegrabwindow","desc":"Captures a window","params":[{"required":"yes","param":"int $window_handle"},{"required":"no","param":"int $client_area = ''"}],"returns":"resource"},{"id":"imagepsloadfont","desc":"Load a PostScript Type 1 font from file","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"imagerotate","desc":"Rotate an image with a given angle","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"float $angle"},{"required":"yes","param":"int $bgd_color"},{"required":"no","param":"int $ignore_transparent = ''"}],"returns":"resource"},{"id":"imap_open","desc":"Open an IMAP stream to a mailbox","params":[{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"int $options = NIL"},{"required":"no","param":"int $n_retries = ''"},{"required":"no","param":"array $params = ''"}],"returns":"resource"},{"id":"ingres_connect","desc":"Open a connection to an Ingres database","params":[{"required":"no","param":"string $database = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"ingres_pconnect","desc":"Open a persistent connection to an Ingres database","params":[{"required":"no","param":"string $database = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"inotify_init","desc":"Initialize an inotify instance","params":[],"returns":"resource"},{"id":"is_scalar","desc":"Finds whether a variable is a scalar","params":[{"required":"yes","param":"mixed $var"}],"returns":"resource"},{"id":"kadm5_init_with_password","desc":"Opens a connection to the KADM5 library","params":[{"required":"yes","param":"string $admin_server"},{"required":"yes","param":"string $realm"},{"required":"yes","param":"string $principal"},{"required":"yes","param":"string $password"}],"returns":"resource"},{"id":"ldap_connect","desc":"Connect to an LDAP server","params":[{"required":"no","param":"string $hostname = ''"},{"required":"no","param":"int $port = 389"}],"returns":"resource"},{"id":"ldap_first_entry","desc":"Return first result id","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_identifier"}],"returns":"resource"},{"id":"ldap_first_reference","desc":"Return first reference","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"resource $result"}],"returns":"resource"},{"id":"ldap_list","desc":"Single-level search","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $base_dn"},{"required":"yes","param":"string $filter"},{"required":"no","param":"array $attributes = ''"},{"required":"no","param":"int $attrsonly = ''"},{"required":"no","param":"int $sizelimit = ''"},{"required":"no","param":"int $timelimit = ''"},{"required":"no","param":"int $deref = ''"}],"returns":"resource"},{"id":"ldap_next_entry","desc":"Get next result entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"}],"returns":"resource"},{"id":"ldap_next_reference","desc":"Get next reference","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"resource $entry"}],"returns":"resource"},{"id":"ldap_read","desc":"Read an entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $base_dn"},{"required":"yes","param":"string $filter"},{"required":"no","param":"array $attributes = ''"},{"required":"no","param":"int $attrsonly = ''"},{"required":"no","param":"int $sizelimit = ''"},{"required":"no","param":"int $timelimit = ''"},{"required":"no","param":"int $deref = ''"}],"returns":"resource"},{"id":"ldap_search","desc":"Search LDAP tree","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"string $base_dn"},{"required":"yes","param":"string $filter"},{"required":"no","param":"array $attributes = ''"},{"required":"no","param":"int $attrsonly = ''"},{"required":"no","param":"int $sizelimit = ''"},{"required":"no","param":"int $timelimit = ''"},{"required":"no","param":"int $deref = ''"}],"returns":"resource"},{"id":"mailparse_msg_create","desc":"Create a mime mail resource","params":[],"returns":"resource"},{"id":"mailparse_msg_get_part","desc":"Returns a handle on a given section in a mimemessage","params":[{"required":"yes","param":"resource $mimemail"},{"required":"yes","param":"string $mimesection"}],"returns":"resource"},{"id":"mailparse_msg_parse_file","desc":"Parses a file","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"maxdb_connect","desc":"Open a new connection to the MaxDB server","params":[{"required":"no","param":"string $host = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $passwd = ''"},{"required":"no","param":"string $dbname = ''"},{"required":"no","param":"int $port = ''"},{"required":"no","param":"string $socket = ''"}],"returns":"resource"},{"id":"maxdb_embedded_connect","desc":"Open a connection to an embedded MaxDB server","params":[{"required":"no","param":"string $dbname = ''"}],"returns":"resource"},{"id":"maxdb_init","desc":"Initializes MaxDB and returns an resource for use with maxdb_real_connect","params":[],"returns":"resource"},{"id":"maxdb_stmt_result_metadata","desc":"Returns result set metadata from a prepared statement","params":[{"required":"yes","param":"resource $stmt"}],"returns":"resource"},{"id":"maxdb_use_result","desc":"Initiate a result set retrieval","params":[{"required":"yes","param":"resource $link"}],"returns":"resource"},{"id":"mcrypt_module_open","desc":"Opens the module of the algorithm and the mode to be used","params":[{"required":"yes","param":"string $algorithm"},{"required":"yes","param":"string $algorithm_directory"},{"required":"yes","param":"string $mode"},{"required":"yes","param":"string $mode_directory"}],"returns":"resource"},{"id":"msg_get_queue","desc":"Create or attach to a message queue","params":[{"required":"yes","param":"int $key"},{"required":"no","param":"int $perms = ''"}],"returns":"resource"},{"id":"msql_connect","desc":"Open mSQL connection","params":[{"required":"no","param":"string $hostname = ''"}],"returns":"resource"},{"id":"msql_db_query","desc":"Send mSQL query","params":[{"required":"yes","param":"string $database"},{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"msql_list_dbs","desc":"List mSQL databases on server","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"msql_list_fields","desc":"List result fields","params":[{"required":"yes","param":"string $database"},{"required":"yes","param":"string $tablename"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"msql_list_tables","desc":"List tables in an mSQL database","params":[{"required":"yes","param":"string $database"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"msql_pconnect","desc":"Open persistent mSQL connection","params":[{"required":"no","param":"string $hostname = ''"}],"returns":"resource"},{"id":"msql_query","desc":"Send mSQL query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mssql_connect","desc":"Open MS SQL server connection","params":[{"required":"no","param":"string $servername = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"bool $new_link = false"}],"returns":"resource"},{"id":"mssql_init","desc":"Initializes a stored procedure or a remote stored procedure","params":[{"required":"yes","param":"string $sp_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mssql_pconnect","desc":"Open persistent MS SQL connection","params":[{"required":"no","param":"string $servername = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"bool $new_link = false"}],"returns":"resource"},{"id":"mysql_connect","desc":"Open a connection to a MySQL Server","params":[{"required":"no","param":"string $server = ini_get("mysql.default_host")"},{"required":"no","param":"string $username = ini_get("mysql.default_user")"},{"required":"no","param":"string $password = ini_get("mysql.default_password")"},{"required":"no","param":"bool $new_link = false"},{"required":"no","param":"int $client_flags = ''"}],"returns":"resource"},{"id":"mysql_db_query","desc":"Send a MySQL query","params":[{"required":"yes","param":"string $database"},{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mysql_list_dbs","desc":"List databases available on a MySQL server","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mysql_list_fields","desc":"List MySQL table fields","params":[{"required":"yes","param":"string $database_name"},{"required":"yes","param":"string $table_name"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mysql_list_processes","desc":"List MySQL processes","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mysql_list_tables","desc":"List tables in a MySQL database","params":[{"required":"yes","param":"string $database"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mysql_pconnect","desc":"Open a persistent connection to a MySQL server","params":[{"required":"no","param":"string $server = ini_get("mysql.default_host")"},{"required":"no","param":"string $username = ini_get("mysql.default_user")"},{"required":"no","param":"string $password = ini_get("mysql.default_password")"},{"required":"no","param":"int $client_flags = ''"}],"returns":"resource"},{"id":"mysql_query","desc":"Send a MySQL query","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"mysql_unbuffered_query","desc":"Send an SQL query to MySQL without fetching and buffering the result rows.","params":[{"required":"yes","param":"string $query"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"resource"},{"id":"m_initconn","desc":"Create and initialize an MCVE_CONN structure","params":[],"returns":"resource"},{"id":"ncurses_newpad","desc":"Creates a new pad (window)","params":[{"required":"yes","param":"int $rows"},{"required":"yes","param":"int $cols"}],"returns":"resource"},{"id":"ncurses_newwin","desc":"Create a new window","params":[{"required":"yes","param":"int $rows"},{"required":"yes","param":"int $cols"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"resource"},{"id":"ncurses_new_panel","desc":"Create a new panel and associate it with window","params":[{"required":"yes","param":"resource $window"}],"returns":"resource"},{"id":"ncurses_panel_above","desc":"Returns the panel above panel","params":[{"required":"yes","param":"resource $panel"}],"returns":"resource"},{"id":"ncurses_panel_below","desc":"Returns the panel below panel","params":[{"required":"yes","param":"resource $panel"}],"returns":"resource"},{"id":"ncurses_panel_window","desc":"Returns the window associated with panel","params":[{"required":"yes","param":"resource $panel"}],"returns":"resource"},{"id":"newt_button","desc":"Create a new button","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"}],"returns":"resource"},{"id":"newt_button_bar","desc":"This function returns a grid containing the buttons created.","params":[{"required":"yes","param":"array $buttons"}],"returns":"resource"},{"id":"newt_checkbox","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"},{"required":"yes","param":"string $def_value"},{"required":"no","param":"string $seq = ''"}],"returns":"resource"},{"id":"newt_checkbox_tree","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $height"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_checkbox_tree_multi","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $height"},{"required":"yes","param":"string $seq"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_compact_button","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"}],"returns":"resource"},{"id":"newt_create_grid","desc":"","params":[{"required":"yes","param":"int $cols"},{"required":"yes","param":"int $rows"}],"returns":"resource"},{"id":"newt_entry","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $width"},{"required":"no","param":"string $init_value = ''"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_form","desc":"Create a form","params":[{"required":"no","param":"resource $vert_bar = ''"},{"required":"no","param":"string $help = ''"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_form_get_current","desc":"","params":[{"required":"yes","param":"resource $form"}],"returns":"resource"},{"id":"newt_grid_basic_window","desc":"","params":[{"required":"yes","param":"resource $text"},{"required":"yes","param":"resource $middle"},{"required":"yes","param":"resource $buttons"}],"returns":"resource"},{"id":"newt_grid_h_close_stacked","desc":"","params":[{"required":"yes","param":"int $element1_type"},{"required":"yes","param":"resource $element1"},{"required":"no","param":"resource $... = ''"}],"returns":"resource"},{"id":"newt_grid_h_stacked","desc":"","params":[{"required":"yes","param":"int $element1_type"},{"required":"yes","param":"resource $element1"},{"required":"no","param":"resource $... = ''"}],"returns":"resource"},{"id":"newt_grid_simple_window","desc":"","params":[{"required":"yes","param":"resource $text"},{"required":"yes","param":"resource $middle"},{"required":"yes","param":"resource $buttons"}],"returns":"resource"},{"id":"newt_grid_v_close_stacked","desc":"","params":[{"required":"yes","param":"int $element1_type"},{"required":"yes","param":"resource $element1"},{"required":"no","param":"resource $... = ''"}],"returns":"resource"},{"id":"newt_grid_v_stacked","desc":"","params":[{"required":"yes","param":"int $element1_type"},{"required":"yes","param":"resource $element1"},{"required":"no","param":"resource $... = ''"}],"returns":"resource"},{"id":"newt_label","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"}],"returns":"resource"},{"id":"newt_listbox","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $height"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_listitem","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"},{"required":"yes","param":"bool $is_default"},{"required":"yes","param":"resouce $prev_item"},{"required":"yes","param":"mixed $data"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_radiobutton","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"},{"required":"yes","param":"bool $is_default"},{"required":"no","param":"resource $prev_button = ''"}],"returns":"resource"},{"id":"newt_radio_get_current","desc":"","params":[{"required":"yes","param":"resource $set_member"}],"returns":"resource"},{"id":"newt_run_form","desc":"Runs a form","params":[{"required":"yes","param":"resource $form"}],"returns":"resource"},{"id":"newt_scale","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $full_value"}],"returns":"resource"},{"id":"newt_textbox","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_textbox_reflowed","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"char $*text"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $flex_down"},{"required":"yes","param":"int $flex_up"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"newt_vertical_scrollbar","desc":"","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"int $height"},{"required":"no","param":"int $normal_colorset = ''"},{"required":"no","param":"int $thumb_colorset = ''"}],"returns":"resource"},{"id":"oci_connect","desc":"Connect to an Oracle database","params":[{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $connection_string = ''"},{"required":"no","param":"string $character_set = ''"},{"required":"no","param":"int $session_mode = ''"}],"returns":"resource"},{"id":"oci_new_connect","desc":"Connect to the Oracle server using a unique connection","params":[{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $connection_string = ''"},{"required":"no","param":"string $character_set = ''"},{"required":"no","param":"int $session_mode = ''"}],"returns":"resource"},{"id":"oci_new_cursor","desc":"Allocates and returns a new cursor (statement handle)","params":[{"required":"yes","param":"resource $connection"}],"returns":"resource"},{"id":"oci_parse","desc":"Prepares an Oracle statement for execution","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $sql_text"}],"returns":"resource"},{"id":"oci_password_change","desc":"Changes password of Oracle's user","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $old_password"},{"required":"yes","param":"string $new_password"},{"required":"yes","param":"string $dbname"}],"returns":"resource"},{"id":"oci_pconnect","desc":"Connect to an Oracle database using a persistent connection","params":[{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"},{"required":"no","param":"string $connection_string = ''"},{"required":"no","param":"string $character_set = ''"},{"required":"no","param":"int $session_mode = ''"}],"returns":"resource"},{"id":"odbc_columnprivileges","desc":"Lists columns and associated privileges for the given table","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"string $column_name"}],"returns":"resource"},{"id":"odbc_columns","desc":"Lists the column names in specified tables","params":[{"required":"yes","param":"resource $connection_id"},{"required":"no","param":"string $qualifier = ''"},{"required":"no","param":"string $schema = ''"},{"required":"no","param":"string $table_name = ''"},{"required":"no","param":"string $column_name = ''"}],"returns":"resource"},{"id":"odbc_connect","desc":"Connect to a datasource","params":[{"required":"yes","param":"string $dsn"},{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"},{"required":"no","param":"int $cursor_type = ''"}],"returns":"resource"},{"id":"odbc_exec","desc":"Prepare and execute an SQL statement","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $query_string"},{"required":"no","param":"int $flags = ''"}],"returns":"resource"},{"id":"odbc_foreignkeys","desc":"Retrieves a list of foreign keys","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $pk_qualifier"},{"required":"yes","param":"string $pk_owner"},{"required":"yes","param":"string $pk_table"},{"required":"yes","param":"string $fk_qualifier"},{"required":"yes","param":"string $fk_owner"},{"required":"yes","param":"string $fk_table"}],"returns":"resource"},{"id":"odbc_gettypeinfo","desc":"Retrieves information about data types supported by the data source","params":[{"required":"yes","param":"resource $connection_id"},{"required":"no","param":"int $data_type = ''"}],"returns":"resource"},{"id":"odbc_pconnect","desc":"Open a persistent database connection","params":[{"required":"yes","param":"string $dsn"},{"required":"yes","param":"string $user"},{"required":"yes","param":"string $password"},{"required":"no","param":"int $cursor_type = ''"}],"returns":"resource"},{"id":"odbc_prepare","desc":"Prepares a statement for execution","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $query_string"}],"returns":"resource"},{"id":"odbc_primarykeys","desc":"Gets the primary keys for a table","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $table"}],"returns":"resource"},{"id":"odbc_procedurecolumns","desc":"Retrieve information about parameters to procedures","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $proc"},{"required":"yes","param":"string $column"}],"returns":"resource"},{"id":"odbc_procedures","desc":"Get the list of procedures stored in a specific data source","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $name"}],"returns":"resource"},{"id":"odbc_specialcolumns","desc":"Retrieves special columns","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"int $type"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $table"},{"required":"yes","param":"int $scope"},{"required":"yes","param":"int $nullable"}],"returns":"resource"},{"id":"odbc_statistics","desc":"Retrieve statistics about a table","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $table_name"},{"required":"yes","param":"int $unique"},{"required":"yes","param":"int $accuracy"}],"returns":"resource"},{"id":"odbc_tableprivileges","desc":"Lists tables and the privileges associated with each table","params":[{"required":"yes","param":"resource $connection_id"},{"required":"yes","param":"string $qualifier"},{"required":"yes","param":"string $owner"},{"required":"yes","param":"string $name"}],"returns":"resource"},{"id":"odbc_tables","desc":"Get the list of table names stored in a specific data source","params":[{"required":"yes","param":"resource $connection_id"},{"required":"no","param":"string $qualifier = ''"},{"required":"no","param":"string $owner = ''"},{"required":"no","param":"string $name = ''"},{"required":"no","param":"string $types = ''"}],"returns":"resource"},{"id":"openal_buffer_create","desc":"Generate OpenAL buffer","params":[],"returns":"resource"},{"id":"openal_context_create","desc":"Create an audio processing context","params":[{"required":"yes","param":"resource $device"}],"returns":"resource"},{"id":"openal_device_open","desc":"Initialize the OpenAL audio layer","params":[{"required":"no","param":"string $device_desc = ''"}],"returns":"resource"},{"id":"openal_source_create","desc":"Generate a source resource","params":[],"returns":"resource"},{"id":"openal_stream","desc":"Begin streaming on a source","params":[{"required":"yes","param":"resource $source"},{"required":"yes","param":"int $format"},{"required":"yes","param":"int $rate"}],"returns":"resource"},{"id":"opendir","desc":"Open directory handle","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"resource $context = ''"}],"returns":"resource"},{"id":"openssl_csr_get_public_key","desc":"Returns the public key of a CERT","params":[{"required":"yes","param":"mixed $csr"},{"required":"no","param":"bool $use_shortnames = true"}],"returns":"resource"},{"id":"openssl_csr_sign","desc":"Sign a CSR with another certificate (or itself) and generate a certificate","params":[{"required":"yes","param":"mixed $csr"},{"required":"yes","param":"mixed $cacert"},{"required":"yes","param":"mixed $priv_key"},{"required":"yes","param":"int $days"},{"required":"no","param":"array $configargs = ''"},{"required":"no","param":"int $serial = ''"}],"returns":"resource"},{"id":"openssl_pkey_get_private","desc":"Get a private key","params":[{"required":"yes","param":"mixed $key"},{"required":"no","param":"string $passphrase = """}],"returns":"resource"},{"id":"openssl_pkey_get_public","desc":"Extract public key from certificate and prepare it for use","params":[{"required":"yes","param":"mixed $certificate"}],"returns":"resource"},{"id":"openssl_pkey_new","desc":"Generates a new private key","params":[{"required":"no","param":"array $configargs = ''"}],"returns":"resource"},{"id":"openssl_x509_read","desc":"Parse an X.509 certificate and return a resource identifier for it","params":[{"required":"yes","param":"mixed $x509certdata"}],"returns":"resource"},{"id":"PDF_new","desc":"Create PDFlib object","params":[],"returns":"resource"},{"id":"pfsockopen","desc":"Open persistent Internet or Unix domain socket connection","params":[{"required":"yes","param":"string $hostname"},{"required":"no","param":"int $port = -1"},{"required":"no","param":"int $errno = ''"},{"required":"no","param":"string $errstr = ''"},{"required":"no","param":"float $timeout = ini_get("default_socket_timeout""}],"returns":"resource"},{"id":"pg_connect","desc":"Open a PostgreSQL connection","params":[{"required":"yes","param":"string $connection_string"},{"required":"no","param":"int $connect_type = ''"}],"returns":"resource"},{"id":"pg_execute","desc":"Sends a request to execute a prepared statement with given parameters, and waits for the result.","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $stmtname"},{"required":"yes","param":"array $params"}],"returns":"resource"},{"id":"pg_free_result","desc":"Free result memory","params":[{"required":"yes","param":"resource $result"}],"returns":"resource"},{"id":"pg_get_result","desc":"Get asynchronous query result","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"resource"},{"id":"pg_lo_open","desc":"Open a large object","params":[{"required":"yes","param":"resource $connection"},{"required":"yes","param":"int $oid"},{"required":"yes","param":"string $mode"}],"returns":"resource"},{"id":"pg_pconnect","desc":"Open a persistent PostgreSQL connection","params":[{"required":"yes","param":"string $connection_string"},{"required":"no","param":"int $connect_type = ''"}],"returns":"resource"},{"id":"pg_prepare","desc":"Submits a request to create a prepared statement with the given parameters, and waits for completion.","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $stmtname"},{"required":"yes","param":"string $query"}],"returns":"resource"},{"id":"pg_query","desc":"Execute a query","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $query"}],"returns":"resource"},{"id":"pg_query_params","desc":"Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $query"},{"required":"yes","param":"array $params"}],"returns":"resource"},{"id":"popen","desc":"Opens process file pointer","params":[{"required":"yes","param":"string $command"},{"required":"yes","param":"string $mode"}],"returns":"resource"},{"id":"printer_create_brush","desc":"Create a new brush","params":[{"required":"yes","param":"int $style"},{"required":"yes","param":"string $color"}],"returns":"resource"},{"id":"printer_create_font","desc":"Create a new font","params":[{"required":"yes","param":"string $face"},{"required":"yes","param":"int $height"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $font_weight"},{"required":"yes","param":"bool $italic"},{"required":"yes","param":"bool $underline"},{"required":"yes","param":"bool $strikeout"},{"required":"yes","param":"int $orientation"}],"returns":"resource"},{"id":"printer_create_pen","desc":"Create a new pen","params":[{"required":"yes","param":"int $style"},{"required":"yes","param":"int $width"},{"required":"yes","param":"string $color"}],"returns":"resource"},{"id":"printer_open","desc":"Opens a connection to a printer","params":[{"required":"no","param":"string $printername = ''"}],"returns":"resource"},{"id":"proc_open","desc":"Execute a command and open file pointers for input/output","params":[{"required":"yes","param":"string $cmd"},{"required":"yes","param":"array $descriptorspec"},{"required":"yes","param":"array $pipes"},{"required":"no","param":"string $cwd = ''"},{"required":"no","param":"array $env = ''"},{"required":"no","param":"array $other_options = ''"}],"returns":"resource"},{"id":"ps_new","desc":"Creates a new PostScript document object","params":[],"returns":"resource"},{"id":"px_new","desc":"Create a new paradox object","params":[],"returns":"resource"},{"id":"radius_acct_open","desc":"Creates a Radius handle for accounting","params":[],"returns":"resource"},{"id":"radius_auth_open","desc":"Creates a Radius handle for authentication","params":[],"returns":"resource"},{"id":"rpm_open","desc":"Opens an RPM file","params":[{"required":"yes","param":"string $filename"}],"returns":"resource"},{"id":"sem_get","desc":"Get a semaphore id","params":[{"required":"yes","param":"int $key"},{"required":"no","param":"int $max_acquire = 1"},{"required":"no","param":"int $perm = 0666"},{"required":"no","param":"int $auto_release = 1"}],"returns":"resource"},{"id":"shm_attach","desc":"Creates or open a shared memory segment","params":[{"required":"yes","param":"int $key"},{"required":"no","param":"int $memsize = ''"},{"required":"no","param":"int $perm = ''"}],"returns":"resource"},{"id":"socket_accept","desc":"Accepts a connection on a socket","params":[{"required":"yes","param":"resource $socket"}],"returns":"resource"},{"id":"socket_create","desc":"Create a socket (endpoint for communication)","params":[{"required":"yes","param":"int $domain"},{"required":"yes","param":"int $type"},{"required":"yes","param":"int $protocol"}],"returns":"resource"},{"id":"socket_create_listen","desc":"Opens a socket on port to accept connections","params":[{"required":"yes","param":"int $port"},{"required":"no","param":"int $backlog = 128"}],"returns":"resource"},{"id":"sqlite_open","desc":"Opens an SQLite database and create the database if it does not exist","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $mode = 0666"},{"required":"no","param":"string $error_message = ''"}],"returns":"resource"},{"id":"sqlite_popen","desc":"Opens a persistent handle to an SQLite database and create the database if it does not exist","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $mode = 0666"},{"required":"no","param":"string $error_message = ''"}],"returns":"resource"},{"id":"ssh2_connect","desc":"Connect to an SSH server","params":[{"required":"yes","param":"string $host"},{"required":"no","param":"int $port = 22"},{"required":"no","param":"array $methods = ''"},{"required":"no","param":"array $callbacks = ''"}],"returns":"resource"},{"id":"ssh2_exec","desc":"Execute a command on a remote server","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $command"},{"required":"no","param":"string $pty = ''"},{"required":"no","param":"array $env = ''"},{"required":"no","param":"int $width = 80"},{"required":"no","param":"int $height = 25"},{"required":"no","param":"int $width_height_type = SSH2_TERM_UNIT_CHARS"}],"returns":"resource"},{"id":"ssh2_fetch_stream","desc":"Fetch an extended data stream","params":[{"required":"yes","param":"resource $channel"},{"required":"yes","param":"int $streamid"}],"returns":"resource"},{"id":"ssh2_publickey_init","desc":"Initialize Publickey subsystem","params":[{"required":"yes","param":"resource $session"}],"returns":"resource"},{"id":"ssh2_sftp","desc":"Initialize SFTP subsystem","params":[{"required":"yes","param":"resource $session"}],"returns":"resource"},{"id":"ssh2_shell","desc":"Request an interactive shell","params":[{"required":"yes","param":"resource $session"},{"required":"no","param":"string $term_type = "vanilla""},{"required":"no","param":"array $env = ''"},{"required":"no","param":"int $width = 80"},{"required":"no","param":"int $height = 25"},{"required":"no","param":"int $width_height_type = SSH2_TERM_UNIT_CHARS"}],"returns":"resource"},{"id":"ssh2_tunnel","desc":"Open a tunnel through a remote server","params":[{"required":"yes","param":"resource $session"},{"required":"yes","param":"string $host"},{"required":"yes","param":"int $port"}],"returns":"resource"},{"id":"stomp_connect","desc":"Opens a connection","params":[{"required":"no","param":"string $broker = ini_get("stomp.default_broker_uri")"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"array $headers = ''"}],"returns":"resource"},{"id":"stream_context_create","desc":"Create a streams context","params":[{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $params = ''"}],"returns":"resource"},{"id":"stream_context_get_default","desc":"Retreive the default streams context","params":[{"required":"no","param":"array $options = ''"}],"returns":"resource"},{"id":"stream_context_set_default","desc":"Set the default streams context","params":[{"required":"yes","param":"array $options"}],"returns":"resource"},{"id":"stream_filter_append","desc":"Attach a filter to a stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"string $filtername"},{"required":"no","param":"int $read_write = ''"},{"required":"no","param":"mixed $params = ''"}],"returns":"resource"},{"id":"stream_filter_prepend","desc":"Attach a filter to a stream","params":[{"required":"yes","param":"resource $stream"},{"required":"yes","param":"string $filtername"},{"required":"no","param":"int $read_write = ''"},{"required":"no","param":"mixed $params = ''"}],"returns":"resource"},{"id":"stream_socket_accept","desc":"Accept a connection on a socket created by stream_socket_server","params":[{"required":"yes","param":"resource $server_socket"},{"required":"no","param":"float $timeout = ini_get("default_socket_timeout")"},{"required":"no","param":"string $peername = ''"}],"returns":"resource"},{"id":"stream_socket_client","desc":"Open Internet or Unix domain socket connection","params":[{"required":"yes","param":"string $remote_socket"},{"required":"no","param":"int $errno = ''"},{"required":"no","param":"string $errstr = ''"},{"required":"no","param":"float $timeout = ini_get("default_socket_timeout")"},{"required":"no","param":"int $flags = STREAM_CLIENT_CONNECT"},{"required":"no","param":"resource $context = ''"}],"returns":"resource"},{"id":"stream_socket_server","desc":"Create an Internet or Unix domain server socket","params":[{"required":"yes","param":"string $local_socket"},{"required":"no","param":"int $errno = ''"},{"required":"no","param":"string $errstr = ''"},{"required":"no","param":"int $flags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN"},{"required":"no","param":"resource $context = ''"}],"returns":"resource"},{"id":"svn_fs_apply_text","desc":"Creates and returns a stream that will be used to replace","params":[{"required":"yes","param":"resource $root"},{"required":"yes","param":"string $path"}],"returns":"resource"},{"id":"svn_fs_begin_txn2","desc":"Create a new transaction","params":[{"required":"yes","param":"resource $repos"},{"required":"yes","param":"int $rev"}],"returns":"resource"},{"id":"svn_fs_file_contents","desc":"Returns a stream to access the contents of a file from a given version of the fs","params":[{"required":"yes","param":"resource $fsroot"},{"required":"yes","param":"string $path"}],"returns":"resource"},{"id":"svn_fs_revision_root","desc":"Get a handle on a specific version of the repository root","params":[{"required":"yes","param":"resource $fs"},{"required":"yes","param":"int $revnum"}],"returns":"resource"},{"id":"svn_fs_txn_root","desc":"Creates and returns a transaction root","params":[{"required":"yes","param":"resource $txn"}],"returns":"resource"},{"id":"svn_repos_create","desc":"Create a new subversion repository at path","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"array $config = ''"},{"required":"no","param":"array $fsconfig = ''"}],"returns":"resource"},{"id":"svn_repos_fs","desc":"Gets a handle on the filesystem for a repository","params":[{"required":"yes","param":"resource $repos"}],"returns":"resource"},{"id":"svn_repos_fs_begin_txn_for_commit","desc":"Create a new transaction","params":[{"required":"yes","param":"resource $repos"},{"required":"yes","param":"int $rev"},{"required":"yes","param":"string $author"},{"required":"yes","param":"string $log_msg"}],"returns":"resource"},{"id":"svn_repos_open","desc":"Open a shared lock on a repository.","params":[{"required":"yes","param":"string $path"}],"returns":"resource"},{"id":"sybase_connect","desc":"Opens a Sybase server connection","params":[{"required":"no","param":"string $servername = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"string $appname = ''"},{"required":"no","param":"bool $new = false"}],"returns":"resource"},{"id":"sybase_pconnect","desc":"Open persistent Sybase connection","params":[{"required":"no","param":"string $servername = ''"},{"required":"no","param":"string $username = ''"},{"required":"no","param":"string $password = ''"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"string $appname = ''"}],"returns":"resource"},{"id":"sybase_unbuffered_query","desc":"Send a Sybase query and do not block","params":[{"required":"yes","param":"string $query"},{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"bool $store_result = ''"}],"returns":"resource"},{"id":"tmpfile","desc":"Creates a temporary file","params":[],"returns":"resource"},{"id":"udm_alloc_agent","desc":"Allocate mnoGoSearch session","params":[{"required":"yes","param":"string $dbaddr"},{"required":"no","param":"string $dbmode = ''"}],"returns":"resource"},{"id":"udm_alloc_agent_array","desc":"Allocate mnoGoSearch session","params":[{"required":"yes","param":"array $databases"}],"returns":"resource"},{"id":"udm_find","desc":"Perform search","params":[{"required":"yes","param":"resource $agent"},{"required":"yes","param":"string $query"}],"returns":"resource"},{"id":"w32api_init_dtype","desc":"Creates an instance of the data type typename and fills it with the values passed","params":[{"required":"yes","param":"string $typename"},{"required":"yes","param":"mixed $value"},{"required":"no","param":"mixed $... = ''"}],"returns":"resource"},{"id":"wddx_packet_start","desc":"Starts a new WDDX packet with structure inside it","params":[{"required":"no","param":"string $comment = ''"}],"returns":"resource"},{"id":"xmlrpc_server_create","desc":"Creates an xmlrpc server","params":[],"returns":"resource"},{"id":"xml_parser_create","desc":"Create an XML parser","params":[{"required":"no","param":"string $encoding = ''"}],"returns":"resource"},{"id":"xml_parser_create_ns","desc":"Create an XML parser with namespace support","params":[{"required":"no","param":"string $encoding = ''"},{"required":"no","param":"string $separator = ':'"}],"returns":"resource"},{"id":"xslt_create","desc":"Create a new XSLT processor","params":[],"returns":"resource"},{"id":"addcslashes","desc":"Quote string with slashes in a C style","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $charlist"}],"returns":"string"},{"id":"addslashes","desc":"Quote string with slashes","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"apache_getenv","desc":"Get an Apache subprocess_env variable","params":[{"required":"yes","param":"string $variable"},{"required":"no","param":"bool $walk_to_top = ''"}],"returns":"string"},{"id":"apache_get_version","desc":"Fetch Apache version","params":[],"returns":"string"},{"id":"apache_note","desc":"Get and set apache request notes","params":[{"required":"yes","param":"string $note_name"},{"required":"no","param":"string $note_value = ''"}],"returns":"string"},{"id":"apc_bin_dump","desc":"Get a binary dump of the given files and user variables","params":[{"required":"no","param":"array $files = ''"},{"required":"no","param":"array $user_vars = ''"}],"returns":"string"},{"id":"apd_set_pprof_trace","desc":"Starts the session debugging","params":[{"required":"no","param":"string $dump_directory = ''"},{"required":"no","param":"string $fragment = "pprof""}],"returns":"string"},{"id":"array_flip","desc":"Exchanges all keys with their associated values in an array","params":[{"required":"yes","param":"array $trans"}],"returns":"string"},{"id":"array_multisort","desc":"Sort multiple or multi-dimensional arrays","params":[{"required":"yes","param":"array $arr"},{"required":"no","param":"mixed $arg = SORT_REGULAR"},{"required":"no","param":"mixed $... = ''"}],"returns":"string"},{"id":"base64_decode","desc":"Decodes data encoded with MIME base64","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"bool $strict = false"}],"returns":"string"},{"id":"base64_encode","desc":"Encodes data with MIME base64","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"basename","desc":"Returns trailing name component of path","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"string $suffix = ''"}],"returns":"string"},{"id":"base_convert","desc":"Convert a number between arbitrary bases","params":[{"required":"yes","param":"string $number"},{"required":"yes","param":"int $frombase"},{"required":"yes","param":"int $tobase"}],"returns":"string"},{"id":"bbcode_parse","desc":"Parse a string following a given rule set","params":[{"required":"yes","param":"resource $bbcode_container"},{"required":"yes","param":"string $to_parse"}],"returns":"string"},{"id":"bcadd","desc":"Add two arbitrary precision numbers","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bcdiv","desc":"Divide two arbitrary precision numbers","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bcmod","desc":"Get modulus of an arbitrary precision number","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $modulus"}],"returns":"string"},{"id":"bcmul","desc":"Multiply two arbitrary precision number","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bcpow","desc":"Raise an arbitrary precision number to another","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bcpowmod","desc":"Raise an arbitrary precision number to another, reduced by a specified modulus","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"yes","param":"string $modulus"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bcsqrt","desc":"Get the square root of an arbitrary precision number","params":[{"required":"yes","param":"string $operand"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bcsub","desc":"Subtract one arbitrary precision number from another","params":[{"required":"yes","param":"string $left_operand"},{"required":"yes","param":"string $right_operand"},{"required":"no","param":"int $scale = ''"}],"returns":"string"},{"id":"bin2hex","desc":"Convert binary data into hexadecimal representation","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"bindtextdomain","desc":"Sets the path for a domain","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $directory"}],"returns":"string"},{"id":"bind_textdomain_codeset","desc":"Specify the character encoding in which the messages from the DOMAIN message catalog will be returned","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $codeset"}],"returns":"string"},{"id":"bson_encode","desc":"Serializes a PHP variable into a BSON string","params":[{"required":"yes","param":"mixed $anything"}],"returns":"string"},{"id":"bzerrstr","desc":"Returns a bzip2 error string","params":[{"required":"yes","param":"resource $bz"}],"returns":"string"},{"id":"bzread","desc":"Binary safe bzip2 file read","params":[{"required":"yes","param":"resource $bz"},{"required":"no","param":"int $length = 1024"}],"returns":"string"},{"id":"cairo_image_surface_get_data","desc":"Description","params":[{"required":"yes","param":"CairoImageSurface $surface"}],"returns":"string"},{"id":"cairo_ps_level_to_string","desc":"Description","params":[{"required":"yes","param":"int $level"}],"returns":"string"},{"id":"cairo_status_to_string","desc":"Retrieves the current status as string","params":[{"required":"yes","param":"int $status"}],"returns":"string"},{"id":"cairo_svg_version_to_string","desc":"Description","params":[{"required":"yes","param":"int $version"}],"returns":"string"},{"id":"cairo_version_string","desc":"Retrieves cairo version as string","params":[],"returns":"string"},{"id":"calculhmac","desc":"Obtain a hmac key (needs 2 arguments)","params":[{"required":"yes","param":"string $clent"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"calcul_hmac","desc":"Obtain a hmac key (needs 8 arguments)","params":[{"required":"yes","param":"string $clent"},{"required":"yes","param":"string $siretcode"},{"required":"yes","param":"string $price"},{"required":"yes","param":"string $reference"},{"required":"yes","param":"string $validity"},{"required":"yes","param":"string $taxation"},{"required":"yes","param":"string $devise"},{"required":"yes","param":"string $language"}],"returns":"string"},{"id":"chr","desc":"Return a specific character","params":[{"required":"yes","param":"int $ascii"}],"returns":"string"},{"id":"chunk_split","desc":"Split a string into smaller chunks","params":[{"required":"yes","param":"string $body"},{"required":"no","param":"int $chunklen = 76"},{"required":"no","param":"string $end = "rn""}],"returns":"string"},{"id":"collator_get_error_message","desc":"Get text for collator's last error code","params":[{"required":"yes","param":"Collator $coll"}],"returns":"string"},{"id":"collator_get_locale","desc":"Get the locale name of the collator","params":[{"required":"yes","param":"int $type"},{"required":"yes","param":"Collator $coll"}],"returns":"string"},{"id":"collator_get_sort_key","desc":"Get sorting key for a string","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"Collator $coll"}],"returns":"string"},{"id":"com_create_guid","desc":"Generate a globally unique identifier (GUID)","params":[],"returns":"string"},{"id":"convert_cyr_string","desc":"Convert from one Cyrillic character set to another","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $from"},{"required":"yes","param":"string $to"}],"returns":"string"},{"id":"convert_uudecode","desc":"Decode a uuencoded string","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"convert_uuencode","desc":"Uuencode a string","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"crack_getlastmessage","desc":"Returns the message from the last obscure check","params":[],"returns":"string"},{"id":"create_function","desc":"Create an anonymous (lambda-style) function","params":[{"required":"yes","param":"string $args"},{"required":"yes","param":"string $code"}],"returns":"string"},{"id":"crypt","desc":"One-way string hashing","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $salt = ''"}],"returns":"string"},{"id":"ctype_alnum","desc":"Check for alphanumeric character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_alpha","desc":"Check for alphabetic character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_cntrl","desc":"Check for control character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_digit","desc":"Check for numeric character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_graph","desc":"Check for any printable character(s) except space","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_lower","desc":"Check for lowercase character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_print","desc":"Check for printable character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_punct","desc":"Check for any printable character which is not whitespace or an alphanumeric character","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_space","desc":"Check for whitespace character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_upper","desc":"Check for uppercase character(s)","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"ctype_xdigit","desc":"Check for character(s) representing a hexadecimal digit","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"cubrid_client_encoding","desc":"Return the current CUBRID connection charset","params":[{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"string"},{"id":"cubrid_current_oid","desc":"Get OID of the current cursor location","params":[{"required":"yes","param":"resource $req_identifier"}],"returns":"string"},{"id":"cubrid_db_name","desc":"Get db name from results of cubrid_list_dbs","params":[{"required":"yes","param":"array $result"},{"required":"yes","param":"int $index"}],"returns":"string"},{"id":"cubrid_error","desc":"Get the error message","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"cubrid_error_msg","desc":"Get last error message for the most recent function call","params":[],"returns":"string"},{"id":"cubrid_field_flags","desc":"Return a string with the flags of the given field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"cubrid_field_name","desc":"Return the name of the specified field index","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"cubrid_field_table","desc":"Return the name of the table of the specified field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"cubrid_field_type","desc":"Return the type of the column corresponding to the given field offset","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"cubrid_get_charset","desc":"Return the current CUBRID connection charset","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"string"},{"id":"cubrid_get_class_name","desc":"Get the class name using OID","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $oid"}],"returns":"string"},{"id":"cubrid_get_client_info","desc":"Return the client library version","params":[],"returns":"string"},{"id":"cubrid_get_server_info","desc":"Return the CUBRID server version","params":[{"required":"yes","param":"resource $conn_identifier"}],"returns":"string"},{"id":"cubrid_insert_id","desc":"Return the ID generated for the lastest updated AUTO_INCREMENT column","params":[{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"string"},{"id":"cubrid_lob_size","desc":"Get BLOB/CLOB data size","params":[{"required":"yes","param":"resource $lob_identifier"}],"returns":"string"},{"id":"cubrid_new_glo","desc":"Create a glo instance","params":[{"required":"yes","param":"resource $conn_identifier"},{"required":"yes","param":"string $class_name"},{"required":"yes","param":"string $file_name"}],"returns":"string"},{"id":"cubrid_real_escape_string","desc":"Escape special characters in a string for use in an SQL statement","params":[{"required":"yes","param":"string $unescaped_string"},{"required":"no","param":"resource $conn_identifier = ''"}],"returns":"string"},{"id":"cubrid_result","desc":"Return the value of a specific field in a specific row","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"no","param":"mixed $field = ''"}],"returns":"string"},{"id":"cubrid_version","desc":"Get the CUBRID PHP module's version","params":[],"returns":"string"},{"id":"curl_error","desc":"Return a string containing the last error for the current session","params":[{"required":"yes","param":"resource $ch"}],"returns":"string"},{"id":"curl_multi_getcontent","desc":"Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set","params":[{"required":"yes","param":"resource $ch"}],"returns":"string"},{"id":"date","desc":"Format a local time/date","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"int $timestamp = ''"}],"returns":"string"},{"id":"datefmt_format","desc":"Format the date/time value as a string","params":[{"required":"yes","param":"mixed $value"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"string"},{"id":"datefmt_get_error_message","desc":"Get the error text from the last operation.","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"string"},{"id":"datefmt_get_locale","desc":"Get the locale used by formatter","params":[{"required":"no","param":"int $which = ''"},{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"string"},{"id":"datefmt_get_pattern","desc":"Get the pattern used for the IntlDateFormatter","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"string"},{"id":"datefmt_get_timezone_id","desc":"Get the timezone-id used for the IntlDateFormatter","params":[{"required":"yes","param":"IntlDateFormatter $fmt"}],"returns":"string"},{"id":"date_default_timezone_get","desc":"Gets the default timezone used by all date/time functions in a script","params":[],"returns":"string"},{"id":"db2_conn_error","desc":"Returns a string containing the SQLSTATE returned by the last connection attempt","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"db2_conn_errormsg","desc":"Returns the last connection error message and SQLCODE value","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"db2_escape_string","desc":"Used to escape certain characters","params":[{"required":"yes","param":"string $string_literal"}],"returns":"string"},{"id":"db2_field_name","desc":"Returns the name of the column in the result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"string"},{"id":"db2_field_type","desc":"Returns the data type of the indicated column in a result set","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"mixed $column"}],"returns":"string"},{"id":"db2_get_option","desc":"Retrieves an option value for a statement resource or a connection resource","params":[{"required":"yes","param":"resource $resource"},{"required":"yes","param":"string $option"}],"returns":"string"},{"id":"db2_last_insert_id","desc":"Returns the auto generated ID of the last insert query that successfully executed on this connection","params":[{"required":"yes","param":"resource $resource"}],"returns":"string"},{"id":"db2_lob_read","desc":"Gets a user defined size of LOB files with each invocation","params":[{"required":"yes","param":"resource $stmt"},{"required":"yes","param":"int $colnum"},{"required":"yes","param":"int $length"}],"returns":"string"},{"id":"db2_stmt_error","desc":"Returns a string containing the SQLSTATE returned by an SQL statement","params":[{"required":"no","param":"resource $stmt = ''"}],"returns":"string"},{"id":"db2_stmt_errormsg","desc":"Returns a string containing the last SQL statement error message","params":[{"required":"no","param":"resource $stmt = ''"}],"returns":"string"},{"id":"dba_fetch","desc":"Fetch data specified by key","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $skip"}],"returns":"string"},{"id":"dba_firstkey","desc":"Fetch first key","params":[{"required":"yes","param":"resource $handle"}],"returns":"string"},{"id":"dba_nextkey","desc":"Fetch next key","params":[{"required":"yes","param":"resource $handle"}],"returns":"string"},{"id":"dbplus_chdir","desc":"Get/Set database virtual current directory","params":[{"required":"no","param":"string $newdir = ''"}],"returns":"string"},{"id":"dbplus_errcode","desc":"Get error string for given errorcode or last error","params":[{"required":"no","param":"int $errno = ''"}],"returns":"string"},{"id":"dbplus_tcl","desc":"Execute TCL code on server side","params":[{"required":"yes","param":"int $sid"},{"required":"yes","param":"string $script"}],"returns":"string"},{"id":"dbx_error","desc":"Report the error message of the latest function call in the module","params":[{"required":"yes","param":"object $link_identifier"}],"returns":"string"},{"id":"dbx_escape_string","desc":"Escape a string so it can safely be used in an sql-statement","params":[{"required":"yes","param":"object $link_identifier"},{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"dcgettext","desc":"Overrides the domain for a single lookup","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $message"},{"required":"yes","param":"int $category"}],"returns":"string"},{"id":"dcngettext","desc":"Plural version of dcgettext","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $msgid1"},{"required":"yes","param":"string $msgid2"},{"required":"yes","param":"int $n"},{"required":"yes","param":"int $category"}],"returns":"string"},{"id":"decbin","desc":"Decimal to binary","params":[{"required":"yes","param":"int $number"}],"returns":"string"},{"id":"dechex","desc":"Decimal to hexadecimal","params":[{"required":"yes","param":"int $number"}],"returns":"string"},{"id":"decoct","desc":"Decimal to octal","params":[{"required":"yes","param":"int $number"}],"returns":"string"},{"id":"dgettext","desc":"Override the current domain","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $message"}],"returns":"string"},{"id":"dio_read","desc":"Reads bytes from a file descriptor","params":[{"required":"yes","param":"resource $fd"},{"required":"no","param":"int $len = 1024"}],"returns":"string"},{"id":"dirname","desc":"Returns parent directory's path","params":[{"required":"yes","param":"string $path"}],"returns":"string"},{"id":"dngettext","desc":"Plural version of dgettext","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $msgid1"},{"required":"yes","param":"string $msgid2"},{"required":"yes","param":"int $n"}],"returns":"string"},{"id":"domxml_version","desc":"Gets the XML library version","params":[],"returns":"string"},{"id":"enchant_broker_get_error","desc":"Returns the last error of the broker","params":[{"required":"yes","param":"resource $broker"}],"returns":"string"},{"id":"enchant_dict_get_error","desc":"Returns the last error of the current spelling-session","params":[{"required":"yes","param":"resource $dict"}],"returns":"string"},{"id":"eregi_replace","desc":"Replace regular expression case insensitive","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $replacement"},{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"ereg_replace","desc":"Replace regular expression","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $replacement"},{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"escapeshellarg","desc":"Escape a string to be used as a shell argument","params":[{"required":"yes","param":"string $arg"}],"returns":"string"},{"id":"escapeshellcmd","desc":"Escape shell metacharacters","params":[{"required":"yes","param":"string $command"}],"returns":"string"},{"id":"event_buffer_read","desc":"Read data from a buffered event","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"int $data_size"}],"returns":"string"},{"id":"exec","desc":"Execute an external program","params":[{"required":"yes","param":"string $command"},{"required":"no","param":"array $output = ''"},{"required":"no","param":"int $return_var = ''"}],"returns":"string"},{"id":"exif_tagname","desc":"Get the header name for an index","params":[{"required":"yes","param":"int $index"}],"returns":"string"},{"id":"exif_thumbnail","desc":"Retrieve the embedded thumbnail of a TIFF or JPEG image","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"int $width = ''"},{"required":"no","param":"int $height = ''"},{"required":"no","param":"int $imagetype = ''"}],"returns":"string"},{"id":"fbsql_create_blob","desc":"Create a BLOB","params":[{"required":"yes","param":"string $blob_data"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"fbsql_create_clob","desc":"Create a CLOB","params":[{"required":"yes","param":"string $clob_data"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"fbsql_database","desc":"Get or set the database name used with a connection","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"string $database = ''"}],"returns":"string"},{"id":"fbsql_database_password","desc":"Sets or retrieves the password for a FrontBase database","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"string $database_password = ''"}],"returns":"string"},{"id":"fbsql_error","desc":"Returns the error message from previous operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"fbsql_field_flags","desc":"Get the flags associated with the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"string"},{"id":"fbsql_field_name","desc":"Get the name of the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_index = ''"}],"returns":"string"},{"id":"fbsql_field_table","desc":"Get name of the table the specified field is in","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"string"},{"id":"fbsql_field_type","desc":"Get the type of the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $field_offset = ''"}],"returns":"string"},{"id":"fbsql_hostname","desc":"Get or set the host name used with a connection","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"string $host_name = ''"}],"returns":"string"},{"id":"fbsql_password","desc":"Get or set the user password used with a connection","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"string $password = ''"}],"returns":"string"},{"id":"fbsql_read_blob","desc":"Read a BLOB from the database","params":[{"required":"yes","param":"string $blob_handle"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"fbsql_read_clob","desc":"Read a CLOB from the database","params":[{"required":"yes","param":"string $clob_handle"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"fbsql_table_name","desc":"Get table name of field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"string"},{"id":"fbsql_username","desc":"Get or set the username for the connection","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"no","param":"string $username = ''"}],"returns":"string"},{"id":"fdf_error","desc":"Return error description for FDF error code","params":[{"required":"no","param":"int $error_code = -1"}],"returns":"string"},{"id":"fdf_get_encoding","desc":"Get the value of the /Encoding key","params":[{"required":"yes","param":"resource $fdf_document"}],"returns":"string"},{"id":"fdf_get_file","desc":"Get the value of the /F key","params":[{"required":"yes","param":"resource $fdf_document"}],"returns":"string"},{"id":"fdf_get_status","desc":"Get the value of the /STATUS key","params":[{"required":"yes","param":"resource $fdf_document"}],"returns":"string"},{"id":"fdf_get_version","desc":"Gets version number for FDF API or file","params":[{"required":"no","param":"resource $fdf_document = ''"}],"returns":"string"},{"id":"fdf_next_field_name","desc":"Get the next field name","params":[{"required":"yes","param":"resource $fdf_document"},{"required":"no","param":"string $fieldname = ''"}],"returns":"string"},{"id":"fdf_save_string","desc":"Returns the FDF document as a string","params":[{"required":"yes","param":"resource $fdf_document"}],"returns":"string"},{"id":"fgetc","desc":"Gets character from file pointer","params":[{"required":"yes","param":"resource $handle"}],"returns":"string"},{"id":"fgets","desc":"Gets line from file pointer","params":[{"required":"yes","param":"resource $handle"},{"required":"no","param":"int $length = ''"}],"returns":"string"},{"id":"fgetss","desc":"Gets line from file pointer and strip HTML tags","params":[{"required":"yes","param":"resource $handle"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"string $allowable_tags = ''"}],"returns":"string"},{"id":"filepro_fieldname","desc":"Gets the name of a field","params":[{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"filepro_fieldtype","desc":"Gets the type of a field","params":[{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"filepro_retrieve","desc":"Retrieves data from a filePro database","params":[{"required":"yes","param":"int $row_number"},{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"filetype","desc":"Gets file type","params":[{"required":"yes","param":"string $filename"}],"returns":"string"},{"id":"file_get_contents","desc":"Reads entire file into a string","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $use_include_path = false"},{"required":"no","param":"resource $context = ''"},{"required":"no","param":"int $offset = -1"},{"required":"no","param":"int $maxlen = ''"}],"returns":"string"},{"id":"finfo_buffer","desc":"Return information about a string buffer","params":[{"required":"yes","param":"resource $finfo"},{"required":"yes","param":"string $string"},{"required":"no","param":"int $options = FILEINFO_NONE"},{"required":"no","param":"resource $context = ''"}],"returns":"string"},{"id":"finfo_file","desc":"Return information about a file","params":[{"required":"yes","param":"resource $finfo"},{"required":"yes","param":"string $file_name"},{"required":"no","param":"int $options = FILEINFO_NONE"},{"required":"no","param":"resource $context = ''"}],"returns":"string"},{"id":"fread","desc":"Binary-safe file read","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $length"}],"returns":"string"},{"id":"fribidi_log2vis","desc":"Convert a logical string to a visual one","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $direction"},{"required":"yes","param":"int $charset"}],"returns":"string"},{"id":"ftp_mkdir","desc":"Creates a directory","params":[{"required":"yes","param":"resource $ftp_stream"},{"required":"yes","param":"string $directory"}],"returns":"string"},{"id":"ftp_pwd","desc":"Returns the current directory name","params":[{"required":"yes","param":"resource $ftp_stream"}],"returns":"string"},{"id":"ftp_systype","desc":"Returns the system type identifier of the remote FTP server","params":[{"required":"yes","param":"resource $ftp_stream"}],"returns":"string"},{"id":"gearman_job_handle","desc":"Get the job handle","params":[],"returns":"string"},{"id":"geoip_continent_code_by_name","desc":"Get the two letter continent code","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"geoip_country_code3_by_name","desc":"Get the three letter country code","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"geoip_country_code_by_name","desc":"Get the two letter country code","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"geoip_country_name_by_name","desc":"Get the full country name","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"geoip_database_info","desc":"Get GeoIP Database information","params":[{"required":"no","param":"int $database = GEOIP_COUNTRY_EDITION"}],"returns":"string"},{"id":"geoip_db_filename","desc":"Returns the filename of the corresponding GeoIP Database","params":[{"required":"yes","param":"int $database"}],"returns":"string"},{"id":"geoip_isp_by_name","desc":"Get the Internet Service Provider (ISP) name","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"geoip_org_by_name","desc":"Get the organization name","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"geoip_region_name_by_code","desc":"Returns the region name for some country and region code combo","params":[{"required":"yes","param":"string $country_code"},{"required":"yes","param":"string $region_code"}],"returns":"string"},{"id":"geoip_time_zone_by_country_and_region","desc":"Returns the time zone for some country and region code combo","params":[{"required":"yes","param":"string $country_code"},{"required":"no","param":"string $region_code = ''"}],"returns":"string"},{"id":"getcwd","desc":"Gets the current working directory","params":[],"returns":"string"},{"id":"getenv","desc":"Gets the value of an environment variable","params":[{"required":"yes","param":"string $varname"}],"returns":"string"},{"id":"gethostbyaddr","desc":"Get the Internet host name corresponding to a given IP address","params":[{"required":"yes","param":"string $ip_address"}],"returns":"string"},{"id":"gethostbyname","desc":"Get the IPv4 address corresponding to a given Internet host name","params":[{"required":"yes","param":"string $hostname"}],"returns":"string"},{"id":"gethostname","desc":"Gets the host name","params":[],"returns":"string"},{"id":"getprotobynumber","desc":"Get protocol name associated with protocol number","params":[{"required":"yes","param":"int $number"}],"returns":"string"},{"id":"getservbyport","desc":"Get Internet service which corresponds to port and protocol","params":[{"required":"yes","param":"int $port"},{"required":"yes","param":"string $protocol"}],"returns":"string"},{"id":"gettext","desc":"Lookup a message in the current domain","params":[{"required":"yes","param":"string $message"}],"returns":"string"},{"id":"gettype","desc":"Get the type of a variable","params":[{"required":"yes","param":"mixed $var"}],"returns":"string"},{"id":"get_called_class","desc":"the "Late Static Binding" class name","params":[],"returns":"string"},{"id":"get_cfg_var","desc":"Gets the value of a PHP configuration option","params":[{"required":"yes","param":"string $option"}],"returns":"string"},{"id":"get_class","desc":"Returns the name of the class of an object","params":[{"required":"no","param":"object $object = ''"}],"returns":"string"},{"id":"get_current_user","desc":"Gets the name of the owner of the current PHP script","params":[],"returns":"string"},{"id":"get_include_path","desc":"Gets the current include_path configuration option","params":[],"returns":"string"},{"id":"get_parent_class","desc":"Retrieves the parent class name for object or class","params":[{"required":"no","param":"mixed $object = ''"}],"returns":"string"},{"id":"get_resource_type","desc":"Returns the resource type","params":[{"required":"yes","param":"resource $handle"}],"returns":"string"},{"id":"gmdate","desc":"Format a GMT/UTC date/time","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"int $timestamp = ''"}],"returns":"string"},{"id":"gmp_strval","desc":"Convert GMP number to string","params":[{"required":"yes","param":"resource $gmpnumber"},{"required":"no","param":"int $base = ''"}],"returns":"string"},{"id":"gmstrftime","desc":"Format a GMT/UTC time/date according to locale settings","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"int $timestamp = time("}],"returns":"string"},{"id":"gnupg_decrypt","desc":"Decrypts a given text","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"gnupg_encrypt","desc":"Encrypts a given text","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $plaintext"}],"returns":"string"},{"id":"gnupg_encryptsign","desc":"Encrypts and signs a given text","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $plaintext"}],"returns":"string"},{"id":"gnupg_export","desc":"Exports a key","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $fingerprint"}],"returns":"string"},{"id":"gnupg_geterror","desc":"Returns the errortext, if a function fails","params":[{"required":"yes","param":"resource $identifier"}],"returns":"string"},{"id":"gnupg_sign","desc":"Signs a given text","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"string $plaintext"}],"returns":"string"},{"id":"grapheme_extract","desc":"Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"int $size"},{"required":"no","param":"int $extract_type = ''"},{"required":"no","param":"int $start = ''"},{"required":"no","param":"int $next = ''"}],"returns":"string"},{"id":"grapheme_stristr","desc":"Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"bool $before_needle = false"}],"returns":"string"},{"id":"grapheme_strstr","desc":"Returns part of haystack string from the first occurrence of needle to the end of haystack.","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"bool $before_needle = false"}],"returns":"string"},{"id":"gupnp_context_get_host_ip","desc":"Get the IP address","params":[{"required":"yes","param":"resource $context"}],"returns":"string"},{"id":"gupnp_root_device_get_relative_location","desc":"Get the relative location of root device.","params":[{"required":"yes","param":"resource $root_device"}],"returns":"string"},{"id":"gzcompress","desc":"Compress a string","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $level = -1"}],"returns":"string"},{"id":"gzdecode","desc":"Decodes a gzip compressed string","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $length = ''"}],"returns":"string"},{"id":"gzdeflate","desc":"Deflate a string","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $level = -1"}],"returns":"string"},{"id":"gzencode","desc":"Create a gzip compressed string","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $level = -1"},{"required":"no","param":"int $encoding_mode = FORCE_GZIP"}],"returns":"string"},{"id":"gzgetc","desc":"Get character from gz-file pointer","params":[{"required":"yes","param":"resource $zp"}],"returns":"string"},{"id":"gzgets","desc":"Get line from file pointer","params":[{"required":"yes","param":"resource $zp"},{"required":"yes","param":"int $length"}],"returns":"string"},{"id":"gzgetss","desc":"Get line from gz-file pointer and strip HTML tags","params":[{"required":"yes","param":"resource $zp"},{"required":"yes","param":"int $length"},{"required":"no","param":"string $allowable_tags = ''"}],"returns":"string"},{"id":"gzinflate","desc":"Inflate a deflated string","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $length = ''"}],"returns":"string"},{"id":"gzread","desc":"Binary-safe gz-file read","params":[{"required":"yes","param":"resource $zp"},{"required":"yes","param":"int $length"}],"returns":"string"},{"id":"gzuncompress","desc":"Uncompress a compressed string","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $length = ''"}],"returns":"string"},{"id":"hash","desc":"Generate a hash value (message digest)","params":[{"required":"yes","param":"string $algo"},{"required":"yes","param":"string $data"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"hash_file","desc":"Generate a hash value using the contents of a given file","params":[{"required":"yes","param":"string $algo"},{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"hash_final","desc":"Finalize an incremental hash and return resulting digest","params":[{"required":"yes","param":"resource $context"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"hash_hmac","desc":"Generate a keyed hash value using the HMAC method","params":[{"required":"yes","param":"string $algo"},{"required":"yes","param":"string $data"},{"required":"yes","param":"string $key"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"hash_hmac_file","desc":"Generate a keyed hash value using the HMAC method and the contents of a given file","params":[{"required":"yes","param":"string $algo"},{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $key"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"hebrev","desc":"Convert logical Hebrew text to visual text","params":[{"required":"yes","param":"string $hebrew_text"},{"required":"no","param":"int $max_chars_per_line = ''"}],"returns":"string"},{"id":"hebrevc","desc":"Convert logical Hebrew text to visual text with newline conversion","params":[{"required":"yes","param":"string $hebrew_text"},{"required":"no","param":"int $max_chars_per_line = ''"}],"returns":"string"},{"id":"htmlentities","desc":"Convert all applicable characters to HTML entities","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $flags = ENT_COMPAT"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"bool $double_encode = true"}],"returns":"string"},{"id":"htmlspecialchars","desc":"Convert special characters to HTML entities","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $flags = ENT_COMPAT"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"bool $double_encode = true"}],"returns":"string"},{"id":"htmlspecialchars_decode","desc":"Convert special HTML entities back to characters","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $quote_style = ENT_COMPAT"}],"returns":"string"},{"id":"html_entity_decode","desc":"Convert all HTML entities to their applicable characters","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"int $quote_style = ENT_COMPAT"},{"required":"no","param":"string $charset = 'UTF-8'"}],"returns":"string"},{"id":"http_build_cookie","desc":"Build cookie string","params":[{"required":"yes","param":"array $cookie"}],"returns":"string"},{"id":"http_build_query","desc":"Generate URL-encoded query string","params":[{"required":"yes","param":"mixed $query_data"},{"required":"no","param":"string $numeric_prefix = ''"},{"required":"no","param":"string $arg_separator = ''"},{"required":"no","param":"int $enc_type = ''"}],"returns":"string"},{"id":"http_build_str","desc":"Build query string","params":[{"required":"yes","param":"array $query"},{"required":"no","param":"string $prefix = ''"},{"required":"no","param":"string $arg_separator = ini_get("arg_separator.output""}],"returns":"string"},{"id":"http_build_url","desc":"Build a URL","params":[{"required":"no","param":"mixed $url = ''"},{"required":"no","param":"mixed $parts = ''"},{"required":"no","param":"int $flags = HTTP_URL_REPLACE"},{"required":"no","param":"array $new_url = ''"}],"returns":"string"},{"id":"http_chunked_decode","desc":"Decode chunked-encoded data","params":[{"required":"yes","param":"string $encoded"}],"returns":"string"},{"id":"http_date","desc":"Compose HTTP RFC compliant date","params":[{"required":"no","param":"int $timestamp = ''"}],"returns":"string"},{"id":"http_deflate","desc":"Deflate data","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"int $flags = ''"}],"returns":"string"},{"id":"http_get","desc":"Perform GET request","params":[{"required":"yes","param":"string $url"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_get_request_body","desc":"Get request body as string","params":[],"returns":"string"},{"id":"http_head","desc":"Perform HEAD request","params":[{"required":"yes","param":"string $url"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_inflate","desc":"Inflate data","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"http_negotiate_charset","desc":"Negotiate clients preferred character set","params":[{"required":"yes","param":"array $supported"},{"required":"no","param":"array $result = ''"}],"returns":"string"},{"id":"http_negotiate_content_type","desc":"Negotiate clients preferred content type","params":[{"required":"yes","param":"array $supported"},{"required":"no","param":"array $result = ''"}],"returns":"string"},{"id":"http_negotiate_language","desc":"Negotiate clients preferred language","params":[{"required":"yes","param":"array $supported"},{"required":"no","param":"array $result = ''"}],"returns":"string"},{"id":"http_persistent_handles_clean","desc":"Clean up persistent handles","params":[{"required":"no","param":"string $ident = ''"}],"returns":"string"},{"id":"http_persistent_handles_ident","desc":"Get/set ident of persistent handles","params":[{"required":"no","param":"string $ident = ''"}],"returns":"string"},{"id":"http_post_data","desc":"Perform POST request with pre-encoded data","params":[{"required":"yes","param":"string $url"},{"required":"yes","param":"string $data"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_post_fields","desc":"Perform POST request with data to be encoded","params":[{"required":"yes","param":"string $url"},{"required":"yes","param":"array $data"},{"required":"no","param":"array $files = ''"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_put_data","desc":"Perform PUT request with data","params":[{"required":"yes","param":"string $url"},{"required":"yes","param":"string $data"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_put_file","desc":"Perform PUT request with file","params":[{"required":"yes","param":"string $url"},{"required":"yes","param":"string $file"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_put_stream","desc":"Perform PUT request with stream","params":[{"required":"yes","param":"string $url"},{"required":"yes","param":"resource $stream"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_request","desc":"Perform custom request","params":[{"required":"yes","param":"int $method"},{"required":"yes","param":"string $url"},{"required":"no","param":"string $body = ''"},{"required":"no","param":"array $options = ''"},{"required":"no","param":"array $info = ''"}],"returns":"string"},{"id":"http_request_body_encode","desc":"Encode request body","params":[{"required":"yes","param":"array $fields"},{"required":"yes","param":"array $files"}],"returns":"string"},{"id":"http_request_method_name","desc":"Get request method name","params":[{"required":"yes","param":"int $method"}],"returns":"string"},{"id":"hw_Array2Objrec","desc":"Convert attributes from object array to object record","params":[{"required":"yes","param":"array $object_array"}],"returns":"string"},{"id":"hw_DocByAnchorObj","desc":"Object record object belonging to anchor","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $anchorID"}],"returns":"string"},{"id":"hw_Document_Attributes","desc":"Object record of hw_document","params":[{"required":"yes","param":"int $hw_document"}],"returns":"string"},{"id":"hw_Document_BodyTag","desc":"Body tag of hw_document","params":[{"required":"yes","param":"int $hw_document"},{"required":"no","param":"string $prefix = ''"}],"returns":"string"},{"id":"hw_Document_Content","desc":"Returns content of hw_document","params":[{"required":"yes","param":"int $hw_document"}],"returns":"string"},{"id":"hw_dummy","desc":"Hyperwave dummy function","params":[{"required":"yes","param":"int $link"},{"required":"yes","param":"int $id"},{"required":"yes","param":"int $msgid"}],"returns":"string"},{"id":"hw_ErrorMsg","desc":"Returns error message","params":[{"required":"yes","param":"int $connection"}],"returns":"string"},{"id":"hw_GetAndLock","desc":"Return object record and lock object","params":[{"required":"yes","param":"int $connection"},{"required":"yes","param":"int $objectID"}],"returns":"string"},{"id":"hw_getrellink","desc":"Get link from source to dest relative to rootid","params":[{"required":"yes","param":"int $link"},{"required":"yes","param":"int $rootid"},{"required":"yes","param":"int $sourceid"},{"required":"yes","param":"int $destid"}],"returns":"string"},{"id":"hw_getusername","desc":"Name of currently logged in user","params":[{"required":"yes","param":"int $connection"}],"returns":"string"},{"id":"hw_Identify","desc":"Identifies as user","params":[{"required":"yes","param":"int $link"},{"required":"yes","param":"string $username"},{"required":"yes","param":"string $password"}],"returns":"string"},{"id":"hw_Info","desc":"Info about connection","params":[{"required":"yes","param":"int $connection"}],"returns":"string"},{"id":"hw_stat","desc":"Returns status string","params":[{"required":"yes","param":"int $link"}],"returns":"string"},{"id":"ibase_blob_get","desc":"Get len bytes data from open blob","params":[{"required":"yes","param":"resource $blob_handle"},{"required":"yes","param":"int $len"}],"returns":"string"},{"id":"ibase_blob_import","desc":"Create blob, copy file in it, and close it","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $file_handle"}],"returns":"string"},{"id":"ibase_db_info","desc":"Request statistics about a database","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"string $db"},{"required":"yes","param":"int $action"},{"required":"no","param":"int $argument = ''"}],"returns":"string"},{"id":"ibase_errmsg","desc":"Return error messages","params":[],"returns":"string"},{"id":"ibase_server_info","desc":"Request information about a database server","params":[{"required":"yes","param":"resource $service_handle"},{"required":"yes","param":"int $action"}],"returns":"string"},{"id":"ibase_wait_event","desc":"Wait for an event to be posted by the database","params":[{"required":"yes","param":"string $event_name1"},{"required":"no","param":"string $event_name2 = ''"},{"required":"no","param":"string $... = ''"},{"required":"yes","param":"resource $connection"}],"returns":"string"},{"id":"iconv","desc":"Convert string to requested character encoding","params":[{"required":"yes","param":"string $in_charset"},{"required":"yes","param":"string $out_charset"},{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"iconv_mime_decode","desc":"Decodes a MIME header field","params":[{"required":"yes","param":"string $encoded_header"},{"required":"no","param":"int $mode = ''"},{"required":"no","param":"string $charset = ini_get("iconv.internal_encoding""}],"returns":"string"},{"id":"iconv_mime_encode","desc":"Composes a MIME header field","params":[{"required":"yes","param":"string $field_name"},{"required":"yes","param":"string $field_value"},{"required":"no","param":"array $preferences = ''"}],"returns":"string"},{"id":"iconv_substr","desc":"Cut out part of a string","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"int $offset"},{"required":"no","param":"int $length = iconv_strlen($str"},{"required":"yes","param":"$charset)"},{"required":"no","param":"string $charset = ini_get("iconv.internal_encoding""}],"returns":"string"},{"id":"id3_get_frame_long_name","desc":"Get the long name of an ID3v2 frame","params":[{"required":"yes","param":"string $frameId"}],"returns":"string"},{"id":"id3_get_frame_short_name","desc":"Get the short name of an ID3v2 frame","params":[{"required":"yes","param":"string $frameId"}],"returns":"string"},{"id":"id3_get_genre_name","desc":"Get the name for a genre id","params":[{"required":"yes","param":"int $genre_id"}],"returns":"string"},{"id":"idn_to_ascii","desc":"Convert domain name to IDNA ASCII form.","params":[{"required":"yes","param":"string $domain"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"idn_to_utf8","desc":"Convert domain name from IDNA ASCII to Unicode.","params":[{"required":"yes","param":"string $domain"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"ifxus_read_slob","desc":"Reads nbytes of the slob object","params":[{"required":"yes","param":"int $bid"},{"required":"yes","param":"int $nbytes"}],"returns":"string"},{"id":"ifx_error","desc":"Returns error code of last Informix call","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"ifx_errormsg","desc":"Returns error message of last Informix call","params":[{"required":"no","param":"int $errorcode = ''"}],"returns":"string"},{"id":"ifx_get_blob","desc":"Return the content of a blob object","params":[{"required":"yes","param":"int $bid"}],"returns":"string"},{"id":"ifx_get_char","desc":"Return the content of the char object","params":[{"required":"yes","param":"int $bid"}],"returns":"string"},{"id":"iis_get_script_map","desc":"Gets script mapping on a virtual directory for a specific extension","params":[{"required":"yes","param":"int $server_instance"},{"required":"yes","param":"string $virtual_path"},{"required":"yes","param":"string $script_extension"}],"returns":"string"},{"id":"image_type_to_extension","desc":"Get file extension for image type","params":[{"required":"yes","param":"int $imagetype"},{"required":"no","param":"bool $include_dot = ''"}],"returns":"string"},{"id":"image_type_to_mime_type","desc":"Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype","params":[{"required":"yes","param":"int $imagetype"}],"returns":"string"},{"id":"imap_8bit","desc":"Convert an 8bit string to a quoted-printable string","params":[{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"imap_base64","desc":"Decode BASE64 encoded text","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"imap_binary","desc":"Convert an 8bit string to a base64 string","params":[{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"imap_body","desc":"Read the message body","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"imap_fetchbody","desc":"Fetch a particular section of the body of the message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"yes","param":"string $section"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"imap_fetchheader","desc":"Returns header for a message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"imap_fetchmime","desc":"Fetch MIME headers for a particular section of the message","params":[{"required":"yes","param":"resource $imap_stream"},{"required":"yes","param":"int $msg_number"},{"required":"yes","param":"string $section"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"imap_last_error","desc":"Gets the last IMAP error that occurred during this page request","params":[],"returns":"string"},{"id":"imap_mail_compose","desc":"Create a MIME message based on given envelope and body sections","params":[{"required":"yes","param":"array $envelope"},{"required":"yes","param":"array $body"}],"returns":"string"},{"id":"imap_qprint","desc":"Convert a quoted-printable string to an 8 bit string","params":[{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"imap_rfc822_write_address","desc":"Returns a properly formatted email address given the mailbox, host, and personal info","params":[{"required":"yes","param":"string $mailbox"},{"required":"yes","param":"string $host"},{"required":"yes","param":"string $personal"}],"returns":"string"},{"id":"imap_utf7_decode","desc":"Decodes a modified UTF-7 encoded string","params":[{"required":"yes","param":"string $text"}],"returns":"string"},{"id":"imap_utf7_encode","desc":"Converts ISO-8859-1 string to modified UTF-7 text","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"imap_utf8","desc":"Converts MIME-encoded text to UTF-8","params":[{"required":"yes","param":"string $mime_encoded_text"}],"returns":"string"},{"id":"implode","desc":"Join array elements with a string","params":[{"required":"yes","param":"string $glue"},{"required":"yes","param":"array $pieces"}],"returns":"string"},{"id":"inet_ntop","desc":"Converts a packed internet address to a human readable representation","params":[{"required":"yes","param":"string $in_addr"}],"returns":"string"},{"id":"inet_pton","desc":"Converts a human readable IP address to its packed in_addr representation","params":[{"required":"yes","param":"string $address"}],"returns":"string"},{"id":"ingres_charset","desc":"Returns the installation character set","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"ingres_cursor","desc":"Get a cursor name for a given result resource","params":[{"required":"yes","param":"resource $result"}],"returns":"string"},{"id":"ingres_error","desc":"Get a meaningful error message for the last error generated","params":[{"required":"no","param":"resource $link = ''"}],"returns":"string"},{"id":"ingres_errsqlstate","desc":"Get the last SQLSTATE error code generated","params":[{"required":"no","param":"resource $link = ''"}],"returns":"string"},{"id":"ingres_escape_string","desc":"Escape special characters for use in a query","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $source_string"}],"returns":"string"},{"id":"ingres_field_name","desc":"Get the name of a field in a query result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"string"},{"id":"ingres_field_type","desc":"Get the type of a field in a query result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $index"}],"returns":"string"},{"id":"ini_get","desc":"Gets the value of a configuration option","params":[{"required":"yes","param":"string $varname"}],"returns":"string"},{"id":"ini_set","desc":"Sets the value of a configuration option","params":[{"required":"yes","param":"string $varname"},{"required":"yes","param":"string $newvalue"}],"returns":"string"},{"id":"intl_error_name","desc":"Get symbolic name for a given error code","params":[{"required":"yes","param":"int $error_code"}],"returns":"string"},{"id":"intl_get_error_message","desc":"Get description of the last error","params":[],"returns":"string"},{"id":"JDMonthName","desc":"Returns a month name","params":[{"required":"yes","param":"int $julianday"},{"required":"yes","param":"int $mode"}],"returns":"string"},{"id":"JDToFrench","desc":"Converts a Julian Day Count to the French Republican Calendar","params":[{"required":"yes","param":"int $juliandaycount"}],"returns":"string"},{"id":"JDToGregorian","desc":"Converts Julian Day Count to Gregorian date","params":[{"required":"yes","param":"int $julianday"}],"returns":"string"},{"id":"jdtojewish","desc":"Converts a Julian day count to a Jewish calendar date","params":[{"required":"yes","param":"int $juliandaycount"},{"required":"no","param":"bool $hebrew = false"},{"required":"no","param":"int $fl = ''"}],"returns":"string"},{"id":"JDToJulian","desc":"Converts a Julian Day Count to a Julian Calendar Date","params":[{"required":"yes","param":"int $julianday"}],"returns":"string"},{"id":"json_encode","desc":"Returns the JSON representation of a value","params":[{"required":"yes","param":"mixed $value"},{"required":"no","param":"int $options = ''"}],"returns":"string"},{"id":"judy_version","desc":"Return or print the current PHP Judy version","params":[],"returns":"string"},{"id":"lcfirst","desc":"Make a string's first character lowercase","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"ldap_8859_to_t61","desc":"Translate 8859 characters to t61 characters","params":[{"required":"yes","param":"string $value"}],"returns":"string"},{"id":"ldap_dn2ufn","desc":"Convert DN to User Friendly Naming format","params":[{"required":"yes","param":"string $dn"}],"returns":"string"},{"id":"ldap_err2str","desc":"Convert LDAP error number into string error message","params":[{"required":"yes","param":"int $errno"}],"returns":"string"},{"id":"ldap_error","desc":"Return the LDAP error message of the last LDAP command","params":[{"required":"yes","param":"resource $link_identifier"}],"returns":"string"},{"id":"ldap_first_attribute","desc":"Return first attribute","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"}],"returns":"string"},{"id":"ldap_get_dn","desc":"Get the DN of a result entry","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"}],"returns":"string"},{"id":"ldap_next_attribute","desc":"Get the next attribute in result","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"resource $result_entry_identifier"}],"returns":"string"},{"id":"ldap_t61_to_8859","desc":"Translate t61 characters to 8859 characters","params":[{"required":"yes","param":"string $value"}],"returns":"string"},{"id":"locale_accept_from_http","desc":"Tries to find out best available locale based on HTTP "Accept-Language" header","params":[{"required":"yes","param":"string $header"}],"returns":"string"},{"id":"locale_compose","desc":"Returns a correctly ordered and delimited locale ID","params":[{"required":"yes","param":"array $subtags"}],"returns":"string"},{"id":"locale_get_default","desc":"Gets the default locale value from the INTL global 'default_locale'","params":[],"returns":"string"},{"id":"locale_get_display_language","desc":"Returns an appropriately localized display name for language of the inputlocale","params":[{"required":"yes","param":"string $locale"},{"required":"no","param":"string $in_locale = ''"}],"returns":"string"},{"id":"locale_get_display_name","desc":"Returns an appropriately localized display name for the input locale","params":[{"required":"yes","param":"string $locale"},{"required":"no","param":"string $in_locale = ''"}],"returns":"string"},{"id":"locale_get_display_region","desc":"Returns an appropriately localized display name for region of the input locale","params":[{"required":"yes","param":"string $locale"},{"required":"no","param":"string $in_locale = ''"}],"returns":"string"},{"id":"locale_get_display_script","desc":"Returns an appropriately localized display name for script of the input locale","params":[{"required":"yes","param":"string $locale"},{"required":"no","param":"string $in_locale = ''"}],"returns":"string"},{"id":"locale_get_display_variant","desc":"Returns an appropriately localized display name for variants of the input locale","params":[{"required":"yes","param":"string $locale"},{"required":"no","param":"string $in_locale = ''"}],"returns":"string"},{"id":"locale_get_primary_language","desc":"Gets the primary language for the input locale","params":[{"required":"yes","param":"string $locale"}],"returns":"string"},{"id":"locale_get_region","desc":"Gets the region for the input locale","params":[{"required":"yes","param":"string $locale"}],"returns":"string"},{"id":"locale_get_script","desc":"Gets the script for the input locale","params":[{"required":"yes","param":"string $locale"}],"returns":"string"},{"id":"locale_lookup","desc":"Searches the language tag list for the best match to the language","params":[{"required":"yes","param":"array $langtag"},{"required":"yes","param":"string $locale"},{"required":"no","param":"bool $canonicalize = false"},{"required":"no","param":"string $default = ''"}],"returns":"string"},{"id":"long2ip","desc":"Converts an (IPv4) Internet network address into a string in Internet standard dotted format","params":[{"required":"yes","param":"string $proper_address"}],"returns":"string"},{"id":"ltrim","desc":"Strip whitespace (or other characters) from the beginning of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $charlist = ''"}],"returns":"string"},{"id":"lzf_compress","desc":"LZF compression","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"lzf_decompress","desc":"LZF decompression","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"mailparse_determine_best_xfer_encoding","desc":"Gets the best way of encoding","params":[{"required":"yes","param":"resource $fp"}],"returns":"string"},{"id":"mailparse_msg_extract_part_file","desc":"Extracts/decodes a message section","params":[{"required":"yes","param":"resource $mimemail"},{"required":"yes","param":"mixed $filename"},{"required":"no","param":"callback $callbackfunc = ''"}],"returns":"string"},{"id":"mailparse_msg_extract_whole_part_file","desc":"Extracts a message section including headers without decoding the transfer encoding","params":[{"required":"yes","param":"resource $mimemail"},{"required":"yes","param":"string $filename"},{"required":"no","param":"callback $callbackfunc = ''"}],"returns":"string"},{"id":"maxdb_character_set_name","desc":"Returns the default character set for the database connection","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_connect_error","desc":"Returns a string description of the last connect error","params":[],"returns":"string"},{"id":"maxdb_error","desc":"Returns a string description of the last error","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_get_client_info","desc":"Returns the MaxDB client version as a string","params":[],"returns":"string"},{"id":"maxdb_get_host_info","desc":"Returns a string representing the type of connection used","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_get_proto_info","desc":"Returns the version of the MaxDB protocol used","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_get_server_info","desc":"Returns the version of the MaxDB server","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_info","desc":"Retrieves information about the most recently executed query","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_real_escape_string","desc":"Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection","params":[{"required":"yes","param":"resource $link"},{"required":"yes","param":"string $escapestr"}],"returns":"string"},{"id":"maxdb_sqlstate","desc":"Returns the SQLSTATE error from previous MaxDB operation","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_stat","desc":"Gets the current system status","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"maxdb_stmt_error","desc":"Returns a string description for last statement error","params":[{"required":"yes","param":"resource $stmt"}],"returns":"string"},{"id":"maxdb_stmt_sqlstate","desc":"Returns SQLSTATE error from previous statement operation","params":[{"required":"yes","param":"resource $stmt"}],"returns":"string"},{"id":"mb_convert_case","desc":"Perform case folding on a string","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"int $mode"},{"required":"no","param":"string $encoding = mb_internal_encoding("}],"returns":"string"},{"id":"mb_convert_encoding","desc":"Convert character encoding","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $to_encoding"},{"required":"no","param":"mixed $from_encoding = ''"}],"returns":"string"},{"id":"mb_convert_kana","desc":"Convert "kana" one from another ("zen-kaku", "han-kaku" and more)","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $option = "KV""},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_convert_variables","desc":"Convert character code in variable(s)","params":[{"required":"yes","param":"string $to_encoding"},{"required":"yes","param":"mixed $from_encoding"},{"required":"yes","param":"mixed $vars"},{"required":"no","param":"mixed $... = ''"}],"returns":"string"},{"id":"mb_decode_mimeheader","desc":"Decode string in MIME header field","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"mb_decode_numericentity","desc":"Decode HTML numeric string reference to character","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"array $convmap"},{"required":"yes","param":"string $encoding"}],"returns":"string"},{"id":"mb_detect_encoding","desc":"Detect character encoding","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"mixed $encoding_list = mb_detect_order()"},{"required":"no","param":"bool $strict = false"}],"returns":"string"},{"id":"mb_encode_mimeheader","desc":"Encode string for MIME header","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $charset = ''"},{"required":"no","param":"string $transfer_encoding = ''"},{"required":"no","param":"string $linefeed = ''"},{"required":"no","param":"int $indent = ''"}],"returns":"string"},{"id":"mb_encode_numericentity","desc":"Encode character to HTML numeric string reference","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"array $convmap"},{"required":"yes","param":"string $encoding"}],"returns":"string"},{"id":"mb_eregi_replace","desc":"Replace regular expression with multibyte support ignoring case","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $replace"},{"required":"yes","param":"string $string"},{"required":"no","param":"string $option = "msri""}],"returns":"string"},{"id":"mb_ereg_replace","desc":"Replace regular expression with multibyte support","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $replacement"},{"required":"yes","param":"string $string"},{"required":"no","param":"string $option = "msr""}],"returns":"string"},{"id":"mb_output_handler","desc":"Callback function converts character encoding in output buffer","params":[{"required":"yes","param":"string $contents"},{"required":"yes","param":"int $status"}],"returns":"string"},{"id":"mb_preferred_mime_name","desc":"Get MIME charset string","params":[{"required":"yes","param":"string $encoding"}],"returns":"string"},{"id":"mb_regex_encoding","desc":"Returns current encoding for multibyte regex as string","params":[{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_regex_set_options","desc":"Set/Get the default options for mbregex functions","params":[{"required":"no","param":"string $options = "msr""}],"returns":"string"},{"id":"mb_strcut","desc":"Get part of string","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"int $start"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strimwidth","desc":"Get truncated string with specified width","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"int $start"},{"required":"yes","param":"int $width"},{"required":"no","param":"string $trimmarker = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_stristr","desc":"Finds first occurrence of a string within another, case insensitive","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"bool $part = false"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strlen","desc":"Get string length","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strpos","desc":"Find position of first occurrence of string in a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strrchr","desc":"Finds the last occurrence of a character in a string within another","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"bool $part = false"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strrichr","desc":"Finds the last occurrence of a character in a string within another, case insensitive","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"bool $part = false"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strstr","desc":"Finds first occurrence of a string within another","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"bool $part = false"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_strtolower","desc":"Make a string lowercase","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $encoding = mb_internal_encoding("}],"returns":"string"},{"id":"mb_strtoupper","desc":"Make a string uppercase","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $encoding = mb_internal_encoding("}],"returns":"string"},{"id":"mb_strwidth","desc":"Return width of string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_substr","desc":"Get part of string","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"int $start"},{"required":"no","param":"int $length = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mb_substr_count","desc":"Count the number of substring occurrences","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"mcrypt_cbc","desc":"Encrypts/decrypts data in CBC mode","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"},{"required":"no","param":"string $iv = ''"}],"returns":"string"},{"id":"mcrypt_cfb","desc":"Encrypts/decrypts data in CFB mode","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"},{"required":"no","param":"string $iv = ''"}],"returns":"string"},{"id":"mcrypt_create_iv","desc":"Creates an initialization vector (IV) from a random source","params":[{"required":"yes","param":"int $size"},{"required":"no","param":"int $source = MCRYPT_DEV_RANDOM"}],"returns":"string"},{"id":"mcrypt_decrypt","desc":"Decrypts crypttext with given parameters","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $data"},{"required":"yes","param":"string $mode"},{"required":"no","param":"string $iv = ''"}],"returns":"string"},{"id":"mcrypt_ecb","desc":"Deprecated: Encrypts/decrypts data in ECB mode","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"},{"required":"no","param":"string $iv = ''"}],"returns":"string"},{"id":"mcrypt_encrypt","desc":"Encrypts plaintext with given parameters","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $data"},{"required":"yes","param":"string $mode"},{"required":"no","param":"string $iv = ''"}],"returns":"string"},{"id":"mcrypt_enc_get_algorithms_name","desc":"Returns the name of the opened algorithm","params":[{"required":"yes","param":"resource $td"}],"returns":"string"},{"id":"mcrypt_enc_get_modes_name","desc":"Returns the name of the opened mode","params":[{"required":"yes","param":"resource $td"}],"returns":"string"},{"id":"mcrypt_generic","desc":"This function encrypts data","params":[{"required":"yes","param":"resource $td"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"mcrypt_get_cipher_name","desc":"Gets the name of the specified cipher","params":[{"required":"yes","param":"string $cipher"}],"returns":"string"},{"id":"mcrypt_ofb","desc":"Encrypts/decrypts data in OFB mode","params":[{"required":"yes","param":"string $cipher"},{"required":"yes","param":"string $key"},{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"},{"required":"no","param":"string $iv = ''"}],"returns":"string"},{"id":"md5","desc":"Calculate the md5 hash of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"md5_file","desc":"Calculates the md5 hash of a given file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"mdecrypt_generic","desc":"Decrypts data","params":[{"required":"yes","param":"resource $td"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"metaphone","desc":"Calculate the metaphone key of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"int $phonemes = ''"}],"returns":"string"},{"id":"mhash","desc":"Computes hash","params":[{"required":"yes","param":"int $hash"},{"required":"yes","param":"string $data"},{"required":"no","param":"string $key = ''"}],"returns":"string"},{"id":"mhash_get_hash_name","desc":"Gets the name of the specified hash","params":[{"required":"yes","param":"int $hash"}],"returns":"string"},{"id":"mhash_keygen_s2k","desc":"Generates a key","params":[{"required":"yes","param":"int $hash"},{"required":"yes","param":"string $password"},{"required":"yes","param":"string $salt"},{"required":"yes","param":"int $bytes"}],"returns":"string"},{"id":"mime_content_type","desc":"Detect MIME Content-type for a file (deprecated)","params":[{"required":"yes","param":"string $filename"}],"returns":"string"},{"id":"money_format","desc":"Formats a number as a currency string","params":[{"required":"yes","param":"string $format"},{"required":"yes","param":"float $number"}],"returns":"string"},{"id":"mqseries_strerror","desc":"Returns the error message corresponding to a result code (MQRC).","params":[{"required":"yes","param":"int $reason"}],"returns":"string"},{"id":"msession_get","desc":"Get value from session","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"}],"returns":"string"},{"id":"msession_get_data","desc":"Get data session unstructured data","params":[{"required":"yes","param":"string $session"}],"returns":"string"},{"id":"msession_inc","desc":"Increment value in session","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"string $name"}],"returns":"string"},{"id":"msession_plugin","desc":"Call an escape function within the msession personality plugin","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"string $val"},{"required":"no","param":"string $param = ''"}],"returns":"string"},{"id":"msession_randstr","desc":"Get random string","params":[{"required":"yes","param":"int $param"}],"returns":"string"},{"id":"msession_uniq","desc":"Get unique id","params":[{"required":"yes","param":"int $param"},{"required":"no","param":"string $classname = ''"},{"required":"no","param":"string $data = ''"}],"returns":"string"},{"id":"msgfmt_format","desc":"Format the message","params":[{"required":"yes","param":"array $args"},{"required":"yes","param":"MessageFormatter $fmt"}],"returns":"string"},{"id":"msgfmt_format_message","desc":"Quick format message","params":[{"required":"yes","param":"string $locale"},{"required":"yes","param":"string $pattern"},{"required":"yes","param":"array $args"}],"returns":"string"},{"id":"msgfmt_get_error_message","desc":"Get the error text from the last operation","params":[{"required":"yes","param":"MessageFormatter $fmt"}],"returns":"string"},{"id":"msgfmt_get_locale","desc":"Get the locale for which the formatter was created.","params":[{"required":"yes","param":"NumberFormatter $formatter"}],"returns":"string"},{"id":"msgfmt_get_pattern","desc":"Get the pattern used by the formatter","params":[{"required":"yes","param":"MessageFormatter $fmt"}],"returns":"string"},{"id":"msql_error","desc":"Returns error message of last msql call","params":[],"returns":"string"},{"id":"msql_field_flags","desc":"Get field flags","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"msql_field_name","desc":"Get the name of the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"msql_field_type","desc":"Get field type","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"msql_result","desc":"Get result data","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"no","param":"mixed $field = ''"}],"returns":"string"},{"id":"mssql_field_name","desc":"Get the name of a field","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $offset = -1"}],"returns":"string"},{"id":"mssql_field_type","desc":"Gets the type of a field","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"int $offset = -1"}],"returns":"string"},{"id":"mssql_get_last_message","desc":"Returns the last message from the server","params":[],"returns":"string"},{"id":"mssql_guid_string","desc":"Converts a 16 byte binary GUID to a string","params":[{"required":"yes","param":"string $binary"},{"required":"no","param":"bool $short_format = false"}],"returns":"string"},{"id":"mssql_result","desc":"Get result data","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"yes","param":"mixed $field"}],"returns":"string"},{"id":"mysqli_character_set_name","desc":"Returns the default character set for the database connection","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_connect_error","desc":"Returns a string description of the last connect error","params":[],"returns":"string"},{"id":"mysqli_error","desc":"Returns a string description of the last error","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_get_client_info","desc":"Returns the MySQL client version as a string","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_get_host_info","desc":"Returns a string representing the type of connection used","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_get_server_info","desc":"Returns the version of the MySQL server","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_info","desc":"Retrieves information about the most recently executed query","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_real_escape_string","desc":"Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection","params":[{"required":"yes","param":"string $escapestr"},{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_sqlstate","desc":"Returns the SQLSTATE error from previous MySQL operation","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_stat","desc":"Gets the current system status","params":[{"required":"yes","param":"mysqli $link"}],"returns":"string"},{"id":"mysqli_stmt_error","desc":"Returns a string description for last statement error","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"string"},{"id":"mysqli_stmt_sqlstate","desc":"Returns SQLSTATE error from previous statement operation","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"string"},{"id":"mysql_client_encoding","desc":"Returns the name of the character set","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_db_name","desc":"Get result data","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"no","param":"mixed $field = ''"}],"returns":"string"},{"id":"mysql_error","desc":"Returns the text of the error message from previous MySQL operation","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_escape_string","desc":"Escapes a string for use in a mysql_query","params":[{"required":"yes","param":"string $unescaped_string"}],"returns":"string"},{"id":"mysql_field_flags","desc":"Get the flags associated with the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"mysql_field_name","desc":"Get the name of the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"mysql_field_table","desc":"Get name of the table the specified field is in","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"mysql_field_type","desc":"Get the type of the specified field in a result","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_offset"}],"returns":"string"},{"id":"mysql_get_client_info","desc":"Get MySQL client info","params":[],"returns":"string"},{"id":"mysql_get_host_info","desc":"Get MySQL host info","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_get_server_info","desc":"Get MySQL server info","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_info","desc":"Get information about the most recent query","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_real_escape_string","desc":"Escapes special characters in a string for use in an SQL statement","params":[{"required":"yes","param":"string $unescaped_string"},{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_result","desc":"Get result data","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"no","param":"mixed $field = ''"}],"returns":"string"},{"id":"mysql_stat","desc":"Get current system status","params":[{"required":"no","param":"resource $link_identifier = ''"}],"returns":"string"},{"id":"mysql_tablename","desc":"Get table name of field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $i"}],"returns":"string"},{"id":"m_connectionerror","desc":"Get a textual representation of why a connection failed","params":[{"required":"yes","param":"resource $conn"}],"returns":"string"},{"id":"m_getcell","desc":"Get a specific cell from a comma delimited response by column name","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"},{"required":"yes","param":"string $column"},{"required":"yes","param":"int $row"}],"returns":"string"},{"id":"m_getcellbynum","desc":"Get a specific cell from a comma delimited response by column number","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"},{"required":"yes","param":"int $column"},{"required":"yes","param":"int $row"}],"returns":"string"},{"id":"m_getcommadelimited","desc":"Get the RAW comma delimited data returned from MCVE","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"}],"returns":"string"},{"id":"m_getheader","desc":"Get the name of the column in a comma-delimited response","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"},{"required":"yes","param":"int $column_num"}],"returns":"string"},{"id":"m_responseparam","desc":"Get a custom response parameter","params":[{"required":"yes","param":"resource $conn"},{"required":"yes","param":"int $identifier"},{"required":"yes","param":"string $key"}],"returns":"string"},{"id":"m_sslcert_gen_hash","desc":"Generate hash for SSL client certificate verification","params":[{"required":"yes","param":"string $filename"}],"returns":"string"},{"id":"ncurses_erasechar","desc":"Returns current erase character","params":[],"returns":"string"},{"id":"ncurses_inch","desc":"Get character and attribute at current position","params":[],"returns":"string"},{"id":"ncurses_killchar","desc":"Returns current line kill character","params":[],"returns":"string"},{"id":"ncurses_longname","desc":"Returns terminals description","params":[],"returns":"string"},{"id":"ncurses_termname","desc":"Returns terminals (short)-name","params":[],"returns":"string"},{"id":"newt_checkbox_get_value","desc":"Retreives value of checkox resource","params":[{"required":"yes","param":"resource $checkbox"}],"returns":"string"},{"id":"newt_checkbox_tree_get_entry_value","desc":"","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"mixed $data"}],"returns":"string"},{"id":"newt_entry_get_value","desc":"","params":[{"required":"yes","param":"resource $entry"}],"returns":"string"},{"id":"newt_listbox_get_current","desc":"","params":[{"required":"yes","param":"resource $listbox"}],"returns":"string"},{"id":"newt_reflow_text","desc":"","params":[{"required":"yes","param":"string $text"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $flex_down"},{"required":"yes","param":"int $flex_up"},{"required":"yes","param":"int $actual_width"},{"required":"yes","param":"int $actual_height"}],"returns":"string"},{"id":"ngettext","desc":"Plural version of gettext","params":[{"required":"yes","param":"string $msgid1"},{"required":"yes","param":"string $msgid2"},{"required":"yes","param":"int $n"}],"returns":"string"},{"id":"nl2br","desc":"Inserts HTML line breaks before all newlines in a string","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"bool $is_xhtml = true"}],"returns":"string"},{"id":"nl_langinfo","desc":"Query language and locale information","params":[{"required":"yes","param":"int $item"}],"returns":"string"},{"id":"normalizer_normalize","desc":"Normalizes the input provided and returns the normalized string","params":[{"required":"yes","param":"string $input"},{"required":"no","param":"string $form = Normalizer::FORM_C"}],"returns":"string"},{"id":"nthmac","desc":"Obtain a nthmac key (needs 2 arguments)","params":[{"required":"yes","param":"string $clent"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"number_format","desc":"Format a number with grouped thousands","params":[{"required":"yes","param":"float $number"},{"required":"yes","param":"int $decimals"},{"required":"yes","param":"string $dec_point"},{"required":"yes","param":"string $thousands_sep"}],"returns":"string"},{"id":"numfmt_format","desc":"Format a number","params":[{"required":"yes","param":"number $value"},{"required":"no","param":"int $type = ''"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"numfmt_format_currency","desc":"Format a currency value","params":[{"required":"yes","param":"float $value"},{"required":"yes","param":"string $currency"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"numfmt_get_error_message","desc":"Get formatter's last error message.","params":[{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"numfmt_get_locale","desc":"Get formatter locale","params":[{"required":"no","param":"int $type = ''"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"numfmt_get_pattern","desc":"Get formatter pattern","params":[{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"numfmt_get_symbol","desc":"Get a symbol value","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"numfmt_get_text_attribute","desc":"Get a text attribute","params":[{"required":"yes","param":"int $attr"},{"required":"yes","param":"NumberFormatter $fmt"}],"returns":"string"},{"id":"oauth_get_sbs","desc":"Generate a Signature Base String","params":[{"required":"yes","param":"string $http_method"},{"required":"yes","param":"string $uri"},{"required":"no","param":"array $request_parameters = ''"}],"returns":"string"},{"id":"oauth_urlencode","desc":"Encode a URI to RFC 3986","params":[{"required":"yes","param":"string $uri"}],"returns":"string"},{"id":"ob_deflatehandler","desc":"Deflate output handler","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"}],"returns":"string"},{"id":"ob_etaghandler","desc":"ETag output handler","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"}],"returns":"string"},{"id":"ob_get_clean","desc":"Get current buffer contents and delete current output buffer","params":[],"returns":"string"},{"id":"ob_get_contents","desc":"Return the contents of the output buffer","params":[],"returns":"string"},{"id":"ob_get_flush","desc":"Flush the output buffer, return it as a string and turn off output buffering","params":[],"returns":"string"},{"id":"ob_gzhandler","desc":"ob_start callback function to gzip output buffer","params":[{"required":"yes","param":"string $buffer"},{"required":"yes","param":"int $mode"}],"returns":"string"},{"id":"ob_iconv_handler","desc":"Convert character encoding as output buffer handler","params":[{"required":"yes","param":"string $contents"},{"required":"yes","param":"int $status"}],"returns":"string"},{"id":"ob_inflatehandler","desc":"Inflate output handler","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"int $mode"}],"returns":"string"},{"id":"ob_tidyhandler","desc":"ob_start callback function to repair the buffer","params":[{"required":"yes","param":"string $input"},{"required":"no","param":"int $mode = ''"}],"returns":"string"},{"id":"oci_field_name","desc":"Returns the name of a field from the statement","params":[{"required":"yes","param":"resource $statement"},{"required":"yes","param":"int $field"}],"returns":"string"},{"id":"oci_server_version","desc":"Returns server version","params":[{"required":"yes","param":"resource $connection"}],"returns":"string"},{"id":"oci_statement_type","desc":"Returns the type of a statement","params":[{"required":"yes","param":"resource $statement"}],"returns":"string"},{"id":"odbc_cursor","desc":"Get cursorname","params":[{"required":"yes","param":"resource $result_id"}],"returns":"string"},{"id":"odbc_error","desc":"Get the last error code","params":[{"required":"no","param":"resource $connection_id = ''"}],"returns":"string"},{"id":"odbc_errormsg","desc":"Get the last error message","params":[{"required":"no","param":"resource $connection_id = ''"}],"returns":"string"},{"id":"odbc_field_name","desc":"Get the columnname","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"odbc_field_type","desc":"Datatype of a field","params":[{"required":"yes","param":"resource $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"openssl_decrypt","desc":"Decrypts data","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $method"},{"required":"yes","param":"string $password"},{"required":"no","param":"bool $raw_input = false"},{"required":"no","param":"string $iv = """}],"returns":"string"},{"id":"openssl_dh_compute_key","desc":"Computes shared secret for public value of remote DH key and local DH key","params":[{"required":"yes","param":"string $pub_key"},{"required":"yes","param":"resource $dh_key"}],"returns":"string"},{"id":"openssl_digest","desc":"Computes a digest","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $method"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"openssl_encrypt","desc":"Encrypts data","params":[{"required":"yes","param":"string $data"},{"required":"yes","param":"string $method"},{"required":"yes","param":"string $password"},{"required":"no","param":"bool $raw_output = false"},{"required":"no","param":"string $iv = """}],"returns":"string"},{"id":"openssl_error_string","desc":"Return openSSL error message","params":[],"returns":"string"},{"id":"openssl_random_pseudo_bytes","desc":"Generate a pseudo-random string of bytes","params":[{"required":"yes","param":"int $length"},{"required":"no","param":"bool $crypto_strong = ''"}],"returns":"string"},{"id":"ovrimos_cursor","desc":"Returns the name of the cursor","params":[{"required":"yes","param":"int $result_id"}],"returns":"string"},{"id":"ovrimos_field_name","desc":"Returns the output column name","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"ovrimos_result","desc":"Retrieves the output column","params":[{"required":"yes","param":"int $result_id"},{"required":"yes","param":"mixed $field"}],"returns":"string"},{"id":"pack","desc":"Pack data into binary string","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"string"},{"id":"PDF_fit_table","desc":"Place table on page","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $table"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $optlist"}],"returns":"string"},{"id":"PDF_fit_textflow","desc":"Format textflow in rectangular area","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"int $textflow"},{"required":"yes","param":"float $llx"},{"required":"yes","param":"float $lly"},{"required":"yes","param":"float $urx"},{"required":"yes","param":"float $ury"},{"required":"yes","param":"string $optlist"}],"returns":"string"},{"id":"PDF_get_apiname","desc":"Get name of unsuccessfull API function","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"string"},{"id":"PDF_get_buffer","desc":"Get PDF output buffer","params":[{"required":"yes","param":"resource $p"}],"returns":"string"},{"id":"PDF_get_errmsg","desc":"Get error text","params":[{"required":"yes","param":"resource $pdfdoc"}],"returns":"string"},{"id":"PDF_get_parameter","desc":"Get string parameter","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"float $modifier"}],"returns":"string"},{"id":"PDF_get_pdi_parameter","desc":"Get PDI string parameter [deprecated]","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"string $key"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"int $page"},{"required":"yes","param":"int $reserved"}],"returns":"string"},{"id":"PDF_pcos_get_stream","desc":"Get contents of pCOS path with type stream, fstream, or string","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"string $optlist"},{"required":"yes","param":"string $path"}],"returns":"string"},{"id":"PDF_pcos_get_string","desc":"Get value of pCOS path with type name, string, or boolean","params":[{"required":"yes","param":"resource $p"},{"required":"yes","param":"int $doc"},{"required":"yes","param":"string $path"}],"returns":"string"},{"id":"PDF_utf8_to_utf16","desc":"Convert string from UTF-8 to UTF-16","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $utf8string"},{"required":"yes","param":"string $ordering"}],"returns":"string"},{"id":"PDF_utf16_to_utf8","desc":"Convert string from UTF-16 to UTF-8","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $utf16string"}],"returns":"string"},{"id":"PDF_utf32_to_utf16","desc":"Convert string from UTF-32 to UTF-16","params":[{"required":"yes","param":"resource $pdfdoc"},{"required":"yes","param":"string $utf32string"},{"required":"yes","param":"string $ordering"}],"returns":"string"},{"id":"pg_client_encoding","desc":"Gets the client encoding","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"pg_dbname","desc":"Get the database name","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"pg_escape_bytea","desc":"Escape a string for insertion into a bytea field","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"pg_escape_string","desc":"Escape a string for insertion into a text field","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"pg_fetch_result","desc":"Returns values from a result resource","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"yes","param":"mixed $field"}],"returns":"string"},{"id":"pg_field_name","desc":"Returns the name of a field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"pg_field_type","desc":"Returns the type name for the corresponding field number","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_number"}],"returns":"string"},{"id":"pg_host","desc":"Returns the host name associated with the connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"pg_last_error","desc":"Get the last error message string of a connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"pg_last_notice","desc":"Returns the last notice message from PostgreSQL server","params":[{"required":"yes","param":"resource $connection"}],"returns":"string"},{"id":"pg_last_oid","desc":"Returns the last row's OID","params":[{"required":"yes","param":"resource $result"}],"returns":"string"},{"id":"pg_lo_read","desc":"Read a large object","params":[{"required":"yes","param":"resource $large_object"},{"required":"no","param":"int $len = 8192"}],"returns":"string"},{"id":"pg_options","desc":"Get the options associated with the connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"pg_parameter_status","desc":"Looks up a current parameter setting of the server.","params":[{"required":"no","param":"resource $connection = ''"},{"required":"yes","param":"string $param_name"}],"returns":"string"},{"id":"pg_result_error","desc":"Get error message associated with result","params":[{"required":"yes","param":"resource $result"}],"returns":"string"},{"id":"pg_result_error_field","desc":"Returns an individual field of an error report.","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $fieldcode"}],"returns":"string"},{"id":"pg_tty","desc":"Return the TTY name associated with the connection","params":[{"required":"no","param":"resource $connection = ''"}],"returns":"string"},{"id":"pg_unescape_bytea","desc":"Unescape binary for bytea type","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"phpversion","desc":"Gets the current PHP version","params":[{"required":"no","param":"string $extension = ''"}],"returns":"string"},{"id":"php_ini_loaded_file","desc":"Retrieve a path to the loaded php.ini file","params":[],"returns":"string"},{"id":"php_ini_scanned_files","desc":"Return a list of .ini files parsed from the additional ini dir","params":[],"returns":"string"},{"id":"php_logo_guid","desc":"Gets the logo guid","params":[],"returns":"string"},{"id":"php_sapi_name","desc":"Returns the type of interface between web server and PHP","params":[],"returns":"string"},{"id":"php_strip_whitespace","desc":"Return source with stripped comments and whitespace","params":[{"required":"yes","param":"string $filename"}],"returns":"string"},{"id":"php_uname","desc":"Returns information about the operating system PHP is running on","params":[{"required":"no","param":"string $mode = "a""}],"returns":"string"},{"id":"posix_ctermid","desc":"Get path name of controlling terminal","params":[],"returns":"string"},{"id":"posix_getcwd","desc":"Pathname of current directory","params":[],"returns":"string"},{"id":"posix_getlogin","desc":"Return login name","params":[],"returns":"string"},{"id":"posix_strerror","desc":"Retrieve the system error message associated with the given errno","params":[{"required":"yes","param":"int $errno"}],"returns":"string"},{"id":"posix_ttyname","desc":"Determine terminal device name","params":[{"required":"yes","param":"int $fd"}],"returns":"string"},{"id":"preg_quote","desc":"Quote regular expression characters","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $delimiter = ''"}],"returns":"string"},{"id":"ps_get_buffer","desc":"Fetches the full buffer containig the generated PS data","params":[{"required":"yes","param":"resource $psdoc"}],"returns":"string"},{"id":"ps_get_parameter","desc":"Gets certain parameters","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"string $name"},{"required":"no","param":"float $modifier = ''"}],"returns":"string"},{"id":"ps_symbol_name","desc":"Gets name of a glyph","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $ord"},{"required":"no","param":"int $fontid = ''"}],"returns":"string"},{"id":"px_date2string","desc":"Converts a date into a string.","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"int $value"},{"required":"yes","param":"string $format"}],"returns":"string"},{"id":"px_get_parameter","desc":"Gets a parameter","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $name"}],"returns":"string"},{"id":"px_timestamp2string","desc":"Converts the timestamp into a string.","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"float $value"},{"required":"yes","param":"string $format"}],"returns":"string"},{"id":"qdom_error","desc":"Returns the error string from the last QDOM operation or FALSE if no errors occurred","params":[],"returns":"string"},{"id":"quoted_printable_decode","desc":"Convert a quoted-printable string to an 8 bit string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"quoted_printable_encode","desc":"Convert a 8 bit string to a quoted-printable string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"quotemeta","desc":"Quote meta characters","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"radius_cvt_addr","desc":"Converts raw data to IP-Address","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"radius_cvt_string","desc":"Converts raw data to string","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"radius_demangle","desc":"Demangles data","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"string $mangled"}],"returns":"string"},{"id":"radius_demangle_mppe_key","desc":"Derives mppe-keys from mangled data","params":[{"required":"yes","param":"resource $radius_handle"},{"required":"yes","param":"string $mangled"}],"returns":"string"},{"id":"radius_request_authenticator","desc":"Returns the request authenticator","params":[{"required":"yes","param":"resource $radius_handle"}],"returns":"string"},{"id":"radius_server_secret","desc":"Returns the shared secret","params":[{"required":"yes","param":"resource $radius_handle"}],"returns":"string"},{"id":"radius_strerror","desc":"Returns an error message","params":[{"required":"yes","param":"resource $radius_handle"}],"returns":"string"},{"id":"rar_comment_get","desc":"Get comment text from the RAR archive","params":[{"required":"yes","param":"RarArchive $rarfile"}],"returns":"string"},{"id":"rar_wrapper_cache_stats","desc":"Cache hits and misses for the URL wrapper","params":[],"returns":"string"},{"id":"rawurldecode","desc":"Decode URL-encoded strings","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"rawurlencode","desc":"URL-encode according to RFC 3986","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"readdir","desc":"Read entry from directory handle","params":[{"required":"no","param":"resource $dir_handle = ''"}],"returns":"string"},{"id":"readline","desc":"Reads a line","params":[{"required":"no","param":"string $prompt = ''"}],"returns":"string"},{"id":"readlink","desc":"Returns the target of a symbolic link","params":[{"required":"yes","param":"string $path"}],"returns":"string"},{"id":"realpath","desc":"Returns canonicalized absolute pathname","params":[{"required":"yes","param":"string $path"}],"returns":"string"},{"id":"recode_string","desc":"Recode a string according to a recode request","params":[{"required":"yes","param":"string $request"},{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"resourcebundle_get_error_message","desc":"Get bundle's last error message.","params":[{"required":"yes","param":"ResourceBundle $r"}],"returns":"string"},{"id":"rpm_version","desc":"Returns a string representing the current version of the rpmreader extension","params":[],"returns":"string"},{"id":"rrd_error","desc":"Gets latest error message.","params":[],"returns":"string"},{"id":"rtrim","desc":"Strip whitespace (or other characters) from the end of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $charlist = ''"}],"returns":"string"},{"id":"serialize","desc":"Generates a storable representation of a value","params":[{"required":"yes","param":"mixed $value"}],"returns":"string"},{"id":"session_cache_limiter","desc":"Get and/or set the current cache limiter","params":[{"required":"no","param":"string $cache_limiter = ''"}],"returns":"string"},{"id":"session_encode","desc":"Encodes the current session data as a string","params":[],"returns":"string"},{"id":"session_id","desc":"Get and/or set the current session id","params":[{"required":"no","param":"string $id = ''"}],"returns":"string"},{"id":"session_module_name","desc":"Get and/or set the current session module","params":[{"required":"no","param":"string $module = ''"}],"returns":"string"},{"id":"session_name","desc":"Get and/or set the current session name","params":[{"required":"no","param":"string $name = ''"}],"returns":"string"},{"id":"session_pgsql_get_field","desc":"Get custom field value","params":[],"returns":"string"},{"id":"session_save_path","desc":"Get and/or set the current session save path","params":[{"required":"no","param":"string $path = ''"}],"returns":"string"},{"id":"setlocale","desc":"Set locale information","params":[{"required":"yes","param":"int $category"},{"required":"yes","param":"array $locale"},{"required":"no","param":"string $... = ''"}],"returns":"string"},{"id":"set_include_path","desc":"Sets the include_path configuration option","params":[{"required":"yes","param":"string $new_include_path"}],"returns":"string"},{"id":"sha1","desc":"Calculate the sha1 hash of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"sha1_file","desc":"Calculate the sha1 hash of a file","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"bool $raw_output = false"}],"returns":"string"},{"id":"shell_exec","desc":"Execute command via shell and return the complete output as a string","params":[{"required":"yes","param":"string $cmd"}],"returns":"string"},{"id":"shmop_read","desc":"Read data from shared memory block","params":[{"required":"yes","param":"int $shmid"},{"required":"yes","param":"int $start"},{"required":"yes","param":"int $count"}],"returns":"string"},{"id":"signeurlpaiement","desc":"Obtain the payment url (needs 2 arguments)","params":[{"required":"yes","param":"string $clent"},{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"snmp2_get","desc":"Fetch an SNMP object","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"string"},{"id":"snmp2_getnext","desc":"Fetch the SNMP object which follows the given object id","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"string"},{"id":"snmp3_get","desc":"Fetch an SNMP object","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $sec_name"},{"required":"yes","param":"string $sec_level"},{"required":"yes","param":"string $auth_protocol"},{"required":"yes","param":"string $auth_passphrase"},{"required":"yes","param":"string $priv_protocol"},{"required":"yes","param":"string $priv_passphrase"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"string"},{"id":"snmp3_getnext","desc":"Fetch the SNMP object which follows the given object id","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $sec_name"},{"required":"yes","param":"string $sec_level"},{"required":"yes","param":"string $auth_protocol"},{"required":"yes","param":"string $auth_passphrase"},{"required":"yes","param":"string $priv_protocol"},{"required":"yes","param":"string $priv_passphrase"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"string $timeout = 1000000"},{"required":"no","param":"string $retries = 5"}],"returns":"string"},{"id":"snmpget","desc":"Fetch an SNMP object","params":[{"required":"yes","param":"string $hostname"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"int $timeout = 1000000"},{"required":"no","param":"int $retries = 5"}],"returns":"string"},{"id":"snmpgetnext","desc":"Fetch the SNMP object which follows the given object id","params":[{"required":"yes","param":"string $host"},{"required":"yes","param":"string $community"},{"required":"yes","param":"string $object_id"},{"required":"no","param":"int $timeout = 1000000"},{"required":"no","param":"int $retries = 5"}],"returns":"string"},{"id":"socket_read","desc":"Reads a maximum of length bytes from a socket","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"int $length"},{"required":"no","param":"int $type = PHP_BINARY_READ"}],"returns":"string"},{"id":"socket_strerror","desc":"Return a string describing a socket error","params":[{"required":"yes","param":"int $errno"}],"returns":"string"},{"id":"solr_get_version","desc":"Returns the current version of the Apache Solr extension","params":[],"returns":"string"},{"id":"soundex","desc":"Calculate the soundex key of a string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"spl_autoload_extensions","desc":"Register and return default file extensions for spl_autoload","params":[{"required":"no","param":"string $file_extensions = ''"}],"returns":"string"},{"id":"spl_object_hash","desc":"Return hash id for given object","params":[{"required":"yes","param":"object $obj"}],"returns":"string"},{"id":"sprintf","desc":"Return a formatted string","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"string"},{"id":"sqlite_error_string","desc":"Returns the textual description of an error code","params":[{"required":"yes","param":"int $error_code"}],"returns":"string"},{"id":"sqlite_escape_string","desc":"Escapes a string for use as a query parameter","params":[{"required":"yes","param":"string $item"}],"returns":"string"},{"id":"sqlite_fetch_single","desc":"Fetches the first column of a result set as a string","params":[{"required":"yes","param":"resource $result"},{"required":"no","param":"bool $decode_binary = true"}],"returns":"string"},{"id":"sqlite_field_name","desc":"Returns the name of a particular field","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $field_index"}],"returns":"string"},{"id":"sqlite_libencoding","desc":"Returns the encoding of the linked SQLite library","params":[],"returns":"string"},{"id":"sqlite_libversion","desc":"Returns the version of the linked SQLite library","params":[],"returns":"string"},{"id":"sqlite_udf_decode_binary","desc":"Decode binary data passed as parameters to an UDF","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"sqlite_udf_encode_binary","desc":"Encode binary data before returning it from an UDF","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"sql_regcase","desc":"Make regular expression for case insensitive match","params":[{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"ssdeep_fuzzy_hash","desc":"Create a fuzzy hash from a string","params":[{"required":"yes","param":"string $to_hash"}],"returns":"string"},{"id":"ssdeep_fuzzy_hash_filename","desc":"Create a fuzzy hash from a file","params":[{"required":"yes","param":"string $file_name"}],"returns":"string"},{"id":"ssh2_fingerprint","desc":"Retrieve fingerprint of remote server","params":[{"required":"yes","param":"resource $session"},{"required":"no","param":"int $flags = SSH2_FINGERPRINT_MD5 | SSH2_FINGERPRINT_HEX"}],"returns":"string"},{"id":"ssh2_sftp_readlink","desc":"Return the target of a symbolic link","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $link"}],"returns":"string"},{"id":"ssh2_sftp_realpath","desc":"Resolve the realpath of a provided path string","params":[{"required":"yes","param":"resource $sftp"},{"required":"yes","param":"string $filename"}],"returns":"string"},{"id":"stomp_connect_error","desc":"Returns a string description of the last connect error","params":[],"returns":"string"},{"id":"stomp_error","desc":"Gets the last stomp error","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"stomp_get_session_id","desc":"Gets the current stomp session ID","params":[{"required":"yes","param":"resource $link"}],"returns":"string"},{"id":"stomp_version","desc":"Gets the current stomp extension version","params":[],"returns":"string"},{"id":"stream_get_contents","desc":"Reads remainder of a stream into a string","params":[{"required":"yes","param":"resource $handle"},{"required":"no","param":"int $maxlength = -1"},{"required":"no","param":"int $offset = -1"}],"returns":"string"},{"id":"stream_get_line","desc":"Gets line from stream resource up to a given delimiter","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"int $length"},{"required":"no","param":"string $ending = ''"}],"returns":"string"},{"id":"stream_resolve_include_path","desc":"Resolve filename against the include path","params":[{"required":"yes","param":"string $filename"}],"returns":"string"},{"id":"stream_socket_get_name","desc":"Retrieve the name of the local or remote sockets","params":[{"required":"yes","param":"resource $handle"},{"required":"yes","param":"bool $want_peer"}],"returns":"string"},{"id":"stream_socket_recvfrom","desc":"Receives data from a socket, connected or not","params":[{"required":"yes","param":"resource $socket"},{"required":"yes","param":"int $length"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"string $address = ''"}],"returns":"string"},{"id":"strftime","desc":"Format a local time/date according to locale settings","params":[{"required":"yes","param":"string $format"},{"required":"no","param":"int $timestamp = time("}],"returns":"string"},{"id":"stripcslashes","desc":"Un-quote string quoted with addcslashes","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"stripos","desc":"Find position of first occurrence of a case-insensitive string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $needle"},{"required":"no","param":"int $offset = ''"}],"returns":"string"},{"id":"stripslashes","desc":"Un-quotes a quoted string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"strip_tags","desc":"Strip HTML and PHP tags from a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $allowable_tags = ''"}],"returns":"string"},{"id":"stristr","desc":"Case-insensitive strstr","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"mixed $needle"},{"required":"no","param":"bool $before_needle = false"}],"returns":"string"},{"id":"strpbrk","desc":"Search a string for any of a set of characters","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"string $char_list"}],"returns":"string"},{"id":"strrchr","desc":"Find the last occurrence of a character in a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"mixed $needle"}],"returns":"string"},{"id":"strrev","desc":"Reverse a string","params":[{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"strstr","desc":"Find first occurrence of a string","params":[{"required":"yes","param":"string $haystack"},{"required":"yes","param":"mixed $needle"},{"required":"no","param":"bool $before_needle = false"}],"returns":"string"},{"id":"strtok","desc":"Tokenize string","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $token"}],"returns":"string"},{"id":"strtolower","desc":"Make a string lowercase","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"strtoupper","desc":"Make a string uppercase","params":[{"required":"yes","param":"string $string"}],"returns":"string"},{"id":"strtr","desc":"Translate characters or replace substrings","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $from"},{"required":"yes","param":"string $to"},{"required":"yes","param":"array $replace_pairs"}],"returns":"string"},{"id":"strval","desc":"Get string value of a variable","params":[{"required":"yes","param":"mixed $var"}],"returns":"string"},{"id":"str_pad","desc":"Pad a string to a certain length with another string","params":[{"required":"yes","param":"string $input"},{"required":"yes","param":"int $pad_length"},{"required":"no","param":"string $pad_string = " ""},{"required":"no","param":"int $pad_type = STR_PAD_RIGHT"}],"returns":"string"},{"id":"str_repeat","desc":"Repeat a string","params":[{"required":"yes","param":"string $input"},{"required":"yes","param":"int $multiplier"}],"returns":"string"},{"id":"str_rot13","desc":"Perform the rot13 transform on a string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"str_shuffle","desc":"Randomly shuffles a string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"substr","desc":"Return part of a string","params":[{"required":"yes","param":"string $string"},{"required":"yes","param":"int $start"},{"required":"no","param":"int $length = ''"}],"returns":"string"},{"id":"svn_auth_get_parameter","desc":"Retrieves authentication parameter","params":[{"required":"yes","param":"string $key"}],"returns":"string"},{"id":"svn_cat","desc":"Returns the contents of a file in a repository","params":[{"required":"yes","param":"string $repos_url"},{"required":"no","param":"int $revision_no = ''"}],"returns":"string"},{"id":"svn_client_version","desc":"Returns the version of the SVN client libraries","params":[],"returns":"string"},{"id":"svn_fs_node_prop","desc":"Returns the value of a property for a node","params":[{"required":"yes","param":"resource $fsroot"},{"required":"yes","param":"string $path"},{"required":"yes","param":"string $propname"}],"returns":"string"},{"id":"svn_fs_revision_prop","desc":"Fetches the value of a named property","params":[{"required":"yes","param":"resource $fs"},{"required":"yes","param":"int $revnum"},{"required":"yes","param":"string $propname"}],"returns":"string"},{"id":"sybase_get_last_message","desc":"Returns the last message from the server","params":[],"returns":"string"},{"id":"sybase_result","desc":"Get result data","params":[{"required":"yes","param":"resource $result"},{"required":"yes","param":"int $row"},{"required":"yes","param":"mixed $field"}],"returns":"string"},{"id":"system","desc":"Execute an external program and display the output","params":[{"required":"yes","param":"string $command"},{"required":"no","param":"int $return_var = ''"}],"returns":"string"},{"id":"sys_get_temp_dir","desc":"Returns directory path used for temporary files","params":[],"returns":"string"},{"id":"tempnam","desc":"Create file with unique file name","params":[{"required":"yes","param":"string $dir"},{"required":"yes","param":"string $prefix"}],"returns":"string"},{"id":"textdomain","desc":"Sets the default domain","params":[{"required":"yes","param":"string $text_domain"}],"returns":"string"},{"id":"tidy_get_error_buffer","desc":"Return warnings and errors which occurred parsing the specified document","params":[{"required":"yes","param":"tidy $object"}],"returns":"string"},{"id":"tidy_get_opt_doc","desc":"Returns the documentation for the given option name","params":[{"required":"yes","param":"string $optname"},{"required":"yes","param":"tidy $object"}],"returns":"string"},{"id":"tidy_get_output","desc":"Return a string representing the parsed tidy markup","params":[{"required":"yes","param":"tidy $object"}],"returns":"string"},{"id":"tidy_get_release","desc":"Get release date (version) for Tidy library","params":[],"returns":"string"},{"id":"tidy_repair_file","desc":"Repair a file and return it as a string","params":[{"required":"yes","param":"string $filename"},{"required":"no","param":"mixed $config = ''"},{"required":"no","param":"string $encoding = ''"},{"required":"no","param":"bool $use_include_path = false"}],"returns":"string"},{"id":"tidy_repair_string","desc":"Repair a string using an optionally provided configuration file","params":[{"required":"yes","param":"string $data"},{"required":"no","param":"mixed $config = ''"},{"required":"no","param":"string $encoding = ''"}],"returns":"string"},{"id":"timezone_name_from_abbr","desc":"Returns the timezone name from abbreviation","params":[{"required":"yes","param":"string $abbr"},{"required":"no","param":"int $gmtOffset = -1"},{"required":"no","param":"int $isdst = -1"}],"returns":"string"},{"id":"timezone_version_get","desc":"Gets the version of the timezonedb","params":[],"returns":"string"},{"id":"token_name","desc":"Get the symbolic name of a given PHP token","params":[{"required":"yes","param":"int $token"}],"returns":"string"},{"id":"transliterator_get_error_message","desc":"Get last error message","params":[],"returns":"string"},{"id":"trim","desc":"Strip whitespace (or other characters) from the beginning and end of a string","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"string $charlist = ''"}],"returns":"string"},{"id":"ucfirst","desc":"Make a string's first character uppercase","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"ucwords","desc":"Uppercase the first character of each word in a string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"udm_error","desc":"Get mnoGoSearch error message","params":[{"required":"yes","param":"resource $agent"}],"returns":"string"},{"id":"udm_get_res_field","desc":"Fetch a result field","params":[{"required":"yes","param":"resource $res"},{"required":"yes","param":"int $row"},{"required":"yes","param":"int $field"}],"returns":"string"},{"id":"udm_get_res_param","desc":"Get mnoGoSearch result parameters","params":[{"required":"yes","param":"resource $res"},{"required":"yes","param":"int $param"}],"returns":"string"},{"id":"uniqid","desc":"Generate a unique ID","params":[{"required":"no","param":"string $prefix = """},{"required":"no","param":"bool $more_entropy = false"}],"returns":"string"},{"id":"urldecode","desc":"Decodes URL-encoded string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"urlencode","desc":"URL-encodes string","params":[{"required":"yes","param":"string $str"}],"returns":"string"},{"id":"utf8_decode","desc":"Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"utf8_encode","desc":"Encodes an ISO-8859-1 string to UTF-8","params":[{"required":"yes","param":"string $data"}],"returns":"string"},{"id":"var_dump","desc":"Dumps information about a variable","params":[{"required":"no","param":"mixed $expression = ''"},{"required":"no","param":"$... = ''"}],"returns":"string"},{"id":"vpopmail_error","desc":"Get text message for last vpopmail error","params":[],"returns":"string"},{"id":"vsprintf","desc":"Return a formatted string","params":[{"required":"yes","param":"string $format"},{"required":"yes","param":"array $args"}],"returns":"string"},{"id":"wddx_packet_end","desc":"Ends a WDDX packet with the specified ID","params":[{"required":"yes","param":"resource $packet_id"}],"returns":"string"},{"id":"wddx_serialize_value","desc":"Serialize a single value into a WDDX packet","params":[{"required":"yes","param":"mixed $var"},{"required":"no","param":"string $comment = ''"}],"returns":"string"},{"id":"wddx_serialize_vars","desc":"Serialize variables into a WDDX packet","params":[{"required":"yes","param":"mixed $var_name"},{"required":"no","param":"mixed $... = ''"}],"returns":"string"},{"id":"wordwrap","desc":"Wraps a string to a given number of characters","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"int $width = 75"},{"required":"no","param":"string $break = "n""},{"required":"no","param":"bool $cut = false"}],"returns":"string"},{"id":"xattr_get","desc":"Get an extended attribute","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $name"},{"required":"no","param":"int $flags = ''"}],"returns":"string"},{"id":"xdiff_string_bdiff","desc":"Make binary diff of two strings","params":[{"required":"yes","param":"string $old_data"},{"required":"yes","param":"string $new_data"}],"returns":"string"},{"id":"xdiff_string_bpatch","desc":"Patch a string with a binary diff","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $patch"}],"returns":"string"},{"id":"xdiff_string_diff","desc":"Make unified diff of two strings","params":[{"required":"yes","param":"string $old_data"},{"required":"yes","param":"string $new_data"},{"required":"no","param":"int $context = 3"},{"required":"no","param":"bool $minimal = false"}],"returns":"string"},{"id":"xdiff_string_diff_binary","desc":"Alias of xdiff_string_bdiff","params":[{"required":"yes","param":"string $old_data"},{"required":"yes","param":"string $new_data"}],"returns":"string"},{"id":"xdiff_string_patch","desc":"Patch a string with an unified diff","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $patch"},{"required":"no","param":"int $flags = ''"},{"required":"no","param":"string $error = ''"}],"returns":"string"},{"id":"xdiff_string_patch_binary","desc":"Alias of xdiff_string_bpatch","params":[{"required":"yes","param":"string $str"},{"required":"yes","param":"string $patch"}],"returns":"string"},{"id":"xdiff_string_rabdiff","desc":"Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm","params":[{"required":"yes","param":"string $old_data"},{"required":"yes","param":"string $new_data"}],"returns":"string"},{"id":"xmlrpc_encode","desc":"Generates XML for a PHP value","params":[{"required":"yes","param":"mixed $value"}],"returns":"string"},{"id":"xmlrpc_encode_request","desc":"Generates XML for a method request","params":[{"required":"yes","param":"string $method"},{"required":"yes","param":"mixed $params"},{"required":"no","param":"array $output_options = ''"}],"returns":"string"},{"id":"xmlrpc_get_type","desc":"Gets xmlrpc type for a PHP value","params":[{"required":"yes","param":"mixed $value"}],"returns":"string"},{"id":"xmlrpc_server_call_method","desc":"Parses XML requests and call methods","params":[{"required":"yes","param":"resource $server"},{"required":"yes","param":"string $xml"},{"required":"yes","param":"mixed $user_data"},{"required":"no","param":"array $output_options = ''"}],"returns":"string"},{"id":"xml_error_string","desc":"Get XML parser error string","params":[{"required":"yes","param":"int $code"}],"returns":"string"},{"id":"xslt_backend_info","desc":"Returns the information on the compilation settings of the backend","params":[],"returns":"string"},{"id":"xslt_backend_name","desc":"Returns the name of the backend","params":[],"returns":"string"},{"id":"xslt_backend_version","desc":"Returns the version number of Sablotron","params":[],"returns":"string"},{"id":"xslt_error","desc":"Returns an error string","params":[{"required":"yes","param":"resource $xh"}],"returns":"string"},{"id":"yaml_emit","desc":"Returns the YAML representation of a value","params":[{"required":"yes","param":"mixed $data"},{"required":"no","param":"int $encoding = YAML_ANY_ENCODING"},{"required":"no","param":"int $linebreak = YAML_ANY_BREAK"}],"returns":"string"},{"id":"yaz_addinfo","desc":"Returns additional error information","params":[{"required":"yes","param":"resource $id"}],"returns":"string"},{"id":"yaz_error","desc":"Returns error description","params":[{"required":"yes","param":"resource $id"}],"returns":"string"},{"id":"yaz_get_option","desc":"Returns value of option for connection","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $name"}],"returns":"string"},{"id":"yaz_record","desc":"Returns a record","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"int $pos"},{"required":"yes","param":"string $type"}],"returns":"string"},{"id":"yp_err_string","desc":"Returns the error string associated with the given error code","params":[{"required":"yes","param":"int $errorcode"}],"returns":"string"},{"id":"yp_get_default_domain","desc":"Fetches the machine's default NIS domain","params":[],"returns":"string"},{"id":"yp_master","desc":"Returns the machine name of the master NIS server for a map","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"}],"returns":"string"},{"id":"yp_match","desc":"Returns the matched line","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"},{"required":"yes","param":"string $key"}],"returns":"string"},{"id":"zend_logo_guid","desc":"Gets the Zend guid","params":[],"returns":"string"},{"id":"zend_version","desc":"Gets the version of the current Zend engine","params":[],"returns":"string"},{"id":"zip_entry_compressionmethod","desc":"Retrieve the compression method of a directory entry","params":[{"required":"yes","param":"resource $zip_entry"}],"returns":"string"},{"id":"zip_entry_name","desc":"Retrieve the name of a directory entry","params":[{"required":"yes","param":"resource $zip_entry"}],"returns":"string"},{"id":"zip_entry_read","desc":"Read from an open directory entry","params":[{"required":"yes","param":"resource $zip_entry"},{"required":"no","param":"int $length = ''"}],"returns":"string"},{"id":"zlib_get_coding_type","desc":"Returns the coding type used for output compression","params":[],"returns":"string"},{"id":"aggregate","desc":"Dynamic class and object aggregation of methods and properties","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"}],"returns":"void"},{"id":"aggregate_methods","desc":"Dynamic class and object aggregation of methods","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"}],"returns":"void"},{"id":"aggregate_methods_by_list","desc":"Selective dynamic class methods aggregation to an object","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"},{"required":"yes","param":"array $methods_list"},{"required":"no","param":"bool $exclude = false"}],"returns":"void"},{"id":"aggregate_methods_by_regexp","desc":"Selective class methods aggregation to an object using a regular expression","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"},{"required":"yes","param":"string $regexp"},{"required":"no","param":"bool $exclude = false"}],"returns":"void"},{"id":"aggregate_properties","desc":"Dynamic aggregation of class properties to an object","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"}],"returns":"void"},{"id":"aggregate_properties_by_list","desc":"Selective dynamic class properties aggregation to an object","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"},{"required":"yes","param":"array $properties_list"},{"required":"no","param":"bool $exclude = false"}],"returns":"void"},{"id":"aggregate_properties_by_regexp","desc":"Selective class properties aggregation to an object using a regular expression","params":[{"required":"yes","param":"object $object"},{"required":"yes","param":"string $class_name"},{"required":"yes","param":"string $regexp"},{"required":"no","param":"bool $exclude = false"}],"returns":"void"},{"id":"apd_clunk","desc":"Throw a warning and a callstack","params":[{"required":"yes","param":"string $warning"},{"required":"no","param":"string $delimiter = ''"}],"returns":"void"},{"id":"apd_croak","desc":"Throw an error, a callstack and then exit","params":[{"required":"yes","param":"string $warning"},{"required":"no","param":"string $delimiter = ''"}],"returns":"void"},{"id":"apd_dump_function_table","desc":"Outputs the current function table","params":[],"returns":"void"},{"id":"apd_set_session","desc":"Changes or sets the current debugging level","params":[{"required":"yes","param":"int $debug_level"}],"returns":"void"},{"id":"apd_set_session_trace","desc":"Starts the session debugging","params":[{"required":"yes","param":"int $debug_level"},{"required":"no","param":"string $dump_directory = ''"}],"returns":"void"},{"id":"cairo_append_path","desc":"Appends a path to current path","params":[{"required":"yes","param":"CairoPath $path"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_arc","desc":"Adds a circular arc","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $radius"},{"required":"yes","param":"float $angle1"},{"required":"yes","param":"float $angle2"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_arc_negative","desc":"Adds a negative arc","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $radius"},{"required":"yes","param":"float $angle1"},{"required":"yes","param":"float $angle2"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_clip","desc":"Establishes a new clip region","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_clip_preserve","desc":"Establishes a new clip region from the current clip","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_close_path","desc":"Closes the current path","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_copy_page","desc":"The copyPage purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_curve_to","desc":"Adds a curve","params":[{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"},{"required":"yes","param":"float $x3"},{"required":"yes","param":"float $y3"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_fill","desc":"Fills the current path","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_fill_preserve","desc":"Fills and preserve the current path","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_font_options_merge","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"},{"required":"yes","param":"CairoFontOptions $other"}],"returns":"void"},{"id":"cairo_font_options_set_antialias","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"},{"required":"yes","param":"int $antialias"}],"returns":"void"},{"id":"cairo_font_options_set_hint_metrics","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"},{"required":"yes","param":"int $hint_metrics"}],"returns":"void"},{"id":"cairo_font_options_set_hint_style","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"},{"required":"yes","param":"int $hint_style"}],"returns":"void"},{"id":"cairo_font_options_set_subpixel_order","desc":"Description","params":[{"required":"yes","param":"CairoFontOptions $options"},{"required":"yes","param":"int $subpixel_order"}],"returns":"void"},{"id":"cairo_get_font_face","desc":"The getFontFace purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_font_matrix","desc":"The getFontMatrix purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_font_options","desc":"The getFontOptions purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_group_target","desc":"The getGroupTarget purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_matrix","desc":"The getMatrix purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_scaled_font","desc":"The getScaledFont purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_source","desc":"The getSource purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_get_target","desc":"The getTarget purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_glyph_path","desc":"The glyphPath purpose","params":[{"required":"yes","param":"array $glyphs"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_identity_matrix","desc":"The identityMatrix purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_line_to","desc":"The lineTo purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_mask","desc":"The mask purpose","params":[{"required":"yes","param":"CairoPattern $pattern"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_mask_surface","desc":"The maskSurface purpose","params":[{"required":"yes","param":"CairoSurface $surface"},{"required":"no","param":"string $x = ''"},{"required":"no","param":"string $y = ''"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_matrix_invert","desc":"Description","params":[{"required":"yes","param":"CairoMatrix $matrix"}],"returns":"void"},{"id":"cairo_matrix_rotate","desc":"Description","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"float $radians"}],"returns":"void"},{"id":"cairo_matrix_scale","desc":"Applies scaling to a matrix","params":[{"required":"yes","param":"float $sx"},{"required":"yes","param":"float $sy"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_matrix_translate","desc":"Description","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"float $tx"},{"required":"yes","param":"float $ty"}],"returns":"void"},{"id":"cairo_move_to","desc":"The moveTo purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_new_path","desc":"The newPath purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_new_sub_path","desc":"The newSubPath purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_paint","desc":"The paint purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_paint_with_alpha","desc":"The paintWithAlpha purpose","params":[{"required":"yes","param":"string $alpha"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_pattern_add_color_stop_rgb","desc":"Description","params":[{"required":"yes","param":"CairoGradientPattern $pattern"},{"required":"yes","param":"float $offset"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"}],"returns":"void"},{"id":"cairo_pattern_add_color_stop_rgba","desc":"Description","params":[{"required":"yes","param":"CairoGradientPattern $pattern"},{"required":"yes","param":"float $offset"},{"required":"yes","param":"float $red"},{"required":"yes","param":"float $green"},{"required":"yes","param":"float $blue"},{"required":"yes","param":"float $alpha"}],"returns":"void"},{"id":"cairo_pattern_set_extend","desc":"Description","params":[{"required":"yes","param":"string $pattern"},{"required":"yes","param":"string $extend"}],"returns":"void"},{"id":"cairo_pattern_set_filter","desc":"Description","params":[{"required":"yes","param":"CairoSurfacePattern $pattern"},{"required":"yes","param":"int $filter"}],"returns":"void"},{"id":"cairo_pattern_set_matrix","desc":"Description","params":[{"required":"yes","param":"CairoPattern $pattern"},{"required":"yes","param":"CairoMatrix $matrix"}],"returns":"void"},{"id":"cairo_pdf_surface_set_size","desc":"Description","params":[{"required":"yes","param":"CairoPdfSurface $surface"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"void"},{"id":"cairo_pop_group","desc":"The popGroup purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_pop_group_to_source","desc":"The popGroupToSource purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_ps_surface_dsc_begin_page_setup","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"}],"returns":"void"},{"id":"cairo_ps_surface_dsc_begin_setup","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"}],"returns":"void"},{"id":"cairo_ps_surface_dsc_comment","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"},{"required":"yes","param":"string $comment"}],"returns":"void"},{"id":"cairo_ps_surface_restrict_to_level","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"},{"required":"yes","param":"int $level"}],"returns":"void"},{"id":"cairo_ps_surface_set_eps","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"},{"required":"yes","param":"bool $level"}],"returns":"void"},{"id":"cairo_ps_surface_set_size","desc":"Description","params":[{"required":"yes","param":"CairoPsSurface $surface"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"void"},{"id":"cairo_push_group","desc":"The pushGroup purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_push_group_with_content","desc":"The pushGroupWithContent purpose","params":[{"required":"yes","param":"string $content"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_rectangle","desc":"The rectangle purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"string $width"},{"required":"yes","param":"string $height"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_rel_curve_to","desc":"The relCurveTo purpose","params":[{"required":"yes","param":"string $x1"},{"required":"yes","param":"string $y1"},{"required":"yes","param":"string $x2"},{"required":"yes","param":"string $y2"},{"required":"yes","param":"string $x3"},{"required":"yes","param":"string $y3"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_rel_line_to","desc":"The relLineTo purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_rel_move_to","desc":"The relMoveTo purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_reset_clip","desc":"The resetClip purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_restore","desc":"The restore purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_rotate","desc":"The rotate purpose","params":[{"required":"yes","param":"string $sx"},{"required":"yes","param":"string $sy"},{"required":"yes","param":"CairoContext $context"},{"required":"yes","param":"string $angle"}],"returns":"void"},{"id":"cairo_save","desc":"The save purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_scale","desc":"The scale purpose","params":[{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_select_font_face","desc":"The selectFontFace purpose","params":[{"required":"yes","param":"string $family"},{"required":"no","param":"string $slant = ''"},{"required":"no","param":"string $weight = ''"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_antialias","desc":"The setAntialias purpose","params":[{"required":"no","param":"string $antialias = ''"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_dash","desc":"The setDash purpose","params":[{"required":"yes","param":"array $dashes"},{"required":"no","param":"string $offset = ''"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_fill_rule","desc":"The setFillRule purpose","params":[{"required":"yes","param":"string $setting"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_font_face","desc":"The setFontFace purpose","params":[{"required":"yes","param":"CairoFontFace $fontface"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_font_matrix","desc":"The setFontMatrix purpose","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_font_options","desc":"The setFontOptions purpose","params":[{"required":"yes","param":"CairoFontOptions $fontoptions"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_font_size","desc":"The setFontSize purpose","params":[{"required":"yes","param":"string $size"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_line_cap","desc":"The setLineCap purpose","params":[{"required":"yes","param":"string $setting"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_line_join","desc":"The setLineJoin purpose","params":[{"required":"yes","param":"string $setting"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_line_width","desc":"The setLineWidth purpose","params":[{"required":"yes","param":"string $width"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_matrix","desc":"The setMatrix purpose","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_miter_limit","desc":"The setMiterLimit purpose","params":[{"required":"yes","param":"string $limit"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_operator","desc":"The setOperator purpose","params":[{"required":"yes","param":"string $setting"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_scaled_font","desc":"The setScaledFont purpose","params":[{"required":"yes","param":"CairoScaledFont $scaledfont"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_source","desc":"The setSourceRGBA purpose","params":[{"required":"yes","param":"string $red"},{"required":"yes","param":"string $green"},{"required":"yes","param":"string $blue"},{"required":"yes","param":"string $alpha"},{"required":"yes","param":"CairoContext $context"},{"required":"yes","param":"CairoPattern $pattern"}],"returns":"void"},{"id":"cairo_set_source_surface","desc":"The setSourceSurface purpose","params":[{"required":"yes","param":"CairoSurface $surface"},{"required":"no","param":"string $x = ''"},{"required":"no","param":"string $y = ''"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_set_tolerance","desc":"The setTolerance purpose","params":[{"required":"yes","param":"string $tolerance"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_show_page","desc":"The showPage purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_show_text","desc":"The showText purpose","params":[{"required":"yes","param":"string $text"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_stroke","desc":"The stroke purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_stroke_preserve","desc":"The strokePreserve purpose","params":[{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_surface_copy_page","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"void"},{"id":"cairo_surface_finish","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"void"},{"id":"cairo_surface_flush","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"void"},{"id":"cairo_surface_mark_dirty","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"void"},{"id":"cairo_surface_mark_dirty_rectangle","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"}],"returns":"void"},{"id":"cairo_surface_set_device_offset","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"void"},{"id":"cairo_surface_set_fallback_resolution","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"},{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"void"},{"id":"cairo_surface_show_page","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"}],"returns":"void"},{"id":"cairo_surface_write_to_png","desc":"Description","params":[{"required":"yes","param":"CairoSurface $surface"},{"required":"yes","param":"resource $stream"}],"returns":"void"},{"id":"cairo_svg_surface_restrict_to_version","desc":"Description","params":[{"required":"yes","param":"CairoSvgSurface $surface"},{"required":"yes","param":"int $version"}],"returns":"void"},{"id":"cairo_text_path","desc":"The textPath purpose","params":[{"required":"yes","param":"string $string"},{"required":"yes","param":"CairoContext $context"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"cairo_transform","desc":"The transform purpose","params":[{"required":"yes","param":"CairoMatrix $matrix"},{"required":"yes","param":"CairoContext $context"}],"returns":"void"},{"id":"cairo_translate","desc":"The translate purpose","params":[{"required":"yes","param":"string $tx"},{"required":"yes","param":"string $ty"},{"required":"yes","param":"CairoContext $context"},{"required":"yes","param":"string $x"},{"required":"yes","param":"string $y"}],"returns":"void"},{"id":"clearstatcache","desc":"Clears file status cache","params":[{"required":"no","param":"bool $clear_realpath_cache = false"},{"required":"no","param":"string $filename = ''"}],"returns":"void"},{"id":"closedir","desc":"Close directory handle","params":[{"required":"no","param":"resource $dir_handle = ''"}],"returns":"void"},{"id":"com_addref","desc":"Increases the components reference counter [deprecated]","params":[],"returns":"void"},{"id":"com_release","desc":"Decreases the components reference counter [deprecated]","params":[],"returns":"void"},{"id":"curl_close","desc":"Close a cURL session","params":[{"required":"yes","param":"resource $ch"}],"returns":"void"},{"id":"curl_multi_close","desc":"Close a set of cURL handles","params":[{"required":"yes","param":"resource $mh"}],"returns":"void"},{"id":"cyrus_authenticate","desc":"Authenticate against a Cyrus IMAP server","params":[{"required":"yes","param":"resource $connection"},{"required":"no","param":"string $mechlist = ''"},{"required":"no","param":"string $service = ''"},{"required":"no","param":"string $user = ''"},{"required":"no","param":"int $minssf = ''"},{"required":"no","param":"int $maxssf = ''"},{"required":"no","param":"string $authname = ''"},{"required":"no","param":"string $password = ''"}],"returns":"void"},{"id":"dba_close","desc":"Close a DBA database","params":[{"required":"yes","param":"resource $handle"}],"returns":"void"},{"id":"deaggregate","desc":"Removes the aggregated methods and properties from an object","params":[{"required":"yes","param":"object $object"},{"required":"no","param":"string $class_name = ''"}],"returns":"void"},{"id":"debug_print_backtrace","desc":"Prints a backtrace","params":[{"required":"no","param":"int $options = ''"},{"required":"no","param":"int $limit = ''"}],"returns":"void"},{"id":"debug_zval_dump","desc":"Dumps a string representation of an internal zend value to output","params":[{"required":"yes","param":"mixed $variable"}],"returns":"void"},{"id":"define_syslog_variables","desc":"Initializes all syslog related variables","params":[],"returns":"void"},{"id":"delete","desc":"See unlink or unset","params":[],"returns":"void"},{"id":"dio_close","desc":"Closes the file descriptor given by fd","params":[{"required":"yes","param":"resource $fd"}],"returns":"void"},{"id":"dir","desc":"Return an instance of the Directory class","params":[],"returns":"void"},{"id":"echo","desc":"Output one or more strings","params":[{"required":"yes","param":"string $arg1"},{"required":"no","param":"string $... = ''"}],"returns":"void"},{"id":"enchant_dict_add_to_personal","desc":"add a word to personal word list","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $word"}],"returns":"void"},{"id":"enchant_dict_add_to_session","desc":"add 'word' to this spell-checking session","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $word"}],"returns":"void"},{"id":"enchant_dict_store_replacement","desc":"Add a correction for a word","params":[{"required":"yes","param":"resource $dict"},{"required":"yes","param":"string $mis"},{"required":"yes","param":"string $cor"}],"returns":"void"},{"id":"event_base_free","desc":"Destroy event base","params":[{"required":"yes","param":"resource $event_base"}],"returns":"void"},{"id":"event_buffer_fd_set","desc":"Change a buffered event file descriptor","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"resource $fd"}],"returns":"void"},{"id":"event_buffer_free","desc":"Destroy buffered event","params":[{"required":"yes","param":"resource $bevent"}],"returns":"void"},{"id":"event_buffer_timeout_set","desc":"Set read and write timeouts for a buffered event","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"int $read_timeout"},{"required":"yes","param":"int $write_timeout"}],"returns":"void"},{"id":"event_buffer_watermark_set","desc":"Set the watermarks for read and write events","params":[{"required":"yes","param":"resource $bevent"},{"required":"yes","param":"int $events"},{"required":"yes","param":"int $lowmark"},{"required":"yes","param":"int $highmark"}],"returns":"void"},{"id":"event_free","desc":"Free event resource","params":[{"required":"yes","param":"resource $event"}],"returns":"void"},{"id":"exit","desc":"Output a message and terminate the current script","params":[{"required":"yes","param":"int $status"}],"returns":"void"},{"id":"fam_close","desc":"Close FAM connection","params":[{"required":"yes","param":"resource $fam"}],"returns":"void"},{"id":"fbsql_set_characterset","desc":"Change input/output character set","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"int $characterset"},{"required":"no","param":"int $in_out_both = ''"}],"returns":"void"},{"id":"fbsql_set_transaction","desc":"Set the transaction locking and isolation","params":[{"required":"yes","param":"resource $link_identifier"},{"required":"yes","param":"int $locking"},{"required":"yes","param":"int $isolation"}],"returns":"void"},{"id":"fdf_close","desc":"Close an FDF document","params":[{"required":"yes","param":"resource $fdf_document"}],"returns":"void"},{"id":"fdf_header","desc":"Sets FDF-specific output headers","params":[],"returns":"void"},{"id":"flush","desc":"Flush the output buffer","params":[],"returns":"void"},{"id":"gc_disable","desc":"Deactivates the circular reference collector","params":[],"returns":"void"},{"id":"gc_enable","desc":"Activates the circular reference collector","params":[],"returns":"void"},{"id":"gmp_clrbit","desc":"Clear bit","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"int $index"}],"returns":"void"},{"id":"gmp_setbit","desc":"Set bit","params":[{"required":"yes","param":"resource $a"},{"required":"yes","param":"int $index"},{"required":"no","param":"bool $set_clear = true"}],"returns":"void"},{"id":"gnupg_seterrormode","desc":"Sets the mode for error_reporting","params":[{"required":"yes","param":"resource $identifier"},{"required":"yes","param":"int $errormode"}],"returns":"void"},{"id":"gupnp_context_set_subscription_timeout","desc":"Sets the event subscription timeout","params":[{"required":"yes","param":"resource $context"},{"required":"yes","param":"int $timeout"}],"returns":"void"},{"id":"header","desc":"Send a raw HTTP header","params":[{"required":"yes","param":"string $string"},{"required":"no","param":"bool $replace = true"},{"required":"no","param":"int $http_response_code = ''"}],"returns":"void"},{"id":"header_remove","desc":"Remove previously set headers","params":[{"required":"no","param":"string $name = ''"}],"returns":"void"},{"id":"http_throttle","desc":"HTTP throttling","params":[{"required":"yes","param":"float $sec"},{"required":"no","param":"int $bytes = 40960"}],"returns":"void"},{"id":"hw_connection_info","desc":"Prints information about the connection to Hyperwave server","params":[{"required":"yes","param":"int $link"}],"returns":"void"},{"id":"ibase_blob_add","desc":"Add data into a newly created blob","params":[{"required":"yes","param":"resource $blob_handle"},{"required":"yes","param":"string $data"}],"returns":"void"},{"id":"imagecolorset","desc":"Set the color for the specified palette index","params":[{"required":"yes","param":"resource $image"},{"required":"yes","param":"int $index"},{"required":"yes","param":"int $red"},{"required":"yes","param":"int $green"},{"required":"yes","param":"int $blue"},{"required":"no","param":"int $alpha = ''"}],"returns":"void"},{"id":"imagepalettecopy","desc":"Copy the palette from one image to another","params":[{"required":"yes","param":"resource $destination"},{"required":"yes","param":"resource $source"}],"returns":"void"},{"id":"ini_restore","desc":"Restores the value of a configuration option","params":[{"required":"yes","param":"string $varname"}],"returns":"void"},{"id":"java_last_exception_clear","desc":"Clear last Java exception","params":[],"returns":"void"},{"id":"libxml_clear_errors","desc":"Clear libxml error buffer","params":[],"returns":"void"},{"id":"libxml_set_streams_context","desc":"Set the streams context for the next libxml document load or write","params":[{"required":"yes","param":"resource $streams_context"}],"returns":"void"},{"id":"mailparse_msg_extract_part","desc":"Extracts/decodes a message section","params":[{"required":"yes","param":"resource $mimemail"},{"required":"yes","param":"string $msgbody"},{"required":"no","param":"callback $callbackfunc = ''"}],"returns":"void"},{"id":"maxdb_debug","desc":"Performs debugging operations","params":[{"required":"yes","param":"string $debug"}],"returns":"void"},{"id":"maxdb_disable_reads_from_master","desc":"Disable reads from master","params":[{"required":"yes","param":"resource $link"}],"returns":"void"},{"id":"maxdb_free_result","desc":"Frees the memory associated with a result","params":[{"required":"yes","param":"resource $result"}],"returns":"void"},{"id":"maxdb_server_end","desc":"Shut down the embedded server","params":[],"returns":"void"},{"id":"maxdb_stmt_free_result","desc":"Frees stored result memory for the given statement handle","params":[{"required":"yes","param":"resource $stmt"}],"returns":"void"},{"id":"ming_setcubicthreshold","desc":"Set cubic threshold","params":[{"required":"yes","param":"int $threshold"}],"returns":"void"},{"id":"ming_setscale","desc":"Set the global scaling factor.","params":[{"required":"yes","param":"float $scale"}],"returns":"void"},{"id":"ming_setswfcompression","desc":"Sets the SWF output compression","params":[{"required":"yes","param":"int $level"}],"returns":"void"},{"id":"ming_useconstants","desc":"Use constant pool","params":[{"required":"yes","param":"int $use"}],"returns":"void"},{"id":"ming_useswfversion","desc":"Sets the SWF version","params":[{"required":"yes","param":"int $version"}],"returns":"void"},{"id":"mqseries_back","desc":"MQSeries MQBACK","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_begin","desc":"MQseries MQBEGIN","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"array $beginOptions"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_close","desc":"MQSeries MQCLOSE","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $hobj"},{"required":"yes","param":"int $options"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_cmit","desc":"MQSeries MQCMIT","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_conn","desc":"MQSeries MQCONN","params":[{"required":"yes","param":"string $qManagerName"},{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_connx","desc":"MQSeries MQCONNX","params":[{"required":"yes","param":"string $qManagerName"},{"required":"yes","param":"array $connOptions"},{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_disc","desc":"MQSeries MQDISC","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_get","desc":"MQSeries MQGET","params":[{"required":"yes","param":"resource $hConn"},{"required":"yes","param":"resource $hObj"},{"required":"yes","param":"array $md"},{"required":"yes","param":"array $gmo"},{"required":"yes","param":"int $bufferLength"},{"required":"yes","param":"string $msg"},{"required":"yes","param":"int $data_length"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_inq","desc":"MQSeries MQINQ","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $hobj"},{"required":"yes","param":"int $selectorCount"},{"required":"yes","param":"array $selectors"},{"required":"yes","param":"int $intAttrCount"},{"required":"yes","param":"resource $intAttr"},{"required":"yes","param":"int $charAttrLength"},{"required":"yes","param":"resource $charAttr"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_open","desc":"MQSeries MQOPEN","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"array $objDesc"},{"required":"yes","param":"int $option"},{"required":"yes","param":"resource $hobj"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_put","desc":"MQSeries MQPUT","params":[{"required":"yes","param":"resource $hConn"},{"required":"yes","param":"resource $hObj"},{"required":"yes","param":"array $md"},{"required":"yes","param":"array $pmo"},{"required":"yes","param":"string $message"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_put1","desc":"MQSeries MQPUT1","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $objDesc"},{"required":"yes","param":"resource $msgDesc"},{"required":"yes","param":"resource $pmo"},{"required":"yes","param":"string $buffer"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"mqseries_set","desc":"MQSeries MQSET","params":[{"required":"yes","param":"resource $hconn"},{"required":"yes","param":"resource $hobj"},{"required":"yes","param":"int $selectorcount"},{"required":"yes","param":"array $selectors"},{"required":"yes","param":"int $intattrcount"},{"required":"yes","param":"array $intattrs"},{"required":"yes","param":"int $charattrlength"},{"required":"yes","param":"array $charattrs"},{"required":"yes","param":"resource $compCode"},{"required":"yes","param":"resource $reason"}],"returns":"void"},{"id":"msession_disconnect","desc":"Close connection to msession server","params":[],"returns":"void"},{"id":"msession_set_array","desc":"Set msession variables from an array","params":[{"required":"yes","param":"string $session"},{"required":"yes","param":"array $tuples"}],"returns":"void"},{"id":"mssql_min_error_severity","desc":"Sets the minimum error severity","params":[{"required":"yes","param":"int $severity"}],"returns":"void"},{"id":"mssql_min_message_severity","desc":"Sets the minimum message severity","params":[{"required":"yes","param":"int $severity"}],"returns":"void"},{"id":"mt_srand","desc":"Seed the better random number generator","params":[{"required":"no","param":"int $seed = ''"}],"returns":"void"},{"id":"mysqli_embedded_server_end","desc":"Stop embedded server","params":[],"returns":"void"},{"id":"mysqli_free_result","desc":"Frees the memory associated with a result","params":[{"required":"yes","param":"mysqli_result $result"}],"returns":"void"},{"id":"mysqli_set_local_infile_default","desc":"Unsets user defined handler for load local infile command","params":[{"required":"yes","param":"mysqli $link"}],"returns":"void"},{"id":"mysqli_stmt_data_seek","desc":"Seeks to an arbitrary row in statement result set","params":[{"required":"yes","param":"int $offset"},{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"void"},{"id":"mysqli_stmt_free_result","desc":"Frees stored result memory for the given statement handle","params":[{"required":"yes","param":"mysqli_stmt $stmt"}],"returns":"void"},{"id":"m_destroyengine","desc":"Free memory associated with IP/SSL connectivity","params":[],"returns":"void"},{"id":"ncurses_bkgdset","desc":"Control screen background","params":[{"required":"yes","param":"int $attrchar"}],"returns":"void"},{"id":"ncurses_filter","desc":"Set LINES for iniscr() and newterm() to 1","params":[],"returns":"void"},{"id":"ncurses_getmaxyx","desc":"Returns the size of a window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"void"},{"id":"ncurses_getyx","desc":"Returns the current cursor position for a window","params":[{"required":"yes","param":"resource $window"},{"required":"yes","param":"int $y"},{"required":"yes","param":"int $x"}],"returns":"void"},{"id":"ncurses_init","desc":"Initialize ncurses","params":[],"returns":"void"},{"id":"ncurses_noqiflush","desc":"Do not flush on signal characters","params":[],"returns":"void"},{"id":"ncurses_qiflush","desc":"Flush on signal characters","params":[],"returns":"void"},{"id":"ncurses_timeout","desc":"Set timeout for special key sequences","params":[{"required":"yes","param":"int $millisec"}],"returns":"void"},{"id":"ncurses_update_panels","desc":"Refreshes the virtual screen to reflect the relations between panels in the stack","params":[],"returns":"void"},{"id":"ncurses_use_env","desc":"Control use of environment information about terminal size","params":[{"required":"yes","param":"bool $flag"}],"returns":"void"},{"id":"newt_bell","desc":"Send a beep to the terminal","params":[],"returns":"void"},{"id":"newt_checkbox_set_flags","desc":"Configures checkbox resource","params":[{"required":"yes","param":"resource $checkbox"},{"required":"yes","param":"int $flags"},{"required":"yes","param":"int $sense"}],"returns":"void"},{"id":"newt_checkbox_set_value","desc":"Sets the value of the checkbox","params":[{"required":"yes","param":"resource $checkbox"},{"required":"yes","param":"string $value"}],"returns":"void"},{"id":"newt_checkbox_tree_add_item","desc":"Adds new item to the checkbox tree","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"string $text"},{"required":"yes","param":"mixed $data"},{"required":"yes","param":"int $flags"},{"required":"yes","param":"int $index"},{"required":"no","param":"int $... = ''"}],"returns":"void"},{"id":"newt_checkbox_tree_set_current","desc":"","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"mixed $data"}],"returns":"void"},{"id":"newt_checkbox_tree_set_entry","desc":"","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"mixed $data"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"newt_checkbox_tree_set_entry_value","desc":"","params":[{"required":"yes","param":"resource $checkboxtree"},{"required":"yes","param":"mixed $data"},{"required":"yes","param":"string $value"}],"returns":"void"},{"id":"newt_checkbox_tree_set_width","desc":"","params":[{"required":"yes","param":"resource $checkbox_tree"},{"required":"yes","param":"int $width"}],"returns":"void"},{"id":"newt_clear_key_buffer","desc":"Discards the contents of the terminal's input buffer without waiting for additional input","params":[],"returns":"void"},{"id":"newt_cls","desc":"","params":[],"returns":"void"},{"id":"newt_component_add_callback","desc":"","params":[{"required":"yes","param":"resource $component"},{"required":"yes","param":"mixed $func_name"},{"required":"yes","param":"mixed $data"}],"returns":"void"},{"id":"newt_component_takes_focus","desc":"","params":[{"required":"yes","param":"resource $component"},{"required":"yes","param":"bool $takes_focus"}],"returns":"void"},{"id":"newt_cursor_off","desc":"","params":[],"returns":"void"},{"id":"newt_cursor_on","desc":"","params":[],"returns":"void"},{"id":"newt_delay","desc":"","params":[{"required":"yes","param":"int $microseconds"}],"returns":"void"},{"id":"newt_draw_form","desc":"","params":[{"required":"yes","param":"resource $form"}],"returns":"void"},{"id":"newt_draw_root_text","desc":"Displays the string text at the position indicated","params":[{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"newt_entry_set","desc":"","params":[{"required":"yes","param":"resource $entry"},{"required":"yes","param":"string $value"},{"required":"no","param":"bool $cursor_at_end = ''"}],"returns":"void"},{"id":"newt_entry_set_filter","desc":"","params":[{"required":"yes","param":"resource $entry"},{"required":"yes","param":"callback $filter"},{"required":"yes","param":"mixed $data"}],"returns":"void"},{"id":"newt_entry_set_flags","desc":"","params":[{"required":"yes","param":"resource $entry"},{"required":"yes","param":"int $flags"},{"required":"yes","param":"int $sense"}],"returns":"void"},{"id":"newt_form_add_component","desc":"Adds a single component to the form","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"resource $component"}],"returns":"void"},{"id":"newt_form_add_components","desc":"Add several components to the form","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"array $components"}],"returns":"void"},{"id":"newt_form_add_hot_key","desc":"","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"int $key"}],"returns":"void"},{"id":"newt_form_destroy","desc":"Destroys a form","params":[{"required":"yes","param":"resource $form"}],"returns":"void"},{"id":"newt_form_run","desc":"Runs a form","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"array $exit_struct"}],"returns":"void"},{"id":"newt_form_set_background","desc":"","params":[{"required":"yes","param":"resource $from"},{"required":"yes","param":"int $background"}],"returns":"void"},{"id":"newt_form_set_height","desc":"","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"int $height"}],"returns":"void"},{"id":"newt_form_set_size","desc":"","params":[{"required":"yes","param":"resource $form"}],"returns":"void"},{"id":"newt_form_set_timer","desc":"","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"int $milliseconds"}],"returns":"void"},{"id":"newt_form_set_width","desc":"","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"int $width"}],"returns":"void"},{"id":"newt_form_watch_fd","desc":"","params":[{"required":"yes","param":"resource $form"},{"required":"yes","param":"resource $stream"},{"required":"no","param":"int $flags = ''"}],"returns":"void"},{"id":"newt_get_screen_size","desc":"Fills in the passed references with the current size of the terminal","params":[{"required":"yes","param":"int $cols"},{"required":"yes","param":"int $rows"}],"returns":"void"},{"id":"newt_grid_add_components_to_form","desc":"","params":[{"required":"yes","param":"resource $grid"},{"required":"yes","param":"resource $form"},{"required":"yes","param":"bool $recurse"}],"returns":"void"},{"id":"newt_grid_free","desc":"","params":[{"required":"yes","param":"resource $grid"},{"required":"yes","param":"bool $recurse"}],"returns":"void"},{"id":"newt_grid_get_size","desc":"","params":[{"required":"yes","param":"resouce $grid"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"}],"returns":"void"},{"id":"newt_grid_place","desc":"","params":[{"required":"yes","param":"resource $grid"},{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"}],"returns":"void"},{"id":"newt_grid_set_field","desc":"","params":[{"required":"yes","param":"resource $grid"},{"required":"yes","param":"int $col"},{"required":"yes","param":"int $row"},{"required":"yes","param":"int $type"},{"required":"yes","param":"resource $val"},{"required":"yes","param":"int $pad_left"},{"required":"yes","param":"int $pad_top"},{"required":"yes","param":"int $pad_right"},{"required":"yes","param":"int $pad_bottom"},{"required":"yes","param":"int $anchor"},{"required":"no","param":"int $flags = ''"}],"returns":"void"},{"id":"newt_grid_wrapped_window","desc":"","params":[{"required":"yes","param":"resource $grid"},{"required":"yes","param":"string $title"}],"returns":"void"},{"id":"newt_grid_wrapped_window_at","desc":"","params":[{"required":"yes","param":"resource $grid"},{"required":"yes","param":"string $title"},{"required":"yes","param":"int $left"},{"required":"yes","param":"int $top"}],"returns":"void"},{"id":"newt_label_set_text","desc":"","params":[{"required":"yes","param":"resource $label"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"newt_listbox_append_entry","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"string $text"},{"required":"yes","param":"mixed $data"}],"returns":"void"},{"id":"newt_listbox_clear","desc":"","params":[{"required":"yes","param":"resource $listobx"}],"returns":"void"},{"id":"newt_listbox_clear_selection","desc":"","params":[{"required":"yes","param":"resource $listbox"}],"returns":"void"},{"id":"newt_listbox_delete_entry","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"mixed $key"}],"returns":"void"},{"id":"newt_listbox_insert_entry","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"string $text"},{"required":"yes","param":"mixed $data"},{"required":"yes","param":"mixed $key"}],"returns":"void"},{"id":"newt_listbox_select_item","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"mixed $key"},{"required":"yes","param":"int $sense"}],"returns":"void"},{"id":"newt_listbox_set_current","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"int $num"}],"returns":"void"},{"id":"newt_listbox_set_current_by_key","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"mixed $key"}],"returns":"void"},{"id":"newt_listbox_set_data","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"int $num"},{"required":"yes","param":"mixed $data"}],"returns":"void"},{"id":"newt_listbox_set_entry","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"int $num"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"newt_listbox_set_width","desc":"","params":[{"required":"yes","param":"resource $listbox"},{"required":"yes","param":"int $width"}],"returns":"void"},{"id":"newt_listitem_set","desc":"","params":[{"required":"yes","param":"resource $item"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"newt_pop_help_line","desc":"Replaces the current help line with the one from the stack","params":[],"returns":"void"},{"id":"newt_pop_window","desc":"Removes the top window from the display","params":[],"returns":"void"},{"id":"newt_push_help_line","desc":"Saves the current help line on a stack, and displays the new line","params":[{"required":"no","param":"string $text = ''"}],"returns":"void"},{"id":"newt_redraw_help_line","desc":"","params":[],"returns":"void"},{"id":"newt_refresh","desc":"Updates modified portions of the screen","params":[],"returns":"void"},{"id":"newt_resize_screen","desc":"","params":[{"required":"no","param":"bool $redraw = ''"}],"returns":"void"},{"id":"newt_resume","desc":"Resume using the newt interface after calling newt_suspend","params":[],"returns":"void"},{"id":"newt_scale_set","desc":"","params":[{"required":"yes","param":"resource $scale"},{"required":"yes","param":"int $amount"}],"returns":"void"},{"id":"newt_scrollbar_set","desc":"","params":[{"required":"yes","param":"resource $scrollbar"},{"required":"yes","param":"int $where"},{"required":"yes","param":"int $total"}],"returns":"void"},{"id":"newt_set_help_callback","desc":"","params":[{"required":"yes","param":"mixed $function"}],"returns":"void"},{"id":"newt_set_suspend_callback","desc":"Set a callback function which gets invoked when user presses the suspend key","params":[{"required":"yes","param":"callback $function"},{"required":"yes","param":"mixed $data"}],"returns":"void"},{"id":"newt_suspend","desc":"Tells newt to return the terminal to its initial state","params":[],"returns":"void"},{"id":"newt_textbox_set_height","desc":"","params":[{"required":"yes","param":"resource $textbox"},{"required":"yes","param":"int $height"}],"returns":"void"},{"id":"newt_textbox_set_text","desc":"","params":[{"required":"yes","param":"resource $textbox"},{"required":"yes","param":"string $text"}],"returns":"void"},{"id":"newt_wait_for_key","desc":"Doesn't return until a key has been pressed","params":[],"returns":"void"},{"id":"newt_win_message","desc":"","params":[{"required":"yes","param":"string $title"},{"required":"yes","param":"string $button_text"},{"required":"yes","param":"string $format"},{"required":"no","param":"mixed $args = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"void"},{"id":"newt_win_messagev","desc":"","params":[{"required":"yes","param":"string $title"},{"required":"yes","param":"string $button_text"},{"required":"yes","param":"string $format"},{"required":"yes","param":"array $args"}],"returns":"void"},{"id":"ob_clean","desc":"Clean (erase) the output buffer","params":[],"returns":"void"},{"id":"ob_flush","desc":"Flush (send) the output buffer","params":[],"returns":"void"},{"id":"ob_implicit_flush","desc":"Turn implicit flush on/off","params":[{"required":"no","param":"int $flag = true"}],"returns":"void"},{"id":"oci_internal_debug","desc":"Enables or disables internal debug output","params":[{"required":"yes","param":"bool $onoff"}],"returns":"void"},{"id":"odbc_close","desc":"Close an ODBC connection","params":[{"required":"yes","param":"resource $connection_id"}],"returns":"void"},{"id":"odbc_close_all","desc":"Close all ODBC connections","params":[],"returns":"void"},{"id":"openssl_free_key","desc":"Free key resource","params":[{"required":"yes","param":"resource $key_identifier"}],"returns":"void"},{"id":"openssl_pkey_free","desc":"Frees a private key","params":[{"required":"yes","param":"resource $key"}],"returns":"void"},{"id":"openssl_x509_free","desc":"Free certificate resource","params":[{"required":"yes","param":"resource $x509cert"}],"returns":"void"},{"id":"overload","desc":"Enable property and method call overloading for a class","params":[{"required":"yes","param":"string $class_name"}],"returns":"void"},{"id":"ovrimos_close","desc":"Closes the connection to ovrimos","params":[{"required":"yes","param":"int $connection"}],"returns":"void"},{"id":"parse_str","desc":"Parses the string into variables","params":[{"required":"yes","param":"string $str"},{"required":"no","param":"array $arr = ''"}],"returns":"void"},{"id":"passthru","desc":"Execute an external program and display raw output","params":[{"required":"yes","param":"string $command"},{"required":"no","param":"int $return_var = ''"}],"returns":"void"},{"id":"pcntl_exec","desc":"Executes specified program in current process space","params":[{"required":"yes","param":"string $path"},{"required":"no","param":"array $args = ''"},{"required":"no","param":"array $envs = ''"}],"returns":"void"},{"id":"printer_abort","desc":"Deletes the printer's spool file","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"void"},{"id":"printer_close","desc":"Close an open printer connection","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"void"},{"id":"printer_create_dc","desc":"Create a new device context","params":[{"required":"yes","param":"resource $printer_handle"}],"returns":"void"},{"id":"printer_delete_brush","desc":"Delete a brush","params":[{"required":"yes","param":"resource $brush_handle"}],"returns":"void"},{"id":"printer_delete_font","desc":"Delete a font","params":[{"required":"yes","param":"resource $font_handle"}],"returns":"void"},{"id":"printer_delete_pen","desc":"Delete a pen","params":[{"required":"yes","param":"resource $pen_handle"}],"returns":"void"},{"id":"printer_draw_chord","desc":"Draw a chord","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $rec_x"},{"required":"yes","param":"int $rec_y"},{"required":"yes","param":"int $rec_x1"},{"required":"yes","param":"int $rec_y1"},{"required":"yes","param":"int $rad_x"},{"required":"yes","param":"int $rad_y"},{"required":"yes","param":"int $rad_x1"},{"required":"yes","param":"int $rad_y1"}],"returns":"void"},{"id":"printer_draw_elipse","desc":"Draw an ellipse","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $ul_x"},{"required":"yes","param":"int $ul_y"},{"required":"yes","param":"int $lr_x"},{"required":"yes","param":"int $lr_y"}],"returns":"void"},{"id":"printer_draw_line","desc":"Draw a line","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $from_x"},{"required":"yes","param":"int $from_y"},{"required":"yes","param":"int $to_x"},{"required":"yes","param":"int $to_y"}],"returns":"void"},{"id":"printer_draw_pie","desc":"Draw a pie","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $rec_x"},{"required":"yes","param":"int $rec_y"},{"required":"yes","param":"int $rec_x1"},{"required":"yes","param":"int $rec_y1"},{"required":"yes","param":"int $rad1_x"},{"required":"yes","param":"int $rad1_y"},{"required":"yes","param":"int $rad2_x"},{"required":"yes","param":"int $rad2_y"}],"returns":"void"},{"id":"printer_draw_rectangle","desc":"Draw a rectangle","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $ul_x"},{"required":"yes","param":"int $ul_y"},{"required":"yes","param":"int $lr_x"},{"required":"yes","param":"int $lr_y"}],"returns":"void"},{"id":"printer_draw_roundrect","desc":"Draw a rectangle with rounded corners","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"int $ul_x"},{"required":"yes","param":"int $ul_y"},{"required":"yes","param":"int $lr_x"},{"required":"yes","param":"int $lr_y"},{"required":"yes","param":"int $width"},{"required":"yes","param":"int $height"}],"returns":"void"},{"id":"printer_draw_text","desc":"Draw text","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"string $text"},{"required":"yes","param":"int $x"},{"required":"yes","param":"int $y"}],"returns":"void"},{"id":"printer_select_brush","desc":"Select a brush","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"resource $brush_handle"}],"returns":"void"},{"id":"printer_select_font","desc":"Select a font","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"resource $font_handle"}],"returns":"void"},{"id":"printer_select_pen","desc":"Select a pen","params":[{"required":"yes","param":"resource $printer_handle"},{"required":"yes","param":"resource $pen_handle"}],"returns":"void"},{"id":"ps_close_image","desc":"Closes image and frees memory","params":[{"required":"yes","param":"resource $psdoc"},{"required":"yes","param":"int $imageid"}],"returns":"void"},{"id":"px_set_tablename","desc":"Sets the name of a table (deprecated)","params":[{"required":"yes","param":"resource $pxdoc"},{"required":"yes","param":"string $name"}],"returns":"void"},{"id":"readline_callback_read_char","desc":"Reads a character and informs the readline callback interface when a line is received","params":[],"returns":"void"},{"id":"readline_on_new_line","desc":"Inform readline that the cursor has moved to a new line","params":[],"returns":"void"},{"id":"readline_redisplay","desc":"Redraws the display","params":[],"returns":"void"},{"id":"register_shutdown_function","desc":"Register a function for execution on shutdown","params":[{"required":"yes","param":"callback $function"},{"required":"no","param":"mixed $parameter = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"void"},{"id":"restore_include_path","desc":"Restores the value of the include_path configuration option","params":[],"returns":"void"},{"id":"rewinddir","desc":"Rewind directory handle","params":[{"required":"no","param":"resource $dir_handle = ''"}],"returns":"void"},{"id":"Runkit_Sandbox_Parent","desc":"Runkit Anti-Sandbox Class","params":[],"returns":"void"},{"id":"session_set_cookie_params","desc":"Set the session cookie parameters","params":[{"required":"yes","param":"int $lifetime"},{"required":"no","param":"string $path = ''"},{"required":"no","param":"string $domain = ''"},{"required":"no","param":"bool $secure = false"},{"required":"no","param":"bool $httponly = false"}],"returns":"void"},{"id":"session_unset","desc":"Free all session variables","params":[],"returns":"void"},{"id":"session_write_close","desc":"Write session data and end session","params":[],"returns":"void"},{"id":"setproctitle","desc":"Set the process title","params":[{"required":"yes","param":"string $title"}],"returns":"void"},{"id":"set_time_limit","desc":"Limits the maximum execution time","params":[{"required":"yes","param":"int $seconds"}],"returns":"void"},{"id":"shmop_close","desc":"Close shared memory block","params":[{"required":"yes","param":"int $shmid"}],"returns":"void"},{"id":"snmp_set_oid_numeric_print","desc":"Return all objects including their respective object id within the specified one","params":[{"required":"yes","param":"int $oid_format"}],"returns":"void"},{"id":"socket_clear_error","desc":"Clears the error on the socket or the last error code","params":[{"required":"no","param":"resource $socket = ''"}],"returns":"void"},{"id":"socket_close","desc":"Closes a socket resource","params":[{"required":"yes","param":"resource $socket"}],"returns":"void"},{"id":"spl_autoload","desc":"Default implementation for __autoload()","params":[{"required":"yes","param":"string $class_name"},{"required":"no","param":"string $file_extensions = spl_autoload_extensions("}],"returns":"void"},{"id":"spl_autoload_call","desc":"Try all registered __autoload() function to load the requested class","params":[{"required":"yes","param":"string $class_name"}],"returns":"void"},{"id":"sqlite_busy_timeout","desc":"Set busy timeout duration, or disable busy handlers","params":[{"required":"yes","param":"resource $dbhandle"},{"required":"yes","param":"int $milliseconds"}],"returns":"void"},{"id":"sqlite_close","desc":"Closes an open SQLite database","params":[{"required":"yes","param":"resource $dbhandle"}],"returns":"void"},{"id":"sqlite_create_aggregate","desc":"Register an aggregating UDF for use in SQL statements","params":[{"required":"yes","param":"resource $dbhandle"},{"required":"yes","param":"string $function_name"},{"required":"yes","param":"callback $step_func"},{"required":"yes","param":"callback $finalize_func"},{"required":"no","param":"int $num_args = -1"}],"returns":"void"},{"id":"sqlite_create_function","desc":"Registers a "regular" User Defined Function for use in SQL statements","params":[{"required":"yes","param":"resource $dbhandle"},{"required":"yes","param":"string $function_name"},{"required":"yes","param":"callback $callback"},{"required":"no","param":"int $num_args = -1"}],"returns":"void"},{"id":"srand","desc":"Seed the random number generator","params":[{"required":"no","param":"int $seed = ''"}],"returns":"void"},{"id":"stats_rand_setall","desc":"Not documented","params":[{"required":"yes","param":"int $iseed1"},{"required":"yes","param":"int $iseed2"}],"returns":"void"},{"id":"stomp_set_read_timeout","desc":"Sets read timeout","params":[{"required":"yes","param":"integer $seconds"},{"required":"no","param":"integer $microseconds = ''"},{"required":"yes","param":"resource $link"}],"returns":"void"},{"id":"stream_bucket_append","desc":"Append bucket to brigade","params":[{"required":"yes","param":"resource $brigade"},{"required":"yes","param":"resource $bucket"}],"returns":"void"},{"id":"stream_bucket_prepend","desc":"Prepend bucket to brigade","params":[{"required":"yes","param":"resource $brigade"},{"required":"yes","param":"resource $bucket"}],"returns":"void"},{"id":"svn_auth_set_parameter","desc":"Sets an authentication parameter","params":[{"required":"yes","param":"string $key"},{"required":"yes","param":"string $value"}],"returns":"void"},{"id":"swf_actiongeturl","desc":"Get a URL from a Shockwave Flash movie","params":[{"required":"yes","param":"string $url"},{"required":"yes","param":"string $target"}],"returns":"void"},{"id":"swf_actiongotoframe","desc":"Play a frame and then stop","params":[{"required":"yes","param":"int $framenumber"}],"returns":"void"},{"id":"swf_actiongotolabel","desc":"Display a frame with the specified label","params":[{"required":"yes","param":"string $label"}],"returns":"void"},{"id":"swf_actionnextframe","desc":"Go forward one frame","params":[],"returns":"void"},{"id":"swf_actionplay","desc":"Start playing the flash movie from the current frame","params":[],"returns":"void"},{"id":"swf_actionprevframe","desc":"Go backwards one frame","params":[],"returns":"void"},{"id":"swf_actionsettarget","desc":"Set the context for actions","params":[{"required":"yes","param":"string $target"}],"returns":"void"},{"id":"swf_actionstop","desc":"Stop playing the flash movie at the current frame","params":[],"returns":"void"},{"id":"swf_actiontogglequality","desc":"Toggle between low and high quality","params":[],"returns":"void"},{"id":"swf_actionwaitforframe","desc":"Skip actions if a frame has not been loaded","params":[{"required":"yes","param":"int $framenumber"},{"required":"yes","param":"int $skipcount"}],"returns":"void"},{"id":"swf_addbuttonrecord","desc":"Controls location, appearance and active area of the current button","params":[{"required":"yes","param":"int $states"},{"required":"yes","param":"int $shapeid"},{"required":"yes","param":"int $depth"}],"returns":"void"},{"id":"swf_addcolor","desc":"Set the global add color to the rgba value specified","params":[{"required":"yes","param":"float $r"},{"required":"yes","param":"float $g"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $a"}],"returns":"void"},{"id":"swf_closefile","desc":"Close the current Shockwave Flash file","params":[{"required":"no","param":"int $return_file = ''"}],"returns":"void"},{"id":"swf_definebitmap","desc":"Define a bitmap","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"string $image_name"}],"returns":"void"},{"id":"swf_definefont","desc":"Defines a font","params":[{"required":"yes","param":"int $fontid"},{"required":"yes","param":"string $fontname"}],"returns":"void"},{"id":"swf_defineline","desc":"Define a line","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"},{"required":"yes","param":"float $width"}],"returns":"void"},{"id":"swf_definepoly","desc":"Define a polygon","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"array $coords"},{"required":"yes","param":"int $npoints"},{"required":"yes","param":"float $width"}],"returns":"void"},{"id":"swf_definerect","desc":"Define a rectangle","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"},{"required":"yes","param":"float $width"}],"returns":"void"},{"id":"swf_definetext","desc":"Define a text string","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"string $str"},{"required":"yes","param":"int $docenter"}],"returns":"void"},{"id":"swf_endbutton","desc":"End the definition of the current button","params":[],"returns":"void"},{"id":"swf_enddoaction","desc":"End the current action","params":[],"returns":"void"},{"id":"swf_endshape","desc":"Completes the definition of the current shape","params":[],"returns":"void"},{"id":"swf_endsymbol","desc":"End the definition of a symbol","params":[],"returns":"void"},{"id":"swf_fontsize","desc":"Change the font size","params":[{"required":"yes","param":"float $size"}],"returns":"void"},{"id":"swf_fontslant","desc":"Set the font slant","params":[{"required":"yes","param":"float $slant"}],"returns":"void"},{"id":"swf_fonttracking","desc":"Set the current font tracking","params":[{"required":"yes","param":"float $tracking"}],"returns":"void"},{"id":"swf_labelframe","desc":"Label the current frame","params":[{"required":"yes","param":"string $name"}],"returns":"void"},{"id":"swf_lookat","desc":"Define a viewing transformation","params":[{"required":"yes","param":"float $view_x"},{"required":"yes","param":"float $view_y"},{"required":"yes","param":"float $view_z"},{"required":"yes","param":"float $reference_x"},{"required":"yes","param":"float $reference_y"},{"required":"yes","param":"float $reference_z"},{"required":"yes","param":"float $twist"}],"returns":"void"},{"id":"swf_modifyobject","desc":"Modify an object","params":[{"required":"yes","param":"int $depth"},{"required":"yes","param":"int $how"}],"returns":"void"},{"id":"swf_mulcolor","desc":"Sets the global multiply color to the rgba value specified","params":[{"required":"yes","param":"float $r"},{"required":"yes","param":"float $g"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $a"}],"returns":"void"},{"id":"swf_oncondition","desc":"Describe a transition used to trigger an action list","params":[{"required":"yes","param":"int $transition"}],"returns":"void"},{"id":"swf_openfile","desc":"Open a new Shockwave Flash file","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"float $width"},{"required":"yes","param":"float $height"},{"required":"yes","param":"float $framerate"},{"required":"yes","param":"float $r"},{"required":"yes","param":"float $g"},{"required":"yes","param":"float $b"}],"returns":"void"},{"id":"swf_ortho","desc":"Defines an orthographic mapping of user coordinates onto the current viewport","params":[{"required":"yes","param":"float $xmin"},{"required":"yes","param":"float $xmax"},{"required":"yes","param":"float $ymin"},{"required":"yes","param":"float $ymax"},{"required":"yes","param":"float $zmin"},{"required":"yes","param":"float $zmax"}],"returns":"void"},{"id":"swf_ortho2","desc":"Defines 2D orthographic mapping of user coordinates onto the current viewport","params":[{"required":"yes","param":"float $xmin"},{"required":"yes","param":"float $xmax"},{"required":"yes","param":"float $ymin"},{"required":"yes","param":"float $ymax"}],"returns":"void"},{"id":"swf_perspective","desc":"Define a perspective projection transformation","params":[{"required":"yes","param":"float $fovy"},{"required":"yes","param":"float $aspect"},{"required":"yes","param":"float $near"},{"required":"yes","param":"float $far"}],"returns":"void"},{"id":"swf_placeobject","desc":"Place an object onto the screen","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"int $depth"}],"returns":"void"},{"id":"swf_polarview","desc":"Define the viewer's position with polar coordinates","params":[{"required":"yes","param":"float $dist"},{"required":"yes","param":"float $azimuth"},{"required":"yes","param":"float $incidence"},{"required":"yes","param":"float $twist"}],"returns":"void"},{"id":"swf_popmatrix","desc":"Restore a previous transformation matrix","params":[],"returns":"void"},{"id":"swf_posround","desc":"Enables or Disables the rounding of the translation when objects are placed or moved","params":[{"required":"yes","param":"int $round"}],"returns":"void"},{"id":"swf_pushmatrix","desc":"Push the current transformation matrix back onto the stack","params":[],"returns":"void"},{"id":"swf_removeobject","desc":"Remove an object","params":[{"required":"yes","param":"int $depth"}],"returns":"void"},{"id":"swf_rotate","desc":"Rotate the current transformation","params":[{"required":"yes","param":"float $angle"},{"required":"yes","param":"string $axis"}],"returns":"void"},{"id":"swf_scale","desc":"Scale the current transformation","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $z"}],"returns":"void"},{"id":"swf_setfont","desc":"Change the current font","params":[{"required":"yes","param":"int $fontid"}],"returns":"void"},{"id":"swf_setframe","desc":"Switch to a specified frame","params":[{"required":"yes","param":"int $framenumber"}],"returns":"void"},{"id":"swf_shapearc","desc":"Draw a circular arc","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $r"},{"required":"yes","param":"float $ang1"},{"required":"yes","param":"float $ang2"}],"returns":"void"},{"id":"swf_shapecurveto","desc":"Draw a quadratic bezier curve between two points","params":[{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"}],"returns":"void"},{"id":"swf_shapecurveto3","desc":"Draw a cubic bezier curve","params":[{"required":"yes","param":"float $x1"},{"required":"yes","param":"float $y1"},{"required":"yes","param":"float $x2"},{"required":"yes","param":"float $y2"},{"required":"yes","param":"float $x3"},{"required":"yes","param":"float $y3"}],"returns":"void"},{"id":"swf_shapefillbitmapclip","desc":"Set current fill mode to clipped bitmap","params":[{"required":"yes","param":"int $bitmapid"}],"returns":"void"},{"id":"swf_shapefillbitmaptile","desc":"Set current fill mode to tiled bitmap","params":[{"required":"yes","param":"int $bitmapid"}],"returns":"void"},{"id":"swf_shapefilloff","desc":"Turns off filling","params":[],"returns":"void"},{"id":"swf_shapefillsolid","desc":"Set the current fill style to the specified color","params":[{"required":"yes","param":"float $r"},{"required":"yes","param":"float $g"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $a"}],"returns":"void"},{"id":"swf_shapelinesolid","desc":"Set the current line style","params":[{"required":"yes","param":"float $r"},{"required":"yes","param":"float $g"},{"required":"yes","param":"float $b"},{"required":"yes","param":"float $a"},{"required":"yes","param":"float $width"}],"returns":"void"},{"id":"swf_shapelineto","desc":"Draw a line","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"void"},{"id":"swf_shapemoveto","desc":"Move the current position","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"}],"returns":"void"},{"id":"swf_showframe","desc":"Display the current frame","params":[],"returns":"void"},{"id":"swf_startbutton","desc":"Start the definition of a button","params":[{"required":"yes","param":"int $objid"},{"required":"yes","param":"int $type"}],"returns":"void"},{"id":"swf_startdoaction","desc":"Start a description of an action list for the current frame","params":[],"returns":"void"},{"id":"swf_startshape","desc":"Start a complex shape","params":[{"required":"yes","param":"int $objid"}],"returns":"void"},{"id":"swf_startsymbol","desc":"Define a symbol","params":[{"required":"yes","param":"int $objid"}],"returns":"void"},{"id":"swf_translate","desc":"Translate the current transformations","params":[{"required":"yes","param":"float $x"},{"required":"yes","param":"float $y"},{"required":"yes","param":"float $z"}],"returns":"void"},{"id":"swf_viewport","desc":"Select an area for future drawing","params":[{"required":"yes","param":"float $xmin"},{"required":"yes","param":"float $xmax"},{"required":"yes","param":"float $ymin"},{"required":"yes","param":"float $ymax"}],"returns":"void"},{"id":"sybase_deadlock_retry_count","desc":"Sets the deadlock retry count","params":[{"required":"yes","param":"int $retry_count"}],"returns":"void"},{"id":"sybase_min_client_severity","desc":"Sets minimum client severity","params":[{"required":"yes","param":"int $severity"}],"returns":"void"},{"id":"sybase_min_error_severity","desc":"Sets minimum error severity","params":[{"required":"yes","param":"int $severity"}],"returns":"void"},{"id":"sybase_min_message_severity","desc":"Sets minimum message severity","params":[{"required":"yes","param":"int $severity"}],"returns":"void"},{"id":"sybase_min_server_severity","desc":"Sets minimum server severity","params":[{"required":"yes","param":"int $severity"}],"returns":"void"},{"id":"tidy_load_config","desc":"Load an ASCII Tidy configuration file with the specified encoding","params":[{"required":"yes","param":"string $filename"},{"required":"yes","param":"string $encoding"}],"returns":"void"},{"id":"transliterator_transliterate","desc":"Transliterate a string","params":[{"required":"yes","param":"string $subject"},{"required":"no","param":"string $start = ''"},{"required":"no","param":"string $end = ''"}],"returns":"void"},{"id":"unregister_tick_function","desc":"De-register a function for execution on each tick","params":[{"required":"yes","param":"string $function_name"}],"returns":"void"},{"id":"unset","desc":"Unset a given variable","params":[{"required":"no","param":"mixed $var = ''"},{"required":"no","param":"mixed $... = ''"}],"returns":"void"},{"id":"usleep","desc":"Delay execution in microseconds","params":[{"required":"yes","param":"int $micro_seconds"}],"returns":"void"},{"id":"variant_set","desc":"Assigns a new value for a variant object","params":[{"required":"yes","param":"variant $variant"},{"required":"yes","param":"mixed $value"}],"returns":"void"},{"id":"variant_set_type","desc":"Convert a variant into another type "in-place"","params":[{"required":"yes","param":"variant $variant"},{"required":"yes","param":"int $type"}],"returns":"void"},{"id":"w32api_set_call_method","desc":"Sets the calling method used","params":[{"required":"yes","param":"int $method"}],"returns":"void"},{"id":"xslt_free","desc":"Free XSLT processor","params":[{"required":"yes","param":"resource $xh"}],"returns":"void"},{"id":"xslt_set_base","desc":"Set the base URI for all XSLT transformations","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"string $uri"}],"returns":"void"},{"id":"xslt_set_encoding","desc":"Set the encoding for the parsing of XML documents","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"string $encoding"}],"returns":"void"},{"id":"xslt_set_error_handler","desc":"Set an error handler for a XSLT processor","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"mixed $handler"}],"returns":"void"},{"id":"xslt_set_log","desc":"Set the log file to write log messages to","params":[{"required":"yes","param":"resource $xh"},{"required":"no","param":"mixed $log = ''"}],"returns":"void"},{"id":"xslt_set_sax_handler","desc":"Set SAX handlers for a XSLT processor","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"array $handlers"}],"returns":"void"},{"id":"xslt_set_sax_handlers","desc":"Set the SAX handlers to be called when the XML document gets processed","params":[{"required":"yes","param":"resource $processor"},{"required":"yes","param":"array $handlers"}],"returns":"void"},{"id":"xslt_set_scheme_handler","desc":"Set Scheme handlers for a XSLT processor","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"array $handlers"}],"returns":"void"},{"id":"xslt_set_scheme_handlers","desc":"Set the scheme handlers for the XSLT processor","params":[{"required":"yes","param":"resource $xh"},{"required":"yes","param":"array $handlers"}],"returns":"void"},{"id":"yaz_ccl_conf","desc":"Configure CCL parser","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"array $config"}],"returns":"void"},{"id":"yaz_es","desc":"Prepares for an Extended Service Request","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $type"},{"required":"yes","param":"array $args"}],"returns":"void"},{"id":"yaz_itemorder","desc":"Prepares for Z39.50 Item Order with an ILL-Request package","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"array $args"}],"returns":"void"},{"id":"yaz_range","desc":"Specifies a range of records to retrieve","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"int $start"},{"required":"yes","param":"int $number"}],"returns":"void"},{"id":"yaz_scan","desc":"Prepares for a scan","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $type"},{"required":"yes","param":"string $startterm"},{"required":"no","param":"array $flags = ''"}],"returns":"void"},{"id":"yaz_schema","desc":"Specifies schema for retrieval","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $schema"}],"returns":"void"},{"id":"yaz_set_option","desc":"Sets one or more options for connection","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $name"},{"required":"yes","param":"string $value"},{"required":"yes","param":"array $options"}],"returns":"void"},{"id":"yaz_sort","desc":"Sets sorting criteria","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $criteria"}],"returns":"void"},{"id":"yaz_syntax","desc":"Specifies the preferred record syntax for retrieval","params":[{"required":"yes","param":"resource $id"},{"required":"yes","param":"string $syntax"}],"returns":"void"},{"id":"yp_all","desc":"Traverse the map and call a function on each entry","params":[{"required":"yes","param":"string $domain"},{"required":"yes","param":"string $map"},{"required":"yes","param":"string $callback"}],"returns":"void"},{"id":"zip_close","desc":"Close a ZIP file archive","params":[{"required":"yes","param":"resource $zip"}],"returns":"void"},{"id":"__halt_compiler","desc":"Halts the compiler execution","params":[],"returns":"void"}]'),_=JSON.parse('[{"id":"_wp_menu_output","params":[{"required":"yes","param":"array $menu "},{"required":"yes","param":"array $submenu "},{"required":"yes","param":"bool $submenu_as_parent "}],"desc":"Display menu.","returns":""},{"id":"display_header","params":[],"desc":"Display install header.","returns":""},{"id":"get_bloginfo","params":[{"required":"yes","param":"string $show Blog info to retrieve."},{"required":"yes","param":"string $filter How to filter what is retrieved."}],"desc":"Retrieve information about the blog.","returns":"string Mostly string values, might be empty."},{"id":"wp_nav_menu_max_depth","params":[],"desc":"","returns":""},{"id":"comment_footer_die","params":[{"required":"yes","param":"string $msg Error Message. Assumed to contain HTML and be sanitized."}],"desc":"Display error message at bottom of comments.","returns":""},{"id":"press_it","params":[],"desc":"Press It form handler.","returns":"int Post ID"},{"id":"get_images_from_uri","params":[{"required":"yes","param":"string $uri "}],"desc":"Retrieve all image URLs from given URI.","returns":"string "},{"id":"press_this_media_buttons","params":[],"desc":"","returns":""},{"id":"add_js","params":[],"desc":"Display JavaScript on the page.","returns":""},{"id":"export_date_options","params":[],"desc":"","returns":""},{"id":"__","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Retrieves the translation of $text. If there is no translation, or the domain isn't loaded, the original text is returned.","returns":"string Translated text"},{"id":"_x","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"yes","param":"string $context Context information for the translators"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Retrieve translated string with gettext context","returns":"string Translated context string without pipe"},{"id":"add_filter","params":[{"required":"yes","param":"string $tag The name of the filter to hook the $function_to_add to."},{"required":"yes","param":"callback $function_to_add The name of the function to be called when the filter is applied."},{"required":"no","param":"int $priority optional. Used to specify the order in which the functions associated with a particular action are executed (default: 10). Lower numbers correspond with earlier execution, and functions with the same priority are executed in the order in which they were added to the action."},{"required":"no","param":"int $accepted_args optional. The number of arguments the function accept (default 1)."}],"desc":"Hooks a function or method to a specific filter action.","returns":"boolean true"},{"id":"esc_attr","params":[{"required":"yes","param":"string $text "}],"desc":"Escaping for HTML attributes.","returns":"string "},{"id":"apply_filters","params":[{"required":"yes","param":"string $tag The name of the filter hook."},{"required":"yes","param":"mixed $value The value on which the filters hooked to <tt>$tag</tt> are applied on."},{"required":"yes","param":"mixed $var,... Additional variables passed to the functions hooked to <tt>$tag</tt>."}],"desc":"Call the functions added to a filter hook.","returns":"mixed The filtered value after all hooked functions are applied to it."},{"id":"get_option","params":[{"required":"yes","param":"string $option Name of option to retrieve. Expected to not be SQL-escaped."},{"required":"no","param":"mixed $default Optional. Default value to return if the option does not exist."}],"desc":"Retrieve option value based on name of option.","returns":"mixed Value set for the option."},{"id":"is_lighttpd_before_150","params":[],"desc":"Is the server running earlier than 1.5.0 version of lighttpd?","returns":"bool Whether the server is running lighttpd < 1.5.0"},{"id":"add_action","params":[{"required":"yes","param":"string $tag The name of the action to which the $function_to_add is hooked."},{"required":"yes","param":"callback $function_to_add The name of the function you wish to be called."},{"required":"no","param":"int $priority optional. Used to specify the order in which the functions associated with a particular action are executed (default: 10). Lower numbers correspond with earlier execution, and functions with the same priority are executed in the order in which they were added to the action."},{"required":"no","param":"int $accepted_args optional. The number of arguments the function accept (default 1)."}],"desc":"Hooks a function on to a specific action.","returns":""},{"id":"do_action_ref_array","params":[{"required":"yes","param":"string $tag The name of the action to be executed."},{"required":"yes","param":"array $args The arguments supplied to the functions hooked to <tt>$tag</tt>"}],"desc":"Execute functions hooked on a specific action hook, specifying arguments in an array.","returns":"null Will return null if $tag does not exist in $wp_filter array"},{"id":"is_admin","params":[],"desc":"Whether the current request is for a network or blog admin page","returns":"bool True if inside WordPress administration pages."},{"id":"site_url","params":[{"required":"no","param":"string $path Optional. Path relative to the site url."},{"required":"no","param":"string $scheme Optional. Scheme to give the site url context. Currently 'http', 'https', 'login', 'login_post', or 'admin'."}],"desc":"Retrieve the site url for the current site.","returns":"string Site url link with optional path appended."},{"id":"admin_url","params":[{"required":"no","param":"string $path Optional path relative to the admin url."},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Retrieve the url to the admin area for the current site.","returns":"string Admin url link with optional path appended."},{"id":"wp_guess_url","params":[],"desc":"Guess the URL for the site.","returns":"string "},{"id":"get_file","params":[],"desc":"","returns":""},{"id":"wp_category_checklist","params":[{"required":"yes","param":"unknown_type $post_id "},{"required":"yes","param":"unknown_type $descendants_and_self "},{"required":"yes","param":"unknown_type $selected_cats "},{"required":"yes","param":"unknown_type $popular_cats "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_terms_checklist","params":[{"required":"yes","param":"int $post_id "},{"required":"yes","param":"array $args "}],"desc":"Taxonomy independent version of wp_category_checklist","returns":""},{"id":"wp_popular_terms_checklist","params":[{"required":"yes","param":"unknown_type $taxonomy "},{"required":"yes","param":"unknown_type $default "},{"required":"yes","param":"unknown_type $number "},{"required":"yes","param":"unknown_type $echo "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_link_category_checklist","params":[{"required":"yes","param":"unknown_type $link_id "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"get_inline_data","params":[{"required":"yes","param":"unknown_type $post "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_comment_reply","params":[{"required":"yes","param":"unknown_type $position "},{"required":"yes","param":"unknown_type $checkbox "},{"required":"yes","param":"unknown_type $mode "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_comment_trashnotice","params":[],"desc":"Output 'undo move to trash' text for comments","returns":""},{"id":"list_meta","params":[{"required":"yes","param":"unknown_type $meta "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"_list_meta_row","params":[{"required":"yes","param":"unknown_type $entry "},{"required":"yes","param":"unknown_type $count "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"meta_form","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"touch_time","params":[{"required":"yes","param":"unknown_type $edit "},{"required":"yes","param":"unknown_type $for_post "},{"required":"yes","param":"unknown_type $tab_index "},{"required":"yes","param":"unknown_type $multi "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"page_template_dropdown","params":[{"required":"yes","param":"unknown_type $default "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"parent_dropdown","params":[{"required":"yes","param":"unknown_type $default "},{"required":"yes","param":"unknown_type $parent "},{"required":"yes","param":"unknown_type $level "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"the_attachment_links","params":[{"required":"yes","param":"unknown_type $id "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_dropdown_roles","params":[{"required":"yes","param":"string $selected slug for the role that should be already selected"}],"desc":"Print out <option> html elements for role selectors","returns":""},{"id":"wp_convert_hr_to_bytes","params":[{"required":"yes","param":"unknown_type $size "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_convert_bytes_to_hr","params":[{"required":"yes","param":"unknown_type $bytes "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_max_upload_size","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_import_upload_form","params":[{"required":"yes","param":"string $action The action attribute for the form."}],"desc":"Outputs the form used by the importers to accept the data to be imported","returns":""},{"id":"add_meta_box","params":[{"required":"yes","param":"string $id String for use in the 'id' attribute of tags."},{"required":"yes","param":"string $title Title of the meta box."},{"required":"yes","param":"string $callback Function that fills the box with the desired content. The function should echo its output."},{"required":"no","param":"string|object $screen Optional. The screen on which to show the box (post, page, link). Defaults to current screen."},{"required":"no","param":"string $context Optional. The context within the page where the boxes should show ('normal', 'advanced')."},{"required":"no","param":"string $priority Optional. The priority within the context where the boxes should show ('high', 'low')."}],"desc":"Add a meta box to an edit form.","returns":""},{"id":"do_meta_boxes","params":[{"required":"yes","param":"string|object $screen Screen identifier"},{"required":"yes","param":"string $context box context"},{"required":"yes","param":"mixed $object gets passed to the box callback function as first parameter"}],"desc":"Meta-Box template function","returns":"int number of meta_boxes"},{"id":"remove_meta_box","params":[{"required":"yes","param":"string $id String for use in the 'id' attribute of tags."},{"required":"yes","param":"string|object $screen The screen on which to show the box (post, page, link)."},{"required":"yes","param":"string $context The context within the page where the boxes should show ('normal', 'advanced')."}],"desc":"Remove a meta box from an edit form.","returns":""},{"id":"add_settings_section","params":[{"required":"yes","param":"string $id Slug-name to identify the section. Used in the 'id' attribute of tags."},{"required":"yes","param":"string $title Formatted title of the section. Shown as the heading for the section."},{"required":"yes","param":"string $callback Function that echos out any content at the top of the section (between heading and fields)."},{"required":"yes","param":"string $page The slug-name of the settings page on which to show the section. Built-in pages include 'general', 'reading', 'writing', 'discussion', 'media', etc. Create your own using add_options_page();"}],"desc":"Add a new section to a settings page.","returns":""},{"id":"add_settings_field","params":[{"required":"yes","param":"string $id Slug-name to identify the field. Used in the 'id' attribute of tags."},{"required":"yes","param":"string $title Formatted title of the field. Shown as the label for the field during output."},{"required":"yes","param":"string $callback Function that fills the field with the desired form inputs. The function should echo its output."},{"required":"yes","param":"string $page The slug-name of the settings page on which to show the section (general, reading, writing, ...)."},{"required":"yes","param":"string $section The slug-name of the section of the settings page in which to show the box (default, ...)."},{"required":"yes","param":"array $args Additional arguments"}],"desc":"Add a new field to a section of a settings page","returns":""},{"id":"do_settings_sections","params":[{"required":"yes","param":"string $page The slug name of the page whos settings sections you want to output"}],"desc":"Prints out all settings sections added to a particular settings page","returns":""},{"id":"do_settings_fields","params":[{"required":"yes","param":"string $page Slug title of the admin page who's settings fields you want to show."},{"required":"yes","param":"section $section Slug title of the settings section who's fields you want to show."}],"desc":"Print out the settings fields for a particular settings section","returns":""},{"id":"add_settings_error","params":[{"required":"yes","param":"string $setting Slug title of the setting to which this error applies"},{"required":"yes","param":"string $code Slug-name to identify the error. Used as part of 'id' attribute in HTML output."},{"required":"yes","param":"string $message The formatted message text to display to the user (will be shown inside styled <div> and <p>)"},{"required":"yes","param":"string $type The type of message it is, controls HTML class. Use 'error' or 'updated'."}],"desc":"Register a settings error to be displayed to the user","returns":""},{"id":"get_settings_errors","params":[{"required":"no","param":"string $setting Optional slug title of a specific setting who's errors you want."},{"required":"yes","param":"boolean $sanitize Whether to re-sanitize the setting value before returning errors."}],"desc":"Fetch settings errors registered by add_settings_error()","returns":"array Array of settings errors"},{"id":"settings_errors","params":[{"required":"no","param":"string $setting Optional slug title of a specific setting who's errors you want."},{"required":"yes","param":"boolean $sanitize Whether to re-sanitize the setting value before returning errors."},{"required":"yes","param":"boolean $hide_on_update If set to true errors will not be shown if the settings page has already been submitted."}],"desc":"Display settings errors registered by add_settings_error()","returns":""},{"id":"find_posts_div","params":[{"required":"yes","param":"unknown_type $found_action "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"the_post_password","params":[],"desc":"Display the post password.","returns":""},{"id":"_draft_or_post_title","params":[{"required":"yes","param":"int $post_id The post id. If not supplied the global $post is used."}],"desc":"Get the post title.","returns":"string The post title if set"},{"id":"_admin_search_query","params":[],"desc":"Display the search query.","returns":""},{"id":"iframe_header","params":[{"required":"yes","param":"string $title Title of the Iframe page."},{"required":"yes","param":"bool $limit_styles Limit styles to colour-related styles only (unless others are enqueued)."}],"desc":"Generic Iframe header for use with Thickbox","returns":""},{"id":"iframe_footer","params":[],"desc":"Generic Iframe footer for use with Thickbox","returns":""},{"id":"_post_states","params":[],"desc":"","returns":""},{"id":"_media_states","params":[],"desc":"","returns":""},{"id":"compression_test","params":[],"desc":"Test support for compressing JavaScript from PHP","returns":""},{"id":"submit_button","params":[{"required":"yes","param":"string $text The text of the button (defaults to 'Save Changes')"},{"required":"yes","param":"string $type The type of button. One of: primary, secondary, delete"},{"required":"yes","param":"string $name The HTML name of the submit button. Defaults to "submit". If no id attribute is given in $other_attributes below, $name will be used as the button's id."},{"required":"yes","param":"bool $wrap True if the output button should be wrapped in a paragraph tag, false otherwise. Defaults to true"},{"required":"yes","param":"array|string $other_attributes Other attributes that should be output with the button, mapping attributes to their values, such as array( 'tabindex' => '1' ). These attributes will be output as attribute="value", such as tabindex="1". Defaults to no other attributes. Other attributes can also be provided as a string such as 'tabindex="1"', though the array format is typically cleaner."}],"desc":"Echos a submit button, with provided text and appropriate class","returns":""},{"id":"get_submit_button","params":[{"required":"yes","param":"string $text The text of the button (defaults to 'Save Changes')"},{"required":"yes","param":"string $type The type of button. One of: primary, secondary, delete"},{"required":"yes","param":"string $name The HTML name of the submit button. Defaults to "submit". If no id attribute is given in $other_attributes below, $name will be used as the button's id."},{"required":"yes","param":"bool $wrap True if the output button should be wrapped in a paragraph tag, false otherwise. Defaults to true"},{"required":"yes","param":"array|string $other_attributes Other attributes that should be output with the button, mapping attributes to their values, such as array( 'tabindex' => '1' ). These attributes will be output as attribute="value", such as tabindex="1". Defaults to no other attributes. Other attributes can also be provided as a string such as 'tabindex="1"', though the array format is typically cleaner."}],"desc":"Returns a submit button, with provided text and appropriate class","returns":""},{"id":"_wp_admin_html_begin","params":[],"desc":"","returns":""},{"id":"convert_to_screen","params":[{"required":"yes","param":"string $hook_name The hook name (also known as the hook suffix) used to determine the screen."}],"desc":"Convert a screen string to a screen object","returns":"WP_Screen Screen object."},{"id":"check_upload_size","params":[{"required":"yes","param":"array $file $_FILES array for a given file."}],"desc":"Determine if uploaded file exceeds space quota.","returns":"array $_FILES array with 'error' key set if file exceeds quota. 'error' is empty otherwise."},{"id":"wpmu_delete_blog","params":[{"required":"yes","param":"int $blog_id Blog ID"},{"required":"yes","param":"bool $drop True if blog's table should be dropped. Default is false."}],"desc":"Delete a blog","returns":"void "},{"id":"wpmu_delete_user","params":[],"desc":"","returns":""},{"id":"wpmu_get_blog_allowedthemes","params":[],"desc":"","returns":""},{"id":"update_option_new_admin_email","params":[],"desc":"","returns":""},{"id":"send_confirmation_on_profile_email","params":[],"desc":"","returns":""},{"id":"new_user_email_admin_notice","params":[],"desc":"","returns":""},{"id":"get_site_allowed_themes","params":[],"desc":"","returns":""},{"id":"is_upload_space_available","params":[],"desc":"Determines if there is any upload space left in the current blog's quota.","returns":"bool True if space is available, false otherwise."},{"id":"upload_size_limit_filter","params":[],"desc":"","returns":"int of upload size limit in bytes"},{"id":"get_upload_space_available","params":[],"desc":"Determines if there is any upload space left in the current blog's quota.","returns":"int of upload space available in bytes"},{"id":"get_space_allowed","params":[],"desc":"Returns the upload quota for the current blog.","returns":"int Quota"},{"id":"display_space_usage","params":[],"desc":"","returns":""},{"id":"upload_space_setting","params":[],"desc":"","returns":""},{"id":"update_user_status","params":[],"desc":"","returns":""},{"id":"refresh_user_details","params":[],"desc":"","returns":""},{"id":"format_code_lang","params":[],"desc":"","returns":""},{"id":"sync_category_tag_slugs","params":[],"desc":"","returns":""},{"id":"_access_denied_splash","params":[],"desc":"","returns":""},{"id":"check_import_new_users","params":[],"desc":"","returns":""},{"id":"mu_dropdown_languages","params":[],"desc":"","returns":""},{"id":"secret_salt_warning","params":[],"desc":"","returns":""},{"id":"site_admin_notice","params":[],"desc":"","returns":""},{"id":"avoid_blog_page_permalink_collision","params":[],"desc":"","returns":""},{"id":"choose_primary_blog","params":[],"desc":"","returns":""},{"id":"ms_deprecated_blogs_file","params":[],"desc":"","returns":""},{"id":"grant_super_admin","params":[{"required":"yes","param":"int $user_id "}],"desc":"Grants super admin privileges.","returns":""},{"id":"revoke_super_admin","params":[{"required":"yes","param":"int $user_id "}],"desc":"Revokes super admin privileges.","returns":""},{"id":"can_edit_network","params":[{"required":"yes","param":"integer $site_id The network/site id to check."}],"desc":"Whether or not we can edit this network from this page","returns":""},{"id":"_thickbox_path_admin_subfolder","params":[],"desc":"Thickbox image paths for Network Admin.","returns":""},{"id":"wp_is_large_network","params":[{"required":"yes","param":"string $using 'sites or 'users'. Default is 'sites'."}],"desc":"Whether or not we have a large network.","returns":"bool True if the network meets the criteria for large. False otherwise."},{"id":"comment_exists","params":[{"required":"yes","param":"string $comment_author Author of the comment"},{"required":"yes","param":"string $comment_date Date of the comment"}],"desc":"{@internal Missing Short Description}}","returns":"mixed Comment ID on success."},{"id":"edit_comment","params":[],"desc":"Update a comment with values provided in $_POST.","returns":""},{"id":"get_comment_to_edit","params":[{"required":"yes","param":"int $id ID of comment to retrieve"}],"desc":"{@internal Missing Short Description}}","returns":"bool|object Comment if found. False on failure."},{"id":"get_pending_comments_num","params":[{"required":"yes","param":"int|array $post_id Either a single Post ID or an array of Post IDs"}],"desc":"Get the number of pending comments on a post or posts","returns":"int|array Either a single Posts pending comments as an int or an array of ints keyed on the Post IDs"},{"id":"floated_admin_avatar","params":[{"required":"yes","param":"string $name User name."}],"desc":"Add avatars to relevant places in admin, or try to.","returns":"string Avatar with Admin name."},{"id":"enqueue_comment_hotkeys_js","params":[],"desc":"","returns":""},{"id":"PclZipUtilPathReduction","params":[],"desc":"","returns":""},{"id":"PclZipUtilPathInclusion","params":[],"desc":"","returns":""},{"id":"PclZipUtilCopyBlock","params":[],"desc":"","returns":""},{"id":"PclZipUtilRename","params":[],"desc":"","returns":""},{"id":"PclZipUtilOptionText","params":[],"desc":"","returns":""},{"id":"PclZipUtilTranslateWinPath","params":[],"desc":"","returns":""},{"id":"current_theme_info","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"delete_theme","params":[{"required":"yes","param":"string $template Template directory of the theme to delete"},{"required":"yes","param":"string $redirect Redirect to page when complete."}],"desc":"Remove a theme","returns":"mixed "},{"id":"get_broken_themes","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_allowed_themes","params":[],"desc":"Get the allowed themes for the current blog.","returns":"array $themes Array of allowed themes."},{"id":"get_page_templates","params":[],"desc":"Get the Page Templates available in this theme","returns":"array Key is the template name, value is the filename of the template"},{"id":"_get_template_edit_filename","params":[{"required":"yes","param":"string $fullpath Full path to the theme file"},{"required":"yes","param":"string $containingfolder Path of the theme parent folder"}],"desc":"Tidies a filename for url display by the theme editor.","returns":"string "},{"id":"theme_update_available","params":[{"required":"yes","param":"object $theme Theme data object."}],"desc":"Check if there is an update for a theme available.","returns":"bool False if no valid info was passed."},{"id":"get_theme_feature_list","params":[],"desc":"Retrieve list of WordPress theme features (aka theme tags)","returns":"array Array of features keyed by category with translations keyed by slug."},{"id":"themes_api","params":[{"required":"yes","param":"string $action "},{"required":"no","param":"array|object $args Optional. Arguments to serialize for the Theme Info API."}],"desc":"Retrieve theme installer pages from WordPress Themes API.","returns":"mixed "},{"id":"export_wp","params":[{"required":"yes","param":"array $args Filters defining what should be included in the export"}],"desc":"Generates the WXR export file for download","returns":""},{"id":"get_column_headers","params":[{"required":"yes","param":"string|WP_Screen $screen The screen you want the headers for"}],"desc":"Get the column headers for a screen","returns":"array Containing the headers in the format id => UI String"},{"id":"get_hidden_columns","params":[{"required":"yes","param":"string|WP_Screen $screen The screen you want the hidden columns for"}],"desc":"Get a list of hidden columns.","returns":"array "},{"id":"meta_box_prefs","params":[{"required":"yes","param":"string|WP_Screen $screen "}],"desc":"Prints the meta box preferences for screen meta.","returns":""},{"id":"get_hidden_meta_boxes","params":[{"required":"yes","param":"string|WP_Screen $screen Screen identifier"}],"desc":"Get Hidden Meta Boxes","returns":"array Hidden Meta Boxes"},{"id":"add_screen_option","params":[{"required":"yes","param":"string $option An option name."},{"required":"yes","param":"mixed $args Option-dependent arguments."}],"desc":"Register and configure an admin screen option","returns":"void "},{"id":"screen_icon","params":[{"required":"no","param":"string|WP_Screen $screen Optional. Accepts a screen object (and defaults to the current screen object) which it uses to determine an icon HTML ID. Or, if a string is provided, it is used to form the icon HTML ID."}],"desc":"Displays a screen icon.","returns":""},{"id":"get_screen_icon","params":[{"required":"no","param":"string|WP_Screen $screen Optional. Accepts a screen object (and defaults to the current screen object) which it uses to determine an icon HTML ID. Or, if a string is provided, it is used to form the icon HTML ID."}],"desc":"Gets a screen icon.","returns":"string HTML for the screen icon."},{"id":"get_current_screen","params":[],"desc":"Get the current screen object","returns":"object Current screen object"},{"id":"set_current_screen","params":[{"required":"no","param":"mixed $hook_name Optional. The hook name (also known as the hook suffix) used to determine the screen, or an existing screen object."}],"desc":"Set the current screen object","returns":""},{"id":"wp_create_thumbnail","params":[{"required":"yes","param":"mixed $file Filename of the original image, Or attachment id."},{"required":"yes","param":"int $max_side Maximum length of a single side for the thumbnail."},{"required":"yes","param":"mixed $deprecated Never used."}],"desc":"Create a thumbnail from an Image given a maximum side size.","returns":"string Thumbnail path on success, Error string on failure."},{"id":"wp_crop_image","params":[{"required":"yes","param":"string|int $src_file The source file or Attachment ID."},{"required":"yes","param":"int $src_x The start x position to crop from."},{"required":"yes","param":"int $src_y The start y position to crop from."},{"required":"yes","param":"int $src_w The width to crop."},{"required":"yes","param":"int $src_h The height to crop."},{"required":"yes","param":"int $dst_w The destination width."},{"required":"yes","param":"int $dst_h The destination height."},{"required":"no","param":"int $src_abs Optional. If the source crop points are absolute."},{"required":"no","param":"string $dst_file Optional. The destination file to write to."}],"desc":"Crop an Image to a given size.","returns":"string|WP_Error|false New filepath on success, WP_Error or false on failure."},{"id":"wp_generate_attachment_metadata","params":[{"required":"yes","param":"int $attachment_id Attachment Id to process."},{"required":"yes","param":"string $file Filepath of the Attached image."}],"desc":"Generate post thumbnail attachment meta data.","returns":"mixed Metadata for attachment."},{"id":"get_udims","params":[{"required":"yes","param":"int $width Current width of the image"},{"required":"yes","param":"int $height Current height of the image"}],"desc":"Calculated the new dimensions for a downsampled image.","returns":"mixed Array(height,width) of shrunk dimensions."},{"id":"wp_exif_frac2dec","params":[{"required":"yes","param":"string $str "}],"desc":"Convert a fraction string to a decimal.","returns":"int|float "},{"id":"wp_exif_date2ts","params":[{"required":"yes","param":"string $str "}],"desc":"Convert the exif date format to a unix timestamp.","returns":"int "},{"id":"wp_read_image_metadata","params":[{"required":"yes","param":"string $file "}],"desc":"Get extended image metadata, exif or iptc as available.","returns":"bool|array False on failure. Image metadata array on success."},{"id":"file_is_valid_image","params":[{"required":"yes","param":"string $path File path to test if valid image."}],"desc":"Validate that file is an image.","returns":"bool True if valid image, false if not valid image."},{"id":"file_is_displayable_image","params":[{"required":"yes","param":"string $path File path to test."}],"desc":"Validate that file is suitable for displaying within a web page.","returns":"bool True if suitable, false if not suitable."},{"id":"get_manifest","params":[],"desc":"Retrieve list of all cacheable WP files","returns":""},{"id":"post_submit_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display post submit form fields.","returns":""},{"id":"post_format_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display post format form elements.","returns":""},{"id":"post_tags_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display post tags form fields.","returns":""},{"id":"post_categories_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display post categories form fields.","returns":""},{"id":"post_excerpt_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display post excerpt form fields.","returns":""},{"id":"post_trackback_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display trackback links form fields.","returns":""},{"id":"post_custom_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display custom fields form fields.","returns":""},{"id":"post_comment_status_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display comments status form fields.","returns":""},{"id":"post_comment_meta_box_thead","params":[{"required":"yes","param":"array $result table header rows"}],"desc":"Display comments for post table header","returns":"array "},{"id":"post_comment_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display comments for post.","returns":""},{"id":"post_slug_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display slug form fields.","returns":""},{"id":"post_author_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display form field with list of authors.","returns":""},{"id":"post_revisions_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display list of revisions.","returns":""},{"id":"page_attributes_meta_box","params":[{"required":"yes","param":"object $post "}],"desc":"Display page attributes form fields.","returns":""},{"id":"link_submit_meta_box","params":[{"required":"yes","param":"object $link "}],"desc":"Display link create form fields.","returns":""},{"id":"link_categories_meta_box","params":[{"required":"yes","param":"object $link "}],"desc":"Display link categories form fields.","returns":""},{"id":"link_target_meta_box","params":[{"required":"yes","param":"object $link "}],"desc":"Display form fields for changing link target.","returns":""},{"id":"xfn_check","params":[{"required":"yes","param":"string $class "},{"required":"yes","param":"string $value "},{"required":"yes","param":"mixed $deprecated Never used."}],"desc":"Display checked checkboxes attribute for xfn microformat options.","returns":""},{"id":"link_xfn_meta_box","params":[{"required":"yes","param":"object $link "}],"desc":"Display xfn form fields.","returns":""},{"id":"link_advanced_meta_box","params":[{"required":"yes","param":"object $link "}],"desc":"Display advanced link options form fields.","returns":""},{"id":"post_thumbnail_meta_box","params":[],"desc":"Display post thumbnail meta box.","returns":""},{"id":"got_mod_rewrite","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"extract_from_markers","params":[{"required":"yes","param":"unknown_type $filename "},{"required":"yes","param":"unknown_type $marker "}],"desc":"{@internal Missing Short Description}}","returns":"array An array of strings from a file (.htaccess ) from between BEGIN and END markers."},{"id":"insert_with_markers","params":[{"required":"yes","param":"unknown_type $filename "},{"required":"yes","param":"unknown_type $marker "},{"required":"yes","param":"unknown_type $insertion "}],"desc":"{@internal Missing Short Description}}","returns":"bool True on write success, false on failure."},{"id":"save_mod_rewrite_rules","params":[],"desc":"Updates the htaccess file with the current rules if it is writable.","returns":""},{"id":"iis7_save_url_rewrite_rules","params":[],"desc":"Updates the IIS web.config file with the current rules if it is writable.","returns":"bool True if web.config was updated successfully"},{"id":"update_recently_edited","params":[{"required":"yes","param":"unknown_type $file "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"update_home_siteurl","params":[{"required":"yes","param":"unknown_type $old_value "},{"required":"yes","param":"unknown_type $value "}],"desc":"If siteurl or home changed, flush rewrite rules.","returns":""},{"id":"url_shorten","params":[{"required":"yes","param":"string $url "}],"desc":"Shorten an URL, to be used as link text","returns":"string "},{"id":"wp_reset_vars","params":[{"required":"yes","param":"array $vars An array of globals to reset."}],"desc":"Resets global variables based on $_GET and $_POST","returns":""},{"id":"show_message","params":[{"required":"yes","param":"unknown_type $message "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_doc_link_parse","params":[],"desc":"","returns":""},{"id":"set_screen_options","params":[],"desc":"Saves option for number of rows when listing posts, pages, comments, etc.","returns":""},{"id":"iis7_rewrite_rule_exists","params":[{"required":"yes","param":"string $filename The file path to the configuration file"}],"desc":"Check if rewrite rule for WordPress already exists in the IIS 7 configuration file","returns":"bool "},{"id":"iis7_delete_rewrite_rule","params":[{"required":"yes","param":"string $filename Name of the configuration file"}],"desc":"Delete WordPress rewrite rule from web.config file if it exists there","returns":"bool "},{"id":"iis7_add_rewrite_rule","params":[{"required":"yes","param":"string $filename The file path to the configuration file"},{"required":"yes","param":"string $rewrite_rule The XML fragment with URL Rewrite rule"}],"desc":"Add WordPress rewrite rule to the IIS 7 configuration file.","returns":"bool "},{"id":"saveDomDocument","params":[{"required":"yes","param":"DOMDocument $doc "},{"required":"yes","param":"string $filename "}],"desc":"Saves the XML document into a file","returns":""},{"id":"win_is_writable","params":[{"required":"yes","param":"string $path "}],"desc":"Workaround for Windows bug in is_writable() function","returns":"bool "},{"id":"admin_color_scheme_picker","params":[],"desc":"Display the default admin color scheme picker (Used in user-edit.php)","returns":""},{"id":"_ipad_meta","params":[],"desc":"","returns":""},{"id":"media_upload_tabs","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"update_gallery_tab","params":[{"required":"yes","param":"unknown_type $tabs "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"the_media_upload_tabs","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"get_image_send_to_editor","params":[{"required":"yes","param":"unknown_type $id "},{"required":"yes","param":"unknown_type $alt "},{"required":"yes","param":"unknown_type $title "},{"required":"yes","param":"unknown_type $align "},{"required":"yes","param":"unknown_type $url "},{"required":"yes","param":"unknown_type $rel "},{"required":"yes","param":"unknown_type $size "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"image_add_caption","params":[{"required":"yes","param":"unknown_type $html "},{"required":"yes","param":"unknown_type $id "},{"required":"yes","param":"unknown_type $alt "},{"required":"yes","param":"unknown_type $title "},{"required":"yes","param":"unknown_type $align "},{"required":"yes","param":"unknown_type $url "},{"required":"yes","param":"unknown_type $size "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"media_send_to_editor","params":[{"required":"yes","param":"unknown_type $html "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_handle_upload","params":[{"required":"yes","param":"string $file_id Index into the {@link $_FILES} array of the upload"},{"required":"yes","param":"int $post_id The post ID the media is associated with"},{"required":"yes","param":"array $post_data allows you to overwrite some of the attachment"},{"required":"yes","param":"array $overrides allows you to override the {@link wp_handle_upload()} behavior"}],"desc":"{@internal Missing Short Description}}","returns":"int the ID of the attachment"},{"id":"media_handle_sideload","params":[{"required":"yes","param":"array $file_array Array similar to a {@link $_FILES} upload array"},{"required":"yes","param":"int $post_id The post ID the media is associated with"},{"required":"yes","param":"string $desc Description of the sideloaded file"},{"required":"yes","param":"array $post_data allows you to overwrite some of the attachment"}],"desc":"This handles a sideloaded file in the same way as an uploaded file is handled by {@link media_handle_upload()}","returns":"int|object The ID of the attachment or a WP_Error on failure"},{"id":"wp_iframe","params":[{"required":"yes","param":"unknown_type $content_func "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_buttons","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"_media_button","params":[],"desc":"","returns":""},{"id":"get_upload_iframe_src","params":[],"desc":"","returns":""},{"id":"media_upload_form_handler","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_media_upload_handler","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"media_sideload_image","params":[{"required":"yes","param":"string $file The URL of the image to download"},{"required":"yes","param":"int $post_id The post ID the media is to be associated with"},{"required":"no","param":"string $desc Optional. Description of the image"}],"desc":"Download an image from the specified URL and attach it to a post.","returns":"string|WP_Error Populated HTML img tag on success"},{"id":"media_upload_gallery","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"media_upload_library","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"image_align_input_fields","params":[{"required":"yes","param":"unknown_type $post "},{"required":"yes","param":"unknown_type $checked "}],"desc":"Retrieve HTML for the image alignment radio buttons with the specified one checked.","returns":"unknown "},{"id":"image_size_input_fields","params":[{"required":"yes","param":"unknown_type $post "},{"required":"yes","param":"unknown_type $check "}],"desc":"Retrieve HTML for the size radio buttons with the specified one checked.","returns":"unknown "},{"id":"image_link_input_fields","params":[{"required":"yes","param":"unknown_type $post "},{"required":"yes","param":"unknown_type $url_type "}],"desc":"Retrieve HTML for the Link URL buttons with the default link type as specified.","returns":"unknown "},{"id":"image_attachment_fields_to_edit","params":[{"required":"yes","param":"unknown_type $form_fields "},{"required":"yes","param":"unknown_type $post "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"media_single_attachment_fields_to_edit","params":[{"required":"yes","param":"unknown_type $form_fields "},{"required":"yes","param":"unknown_type $post "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"media_post_single_attachment_fields_to_edit","params":[{"required":"yes","param":"unknown_type $form_fields "},{"required":"yes","param":"unknown_type $post "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"image_attachment_fields_to_save","params":[{"required":"yes","param":"unknown_type $post "},{"required":"yes","param":"unknown_type $attachment "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"image_media_send_to_editor","params":[{"required":"yes","param":"unknown_type $html "},{"required":"yes","param":"unknown_type $attachment_id "},{"required":"yes","param":"unknown_type $attachment "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_attachment_fields_to_edit","params":[{"required":"yes","param":"unknown_type $post "},{"required":"yes","param":"unknown_type $errors "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_media_items","params":[{"required":"no","param":"int $post_id Optional. Post ID."},{"required":"yes","param":"array $errors Errors for attachment, if any."}],"desc":"Retrieve HTML for media items of post gallery.","returns":"string "},{"id":"get_media_item","params":[{"required":"yes","param":"int $attachment_id Attachment ID for modification."},{"required":"no","param":"string|array $args Optional. Override defaults."}],"desc":"Retrieve HTML form for modifying the image attachment.","returns":"string HTML form for attachment."},{"id":"media_upload_header","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_form","params":[{"required":"yes","param":"unknown_type $errors "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_type_form","params":[{"required":"yes","param":"unknown_type $type "},{"required":"yes","param":"unknown_type $errors "},{"required":"yes","param":"unknown_type $id "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_type_url_form","params":[{"required":"yes","param":"unknown_type $type "},{"required":"yes","param":"unknown_type $errors "},{"required":"yes","param":"unknown_type $id "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_gallery_form","params":[{"required":"yes","param":"unknown_type $errors "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_library_form","params":[{"required":"yes","param":"unknown_type $errors "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_media_insert_url_form","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"_insert_into_post_button","params":[],"desc":"","returns":""},{"id":"media_upload_flash_bypass","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_html_bypass","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"media_upload_text_after","params":[],"desc":"","returns":""},{"id":"media_upload_max_image_resize","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"plugins_api","params":[{"required":"yes","param":"string $action "},{"required":"no","param":"array|object $args Optional. Arguments to serialize for the Plugin Info API."}],"desc":"Retrieve plugin installer pages from WordPress Plugins API.","returns":"object plugins_api response object on success, WP_Error on failure."},{"id":"install_popular_tags","params":[{"required":"yes","param":"array $args "}],"desc":"Retrieve popular WordPress plugin tags.","returns":"array "},{"id":"install_dashboard","params":[],"desc":"","returns":""},{"id":"install_search_form","params":[],"desc":"Display search form for searching plugins.","returns":""},{"id":"install_plugins_upload","params":[{"required":"yes","param":"string $page "}],"desc":"Upload from zip","returns":""},{"id":"display_plugins_table","params":[],"desc":"Display plugin content based on plugin list.","returns":""},{"id":"install_plugin_install_status","params":[],"desc":"Determine the status we can perform on a plugin.","returns":""},{"id":"install_plugin_information","params":[],"desc":"Display plugin information in dialog box form.","returns":""},{"id":"wp_dashboard_setup","params":[],"desc":"Registers dashboard widgets.","returns":""},{"id":"wp_add_dashboard_widget","params":[],"desc":"","returns":""},{"id":"_wp_dashboard_control_callback","params":[],"desc":"","returns":""},{"id":"wp_dashboard","params":[],"desc":"Displays the dashboard.","returns":""},{"id":"wp_dashboard_right_now","params":[],"desc":"","returns":""},{"id":"wp_network_dashboard_right_now","params":[],"desc":"","returns":""},{"id":"wp_dashboard_quick_press","params":[],"desc":"","returns":""},{"id":"wp_dashboard_recent_drafts","params":[],"desc":"","returns":""},{"id":"wp_dashboard_recent_comments","params":[],"desc":"Display recent comments dashboard widget content.","returns":""},{"id":"_wp_dashboard_recent_comments_row","params":[],"desc":"","returns":""},{"id":"wp_dashboard_recent_comments_control","params":[],"desc":"The recent comments dashboard widget control.","returns":""},{"id":"wp_dashboard_incoming_links","params":[],"desc":"","returns":""},{"id":"wp_dashboard_incoming_links_output","params":[],"desc":"Display incoming links dashboard widget content.","returns":""},{"id":"wp_dashboard_incoming_links_control","params":[],"desc":"","returns":""},{"id":"wp_dashboard_primary","params":[],"desc":"","returns":""},{"id":"wp_dashboard_primary_control","params":[],"desc":"","returns":""},{"id":"wp_dashboard_rss_output","params":[{"required":"yes","param":"string $widget_id "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_dashboard_secondary","params":[],"desc":"","returns":""},{"id":"wp_dashboard_secondary_control","params":[],"desc":"","returns":""},{"id":"wp_dashboard_secondary_output","params":[],"desc":"Display secondary dashboard RSS widget feed.","returns":"unknown "},{"id":"wp_dashboard_plugins","params":[],"desc":"","returns":""},{"id":"wp_dashboard_plugins_output","params":[],"desc":"Display plugins most popular, newest plugins, and recently updated widget text.","returns":""},{"id":"wp_dashboard_cached_rss_widget","params":[{"required":"yes","param":"string $widget_id "},{"required":"yes","param":"callback $callback "},{"required":"yes","param":"array $check_urls RSS feeds"}],"desc":"Checks to see if all of the feed url in $check_urls are cached.","returns":"bool False on failure. True on success."},{"id":"wp_dashboard_trigger_widget_control","params":[{"required":"yes","param":"int $widget_control_id Registered Widget ID."}],"desc":"Calls widget control callback.","returns":""},{"id":"wp_dashboard_rss_control","params":[{"required":"yes","param":"string $widget_id "},{"required":"yes","param":"array $form_inputs "}],"desc":"The RSS dashboard widget control.","returns":""},{"id":"wp_dashboard_quota","params":[],"desc":"","returns":""},{"id":"wp_dashboard_browser_nag","params":[],"desc":"","returns":""},{"id":"dashboard_browser_nag_class","params":[],"desc":"","returns":""},{"id":"wp_check_browser_version","params":[],"desc":"Check if the user needs a browser update","returns":"array|bool False on failure, array of browser data on success."},{"id":"wp_dashboard_empty","params":[],"desc":"Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).","returns":""},{"id":"wp_welcome_panel","params":[],"desc":"Displays a welcome panel to introduce users to WordPress.","returns":""},{"id":"install_themes_feature_list","params":[],"desc":"Retrieve list of WordPress theme features (aka theme tags)","returns":"array "},{"id":"install_theme_search_form","params":[],"desc":"Display search form for searching themes.","returns":""},{"id":"install_themes_dashboard","params":[],"desc":"Display tags filter for themes.","returns":""},{"id":"install_themes_upload","params":[],"desc":"","returns":""},{"id":"display_theme","params":[],"desc":"","returns":""},{"id":"display_themes","params":[],"desc":"Display theme content based on theme list.","returns":""},{"id":"install_theme_information","params":[],"desc":"Display theme information in dialog box form.","returns":""},{"id":"get_cli_args","params":[{"required":"yes","param":"string $param "},{"required":"yes","param":"bool $required "}],"desc":"Returns value of command line params.","returns":"mixed "},{"id":"_wp_translate_postdata","params":[{"required":"yes","param":"bool $update Are we updating a pre-existing post?"},{"required":"yes","param":"array $post_data Array of post data. Defaults to the contents of $_POST."}],"desc":"Rename $_POST data from form names to DB post columns.","returns":"object|bool WP_Error on failure, true on success."},{"id":"edit_post","params":[{"required":"no","param":"array $post_data Optional."}],"desc":"Update an existing post with values provided in $_POST.","returns":"int Post ID."},{"id":"bulk_edit_posts","params":[{"required":"no","param":"array $post_data Optional, the array of post data to process if not provided will use $_POST superglobal."}],"desc":"Process the post data for the bulk editing of posts.","returns":"array "},{"id":"get_default_post_to_edit","params":[{"required":"yes","param":"string $post_type A post type string, defaults to 'post'."}],"desc":"Default post information to use when populating the "Write Post" form.","returns":"object stdClass object containing all the default post data as attributes"},{"id":"get_default_page_to_edit","params":[],"desc":"Get the default page information to use.","returns":"object stdClass object containing all the default post data as attributes"},{"id":"get_post_to_edit","params":[{"required":"yes","param":"unknown_type $id "}],"desc":"Get an existing post and format it for editing.","returns":"unknown "},{"id":"post_exists","params":[{"required":"yes","param":"string $title Post title"},{"required":"no","param":"string $content Optional post content"},{"required":"no","param":"string $date Optional post date"}],"desc":"Determine if a post exists based on title, content, and date","returns":"int Post ID if post exists, 0 otherwise."},{"id":"wp_write_post","params":[],"desc":"Creates a new post from the "Write Post" form using $_POST information.","returns":"unknown "},{"id":"write_post","params":[],"desc":"Calls wp_write_post() and handles the errors.","returns":"unknown "},{"id":"add_meta","params":[{"required":"yes","param":"unknown_type $post_ID "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"delete_meta","params":[{"required":"yes","param":"unknown_type $mid "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_meta_keys","params":[],"desc":"Get a list of previously defined keys.","returns":"unknown "},{"id":"get_post_meta_by_id","params":[{"required":"yes","param":"unknown_type $mid "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"has_meta","params":[{"required":"yes","param":"unknown_type $postid "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"update_meta","params":[{"required":"yes","param":"unknown_type $meta_id "},{"required":"yes","param":"unknown_type $meta_key Expect Slashed"},{"required":"yes","param":"unknown_type $meta_value Expect Slashed"}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"_fix_attachment_links","params":[{"required":"yes","param":"unknown_type $post_ID "}],"desc":"Replace hrefs of attachment anchors with up-to-date permalinks.","returns":"unknown "},{"id":"_fix_attachment_links_replace_cb","params":[],"desc":"","returns":""},{"id":"_relocate_children","params":[{"required":"yes","param":"unknown_type $old_ID "},{"required":"yes","param":"unknown_type $new_ID "}],"desc":"Move child posts to a new parent.","returns":"unknown "},{"id":"get_available_post_statuses","params":[{"required":"yes","param":"string $type The post_type you want the statuses for"}],"desc":"Get all the possible statuses for a post_type","returns":"array As array of all the statuses for the supplied post type"},{"id":"wp_edit_posts_query","params":[{"required":"yes","param":"array|bool $q Array of query variables to use to build the query or false to use $_GET superglobal."}],"desc":"Run the wp query to fetch the posts for listing on the edit posts page","returns":"array "},{"id":"get_post_mime_types","params":[],"desc":"Get default post mime types","returns":"array "},{"id":"get_available_post_mime_types","params":[{"required":"yes","param":"unknown_type $type "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_edit_attachments_query","params":[{"required":"yes","param":"unknown_type $q "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"_edit_attachments_query_helper","params":[],"desc":"","returns":""},{"id":"postbox_classes","params":[{"required":"yes","param":"unknown_type $id "},{"required":"yes","param":"unknown_type $page "}],"desc":"Returns the list of classes to be used by a metabox","returns":"unknown "},{"id":"get_sample_permalink","params":[{"required":"yes","param":"int|object $id Post ID or post object."},{"required":"no","param":"string $title (optional) Title"},{"required":"no","param":"string $name (optional) Name"}],"desc":"{@internal Missing Short Description}}","returns":"array With two entries of type string"},{"id":"get_sample_permalink_html","params":[{"required":"yes","param":"int|object $id Post ID or post object."},{"required":"no","param":"string $new_title (optional) New title"},{"required":"no","param":"string $new_slug (optional) New slug"}],"desc":"sample permalink html","returns":"string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor."},{"id":"_wp_post_thumbnail_html","params":[{"required":"yes","param":"int $thumbnail_id ID of the attachment used for thumbnail"}],"desc":"Output HTML for the post thumbnail meta-box.","returns":"string html"},{"id":"wp_check_post_lock","params":[{"required":"yes","param":"int $post_id ID of the post to check for editing"}],"desc":"Check to see if the post is currently being edited by another user.","returns":"bool|int False: not locked or locked by current user. Int: user ID of user with lock."},{"id":"wp_set_post_lock","params":[{"required":"yes","param":"int $post_id ID of the post to being edited"}],"desc":"Mark the post as currently being edited by the current user","returns":"bool|array Returns false if the post doesn't exist of there is no current user, or an array of the lock time and the user ID."},{"id":"_admin_notice_post_locked","params":[],"desc":"Outputs the notice message to say that someone else is editing this post at the moment.","returns":"none "},{"id":"wp_create_post_autosave","params":[],"desc":"Creates autosave data for the specified post from $_POST data.","returns":"unknown "},{"id":"post_preview","params":[],"desc":"Save draft or manually autosave for showing preview.","returns":"str URL to redirect to show the preview"},{"id":"category_exists","params":[{"required":"yes","param":"unknown_type $cat_name "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_category_to_edit","params":[{"required":"yes","param":"unknown_type $id "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_create_category","params":[{"required":"yes","param":"unknown_type $cat_name "},{"required":"yes","param":"unknown_type $parent "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_create_categories","params":[{"required":"yes","param":"unknown_type $categories "},{"required":"yes","param":"unknown_type $post_id "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_insert_category","params":[{"required":"yes","param":"mixed $catarr See defaults below. Set 'cat_ID' to a non-zero value to update an existing category. The 'taxonomy' key was added in 3.0.0."},{"required":"no","param":"bool $wp_error Optional, since 2.5.0. Set this to true if the caller handles WP_Error return values."}],"desc":"Updates an existing Category or creates a new Category.","returns":"int|object The ID number of the new or updated Category on success. Zero or a WP_Error on failure, depending on param $wp_error."},{"id":"wp_update_category","params":[{"required":"no","param":"array $catarr The 'cat_ID' value is required. All other keys are optional."}],"desc":"Aliases wp_insert_category() with minimal args.","returns":"int|bool The ID number of the new or updated Category on success. Zero or FALSE on failure."},{"id":"tag_exists","params":[{"required":"yes","param":"unknown_type $tag_name "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_create_tag","params":[{"required":"yes","param":"unknown_type $tag_name "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_tags_to_edit","params":[{"required":"yes","param":"unknown_type $post_id "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"get_terms_to_edit","params":[{"required":"yes","param":"unknown_type $post_id "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"wp_create_term","params":[{"required":"yes","param":"unknown_type $tag_name "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"tinymce_include","params":[],"desc":"","returns":""},{"id":"documentation_link","params":[],"desc":"Unused Admin function.","returns":""},{"id":"wp_shrink_dimensions","params":[{"required":"yes","param":"int $width Current width of the image"},{"required":"yes","param":"int $height Current height of the image"},{"required":"yes","param":"int $wmax Maximum wanted width"},{"required":"yes","param":"int $hmax Maximum wanted height"}],"desc":"Calculates the new dimensions for a downsampled image.","returns":"mixed Array(height,width) of shrunk dimensions."},{"id":"dropdown_categories","params":[{"required":"yes","param":"unknown_type $default "},{"required":"yes","param":"unknown_type $parent "},{"required":"yes","param":"unknown_type $popular_ids "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"dropdown_link_categories","params":[{"required":"yes","param":"unknown_type $default "}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_dropdown_cats","params":[{"required":"yes","param":"unknown_type $currentcat "},{"required":"yes","param":"unknown_type $currentparent "},{"required":"yes","param":"unknown_type $parent "},{"required":"yes","param":"unknown_type $level "},{"required":"yes","param":"unknown_type $categories "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"add_option_update_handler","params":[{"required":"yes","param":"string $option_group A settings group name. Should correspond to a whitelisted option key name. Default whitelisted option key names include "general," "discussion," and "reading," among others."},{"required":"yes","param":"string $option_name The name of an option to sanitize and save."},{"required":"yes","param":"unknown_type $sanitize_callback A callback function that sanitizes the option's value."}],"desc":"Register a setting and its sanitization callback","returns":"unknown "},{"id":"remove_option_update_handler","params":[{"required":"yes","param":"unknown_type $option_group "},{"required":"yes","param":"unknown_type $option_name "},{"required":"yes","param":"unknown_type $sanitize_callback "}],"desc":"Unregister a setting","returns":"unknown "},{"id":"codepress_get_lang","params":[{"required":"yes","param":"string $filename "}],"desc":"Determines the language to use for CodePress syntax highlighting.","returns":""},{"id":"codepress_footer_js","params":[],"desc":"Adds Javascript required to make CodePress work on the theme/plugin editors.","returns":""},{"id":"use_codepress","params":[],"desc":"Determine whether to use CodePress.","returns":""},{"id":"get_author_user_ids","params":[],"desc":"","returns":"array List of user IDs."},{"id":"get_editable_authors","params":[{"required":"yes","param":"int $user_id User ID."}],"desc":"","returns":"array|bool List of editable authors. False if no editable users."},{"id":"get_editable_user_ids","params":[{"required":"yes","param":"int $user_id User ID."},{"required":"no","param":"bool $exclude_zeros Optional, default is true. Whether to exclude zeros."}],"desc":"","returns":"unknown "},{"id":"get_nonauthor_user_ids","params":[],"desc":"","returns":""},{"id":"get_others_unpublished_posts","params":[{"required":"yes","param":"int $user_id User ID to not retrieve posts from."},{"required":"no","param":"string $type Optional, defaults to 'any'. Post type to retrieve, can be 'draft' or 'pending'."}],"desc":"Retrieve editable posts from other users.","returns":"array List of posts from others."},{"id":"get_others_drafts","params":[{"required":"yes","param":"int $user_id User ID."}],"desc":"Retrieve drafts from other users.","returns":"array List of drafts from other users."},{"id":"get_others_pending","params":[{"required":"yes","param":"int $user_id User ID."}],"desc":"Retrieve pending review posts from other users.","returns":"array List of posts with pending review post type from other users."},{"id":"wp_dashboard_quick_press_output","params":[],"desc":"Output the QuickPress dashboard widget.","returns":""},{"id":"wp_tiny_mce","params":[],"desc":"","returns":""},{"id":"wp_preload_dialogs","params":[],"desc":"","returns":""},{"id":"wp_print_editor_js","params":[],"desc":"","returns":""},{"id":"wp_quicktags","params":[],"desc":"","returns":""},{"id":"screen_layout","params":[],"desc":"Returns the screen layout options.","returns":""},{"id":"screen_options","params":[],"desc":"Returns the screen's per-page options.","returns":""},{"id":"screen_meta","params":[],"desc":"Renders the screen's help.","returns":""},{"id":"favorite_actions","params":[],"desc":"Favorite actions were deprecated in version 3.2. Use the admin bar instead.","returns":""},{"id":"media_upload_image","params":[],"desc":"","returns":""},{"id":"media_upload_audio","params":[],"desc":"","returns":""},{"id":"media_upload_video","params":[],"desc":"","returns":""},{"id":"media_upload_file","params":[],"desc":"","returns":""},{"id":"type_url_form_image","params":[],"desc":"","returns":""},{"id":"type_url_form_audio","params":[],"desc":"","returns":""},{"id":"type_url_form_video","params":[],"desc":"","returns":""},{"id":"type_url_form_file","params":[],"desc":"","returns":""},{"id":"add_contextual_help","params":[{"required":"yes","param":"string $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions."},{"required":"yes","param":"string $help The content of an 'Overview' help tab."}],"desc":"Add contextual help text for a page.","returns":""},{"id":"wp_get_db_schema","params":[{"required":"no","param":"string $scope Optional. The tables for which to retrieve SQL. Can be all, global, ms_global, or blog tables. Defaults to all."},{"required":"no","param":"int $blog_id Optional. The blog ID for which to retrieve SQL. Default is the current blog ID."}],"desc":"Retrieve the SQL for creating database tables.","returns":"string The SQL needed to create the requested tables."},{"id":"populate_options","params":[],"desc":"Create WordPress options and set the default values.","returns":""},{"id":"populate_roles","params":[],"desc":"Execute WordPress role creation for the various WordPress versions.","returns":""},{"id":"populate_roles_160","params":[],"desc":"Create the roles for WordPress 2.0","returns":""},{"id":"populate_roles_210","params":[],"desc":"Create and modify WordPress roles for WordPress 2.1.","returns":""},{"id":"populate_roles_230","params":[],"desc":"Create and modify WordPress roles for WordPress 2.3.","returns":""},{"id":"populate_roles_250","params":[],"desc":"Create and modify WordPress roles for WordPress 2.5.","returns":""},{"id":"populate_roles_260","params":[],"desc":"Create and modify WordPress roles for WordPress 2.6.","returns":""},{"id":"populate_roles_270","params":[],"desc":"Create and modify WordPress roles for WordPress 2.7.","returns":""},{"id":"populate_roles_280","params":[],"desc":"Create and modify WordPress roles for WordPress 2.8.","returns":""},{"id":"populate_roles_300","params":[],"desc":"Create and modify WordPress roles for WordPress 3.0.","returns":""},{"id":"install_network","params":[],"desc":"","returns":""},{"id":"populate_network","params":[{"required":"yes","param":"int $network_id id of network to populate"}],"desc":"populate network settings","returns":"bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful, so the error code must be checked) or failure."},{"id":"_get_list_table","params":[{"required":"yes","param":"string $class The type of the list table, which is the class name."}],"desc":"Fetch an instance of a WP_List_Table class.","returns":"object|bool Object on success, false if the class does not exist."},{"id":"register_column_headers","params":[{"required":"yes","param":"string $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions."},{"required":"yes","param":"array $columns An array of columns with column IDs as the keys and translated column names as the values"}],"desc":"Register column headers for a particular screen.","returns":""},{"id":"print_column_headers","params":[],"desc":"Prints column headers for a particular screen.","returns":""},{"id":"update_core","params":[{"required":"yes","param":"string $from New release unzipped path."},{"required":"yes","param":"string $to Path to old WordPress installation."}],"desc":"Upgrade the core of WordPress.","returns":"WP_Error|null WP_Error on failure, null on success."},{"id":"_copy_dir","params":[{"required":"yes","param":"string $from source directory"},{"required":"yes","param":"string $to destination directory"},{"required":"yes","param":"array $skip_list a list of files/folders to skip copying"}],"desc":"Copies a directory from one location to another via the WordPress Filesystem Abstraction.","returns":"mixed WP_Error on failure, True on success."},{"id":"_redirect_to_about_wordpress","params":[],"desc":"Redirect to the About WordPress page after a successful upgrade.","returns":""},{"id":"wp_image_editor","params":[],"desc":"WordPress Image Editor","returns":""},{"id":"load_image_to_edit","params":[],"desc":"","returns":""},{"id":"wp_stream_image","params":[],"desc":"","returns":""},{"id":"wp_save_image_file","params":[],"desc":"","returns":""},{"id":"_image_get_preview_ratio","params":[],"desc":"","returns":""},{"id":"_rotate_image_resource","params":[],"desc":"","returns":""},{"id":"_flip_image_resource","params":[],"desc":"","returns":""},{"id":"_crop_image_resource","params":[],"desc":"","returns":""},{"id":"image_edit_apply_changes","params":[],"desc":"","returns":""},{"id":"stream_preview_image","params":[],"desc":"","returns":""},{"id":"wp_restore_image","params":[],"desc":"","returns":""},{"id":"wp_save_image","params":[],"desc":"","returns":""},{"id":"_wp_ajax_menu_quick_search","params":[{"required":"yes","param":"array $request The unsanitized request values."}],"desc":"Prints the appropriate response to a menu quick search.","returns":""},{"id":"wp_nav_menu_setup","params":[],"desc":"Register nav menu metaboxes and advanced menu items","returns":""},{"id":"wp_initial_nav_menu_meta_boxes","params":[],"desc":"Limit the amount of meta boxes to just links, pages and cats for first time users.","returns":""},{"id":"wp_nav_menu_post_type_meta_boxes","params":[],"desc":"Creates metaboxes for any post type menu item.","returns":""},{"id":"wp_nav_menu_taxonomy_meta_boxes","params":[],"desc":"Creates metaboxes for any taxonomy menu item.","returns":""},{"id":"wp_nav_menu_locations_meta_box","params":[],"desc":"Displays a metabox for the nav menu theme locations.","returns":""},{"id":"wp_nav_menu_item_link_meta_box","params":[],"desc":"Displays a metabox for the custom links menu item.","returns":""},{"id":"wp_nav_menu_item_post_type_meta_box","params":[{"required":"yes","param":"string $object Not used."},{"required":"yes","param":"string $post_type The post type object."}],"desc":"Displays a metabox for a post type menu item.","returns":""},{"id":"wp_nav_menu_item_taxonomy_meta_box","params":[{"required":"yes","param":"string $object Not used."},{"required":"yes","param":"string $taxonomy The taxonomy object."}],"desc":"Displays a metabox for a taxonomy menu item.","returns":""},{"id":"wp_save_nav_menu_items","params":[{"required":"yes","param":"int $menu_id The menu ID for which to save this item. $menu_id of 0 makes a draft, orphaned menu item."},{"required":"yes","param":"array $menu_data The unsanitized posted menu item data."}],"desc":"Save posted nav menu item data.","returns":"array The database IDs of the items saved"},{"id":"_wp_nav_menu_meta_box_object","params":[{"required":"yes","param":"object $object The post type or taxonomy meta-object."}],"desc":"Adds custom arguments to some of the meta box object types.","returns":"object The post type of taxonomy object."},{"id":"wp_get_nav_menu_to_edit","params":[{"required":"yes","param":"string $menu_id The ID of the menu to format."}],"desc":"Returns the menu formatted to edit.","returns":"string|WP_Error $output The menu formatted to edit or error object on failure."},{"id":"wp_nav_menu_manage_columns","params":[],"desc":"Returns the columns for the nav menus page.","returns":"string|WP_Error $output The menu formatted to edit or error object on failure."},{"id":"_wp_delete_orphaned_draft_menu_items","params":[],"desc":"Deletes orphaned draft menu items","returns":""},{"id":"get_importers","params":[],"desc":"Retrieve list of importers.","returns":"array "},{"id":"register_importer","params":[{"required":"yes","param":"string $id Importer tag. Used to uniquely identify importer."},{"required":"yes","param":"string $name Importer name and title."},{"required":"yes","param":"string $description Importer description."},{"required":"yes","param":"callback $callback Callback to run."}],"desc":"Register importer for WordPress.","returns":"WP_Error Returns WP_Error when $callback is WP_Error."},{"id":"wp_import_cleanup","params":[{"required":"yes","param":"string $id Importer ID."}],"desc":"Cleanup importer.","returns":""},{"id":"wp_import_handle_upload","params":[],"desc":"Handle importer uploading and add attachment.","returns":"array Uploaded file's details on success, error message on failure"},{"id":"get_plugin_data","params":[{"required":"yes","param":"string $plugin_file Path to the plugin file"},{"required":"yes","param":"bool $markup If the returned data should have HTML markup applied"},{"required":"yes","param":"bool $translate If the returned data should be translated"}],"desc":"Parse the plugin contents to retrieve plugin's metadata.","returns":"array See above for description."},{"id":"_get_plugin_data_markup_translate","params":[],"desc":"","returns":""},{"id":"get_plugin_files","params":[{"required":"yes","param":"string $plugin Plugin ID"}],"desc":"Get a list of a plugin's files.","returns":"array List of files relative to the plugin root."},{"id":"get_plugins","params":[{"required":"no","param":"string $plugin_folder Optional. Relative path to single plugin folder."}],"desc":"Check the plugins directory and retrieve all plugin files with plugin data.","returns":"array Key is the plugin file path and the value is an array of the plugin data."},{"id":"get_mu_plugins","params":[],"desc":"Check the mu-plugins directory and retrieve all mu-plugin files with any plugin data.","returns":"array Key is the mu-plugin file path and the value is an array of the mu-plugin data."},{"id":"_sort_uname_callback","params":[],"desc":"Callback to sort array by a 'Name' key.","returns":""},{"id":"get_dropins","params":[],"desc":"Check the wp-content directory and retrieve all drop-ins with any plugin data.","returns":"array Key is the file path and the value is an array of the plugin data."},{"id":"_get_dropins","params":[],"desc":"Returns drop-ins that WordPress uses.","returns":"array Key is file name. The value is an array, with the first value the purpose of the drop-in and the second value the name of the constant that must be true for the drop-in to be used, or true if no constant is required."},{"id":"is_plugin_active","params":[{"required":"yes","param":"string $plugin Base plugin path from plugins directory."}],"desc":"Check whether the plugin is active by checking the active_plugins list.","returns":"bool True, if in the active plugins list. False, not in the list."},{"id":"is_plugin_inactive","params":[{"required":"yes","param":"string $plugin Base plugin path from plugins directory."}],"desc":"Check whether the plugin is inactive.","returns":"bool True if inactive. False if active."},{"id":"is_plugin_active_for_network","params":[{"required":"yes","param":"string $plugin Base plugin path from plugins directory."}],"desc":"Check whether the plugin is active for the entire network.","returns":"bool True, if active for the network, otherwise false."},{"id":"is_network_only_plugin","params":[{"required":"yes","param":"string $plugin Plugin to check"}],"desc":"Checks for "Network: true" in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not enabled.","returns":"bool True if plugin is network only, false otherwise."},{"id":"activate_plugin","params":[{"required":"yes","param":"string $plugin Plugin path to main plugin file with plugin data."},{"required":"no","param":"string $redirect Optional. URL to redirect to."},{"required":"yes","param":"bool $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default is false."},{"required":"no","param":"bool $silent Prevent calling activation hooks. Optional, default is false."}],"desc":"Attempts activation of plugin in a "sandbox" and redirects on success.","returns":"WP_Error|null WP_Error on invalid file or null on success."},{"id":"deactivate_plugins","params":[{"required":"yes","param":"string|array $plugins Single plugin or list of plugins to deactivate."},{"required":"yes","param":"bool $silent Prevent calling deactivation hooks. Default is false."}],"desc":"Deactivate a single plugin or multiple plugins.","returns":""},{"id":"activate_plugins","params":[{"required":"yes","param":"string|array $plugins "},{"required":"yes","param":"string $redirect Redirect to page after successful activation."},{"required":"yes","param":"bool $network_wide Whether to enable the plugin for all sites in the network."},{"required":"yes","param":"bool $silent Prevent calling activation hooks. Default is false."}],"desc":"Activate multiple plugins.","returns":"bool|WP_Error True when finished or WP_Error if there were errors during a plugin activation."},{"id":"delete_plugins","params":[{"required":"yes","param":"array $plugins List of plugin"},{"required":"yes","param":"string $redirect Redirect to page when complete."}],"desc":"Remove directory and files of a plugin for a single or list of plugin(s).","returns":"mixed "},{"id":"validate_active_plugins","params":[],"desc":"Validate active plugins","returns":"array invalid plugins, plugin as key, error as value"},{"id":"validate_plugin","params":[{"required":"yes","param":"string $plugin Plugin Path"}],"desc":"Validate the plugin path.","returns":"WP_Error|int 0 on success, WP_Error on failure."},{"id":"is_uninstallable_plugin","params":[{"required":"yes","param":"string $plugin Plugin path to check."}],"desc":"Whether the plugin can be uninstalled.","returns":"bool Whether plugin can be uninstalled."},{"id":"uninstall_plugin","params":[{"required":"yes","param":"string $plugin Relative plugin path from Plugin Directory."}],"desc":"Uninstall a single plugin.","returns":""},{"id":"add_menu_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."},{"required":"yes","param":"string $icon_url The url to the icon to be used for this menu"},{"required":"yes","param":"int $position The position in the menu order this one should appear"}],"desc":"Add a top level menu page","returns":"string The resulting page's hook_suffix"},{"id":"add_object_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."},{"required":"yes","param":"string $icon_url The url to the icon to be used for this menu"}],"desc":"Add a top level menu page in the 'objects' section","returns":"string The resulting page's hook_suffix"},{"id":"add_utility_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."},{"required":"yes","param":"string $icon_url The url to the icon to be used for this menu"}],"desc":"Add a top level menu page in the 'utility' section","returns":"string The resulting page's hook_suffix"},{"id":"add_submenu_page","params":[{"required":"yes","param":"string $parent_slug The slug name for the parent menu (or the file name of a standard WordPress admin page)"},{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add a sub menu page","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_management_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the tools main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_options_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the options main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_theme_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the themes main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_plugins_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the plugins main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_users_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the Users/Profile main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_dashboard_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the Dashboard main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_posts_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the posts main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_media_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the media main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_links_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the links main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_pages_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the pages main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"add_comments_page","params":[{"required":"yes","param":"string $page_title The text to be displayed in the title tags of the page when the menu is selected"},{"required":"yes","param":"string $menu_title The text to be used for the menu"},{"required":"yes","param":"string $capability The capability required for this menu to be displayed to the user."},{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"callback $function The function to be called to output the content for this page."}],"desc":"Add sub menu page to the comments main menu.","returns":"string|bool The resulting page's hook_suffix, or false if the user does not have the capability required."},{"id":"remove_menu_page","params":[{"required":"yes","param":"string $menu_slug The slug of the menu"}],"desc":"Remove a top level admin menu","returns":"array|bool The removed menu on success, False if not found"},{"id":"remove_submenu_page","params":[{"required":"yes","param":"string $menu_slug The slug for the parent menu"},{"required":"yes","param":"string $submenu_slug The slug of the submenu"}],"desc":"Remove an admin submenu","returns":"array|bool The removed submenu on success, False if not found"},{"id":"menu_page_url","params":[{"required":"yes","param":"string $menu_slug The slug name to refer to this menu by (should be unique for this menu)"},{"required":"yes","param":"bool $echo Whether or not to echo the url - default is true"}],"desc":"Get the url to access a particular menu page based on the slug it was registered with.","returns":"string the url"},{"id":"get_admin_page_parent","params":[],"desc":"","returns":""},{"id":"get_admin_page_title","params":[],"desc":"","returns":""},{"id":"get_plugin_page_hook","params":[],"desc":"","returns":""},{"id":"get_plugin_page_hookname","params":[],"desc":"","returns":""},{"id":"user_can_access_admin_page","params":[],"desc":"","returns":""},{"id":"register_setting","params":[{"required":"yes","param":"string $option_group A settings group name. Should correspond to a whitelisted option key name. Default whitelisted option key names include "general," "discussion," and "reading," among others."},{"required":"yes","param":"string $option_name The name of an option to sanitize and save."},{"required":"yes","param":"unknown_type $sanitize_callback A callback function that sanitizes the option's value."}],"desc":"Register a setting and its sanitization callback","returns":"unknown "},{"id":"unregister_setting","params":[{"required":"yes","param":"unknown_type $option_group "},{"required":"yes","param":"unknown_type $option_name "},{"required":"yes","param":"unknown_type $sanitize_callback "}],"desc":"Unregister a setting","returns":"unknown "},{"id":"option_update_filter","params":[{"required":"yes","param":"unknown_type $options "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"add_option_whitelist","params":[{"required":"yes","param":"unknown_type $new_options "},{"required":"yes","param":"unknown_type $options "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"remove_option_whitelist","params":[{"required":"yes","param":"unknown_type $del_options "},{"required":"yes","param":"unknown_type $options "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"settings_fields","params":[{"required":"yes","param":"string $option_group A settings group name. This should match the group name used in register_setting()."}],"desc":"Output nonce, action, and option_page fields for a settings page.","returns":""},{"id":"wpmu_menu","params":[],"desc":"","returns":""},{"id":"wpmu_checkAvailableSpace","params":[],"desc":"Determines if the available space defined by the admin has been exceeded by the user.","returns":""},{"id":"mu_options","params":[],"desc":"","returns":""},{"id":"activate_sitewide_plugin","params":[],"desc":"","returns":""},{"id":"deactivate_sitewide_plugin","params":[],"desc":"","returns":""},{"id":"is_wpmu_sitewide_plugin","params":[],"desc":"","returns":""},{"id":"get_preferred_from_update_core","params":[],"desc":"Selects the first update version from the update_core option","returns":"object the response from the API"},{"id":"get_core_updates","params":[{"required":"yes","param":"array $options Set $options'dismissed' to true to show dismissed upgrades too, set $options'available' to false to skip not-dismissed updates."}],"desc":"Get available core updates","returns":"array Array of the update objects"},{"id":"dismiss_core_update","params":[],"desc":"","returns":""},{"id":"undismiss_core_update","params":[],"desc":"","returns":""},{"id":"find_core_update","params":[],"desc":"","returns":""},{"id":"core_update_footer","params":[],"desc":"","returns":""},{"id":"update_nag","params":[],"desc":"","returns":""},{"id":"update_right_now_message","params":[],"desc":"","returns":""},{"id":"get_plugin_updates","params":[],"desc":"","returns":""},{"id":"wp_plugin_update_rows","params":[],"desc":"","returns":""},{"id":"wp_plugin_update_row","params":[],"desc":"","returns":""},{"id":"wp_update_plugin","params":[],"desc":"","returns":""},{"id":"get_theme_updates","params":[],"desc":"","returns":""},{"id":"wp_update_theme","params":[],"desc":"","returns":""},{"id":"wp_theme_update_rows","params":[],"desc":"","returns":""},{"id":"wp_theme_update_row","params":[],"desc":"","returns":""},{"id":"wp_update_core","params":[],"desc":"","returns":""},{"id":"maintenance_nag","params":[],"desc":"","returns":""},{"id":"add_link","params":[],"desc":"Add a link to using values provided in $_POST.","returns":"int|WP_Error Value 0 or WP_Error on failure. The link ID on success."},{"id":"edit_link","params":[{"required":"no","param":"int $link_id Optional. ID of the link to edit."}],"desc":"Update or insert a link using values provided in $_POST.","returns":"int|WP_Error Value 0 or WP_Error on failure. The link ID on success."},{"id":"get_default_link_to_edit","params":[],"desc":"Retrieve the default link for editing.","returns":"object Default link"},{"id":"wp_delete_link","params":[{"required":"yes","param":"int $link_id ID of the link to delete"}],"desc":"Delete link specified from database","returns":"bool True"},{"id":"wp_get_link_cats","params":[{"required":"yes","param":"int $link_id Link ID to look up"}],"desc":"Retrieves the link categories associated with the link specified.","returns":"array The requested link's categories"},{"id":"get_link_to_edit","params":[{"required":"yes","param":"int $link_id ID of link to retrieve"}],"desc":"Retrieve link data based on ID.","returns":"object Link for editing"},{"id":"wp_insert_link","params":[{"required":"yes","param":"array $linkdata Elements that make up the link to insert."},{"required":"no","param":"bool $wp_error Optional. If true return WP_Error object on failure."}],"desc":"This function inserts/updates links into/in the database.","returns":"int|WP_Error Value 0 or WP_Error on failure. The link ID on success."},{"id":"wp_set_link_cats","params":[{"required":"yes","param":"int $link_id ID of link to update"},{"required":"yes","param":"array $link_categories Array of categories to"}],"desc":"Update link with the specified link categories.","returns":""},{"id":"wp_update_link","params":[{"required":"yes","param":"array $linkdata Link data to update."}],"desc":"Update a link in the database.","returns":"int|WP_Error Value 0 or WP_Error on failure. The updated link ID on success."},{"id":"get_file_description","params":[{"required":"yes","param":"string $file Filesystem path or filename"}],"desc":"Get the description for standard WordPress theme files and other various standard WordPress files","returns":"string Description of file from $wp_file_descriptions or basename of $file if description doesn't exist"},{"id":"get_home_path","params":[],"desc":"Get the absolute filesystem path to the root of the WordPress installation","returns":"string Full filesystem path to the root of the WordPress installation"},{"id":"get_real_file_to_edit","params":[{"required":"yes","param":"string $file filesystem path relative to the WordPress install directory or to the wp-content directory"}],"desc":"Get the real file system path to a file to edit within the admin","returns":"string full file system path to edit"},{"id":"list_files","params":[{"required":"yes","param":"string $folder Full path to folder"},{"required":"no","param":"int $levels (optional) Levels of folders to follow, Default: 100 (PHP Loop limit)."}],"desc":"Returns a listing of all files in the specified folder and all subdirectories up to 100 levels deep.","returns":"bool|array False on failure, Else array of files"},{"id":"wp_tempnam","params":[{"required":"no","param":"string $filename (optional) Filename to base the Unique file off"},{"required":"no","param":"string $dir (optional) Directory to store the file in"}],"desc":"Returns a filename of a Temporary unique file.","returns":"string a writable filename"},{"id":"validate_file_to_edit","params":[{"required":"yes","param":"string $file file the users is attempting to edit"},{"required":"yes","param":"array $allowed_files Array of allowed files to edit, $file must match an entry exactly"}],"desc":"Make sure that the file that was requested to edit, is allowed to be edited","returns":"null "},{"id":"wp_handle_upload","params":[{"required":"yes","param":"array $file Reference to a single element of $_FILES. Call the function once for each uploaded file."},{"required":"no","param":"array $overrides Optional. An associative array of names=>values to override default variables with extract( $overrides, EXTR_OVERWRITE )."}],"desc":"Handle PHP uploads in WordPress, sanitizing file names, checking extensions for mime type, and moving the file to the appropriate directory within the uploads directory.","returns":"array On success, returns an associative array of file attributes. On failure, returns $overrides'upload_error_handler'(&$file, $message ) or array( 'error'=>$message )."},{"id":"wp_handle_sideload","params":[{"required":"yes","param":"array $file an array similar to that of a PHP $_FILES POST array"},{"required":"no","param":"array $overrides Optional. An associative array of names=>values to override default variables with extract( $overrides, EXTR_OVERWRITE )."}],"desc":"Handle sideloads, which is the process of retrieving a media item from another server instead of a traditional media upload. This process involves sanitizing the filename, checking extensions for mime type, and moving the file to the appropriate directory within the uploads directory.","returns":"array On success, returns an associative array of file attributes. On failure, returns $overrides'upload_error_handler'(&$file, $message ) or array( 'error'=>$message )."},{"id":"download_url","params":[{"required":"yes","param":"string $url the URL of the file to download"},{"required":"yes","param":"int $timeout The timeout for the request to download the file default 300 seconds"}],"desc":"Downloads a url to a local temporary file using the WordPress HTTP Class.","returns":"mixed WP_Error on failure, string Filename on success."},{"id":"unzip_file","params":[{"required":"yes","param":"string $file Full path and filename of zip archive"},{"required":"yes","param":"string $to Full path on the filesystem to extract archive to"}],"desc":"Unzips a specified ZIP file to a location on the Filesystem via the WordPress Filesystem Abstraction.","returns":"mixed WP_Error on failure, True on success"},{"id":"_unzip_file_ziparchive","params":[{"required":"yes","param":"string $file Full path and filename of zip archive"},{"required":"yes","param":"string $to Full path on the filesystem to extract archive to"},{"required":"yes","param":"array $needed_dirs A partial list of required folders needed to be created."}],"desc":"This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the ZipArchive class.","returns":"mixed WP_Error on failure, True on success"},{"id":"_unzip_file_pclzip","params":[{"required":"yes","param":"string $file Full path and filename of zip archive"},{"required":"yes","param":"string $to Full path on the filesystem to extract archive to"},{"required":"yes","param":"array $needed_dirs A partial list of required folders needed to be created."}],"desc":"This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the PclZip library.","returns":"mixed WP_Error on failure, True on success"},{"id":"copy_dir","params":[{"required":"yes","param":"string $from source directory"},{"required":"yes","param":"string $to destination directory"},{"required":"yes","param":"array $skip_list a list of files/folders to skip copying"}],"desc":"Copies a directory from one location to another via the WordPress Filesystem Abstraction.","returns":"mixed WP_Error on failure, True on success."},{"id":"WP_Filesystem","params":[{"required":"no","param":"array $args (optional) Connection args, These are passed directly to the WP_Filesystem_*() classes."},{"required":"no","param":"string $context (optional) Context for get_filesystem_method(), See function declaration for more information."}],"desc":"Initialises and connects the WordPress Filesystem Abstraction classes.","returns":"boolean false on failure, true on success"},{"id":"get_filesystem_method","params":[{"required":"yes","param":"array $args Connection details."},{"required":"yes","param":"string $context Full path to the directory that is tested for being writable."}],"desc":"Determines which Filesystem Method to use.","returns":"string The transport to use, see description for valid return values."},{"id":"request_filesystem_credentials","params":[{"required":"yes","param":"string $form_post the URL to post the form to"},{"required":"yes","param":"string $type the chosen Filesystem method in use"},{"required":"yes","param":"boolean $error if the current request has failed to connect"},{"required":"yes","param":"string $context The directory which is needed access to, The write-test will be performed on this directory by get_filesystem_method()"},{"required":"yes","param":"string $extra_fields Extra POST fields which should be checked for to be included in the post."}],"desc":"Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem.","returns":"boolean False on failure. True on success."},{"id":"wp_install","params":[{"required":"yes","param":"string $blog_title Blog title."},{"required":"yes","param":"string $user_name User's username."},{"required":"yes","param":"string $user_email User's email."},{"required":"yes","param":"bool $public Whether blog is public."},{"required":"no","param":"null $deprecated Optional. Not used."},{"required":"no","param":"string $user_password Optional. User's chosen password. Will default to a random password."}],"desc":"Installs the blog","returns":"array Array keys 'url', 'user_id', 'password', 'password_message'."},{"id":"wp_install_defaults","params":[{"required":"yes","param":"int $user_id User ID."}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_new_blog_notification","params":[{"required":"yes","param":"string $blog_title Blog title."},{"required":"yes","param":"string $blog_url Blog url."},{"required":"yes","param":"int $user_id User ID."},{"required":"yes","param":"string $password User's Password."}],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"wp_upgrade","params":[],"desc":"Run WordPress Upgrade functions.","returns":"null "},{"id":"upgrade_all","params":[],"desc":"Functions to be called in install and upgrade scripts.","returns":""},{"id":"upgrade_100","params":[],"desc":"Execute changes made in WordPress 1.0.","returns":""},{"id":"upgrade_101","params":[],"desc":"Execute changes made in WordPress 1.0.1.","returns":""},{"id":"upgrade_110","params":[],"desc":"Execute changes made in WordPress 1.2.","returns":""},{"id":"upgrade_130","params":[],"desc":"Execute changes made in WordPress 1.5.","returns":""},{"id":"upgrade_160","params":[],"desc":"Execute changes made in WordPress 2.0.","returns":""},{"id":"upgrade_210","params":[],"desc":"Execute changes made in WordPress 2.1.","returns":""},{"id":"upgrade_230","params":[],"desc":"Execute changes made in WordPress 2.3.","returns":""},{"id":"upgrade_230_options_table","params":[],"desc":"Remove old options from the database.","returns":""},{"id":"upgrade_230_old_tables","params":[],"desc":"Remove old categories, link2cat, and post2cat database tables.","returns":""},{"id":"upgrade_old_slugs","params":[],"desc":"Upgrade old slugs made in version 2.2.","returns":""},{"id":"upgrade_250","params":[],"desc":"Execute changes made in WordPress 2.5.0.","returns":""},{"id":"upgrade_252","params":[],"desc":"Execute changes made in WordPress 2.5.2.","returns":""},{"id":"upgrade_260","params":[],"desc":"Execute changes made in WordPress 2.6.","returns":""},{"id":"upgrade_270","params":[],"desc":"Execute changes made in WordPress 2.7.","returns":""},{"id":"upgrade_280","params":[],"desc":"Execute changes made in WordPress 2.8.","returns":""},{"id":"upgrade_290","params":[],"desc":"Execute changes made in WordPress 2.9.","returns":""},{"id":"upgrade_300","params":[],"desc":"Execute changes made in WordPress 3.0.","returns":""},{"id":"upgrade_330","params":[],"desc":"Execute changes made in WordPress 3.3.","returns":""},{"id":"upgrade_network","params":[],"desc":"Execute network level changes","returns":""},{"id":"maybe_create_table","params":[{"required":"yes","param":"string $table_name Database table name."},{"required":"yes","param":"string $create_ddl Create database table SQL."}],"desc":"Create database table, if it doesn't already exist.","returns":"bool False on error, true if already exists or success."},{"id":"drop_index","params":[{"required":"yes","param":"string $table Database table name."},{"required":"yes","param":"string $index Index name to drop."}],"desc":"{@internal Missing Short Description}}","returns":"bool True, when finished."},{"id":"add_clean_index","params":[{"required":"yes","param":"string $table Database table name."},{"required":"yes","param":"string $index Database table index column."}],"desc":"{@internal Missing Short Description}}","returns":"bool True, when done with execution."},{"id":"maybe_add_column","params":[{"required":"yes","param":"string $table_name Database table name"},{"required":"yes","param":"string $column_name Table column name"},{"required":"yes","param":"string $create_ddl SQL to add column to table."}],"desc":"Add column to database table, if column doesn't already exist in table.","returns":"bool False on failure. True, if already exists or was successful."},{"id":"get_alloptions_110","params":[],"desc":"Retrieve all options as it was for 1.2.","returns":"array List of options."},{"id":"__get_option","params":[{"required":"yes","param":"string $setting Option name."}],"desc":"Version of get_option that is private to install/upgrade.","returns":"mixed "},{"id":"deslash","params":[{"required":"yes","param":"string $content "}],"desc":"{@internal Missing Short Description}}","returns":"string "},{"id":"dbDelta","params":[{"required":"yes","param":"unknown_type $queries "},{"required":"yes","param":"unknown_type $execute "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"make_db_current","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"make_db_current_silent","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"make_site_theme_from_oldschool","params":[{"required":"yes","param":"unknown_type $theme_name "},{"required":"yes","param":"unknown_type $template "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"make_site_theme_from_default","params":[{"required":"yes","param":"unknown_type $theme_name "},{"required":"yes","param":"unknown_type $template "}],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"make_site_theme","params":[],"desc":"{@internal Missing Short Description}}","returns":"unknown "},{"id":"translate_level_to_role","params":[{"required":"yes","param":"int $level User level."}],"desc":"Translate user level to user role name.","returns":"string User role name."},{"id":"wp_check_mysql_version","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"maybe_disable_automattic_widgets","params":[],"desc":"{@internal Missing Short Description}}","returns":""},{"id":"pre_schema_upgrade","params":[],"desc":"Runs before the schema is upgraded.","returns":""},{"id":"install_global_terms","params":[],"desc":"","returns":""},{"id":"add_cssclass","params":[],"desc":"","returns":""},{"id":"add_menu_classes","params":[],"desc":"","returns":""},{"id":"sort_menu","params":[],"desc":"","returns":""},{"id":"wp_list_widgets","params":[],"desc":"Display list of the available widgets.","returns":""},{"id":"_sort_name_callback","params":[],"desc":"Callback to sort array by a 'name' key.","returns":""},{"id":"wp_list_widget_controls","params":[{"required":"yes","param":"string $sidebar id slug of the sidebar"}],"desc":"Show the widgets and their settings for a sidebar.","returns":""},{"id":"wp_list_widget_controls_dynamic_sidebar","params":[{"required":"yes","param":"array $params "}],"desc":"{@internal Missing Short Description}}","returns":"array "},{"id":"next_widget_id_number","params":[],"desc":"","returns":""},{"id":"wp_widget_control","params":[{"required":"yes","param":"array $sidebar_args "}],"desc":"Meta widget used to display the control form for a widget.","returns":"array "},{"id":"add_user","params":[{"required":"no","param":"int $user_id Optional. User ID."}],"desc":"Creates a new user from the "Users" form using $_POST information.","returns":"null|WP_Error|int Null when adding user, WP_Error or User ID integer when no parameters."},{"id":"edit_user","params":[{"required":"no","param":"int $user_id Optional. User ID."}],"desc":"Edit user settings based on contents of $_POST","returns":"int user id of the updated user"},{"id":"get_editable_roles","params":[],"desc":"Fetch a filtered list of user roles that the current user is allowed to edit.","returns":"unknown "},{"id":"get_user_to_edit","params":[{"required":"yes","param":"int $user_id User ID."}],"desc":"Retrieve user data and filter it.","returns":"object WP_User object with user data."},{"id":"get_users_drafts","params":[{"required":"yes","param":"int $user_id User ID."}],"desc":"Retrieve the user's drafts.","returns":"array "},{"id":"wp_delete_user","params":[{"required":"yes","param":"int $id User ID."},{"required":"no","param":"int $reassign Optional. Reassign posts and links to new User ID."}],"desc":"Remove user and optionally reassign posts and links to another user.","returns":"bool True when finished."},{"id":"wp_revoke_user","params":[{"required":"yes","param":"int $id User ID."}],"desc":"Remove all capabilities from user.","returns":""},{"id":"default_password_nag_handler","params":[],"desc":"","returns":""},{"id":"default_password_nag_edit_user","params":[],"desc":"","returns":""},{"id":"default_password_nag","params":[],"desc":"","returns":""},{"id":"startElement","params":[{"required":"yes","param":"mixed $parser XML Parser resource."},{"required":"yes","param":"string $tagName XML element name."},{"required":"yes","param":"array $attrs XML element attributes."}],"desc":"XML callback function for the start of a new XML tag.","returns":""},{"id":"endElement","params":[{"required":"yes","param":"mixed $parser XML Parser resource."},{"required":"yes","param":"string $tagName XML tag name."}],"desc":"XML callback function that is called at the end of a XML tag.","returns":""},{"id":"_wp_ajax_delete_comment_response","params":[{"required":"yes","param":"int $comment_id "}],"desc":"Sends back current comment total and new page links if they need to be updated.","returns":"die "},{"id":"_wp_ajax_add_hierarchical_term","params":[],"desc":"","returns":""},{"id":"redirect_post","params":[{"required":"no","param":"int $post_id Optional. Post ID."}],"desc":"Redirect to previous page.","returns":""},{"id":"admin_created_user_email","params":[],"desc":"","returns":""},{"id":"admin_created_user_subject","params":[],"desc":"","returns":""},{"id":"use_ssl_preference","params":[{"required":"yes","param":"object $user User data object"}],"desc":"Optional SSL preference that can be turned on by hooking to the 'personal_options' action.","returns":""},{"id":"list_core_update","params":[],"desc":"","returns":""},{"id":"dismissed_updates","params":[],"desc":"","returns":""},{"id":"core_upgrade_preamble","params":[],"desc":"Display upgrade WordPress for downloading latest or upgrading automatically form.","returns":"null "},{"id":"list_plugin_updates","params":[],"desc":"","returns":""},{"id":"list_theme_updates","params":[],"desc":"","returns":""},{"id":"do_core_upgrade","params":[],"desc":"Upgrade WordPress core display.","returns":"null "},{"id":"do_dismiss_core_update","params":[],"desc":"","returns":""},{"id":"do_undismiss_core_update","params":[],"desc":"","returns":""},{"id":"no_update_actions","params":[],"desc":"","returns":""},{"id":"plugin_sandbox_scrape","params":[],"desc":"","returns":""},{"id":"home_url","params":[{"required":"no","param":"string $path (optional) Path relative to the home url."},{"required":"no","param":"string $scheme (optional) Scheme to give the home url context. Currently 'http', 'https'."}],"desc":"Retrieve the home url for the current site.","returns":"string Home url link with optional path appended."},{"id":"includes_url","params":[{"required":"no","param":"string $path Optional. Path relative to the includes url."}],"desc":"Retrieve the url to the includes directory.","returns":"string Includes url link with optional path appended."},{"id":"json_encode","params":[],"desc":"","returns":""},{"id":"display_setup_form","params":[],"desc":"Display installer setup form.","returns":""},{"id":"wp_credits","params":[],"desc":"","returns":""},{"id":"_wp_credits_add_profile_link","params":[],"desc":"","returns":""},{"id":"_wp_credits_build_object_link","params":[],"desc":"","returns":""},{"id":"network_domain_check","params":[],"desc":"Check for an existing network.","returns":"Whether a network exists."},{"id":"allow_subdomain_install","params":[],"desc":"Allow subdomain install","returns":"bool Whether subdomain install is allowed"},{"id":"allow_subdirectory_install","params":[],"desc":"Allow subdirectory install","returns":"bool Whether subdirectory install is allowed"},{"id":"get_clean_basedomain","params":[],"desc":"Get base domain of network.","returns":"string Base domain."},{"id":"network_step1","params":[],"desc":"Prints step 1 for Network installation process.","returns":""},{"id":"network_step2","params":[],"desc":"Prints step 2 for Network installation process.","returns":""},{"id":"_add_themes_utility_last","params":[],"desc":"","returns":""},{"id":"wp_widgets_access_body_class","params":[],"desc":"","returns":""},{"id":"maybe_drop_column","params":[{"required":"yes","param":"string $table_name Table name"},{"required":"yes","param":"string $column_name Column name"},{"required":"yes","param":"string $drop_ddl SQL statement to drop column."}],"desc":"Drop column from database table, if it exists.","returns":"bool False on failure, true on success or doesn't exist."},{"id":"check_column","params":[{"required":"yes","param":"string $table_name Table name"},{"required":"yes","param":"string $col_name Column name"},{"required":"yes","param":"string $col_type Column type"},{"required":"no","param":"bool $is_null Optional. Check is null."},{"required":"no","param":"mixed $key Optional. Key info."},{"required":"no","param":"mixed $default Optional. Default value."},{"required":"no","param":"mixed $extra Optional. Extra value."}],"desc":"Check column matches criteria.","returns":"bool True, if matches. False, if not matching."},{"id":"dvortr","params":[],"desc":"","returns":""},{"id":"confirm_delete_users","params":[],"desc":"","returns":""},{"id":"add_metadata","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $object_id ID of the object metadata is for"},{"required":"yes","param":"string $meta_key Metadata key"},{"required":"yes","param":"string $meta_value Metadata value"},{"required":"no","param":"bool $unique Optional, default is false. Whether the specified metadata key should be unique for the object. If true, and the object already has a value for the specified metadata key, no change will be made"}],"desc":"Add metadata for the specified object.","returns":"bool The meta ID on successful update, false on failure."},{"id":"update_metadata","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $object_id ID of the object metadata is for"},{"required":"yes","param":"string $meta_key Metadata key"},{"required":"yes","param":"string $meta_value Metadata value"},{"required":"no","param":"string $prev_value Optional. If specified, only update existing metadata entries with the specified value. Otherwise, update all entries."}],"desc":"Update metadata for the specified object. If no value already exists for the specified object ID and metadata key, the metadata will be added.","returns":"bool True on successful update, false on failure."},{"id":"delete_metadata","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $object_id ID of the object metadata is for"},{"required":"yes","param":"string $meta_key Metadata key"},{"required":"no","param":"string $meta_value Optional. Metadata value. If specified, only delete metadata entries with this value. Otherwise, delete all entries with the specified meta_key."},{"required":"no","param":"bool $delete_all Optional, default is false. If true, delete matching metadata entries for all objects, ignoring the specified object_id. Otherwise, only delete matching metadata entries for the specified object_id."}],"desc":"Delete metadata for the specified object.","returns":"bool True on successful delete, false on failure."},{"id":"get_metadata","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $object_id ID of the object metadata is for"},{"required":"no","param":"string $meta_key Optional. Metadata key. If not specified, retrieve all metadata for the specified object."},{"required":"no","param":"bool $single Optional, default is false. If true, return only the first value of the specified meta_key. This parameter has no effect if meta_key is not specified."}],"desc":"Retrieve metadata for the specified object.","returns":"string|array Single metadata value, or array of values"},{"id":"metadata_exists","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $object_id ID of the object metadata is for"},{"required":"yes","param":"string $meta_key Metadata key."}],"desc":"Determine if a meta key is set for a given object","returns":"boolean true of the key is set, false if not."},{"id":"get_metadata_by_mid","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $meta_id ID for a specific meta row"}],"desc":"Get meta data by meta ID","returns":"object Meta object or false."},{"id":"update_metadata_by_mid","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $meta_id ID for a specific meta row"},{"required":"yes","param":"string $meta_value Metadata value"},{"required":"no","param":"string $meta_key Optional, you can provide a meta key to update it"}],"desc":"Update meta data by meta ID","returns":"bool True on successful update, false on failure."},{"id":"delete_metadata_by_mid","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int $meta_id ID for a specific meta row"}],"desc":"Delete meta data by meta ID","returns":"bool True on successful delete, false on failure."},{"id":"update_meta_cache","params":[{"required":"yes","param":"string $meta_type Type of object metadata is for (e.g., comment, post, or user)"},{"required":"yes","param":"int|array $object_ids array or comma delimited list of object IDs to update cache for"}],"desc":"Update the metadata cache for the specified objects.","returns":"mixed Metadata cache for the specified objects, or false on failure."},{"id":"get_meta_sql","params":[{"required":"yes","param":"array $meta_query A meta query"},{"required":"yes","param":"string $type Type of meta"},{"required":"yes","param":"string $primary_table "},{"required":"yes","param":"string $primary_id_column "},{"required":"no","param":"object $context (optional) The main query object"}],"desc":"Given a meta query, generates SQL clauses to be appended to a main query","returns":"array( 'join' => $join_sql, 'where' => $where_sql )"},{"id":"_get_meta_table","params":[{"required":"yes","param":"string $type Type of object to get metadata table for (e.g., comment, post, or user)"}],"desc":"Retrieve the name of the metadata table for the specified object type.","returns":"mixed Metadata table name, or false if no metadata table exists"},{"id":"is_protected_meta","params":[{"required":"yes","param":"string $meta_key Meta key"}],"desc":"Determine whether a meta key is protected","returns":"bool True if the key is protected, false otherwise."},{"id":"sanitize_meta","params":[{"required":"yes","param":"string $meta_key Meta key"},{"required":"yes","param":"mixed $meta_value Meta value to sanitize"},{"required":"yes","param":"string $meta_type Type of meta"}],"desc":"Sanitize meta value","returns":"mixed Sanitized $meta_value"},{"id":"register_meta","params":[{"required":"yes","param":"string $meta_type Type of meta"},{"required":"yes","param":"string $meta_key Meta key"},{"required":"yes","param":"string|array $sanitize_callback A function or method to call when sanitizing the value of $meta_key."},{"required":"no","param":"string|array $auth_callback Optional. A function or method to call when performing edit_post_meta, add_post_meta, and delete_post_meta capability checks."},{"required":"yes","param":"array $args Arguments"}],"desc":"Register meta key","returns":""},{"id":"add_rewrite_rule","params":[{"required":"yes","param":"string $regex Regular Expression to match request against."},{"required":"yes","param":"string $redirect Page to redirect to."},{"required":"no","param":"string $after Optional, default is 'bottom'. Where to add rule, can also be 'top'."}],"desc":"Add a straight rewrite rule.","returns":""},{"id":"add_rewrite_tag","params":[{"required":"yes","param":"string $tagname "},{"required":"yes","param":"string $regex "}],"desc":"Add a new tag (like %postname%).","returns":""},{"id":"add_permastruct","params":[{"required":"yes","param":"string $name Name for permalink structure."},{"required":"yes","param":"string $struct Permalink structure."},{"required":"yes","param":"bool $with_front Prepend front base to permalink structure."}],"desc":"Add permalink structure.","returns":""},{"id":"add_feed","params":[{"required":"yes","param":"string $feedname "},{"required":"yes","param":"callback $function Callback to run on feed display."}],"desc":"Add a new feed type like /atom1/.","returns":"string Feed action name."},{"id":"flush_rewrite_rules","params":[{"required":"yes","param":"bool $hard Whether to update .htaccess (hard flush) or just update rewrite_rules transient (soft flush). Default is true (hard)."}],"desc":"Remove rewrite rules and then recreate rewrite rules.","returns":""},{"id":"add_rewrite_endpoint","params":[{"required":"yes","param":"unknown_type $name "},{"required":"yes","param":"unknown_type $places "}],"desc":"Add an endpoint, like /trackback/.","returns":""},{"id":"_wp_filter_taxonomy_base","params":[{"required":"yes","param":"string $base The taxonomy base that we're going to filter"}],"desc":"Filter the URL base for taxonomies.","returns":"string "},{"id":"url_to_postid","params":[{"required":"yes","param":"string $url Permalink to check."}],"desc":"Examine a url and try to determine the post ID it represents.","returns":"int Post ID, or 0 on failure."},{"id":"fetch_rss","params":[{"required":"yes","param":"string $url URL to retrieve feed"}],"desc":"Build Magpie object based on RSS from URL.","returns":"bool|MagpieRSS false on failure or MagpieRSS object on success."},{"id":"_fetch_remote_file","params":[{"required":"yes","param":"string $url URL to retrieve"},{"required":"no","param":"array $headers Optional. Headers to send to the URL."}],"desc":"Retrieve URL headers and content using WP HTTP Request API.","returns":"Snoopy style response"},{"id":"_response_to_rss","params":[{"required":"yes","param":"unknown_type $resp "}],"desc":"Retrieve","returns":"unknown "},{"id":"init","params":[],"desc":"Set up constants with default values, unless user overrides.","returns":""},{"id":"is_info","params":[],"desc":"","returns":""},{"id":"is_success","params":[],"desc":"","returns":""},{"id":"is_redirect","params":[],"desc":"","returns":""},{"id":"is_error","params":[],"desc":"","returns":""},{"id":"is_client_error","params":[],"desc":"","returns":""},{"id":"is_server_error","params":[],"desc":"","returns":""},{"id":"parse_w3cdtf","params":[],"desc":"","returns":""},{"id":"wp_rss","params":[{"required":"yes","param":"string $url URL of feed to display. Will not auto sense feed URL."},{"required":"no","param":"int $num_items Optional. Number of items to display, default is all."}],"desc":"Display all RSS items in a HTML ordered list.","returns":""},{"id":"get_rss","params":[{"required":"yes","param":"string $url URL of feed to display. Will not auto sense feed URL."},{"required":"no","param":"int $num_items Optional. Number of items to display, default is all."}],"desc":"Display RSS items in HTML list items.","returns":"bool False on failure."},{"id":"get_bloginfo_rss","params":[{"required":"yes","param":"string $show See get_bloginfo() for possible values."}],"desc":"RSS container for the bloginfo function.","returns":"string "},{"id":"bloginfo_rss","params":[{"required":"yes","param":"string $show See get_bloginfo() for possible values."}],"desc":"Display RSS container for the bloginfo function.","returns":""},{"id":"get_default_feed","params":[],"desc":"Retrieve the default feed.","returns":"string Default feed, or for example 'rss2', 'atom', etc."},{"id":"get_wp_title_rss","params":[{"required":"no","param":"string $sep Optional.How to separate the title. See wp_title() for more info."}],"desc":"Retrieve the blog title for the feed title.","returns":"string Error message on failure or blog title on success."},{"id":"wp_title_rss","params":[{"required":"no","param":"string $sep Optional."}],"desc":"Display the blog title for display of the feed title.","returns":""},{"id":"get_the_title_rss","params":[],"desc":"Retrieve the current post title for the feed.","returns":"string Current post title."},{"id":"the_title_rss","params":[],"desc":"Display the post title in the feed.","returns":""},{"id":"get_the_content_feed","params":[{"required":"yes","param":"string $feed_type The type of feed. rss2 | atom | rss | rdf"}],"desc":"Retrieve the post content for feeds.","returns":""},{"id":"the_content_feed","params":[{"required":"yes","param":"string $feed_type The type of feed. rss2 | atom | rss | rdf"}],"desc":"Display the post content for feeds.","returns":""},{"id":"the_excerpt_rss","params":[],"desc":"Display the post excerpt for the feed.","returns":""},{"id":"the_permalink_rss","params":[],"desc":"Display the permalink to the post for use in feeds.","returns":""},{"id":"comments_link_feed","params":[],"desc":"Outputs the link to the comments for the current post in an xml safe way","returns":"none "},{"id":"comment_guid","params":[{"required":"no","param":"int|object $comment_id Optional comment object or id. Defaults to global comment object."}],"desc":"Display the feed GUID for the current comment.","returns":""},{"id":"get_comment_guid","params":[{"required":"no","param":"int|object $comment_id Optional comment object or id. Defaults to global comment object."}],"desc":"Retrieve the feed GUID for the current comment.","returns":"bool|string false on failure or guid for comment on success."},{"id":"comment_link","params":[],"desc":"Display the link to the comments.","returns":""},{"id":"get_comment_author_rss","params":[],"desc":"Retrieve the current comment author for use in the feeds.","returns":"string Comment Author"},{"id":"comment_author_rss","params":[],"desc":"Display the current comment author in the feed.","returns":""},{"id":"comment_text_rss","params":[],"desc":"Display the current comment content for use in the feeds.","returns":""},{"id":"get_the_category_rss","params":[{"required":"no","param":"string $type Optional, default is the type returned by get_default_feed()."}],"desc":"Retrieve all of the post categories, formatted for use in feeds.","returns":"string All of the post categories for displaying in the feed."},{"id":"the_category_rss","params":[{"required":"no","param":"string $type Optional, default is the type returned by get_default_feed()."}],"desc":"Display the post categories in the feed.","returns":""},{"id":"html_type_rss","params":[],"desc":"Display the HTML type based on the blog setting.","returns":""},{"id":"rss_enclosure","params":[],"desc":"Display the rss enclosure for the current post.","returns":""},{"id":"atom_enclosure","params":[],"desc":"Display the atom enclosure for the current post.","returns":""},{"id":"prep_atom_text_construct","params":[{"required":"yes","param":"string $data Input string"}],"desc":"Determine the type of a string of data with the data formatted.","returns":"array array(type, value)"},{"id":"self_link","params":[],"desc":"Display the link for the currently displayed feed in a XSS safe way.","returns":""},{"id":"feed_content_type","params":[],"desc":"Return the content type for specified feed type.","returns":""},{"id":"fetch_feed","params":[{"required":"yes","param":"string $url URL to retrieve feed"}],"desc":"Build SimplePie object based on RSS or Atom feed from URL.","returns":"WP_Error|SimplePie WP_Error object on failure or SimplePie object on success"},{"id":"is_rtl","params":[],"desc":"Checks if current locale is RTL.","returns":"bool Whether locale is RTL."},{"id":"is_subdomain_install","params":[],"desc":"Whether a subdomain configuration is enabled.","returns":"bool True if subdomain configuration is enabled, false otherwise."},{"id":"wp_get_active_network_plugins","params":[],"desc":"Returns array of network plugin files to be included in global scope.","returns":"array Files to include"},{"id":"ms_site_check","params":[],"desc":"Checks status of current blog.","returns":"bool|string Returns true on success, or drop-in file to include."},{"id":"get_current_site_name","params":[],"desc":"Sets current site name.","returns":"object $current_site object with site_name"},{"id":"wpmu_current_site","params":[],"desc":"Sets current_site object.","returns":"object $current_site object"},{"id":"ms_not_installed","params":[],"desc":"Displays a failure message.","returns":""},{"id":"_walk_bookmarks","params":[{"required":"yes","param":"array $bookmarks List of bookmarks to traverse"},{"required":"no","param":"string|array $args Optional. Overwrite the defaults."}],"desc":"The formatted output of a list of bookmarks.","returns":"string Formatted output in HTML"},{"id":"wp_list_bookmarks","params":[{"required":"no","param":"string|array $args Optional. Overwrite the defaults of the function"}],"desc":"Retrieve or echo all of the bookmarks.","returns":"string|null Will only return if echo option is set to not echo. Default is not return anything."},{"id":"check_comment","params":[{"required":"yes","param":"string $author Comment Author's name"},{"required":"yes","param":"string $email Comment Author's email"},{"required":"yes","param":"string $url Comment Author's URL"},{"required":"yes","param":"string $comment Comment contents"},{"required":"yes","param":"string $user_ip Comment Author's IP address"},{"required":"yes","param":"string $user_agent Comment Author's User Agent"},{"required":"yes","param":"string $comment_type Comment type, either user submitted comment, trackback, or pingback"}],"desc":"Checks whether a comment passes internal checks to be allowed to add.","returns":"bool Whether the checks passed (true) and the comments should be displayed or set to moderated"},{"id":"get_approved_comments","params":[{"required":"yes","param":"int $post_id The ID of the post"}],"desc":"Retrieve the approved comments for post $post_id.","returns":"array $comments The approved comments"},{"id":"get_comment","params":[{"required":"yes","param":"object|string|int $comment Comment to retrieve."},{"required":"no","param":"string $output Optional. OBJECT or ARRAY_A or ARRAY_N constants."}],"desc":"Retrieves comment data given a comment ID or comment object.","returns":"object|array|null Depends on $output value."},{"id":"get_comments","params":[{"required":"no","param":"mixed $args Optional. Array or string of options to override defaults."}],"desc":"Retrieve a list of comments.","returns":"array List of comments."},{"id":"get_comment_statuses","params":[],"desc":"Retrieve all of the WordPress supported comment statuses.","returns":"array List of comment statuses."},{"id":"get_lastcommentmodified","params":[{"required":"yes","param":"string $timezone Which timezone to use in reference to 'gmt', 'blog', or 'server' locations."}],"desc":"The date the last comment was modified.","returns":"string Last comment modified date."},{"id":"get_comment_count","params":[{"required":"no","param":"int $post_id Optional. Comment amount in post if > 0, else total comments blog wide."}],"desc":"The amount of comments in a post or total comments.","returns":"array The amount of spam, approved, awaiting moderation, and total comments."},{"id":"add_comment_meta","params":[{"required":"yes","param":"int $comment_id Comment ID."},{"required":"yes","param":"string $meta_key Metadata name."},{"required":"yes","param":"mixed $meta_value Metadata value."},{"required":"no","param":"bool $unique Optional, default is false. Whether the same key should not be added."}],"desc":"Add meta data field to a comment.","returns":"bool False for failure. True for success."},{"id":"delete_comment_meta","params":[{"required":"yes","param":"int $comment_id comment ID"},{"required":"yes","param":"string $meta_key Metadata name."},{"required":"no","param":"mixed $meta_value Optional. Metadata value."}],"desc":"Remove metadata matching criteria from a comment.","returns":"bool False for failure. True for success."},{"id":"get_comment_meta","params":[{"required":"yes","param":"int $comment_id Comment ID."},{"required":"yes","param":"string $key The meta key to retrieve."},{"required":"yes","param":"bool $single Whether to return a single value."}],"desc":"Retrieve comment meta field for a comment.","returns":"mixed Will be an array if $single is false. Will be value of meta data field if $single is true."},{"id":"update_comment_meta","params":[{"required":"yes","param":"int $comment_id Comment ID."},{"required":"yes","param":"string $meta_key Metadata key."},{"required":"yes","param":"mixed $meta_value Metadata value."},{"required":"no","param":"mixed $prev_value Optional. Previous value to check before removing."}],"desc":"Update comment meta field based on comment ID.","returns":"bool False on failure, true if success."},{"id":"sanitize_comment_cookies","params":[],"desc":"Sanitizes the cookies sent to the user already.","returns":""},{"id":"wp_allow_comment","params":[{"required":"yes","param":"array $commentdata Contains information on the comment"}],"desc":"Validates whether this comment is allowed to be made.","returns":"mixed Signifies the approval status (0|1|'spam')"},{"id":"check_comment_flood_db","params":[{"required":"yes","param":"string $ip Comment IP."},{"required":"yes","param":"string $email Comment author email address."},{"required":"yes","param":"string $date MySQL time string."}],"desc":"Check whether comment flooding is occurring.","returns":""},{"id":"separate_comments","params":[{"required":"yes","param":"array $comments Array of comments"}],"desc":"Separates an array of comments into an array keyed by comment_type.","returns":"array Array of comments keyed by comment_type."},{"id":"get_comment_pages_count","params":[{"required":"no","param":"array $comments Optional array of comment objects. Defaults to $wp_query->comments"},{"required":"no","param":"int $per_page Optional comments per page."},{"required":"no","param":"boolean $threaded Optional control over flat or threaded comments."}],"desc":"Calculate the total number of comment pages.","returns":"int Number of comment pages."},{"id":"get_page_of_comment","params":[{"required":"yes","param":"int $comment_ID Comment ID."},{"required":"no","param":"array $args Optional args."}],"desc":"Calculate what page number a comment will appear on for comment paging.","returns":"int|null Comment page number or null on error."},{"id":"wp_blacklist_check","params":[{"required":"yes","param":"string $author The author of the comment"},{"required":"yes","param":"string $email The email of the comment"},{"required":"yes","param":"string $url The url used in the comment"},{"required":"yes","param":"string $comment The comment content"},{"required":"yes","param":"string $user_ip The comment author IP address"},{"required":"yes","param":"string $user_agent The author's browser user agent"}],"desc":"Does comment contain blacklisted characters or words.","returns":"bool True if comment contains blacklisted content, false if comment does not"},{"id":"wp_count_comments","params":[{"required":"no","param":"int $post_id Optional. Post ID."}],"desc":"Retrieve total comments for blog or single post.","returns":"object Comment stats."},{"id":"wp_delete_comment","params":[{"required":"yes","param":"int $comment_id Comment ID"},{"required":"yes","param":"bool $force_delete Whether to bypass trash and force deletion. Default is false."}],"desc":"Trashes or deletes a comment.","returns":"bool False if delete comment query failure, true on success."},{"id":"wp_trash_comment","params":[{"required":"yes","param":"int $comment_id Comment ID."}],"desc":"Moves a comment to the Trash","returns":"mixed False on failure"},{"id":"wp_untrash_comment","params":[{"required":"yes","param":"int $comment_id Comment ID."}],"desc":"Removes a comment from the Trash","returns":"mixed False on failure"},{"id":"wp_spam_comment","params":[{"required":"yes","param":"int $comment_id Comment ID."}],"desc":"Marks a comment as Spam","returns":"mixed False on failure"},{"id":"wp_unspam_comment","params":[{"required":"yes","param":"int $comment_id Comment ID."}],"desc":"Removes a comment from the Spam","returns":"mixed False on failure"},{"id":"wp_get_comment_status","params":[{"required":"yes","param":"int $comment_id Comment ID"}],"desc":"The status of a comment by ID.","returns":"string|bool Status might be 'trash', 'approved', 'unapproved', 'spam'. False on failure."},{"id":"wp_transition_comment_status","params":[{"required":"yes","param":"string $new_status New comment status."},{"required":"yes","param":"string $old_status Previous comment status."},{"required":"yes","param":"object $comment Comment data."}],"desc":"Call hooks for when a comment status transition occurs.","returns":""},{"id":"wp_get_current_commenter","params":[],"desc":"Get current commenter's name, email, and URL.","returns":"array Comment author, email, url respectively."},{"id":"wp_insert_comment","params":[{"required":"yes","param":"array $commentdata Contains information on the comment."}],"desc":"Inserts a comment to the database.","returns":"int The new comment's ID."},{"id":"wp_filter_comment","params":[{"required":"yes","param":"array $commentdata Contains information on the comment."}],"desc":"Filters and sanitizes comment data.","returns":"array Parsed comment information."},{"id":"wp_throttle_comment_flood","params":[{"required":"yes","param":"bool $block Whether plugin has already blocked comment."},{"required":"yes","param":"int $time_lastcomment Timestamp for last comment."},{"required":"yes","param":"int $time_newcomment Timestamp for new comment."}],"desc":"Whether comment should be blocked because of comment flood.","returns":"bool Whether comment should be blocked."},{"id":"wp_new_comment","params":[{"required":"yes","param":"array $commentdata Contains information on the comment."}],"desc":"Adds a new comment to the database.","returns":"int The ID of the comment after adding."},{"id":"wp_set_comment_status","params":[{"required":"yes","param":"int $comment_id Comment ID."},{"required":"yes","param":"string $comment_status New comment status, either 'hold', 'approve', 'spam', or 'delete'."},{"required":"yes","param":"bool $wp_error Whether to return a WP_Error object if there is a failure. Default is false."}],"desc":"Sets the status of a comment.","returns":"bool False on failure or deletion and true on success."},{"id":"wp_update_comment","params":[{"required":"yes","param":"array $commentarr Contains information on the comment."}],"desc":"Updates an existing comment in the database.","returns":"int Comment was updated if value is 1, or was not updated if value is 0."},{"id":"wp_defer_comment_counting","params":[{"required":"yes","param":"bool $defer "}],"desc":"Whether to defer comment counting.","returns":"unknown "},{"id":"wp_update_comment_count","params":[{"required":"yes","param":"int $post_id Post ID"},{"required":"yes","param":"bool $do_deferred Whether to process previously deferred post comment counts"}],"desc":"Updates the comment count for post(s).","returns":"bool True on success, false on failure"},{"id":"wp_update_comment_count_now","params":[{"required":"yes","param":"int $post_id Post ID"}],"desc":"Updates the comment count for the post.","returns":"bool False on '0' $post_id or if post with ID does not exist. True on success."},{"id":"discover_pingback_server_uri","params":[{"required":"yes","param":"string $url URL to ping."},{"required":"yes","param":"int $deprecated Not Used."}],"desc":"Finds a pingback server URI based on the given URL.","returns":"bool|string False on failure, string containing URI on success."},{"id":"do_all_pings","params":[],"desc":"Perform all pingbacks, enclosures, trackbacks, and send to pingback services.","returns":""},{"id":"do_trackbacks","params":[{"required":"yes","param":"int $post_id Post ID to do trackbacks on."}],"desc":"Perform trackbacks.","returns":""},{"id":"generic_ping","params":[{"required":"yes","param":"int $post_id Post ID. Not actually used."}],"desc":"Sends pings to all of the ping site services.","returns":"int Same as Post ID from parameter"},{"id":"pingback","params":[{"required":"yes","param":"string $content Post content to check for links."},{"required":"yes","param":"int $post_ID Post ID."}],"desc":"Pings back the links found in a post.","returns":""},{"id":"privacy_ping_filter","params":[{"required":"yes","param":"mixed $sites Will return if blog is public, will not return if not public."}],"desc":"Check whether blog is public before returning sites.","returns":"mixed Empty string if blog is not public, returns $sites, if site is public."},{"id":"trackback","params":[{"required":"yes","param":"string $trackback_url URL to send trackbacks."},{"required":"yes","param":"string $title Title of post."},{"required":"yes","param":"string $excerpt Excerpt of post."},{"required":"yes","param":"int $ID Post ID."}],"desc":"Send a Trackback.","returns":"mixed Database query from update."},{"id":"weblog_ping","params":[{"required":"yes","param":"string $server Host of blog to connect to."},{"required":"yes","param":"string $path Path to send the ping."}],"desc":"Send a pingback.","returns":""},{"id":"clean_comment_cache","params":[{"required":"yes","param":"int|array $ids Comment ID or array of comment IDs to remove from cache"}],"desc":"Removes comment ID from the comment cache.","returns":""},{"id":"update_comment_cache","params":[{"required":"yes","param":"array $comments Array of comment row objects"}],"desc":"Updates the comment cache of given comments.","returns":""},{"id":"_close_comments_for_old_posts","params":[{"required":"yes","param":"object $posts Post data object."},{"required":"yes","param":"object $query Query object."}],"desc":"Close comments on old posts on the fly, without any extra DB queries. Hooked to the_posts.","returns":"object "},{"id":"_close_comments_for_old_post","params":[{"required":"yes","param":"bool $open Comments open or closed"},{"required":"yes","param":"int $post_id Post ID"}],"desc":"Close comments on an old post. Hooked to comments_open and pings_open.","returns":"bool $open"},{"id":"get_query_var","params":[{"required":"yes","param":"string $var The variable key to retrieve."}],"desc":"Retrieve variable in the WP_Query class.","returns":"mixed "},{"id":"get_queried_object","params":[],"desc":"Retrieve the currently-queried object. Wrapper for $wp_query->get_queried_object()","returns":"object "},{"id":"get_queried_object_id","params":[],"desc":"Retrieve ID of the current queried object. Wrapper for $wp_query->get_queried_object_id()","returns":"int "},{"id":"set_query_var","params":[{"required":"yes","param":"string $var Query variable key."},{"required":"yes","param":"mixed $value "}],"desc":"Set query variable.","returns":"null "},{"id":"query_posts","params":[{"required":"yes","param":"string $query "}],"desc":"Set up The Loop with query parameters.","returns":"array List of posts"},{"id":"wp_reset_query","params":[],"desc":"Destroy the previous query and set up a new query.","returns":""},{"id":"wp_reset_postdata","params":[],"desc":"After looping through a separate query, this function restores the $post global to the current post in the main query","returns":""},{"id":"is_archive","params":[],"desc":"Is the query for an archive page?","returns":"bool "},{"id":"is_post_type_archive","params":[{"required":"no","param":"mixed $post_types Optional. Post type or array of posts types to check against."}],"desc":"Is the query for a post type archive page?","returns":"bool "},{"id":"is_attachment","params":[],"desc":"Is the query for an attachment page?","returns":"bool "},{"id":"is_author","params":[{"required":"no","param":"mixed $author Optional. User ID, nickname, nicename, or array of User IDs, nicknames, and nicenames"}],"desc":"Is the query for an author archive page?","returns":"bool "},{"id":"is_category","params":[{"required":"no","param":"mixed $category Optional. Category ID, name, slug, or array of Category IDs, names, and slugs."}],"desc":"Is the query for a category archive page?","returns":"bool "},{"id":"is_tag","params":[{"required":"no","param":"mixed $slug Optional. Tag slug or array of slugs."}],"desc":"Is the query for a tag archive page?","returns":"bool "},{"id":"is_tax","params":[{"required":"no","param":"mixed $taxonomy Optional. Taxonomy slug or slugs."},{"required":"no","param":"mixed $term Optional. Term ID, name, slug or array of Term IDs, names, and slugs."}],"desc":"Is the query for a taxonomy archive page?","returns":"bool "},{"id":"is_comments_popup","params":[],"desc":"Whether the current URL is within the comments popup window.","returns":"bool "},{"id":"is_date","params":[],"desc":"Is the query for a date archive?","returns":"bool "},{"id":"is_day","params":[],"desc":"Is the query for a day archive?","returns":"bool "},{"id":"is_feed","params":[{"required":"no","param":"string|array $feeds Optional feed types to check."}],"desc":"Is the query for a feed?","returns":"bool "},{"id":"is_comment_feed","params":[],"desc":"Is the query for a comments feed?","returns":"bool "},{"id":"is_front_page","params":[],"desc":"Is the query for the front page of the site?","returns":"bool True, if front of site."},{"id":"is_home","params":[],"desc":"Is the query for the blog homepage?","returns":"bool True if blog view homepage."},{"id":"is_month","params":[],"desc":"Is the query for a month archive?","returns":"bool "},{"id":"is_page","params":[{"required":"yes","param":"mixed $page Page ID, title, slug, or array of such."}],"desc":"Is the query for a single page?","returns":"bool "},{"id":"is_paged","params":[],"desc":"Is the query for paged result and not for the first page?","returns":"bool "},{"id":"is_preview","params":[],"desc":"Is the query for a post or page preview?","returns":"bool "},{"id":"is_robots","params":[],"desc":"Is the query for the robots file?","returns":"bool "},{"id":"is_search","params":[],"desc":"Is the query for a search?","returns":"bool "},{"id":"is_single","params":[{"required":"yes","param":"mixed $post Post ID, title, slug, or array of such."}],"desc":"Is the query for a single post?","returns":"bool "},{"id":"is_singular","params":[{"required":"no","param":"mixed $post_types Optional. Post Type or array of Post Types"}],"desc":"Is the query for a single post of any post type (post, attachment, page, ... )?","returns":"bool "},{"id":"is_time","params":[],"desc":"Is the query for a specific time?","returns":"bool "},{"id":"is_trackback","params":[],"desc":"Is the query for a trackback endpoint call?","returns":"bool "},{"id":"is_year","params":[],"desc":"Is the query for a specific year?","returns":"bool "},{"id":"is_404","params":[],"desc":"Is the query a 404 (returns no results)?","returns":"bool "},{"id":"is_main_query","params":[],"desc":"Is the query the main query?","returns":"bool "},{"id":"have_posts","params":[],"desc":"Whether current WordPress query has results to loop over.","returns":"bool "},{"id":"in_the_loop","params":[],"desc":"Whether the caller is in the Loop.","returns":"bool True if caller is within loop, false if loop hasn't started or ended."},{"id":"rewind_posts","params":[],"desc":"Rewind the loop posts.","returns":"null "},{"id":"the_post","params":[],"desc":"Iterate the post index in the loop.","returns":""},{"id":"have_comments","params":[],"desc":"Whether there are comments to loop over.","returns":"bool "},{"id":"the_comment","params":[],"desc":"Iterate comment index in the comment loop.","returns":"object "},{"id":"wp_old_slug_redirect","params":[],"desc":"Redirect old slugs to the correct permalink.","returns":"null If no link is found, null is returned."},{"id":"setup_postdata","params":[{"required":"yes","param":"object $post Post data."}],"desc":"Set up global post data.","returns":"bool True when finished."},{"id":"is_child_theme","params":[],"desc":"Whether a child theme is in use.","returns":"bool true if a child theme is in use, false otherwise."},{"id":"get_stylesheet","params":[],"desc":"Retrieve name of the current stylesheet.","returns":"string Stylesheet name."},{"id":"get_stylesheet_directory","params":[],"desc":"Retrieve stylesheet directory path for current theme.","returns":"string Path to current theme directory."},{"id":"get_stylesheet_directory_uri","params":[],"desc":"Retrieve stylesheet directory URI.","returns":"string "},{"id":"get_stylesheet_uri","params":[],"desc":"Retrieve URI of current theme stylesheet.","returns":"string "},{"id":"get_locale_stylesheet_uri","params":[],"desc":"Retrieve localized stylesheet URI.","returns":"string "},{"id":"get_template","params":[],"desc":"Retrieve name of the current theme.","returns":"string Template name."},{"id":"get_template_directory","params":[],"desc":"Retrieve current theme directory.","returns":"string Template directory path."},{"id":"get_template_directory_uri","params":[],"desc":"Retrieve theme directory URI.","returns":"string Template directory URI."},{"id":"get_theme_data","params":[{"required":"yes","param":"string $theme_file Theme file path."}],"desc":"Retrieve theme data from parsed theme file.","returns":"array Theme data."},{"id":"get_themes","params":[],"desc":"Retrieve list of themes with theme data in theme directory.","returns":"array Theme list with theme data."},{"id":"get_theme_roots","params":[],"desc":"Retrieve theme roots.","returns":"array|string An array of theme roots keyed by template/stylesheet or a single theme root if all themes have the same root."},{"id":"get_theme","params":[{"required":"yes","param":"string $theme Theme name."}],"desc":"Retrieve theme data.","returns":"array|null Null, if theme name does not exist. Theme data, if exists."},{"id":"get_current_theme","params":[],"desc":"Retrieve current theme display name.","returns":"string "},{"id":"register_theme_directory","params":[{"required":"yes","param":"string $directory Either the full filesystem path to a theme folder or a folder within WP_CONTENT_DIR"}],"desc":"Register a directory that contains themes.","returns":"bool "},{"id":"search_theme_directories","params":[],"desc":"Search all registered theme directories for complete and valid themes.","returns":"array Valid themes found"},{"id":"get_theme_root","params":[{"required":"yes","param":"string $stylesheet_or_template The stylesheet or template name of the theme"}],"desc":"Retrieve path to themes directory.","returns":"string Theme path."},{"id":"get_theme_root_uri","params":[{"required":"yes","param":"string $stylesheet_or_template The stylesheet or template name of the theme"}],"desc":"Retrieve URI for themes directory.","returns":"string Themes URI."},{"id":"get_raw_theme_root","params":[{"required":"yes","param":"string $stylesheet_or_template The stylesheet or template name of the theme"}],"desc":"Get the raw theme root relative to the content directory with no filters applied.","returns":"string Theme root"},{"id":"get_query_template","params":[{"required":"yes","param":"string $type Filename without extension."},{"required":"no","param":"array $templates An optional list of template candidates"}],"desc":"Retrieve path to a template","returns":"string Full path to file."},{"id":"get_index_template","params":[],"desc":"Retrieve path of index template in current or parent template.","returns":"string "},{"id":"get_404_template","params":[],"desc":"Retrieve path of 404 template in current or parent template.","returns":"string "},{"id":"get_archive_template","params":[],"desc":"Retrieve path of archive template in current or parent template.","returns":"string "},{"id":"get_author_template","params":[],"desc":"Retrieve path of author template in current or parent template.","returns":"string "},{"id":"get_category_template","params":[],"desc":"Retrieve path of category template in current or parent template.","returns":"string "},{"id":"get_tag_template","params":[],"desc":"Retrieve path of tag template in current or parent template.","returns":"string "},{"id":"get_taxonomy_template","params":[],"desc":"Retrieve path of taxonomy template in current or parent template.","returns":"string "},{"id":"get_date_template","params":[],"desc":"Retrieve path of date template in current or parent template.","returns":"string "},{"id":"get_home_template","params":[],"desc":"Retrieve path of home template in current or parent template.","returns":"string "},{"id":"get_front_page_template","params":[],"desc":"Retrieve path of front-page template in current or parent template.","returns":"string "},{"id":"get_page_template","params":[],"desc":"Retrieve path of page template in current or parent template.","returns":"string "},{"id":"get_paged_template","params":[],"desc":"Retrieve path of paged template in current or parent template.","returns":"string "},{"id":"get_search_template","params":[],"desc":"Retrieve path of search template in current or parent template.","returns":"string "},{"id":"get_single_template","params":[],"desc":"Retrieve path of single template in current or parent template.","returns":"string "},{"id":"get_attachment_template","params":[],"desc":"Retrieve path of attachment template in current or parent template.","returns":"string "},{"id":"get_comments_popup_template","params":[],"desc":"Retrieve path of comment popup template in current or parent template.","returns":"string "},{"id":"locate_template","params":[{"required":"yes","param":"string|array $template_names Template file(s) to search for, in order."},{"required":"yes","param":"bool $load If true the template file will be loaded if it is found."},{"required":"yes","param":"bool $require_once Whether to require_once or require. Default true. Has no effect if $load is false."}],"desc":"Retrieve the name of the highest priority template file that exists.","returns":"string The template filename if one is located."},{"id":"load_template","params":[{"required":"yes","param":"string $_template_file Path to template file."},{"required":"yes","param":"bool $require_once Whether to require_once or require. Default true."}],"desc":"Require the template file with WordPress environment.","returns":""},{"id":"locale_stylesheet","params":[],"desc":"Display localized stylesheet link element.","returns":""},{"id":"preview_theme","params":[],"desc":"Start preview theme output buffer.","returns":""},{"id":"_preview_theme_template_filter","params":[],"desc":"Private function to modify the current template when previewing a theme","returns":"string "},{"id":"_preview_theme_stylesheet_filter","params":[],"desc":"Private function to modify the current stylesheet when previewing a theme","returns":"string "},{"id":"preview_theme_ob_filter","params":[{"required":"yes","param":"string $content "}],"desc":"Callback function for ob_start() to capture all links in the theme.","returns":"string "},{"id":"preview_theme_ob_filter_callback","params":[{"required":"yes","param":"array $matches "}],"desc":"Manipulates preview theme links in order to control and maintain location.","returns":"string "},{"id":"switch_theme","params":[{"required":"yes","param":"string $template Template name"},{"required":"yes","param":"string $stylesheet Stylesheet name."}],"desc":"Switches current theme to new template and stylesheet names.","returns":""},{"id":"validate_current_theme","params":[],"desc":"Checks that current theme files 'index.php' and 'style.css' exists.","returns":"bool "},{"id":"get_theme_mods","params":[],"desc":"Retrieve all theme modifications.","returns":"array Theme modifications."},{"id":"get_theme_mod","params":[{"required":"yes","param":"string $name Theme modification name."},{"required":"yes","param":"bool|string $default "}],"desc":"Retrieve theme modification value for the current theme.","returns":"string "},{"id":"set_theme_mod","params":[{"required":"yes","param":"string $name Theme modification name."},{"required":"yes","param":"string $value theme modification value."}],"desc":"Update theme modification value for the current theme.","returns":""},{"id":"remove_theme_mod","params":[{"required":"yes","param":"string $name Theme modification name."}],"desc":"Remove theme modification name from current theme list.","returns":"null "},{"id":"remove_theme_mods","params":[],"desc":"Remove theme modifications option for current theme.","returns":""},{"id":"get_header_textcolor","params":[],"desc":"Retrieve text color for custom header.","returns":"string "},{"id":"header_textcolor","params":[],"desc":"Display text color for custom header.","returns":""},{"id":"get_header_image","params":[],"desc":"Retrieve header image for custom header.","returns":"string "},{"id":"get_random_header_image","params":[],"desc":"Get random header image from registered images in theme.","returns":"string Path to header image"},{"id":"is_random_header_image","params":[{"required":"yes","param":"string $type The random pool to use. any|default|uploaded"}],"desc":"Check if random header image is in use.","returns":"boolean "},{"id":"header_image","params":[],"desc":"Display header image path.","returns":""},{"id":"get_uploaded_header_images","params":[],"desc":"Get the header images uploaded for the current theme.","returns":"array "},{"id":"add_custom_image_header","params":[{"required":"yes","param":"callback $header_callback Call on 'wp_head' action."},{"required":"yes","param":"callback $admin_header_callback Call on custom header administration screen."},{"required":"no","param":"callback $admin_image_div_callback Output a custom header image div on the custom header administration screen. Optional."}],"desc":"Add callbacks for image header display.","returns":""},{"id":"remove_custom_image_header","params":[],"desc":"Remove image header support.","returns":"bool Whether support was removed."},{"id":"register_default_headers","params":[{"required":"yes","param":"array $headers Array of headers keyed by a string id. The ids point to arrays containing 'url', 'thumbnail_url', and 'description' keys."}],"desc":"Register a selection of default headers to be displayed by the custom header admin UI.","returns":""},{"id":"unregister_default_headers","params":[{"required":"yes","param":"string|array $header The header string id (key of array) to remove, or an array thereof."}],"desc":"Unregister default headers.","returns":"True on success, false on failure."},{"id":"get_background_image","params":[],"desc":"Retrieve background image for custom background.","returns":"string "},{"id":"background_image","params":[],"desc":"Display background image path.","returns":""},{"id":"get_background_color","params":[],"desc":"Retrieve value for custom background color.","returns":"string "},{"id":"background_color","params":[],"desc":"Display background color value.","returns":""},{"id":"add_custom_background","params":[{"required":"yes","param":"callback $header_callback Call on 'wp_head' action."},{"required":"yes","param":"callback $admin_header_callback Call on custom background administration screen."},{"required":"no","param":"callback $admin_image_div_callback Output a custom background image div on the custom background administration screen. Optional."}],"desc":"Add callbacks for background image display.","returns":""},{"id":"remove_custom_background","params":[],"desc":"Remove custom background support.","returns":"bool Whether support was removed."},{"id":"_custom_background_cb","params":[],"desc":"Default custom background callback.","returns":""},{"id":"add_editor_style","params":[{"required":"no","param":"mixed $stylesheet Optional. Stylesheet name or array thereof, relative to theme root. Defaults to 'editor-style.css'"}],"desc":"Add callback for custom TinyMCE editor stylesheets.","returns":""},{"id":"remove_editor_styles","params":[],"desc":"Removes all visual editor stylesheets.","returns":"bool True on success, false if there were no stylesheets to remove."},{"id":"add_theme_support","params":[{"required":"yes","param":"string $feature the feature being added"}],"desc":"Allows a theme to register its support of a certain feature","returns":""},{"id":"get_theme_support","params":[{"required":"yes","param":"string $feature the feature to check"}],"desc":"Gets the theme support arguments passed when registering that support","returns":"array The array of extra arguments"},{"id":"remove_theme_support","params":[{"required":"yes","param":"string $feature the feature being added"}],"desc":"Allows a theme to de-register its support of a certain feature","returns":"bool Whether feature was removed."},{"id":"_remove_theme_support","params":[],"desc":"Do not use. Removes theme support internally, ignorant of the blacklist.","returns":""},{"id":"current_theme_supports","params":[{"required":"yes","param":"string $feature the feature being checked"}],"desc":"Checks a theme's support for a given feature","returns":"boolean "},{"id":"require_if_theme_supports","params":[{"required":"yes","param":"string $feature the feature being checked"},{"required":"yes","param":"string $include the file containing the functions that implement the feature"}],"desc":"Checks a theme's support for a given feature before loading the functions which implement it.","returns":""},{"id":"_delete_attachment_theme_mod","params":[{"required":"yes","param":"int $id the attachment id"}],"desc":"Checks an attachment being deleted to see if it's a header or background image.","returns":""},{"id":"check_theme_switched","params":[],"desc":"Checks if a theme has been changed and runs 'after_switch_theme' hook on the next WP load","returns":""},{"id":"set_current_user","params":[{"required":"yes","param":"int|null $id User ID."},{"required":"no","param":"string $name Optional. The user's username"}],"desc":"Changes the current user by ID or name.","returns":"object returns wp_set_current_user()"},{"id":"get_userdatabylogin","params":[{"required":"yes","param":"string $user_login User's username"}],"desc":"Retrieve user info by login name.","returns":"bool|object False on failure, User DB row object"},{"id":"get_user_by_email","params":[{"required":"yes","param":"string $email User's email address"}],"desc":"Retrieve user info by email.","returns":"bool|object False on failure, User DB row object"},{"id":"wp_setcookie","params":[{"required":"yes","param":"string $username The user's username"},{"required":"no","param":"string $password Optional. The user's password"},{"required":"no","param":"bool $already_md5 Optional. Whether the password has already been through MD5"},{"required":"no","param":"string $home Optional. Will be used instead of COOKIEPATH if set"},{"required":"no","param":"string $siteurl Optional. Will be used instead of SITECOOKIEPATH if set"},{"required":"no","param":"bool $remember Optional. Remember that the user is logged in"}],"desc":"Sets a cookie for a user who just logged in. This function is deprecated.","returns":""},{"id":"wp_clearcookie","params":[],"desc":"Clears the authentication cookie, logging the user out. This function is deprecated.","returns":""},{"id":"wp_get_cookie_login","params":[],"desc":"Gets the user cookie login. This function is deprecated.","returns":"bool Always returns false"},{"id":"wp_login","params":[{"required":"yes","param":"string $username User's username"},{"required":"yes","param":"string $password User's password"},{"required":"yes","param":"bool $deprecated Not used"}],"desc":"Checks a users login information and logs them in if it checks out. This function is deprecated.","returns":"bool False on login failure, true on successful check"},{"id":"wp_set_current_user","params":[{"required":"yes","param":"int $id User ID"},{"required":"yes","param":"string $name User's username"}],"desc":"Changes the current user by ID or name.","returns":"WP_User Current user User object"},{"id":"wp_get_current_user","params":[],"desc":"Retrieve the current user object.","returns":"WP_User Current user WP_User object"},{"id":"get_currentuserinfo","params":[],"desc":"Populate global variables with information about the currently logged in user.","returns":"bool|null False on XMLRPC Request and invalid auth cookie. Null when current user set"},{"id":"get_userdata","params":[{"required":"yes","param":"int $user_id User ID"}],"desc":"Retrieve user info by user ID.","returns":"bool|object False on failure, WP_User object on success"},{"id":"get_user_by","params":[{"required":"yes","param":"string $field The field to retrieve the user with. id | slug | email | login"},{"required":"yes","param":"int|string $value A value for $field. A user ID, slug, email address, or login name."}],"desc":"Retrieve user info by a given field","returns":"bool|object False on failure, WP_User object on success"},{"id":"cache_users","params":[{"required":"yes","param":"array $user_ids User ID numbers list"}],"desc":"Retrieve info for user lists to prevent multiple queries by get_userdata()","returns":""},{"id":"wp_mail","params":[{"required":"yes","param":"string|array $to Array or comma-separated list of email addresses to send message."},{"required":"yes","param":"string $subject Email subject"},{"required":"yes","param":"string $message Message contents"},{"required":"no","param":"string|array $headers Optional. Additional headers."},{"required":"no","param":"string|array $attachments Optional. Files to attach."}],"desc":"Send mail, similar to PHP's mail","returns":"bool Whether the email contents were sent successfully."},{"id":"wp_authenticate","params":[{"required":"yes","param":"string $username User's username"},{"required":"yes","param":"string $password User's password"}],"desc":"Checks a user's login information and logs them in if it checks out.","returns":"WP_Error|WP_User WP_User object if login successful, otherwise WP_Error object."},{"id":"wp_logout","params":[],"desc":"Log the current user out.","returns":""},{"id":"wp_validate_auth_cookie","params":[{"required":"no","param":"string $cookie Optional. If used, will validate contents instead of cookie's"},{"required":"no","param":"string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in"}],"desc":"Validates authentication cookie.","returns":"bool|int False if invalid cookie, User ID if valid."},{"id":"wp_generate_auth_cookie","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"yes","param":"int $expiration Cookie expiration in seconds"},{"required":"no","param":"string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in"}],"desc":"Generate authentication cookie contents.","returns":"string Authentication cookie contents"},{"id":"wp_parse_auth_cookie","params":[{"required":"yes","param":"string $cookie "},{"required":"no","param":"string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in"}],"desc":"Parse a cookie into its components","returns":"array Authentication cookie components"},{"id":"wp_set_auth_cookie","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"yes","param":"bool $remember Whether to remember the user"}],"desc":"Sets the authentication cookies based User ID.","returns":""},{"id":"wp_clear_auth_cookie","params":[],"desc":"Removes all of the cookies associated with authentication.","returns":""},{"id":"is_user_logged_in","params":[],"desc":"Checks if the current visitor is a logged in user.","returns":"bool True if user is logged in, false if not logged in."},{"id":"auth_redirect","params":[],"desc":"Checks if a user is logged in, if not it redirects them to the login page.","returns":""},{"id":"check_admin_referer","params":[{"required":"yes","param":"string $action Action nonce"},{"required":"yes","param":"string $query_arg where to look for nonce in $_REQUEST (since 2.5)"}],"desc":"Makes sure that a user was referred from another admin page.","returns":""},{"id":"check_ajax_referer","params":[{"required":"yes","param":"string $action Action nonce"},{"required":"yes","param":"string $query_arg where to look for nonce in $_REQUEST (since 2.5)"}],"desc":"Verifies the AJAX request to prevent processing requests external of the blog.","returns":""},{"id":"wp_redirect","params":[{"required":"yes","param":"string $location The path to redirect to"},{"required":"yes","param":"int $status Status code to use"}],"desc":"Redirects to another page.","returns":"bool False if $location is not set"},{"id":"wp_sanitize_redirect","params":[],"desc":"Sanitizes a URL for use in a redirect.","returns":"string redirect-sanitized URL"},{"id":"wp_safe_redirect","params":[],"desc":"Performs a safe (local) redirect, using wp_redirect().","returns":"void Does not return anything"},{"id":"wp_validate_redirect","params":[{"required":"yes","param":"string $location The redirect to validate"},{"required":"yes","param":"string $default The value to return is $location is not allowed"}],"desc":"Validates a URL for use in a redirect.","returns":"string redirect-sanitized URL"},{"id":"wp_notify_postauthor","params":[{"required":"yes","param":"int $comment_id Comment ID"},{"required":"no","param":"string $comment_type Optional. The comment type either 'comment' (default), 'trackback', or 'pingback'"}],"desc":"Notify an author of a comment/trackback/pingback to one of their posts.","returns":"bool False if user email does not exist. True on completion."},{"id":"wp_notify_moderator","params":[{"required":"yes","param":"int $comment_id Comment ID"}],"desc":"Notifies the moderator of the blog about a new comment that is awaiting approval.","returns":"bool Always returns true"},{"id":"wp_password_change_notification","params":[{"required":"yes","param":"object $user User Object"}],"desc":"Notify the blog admin of a user changing password, normally via email.","returns":""},{"id":"wp_new_user_notification","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"no","param":"string $plaintext_pass Optional. The user's plaintext password"}],"desc":"Notify the blog admin of a new user, normally via email.","returns":""},{"id":"wp_nonce_tick","params":[],"desc":"Get the time-dependent variable for nonce creation.","returns":"int "},{"id":"wp_verify_nonce","params":[{"required":"yes","param":"string $nonce Nonce that was used in the form to verify"},{"required":"yes","param":"string|int $action Should give context to what is taking place and be the same when nonce was created."}],"desc":"Verify that correct nonce was used with time limit.","returns":"bool Whether the nonce check passed or failed."},{"id":"wp_create_nonce","params":[{"required":"yes","param":"string|int $action Scalar value to add context to the nonce."}],"desc":"Creates a random, one time use token.","returns":"string The one use form token"},{"id":"wp_salt","params":[{"required":"yes","param":"string $scheme Authentication scheme"}],"desc":"Get salt to add to hashes to help prevent attacks.","returns":"string Salt value"},{"id":"wp_hash","params":[{"required":"yes","param":"string $data Plain text to hash"}],"desc":"Get hash of given string.","returns":"string Hash of $data"},{"id":"wp_hash_password","params":[{"required":"yes","param":"string $password Plain text user password to hash"}],"desc":"Create a hash (encrypt) of a plain text password.","returns":"string The hash string of the password"},{"id":"wp_check_password","params":[{"required":"yes","param":"string $password Plaintext user's password"},{"required":"yes","param":"string $hash Hash of the user's password to check against."}],"desc":"Checks the plaintext password against the encrypted Password.","returns":"bool False, if the $password does not match the hashed password"},{"id":"wp_generate_password","params":[{"required":"yes","param":"int $length The length of password to generate"},{"required":"yes","param":"bool $special_chars Whether to include standard special characters. Default true."},{"required":"yes","param":"bool $extra_special_chars Whether to include other special characters. Used when generating secret keys and salts. Default false."}],"desc":"Generates a random password drawn from the defined set of characters.","returns":"string The random password"},{"id":"wp_rand","params":[{"required":"no","param":"int $min Lower limit for the generated number (optional, default is 0)"},{"required":"no","param":"int $max Upper limit for the generated number (optional, default is 4294967295)"}],"desc":"Generates a random number","returns":"int A random number between min and max"},{"id":"wp_set_password","params":[{"required":"yes","param":"string $password The plaintext new user password"},{"required":"yes","param":"int $user_id User ID"}],"desc":"Updates the user's password with a new encrypted one.","returns":""},{"id":"get_avatar","params":[{"required":"yes","param":"int|string|object $id_or_email A user ID, email address, or comment object"},{"required":"yes","param":"int $size Size of the avatar image"},{"required":"yes","param":"string $default URL to a default image to use if no avatar is available"},{"required":"yes","param":"string $alt Alternate text to use in image tag. Defaults to blank"}],"desc":"Retrieve the avatar for a user who provided a user ID or email address.","returns":"string <img> tag for the user's avatar"},{"id":"wp_text_diff","params":[{"required":"yes","param":"string $left_string "old" (left) version of string"},{"required":"yes","param":"string $right_string "new" (right) version of string"},{"required":"no","param":"string|array $args Optional. Change 'title', 'title_left', and 'title_right' defaults."}],"desc":"Displays a human readable HTML representation of the difference between two strings.","returns":"string Empty string if strings are equivalent or HTML with differences."},{"id":"get_comment_author","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to retrieve the author. Optional."}],"desc":"Retrieve the author of the current comment.","returns":"string The comment author"},{"id":"comment_author","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the author. Optional."}],"desc":"Displays the author of the current comment.","returns":""},{"id":"get_comment_author_email","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the author's email. Optional."}],"desc":"Retrieve the email of the author of the current comment.","returns":"string The current comment author's email"},{"id":"comment_author_email","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the author's email. Optional."}],"desc":"Display the email of the author of the current global $comment.","returns":""},{"id":"comment_author_email_link","params":[{"required":"yes","param":"string $linktext The text to display instead of the comment author's email address"},{"required":"yes","param":"string $before The text or HTML to display before the email link."},{"required":"yes","param":"string $after The text or HTML to display after the email link."}],"desc":"Display the html email link to the author of the current comment.","returns":""},{"id":"get_comment_author_email_link","params":[{"required":"yes","param":"string $linktext The text to display instead of the comment author's email address"},{"required":"yes","param":"string $before The text or HTML to display before the email link."},{"required":"yes","param":"string $after The text or HTML to display after the email link."}],"desc":"Return the html email link to the author of the current comment.","returns":""},{"id":"get_comment_author_link","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the author's link. Optional."}],"desc":"Retrieve the html link to the url of the author of the current comment.","returns":"string Comment Author name or HTML link for author's URL"},{"id":"comment_author_link","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the author's link. Optional."}],"desc":"Display the html link to the url of the author of the current comment.","returns":""},{"id":"get_comment_author_IP","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the author's IP address. Optional."}],"desc":"Retrieve the IP address of the author of the current comment.","returns":"string The comment author's IP address."},{"id":"comment_author_IP","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the author's IP address. Optional."}],"desc":"Display the IP address of the author of the current comment.","returns":""},{"id":"get_comment_author_url","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the author's URL. Optional."}],"desc":"Retrieve the url of the author of the current comment.","returns":"string "},{"id":"comment_author_url","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the author's URL. Optional."}],"desc":"Display the url of the author of the current comment.","returns":""},{"id":"get_comment_author_url_link","params":[{"required":"yes","param":"string $linktext The text to display instead of the comment author's email address"},{"required":"yes","param":"string $before The text or HTML to display before the email link."},{"required":"yes","param":"string $after The text or HTML to display after the email link."}],"desc":"Retrieves the HTML link of the url of the author of the current comment.","returns":"string The HTML link between the $before and $after parameters"},{"id":"comment_author_url_link","params":[{"required":"yes","param":"string $linktext The text to display instead of the comment author's email address"},{"required":"yes","param":"string $before The text or HTML to display before the email link."},{"required":"yes","param":"string $after The text or HTML to display after the email link."}],"desc":"Displays the HTML link of the url of the author of the current comment.","returns":""},{"id":"comment_class","params":[{"required":"yes","param":"string|array $class One or more classes to add to the class list"},{"required":"no","param":"int $comment_id An optional comment ID"},{"required":"no","param":"int $post_id An optional post ID"},{"required":"yes","param":"bool $echo Whether comment_class should echo or return"}],"desc":"Generates semantic classes for each comment element","returns":""},{"id":"get_comment_class","params":[{"required":"yes","param":"string|array $class One or more classes to add to the class list"},{"required":"no","param":"int $comment_id An optional comment ID"},{"required":"no","param":"int $post_id An optional post ID"}],"desc":"Returns the classes for the comment div as an array","returns":"array Array of classes"},{"id":"get_comment_date","params":[{"required":"yes","param":"string $d The format of the date (defaults to user's config)"},{"required":"no","param":"int $comment_ID The ID of the comment for which to get the date. Optional."}],"desc":"Retrieve the comment date of the current comment.","returns":"string The comment's date"},{"id":"comment_date","params":[{"required":"yes","param":"string $d The format of the date (defaults to user's config)"},{"required":"no","param":"int $comment_ID The ID of the comment for which to print the date. Optional."}],"desc":"Display the comment date of the current comment.","returns":""},{"id":"get_comment_excerpt","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the excerpt. Optional."}],"desc":"Retrieve the excerpt of the current comment.","returns":"string The maybe truncated comment with 20 words or less"},{"id":"comment_excerpt","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the excerpt. Optional."}],"desc":"Display the excerpt of the current comment.","returns":""},{"id":"get_comment_ID","params":[],"desc":"Retrieve the comment id of the current comment.","returns":"int The comment ID"},{"id":"comment_ID","params":[],"desc":"Displays the comment id of the current comment.","returns":""},{"id":"get_comment_link","params":[{"required":"yes","param":"object|string|int $comment Comment to retrieve."},{"required":"no","param":"array $args Optional args."}],"desc":"Retrieve the link to a given comment.","returns":"string The permalink to the given comment."},{"id":"get_comments_link","params":[{"required":"no","param":"int $post_id Optional post id"}],"desc":"Retrieves the link to the current post comments.","returns":"string The link to the comments"},{"id":"comments_link","params":[{"required":"yes","param":"string $deprecated Not Used"},{"required":"yes","param":"bool $deprecated_2 Not Used"}],"desc":"Displays the link to the current post comments.","returns":""},{"id":"get_comments_number","params":[{"required":"yes","param":"int $post_id The Post ID"}],"desc":"Retrieve the amount of comments a post has.","returns":"int The number of comments a post has"},{"id":"comments_number","params":[{"required":"yes","param":"string $zero Text for no comments"},{"required":"yes","param":"string $one Text for one comment"},{"required":"yes","param":"string $more Text for more than one comment"},{"required":"yes","param":"string $deprecated Not used."}],"desc":"Display the language string for the number of comments the current post has.","returns":""},{"id":"get_comment_text","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the text. Optional."}],"desc":"Retrieve the text of the current comment.","returns":"string The comment content"},{"id":"comment_text","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to print the text. Optional."}],"desc":"Displays the text of the current comment.","returns":""},{"id":"get_comment_time","params":[{"required":"no","param":"string $d Optional. The format of the time (defaults to user's config)"},{"required":"yes","param":"bool $gmt Whether to use the GMT date"},{"required":"yes","param":"bool $translate Whether to translate the time (for use in feeds)"}],"desc":"Retrieve the comment time of the current comment.","returns":"string The formatted time"},{"id":"comment_time","params":[{"required":"no","param":"string $d Optional. The format of the time (defaults to user's config)"}],"desc":"Display the comment time of the current comment.","returns":""},{"id":"get_comment_type","params":[{"required":"no","param":"int $comment_ID The ID of the comment for which to get the type. Optional."}],"desc":"Retrieve the comment type of the current comment.","returns":"string The comment type"},{"id":"comment_type","params":[{"required":"yes","param":"string $commenttxt The string to display for comment type"},{"required":"yes","param":"string $trackbacktxt The string to display for trackback type"},{"required":"yes","param":"string $pingbacktxt The string to display for pingback type"}],"desc":"Display the comment type of the current comment.","returns":""},{"id":"get_trackback_url","params":[],"desc":"Retrieve The current post's trackback URL.","returns":"string The trackback URL after being filtered"},{"id":"trackback_url","params":[{"required":"yes","param":"bool $deprecated_echo Remove backwards compat in 2.5"}],"desc":"Displays the current post's trackback URL.","returns":"void|string Should only be used to echo the trackback URL, use get_trackback_url() for the result instead."},{"id":"trackback_rdf","params":[{"required":"yes","param":"int $deprecated Not used (Was $timezone = 0)"}],"desc":"Generates and displays the RDF for the trackback information of current post.","returns":""},{"id":"comments_open","params":[{"required":"no","param":"int $post_id An optional post ID to check instead of the current post."}],"desc":"Whether the current post is open for comments.","returns":"bool True if the comments are open"},{"id":"pings_open","params":[{"required":"no","param":"int $post_id An optional post ID to check instead of the current post."}],"desc":"Whether the current post is open for pings.","returns":"bool True if pings are accepted"},{"id":"wp_comment_form_unfiltered_html_nonce","params":[],"desc":"Displays form token for unfiltered comments.","returns":""},{"id":"comments_template","params":[{"required":"no","param":"string $file Optional, default '/comments.php'. The file to load"},{"required":"no","param":"bool $separate_comments Optional, whether to separate the comments by comment type. Default is false."}],"desc":"Loads the comment template specified in $file.","returns":"null Returns null if no comments appear"},{"id":"comments_popup_script","params":[{"required":"no","param":"int $width Optional. The width of the popup window"},{"required":"no","param":"int $height Optional. The height of the popup window"},{"required":"no","param":"string $file Optional. Sets the location of the popup window"}],"desc":"Displays the JS popup script to show a comment.","returns":""},{"id":"comments_popup_link","params":[{"required":"yes","param":"string $zero The string to display when no comments"},{"required":"yes","param":"string $one The string to display when only one comment is available"},{"required":"yes","param":"string $more The string to display when there are more than one comment"},{"required":"yes","param":"string $css_class The CSS class to use for comments"},{"required":"yes","param":"string $none The string to display when comments have been turned off"}],"desc":"Displays the link to the comments popup window for the current post ID.","returns":"null Returns null on single posts and pages."},{"id":"get_comment_reply_link","params":[{"required":"no","param":"array $args Optional. Override default options."},{"required":"no","param":"int $comment Optional. Comment being replied to."},{"required":"no","param":"int $post Optional. Post that the comment is going to be displayed on."}],"desc":"Retrieve HTML content for reply to comment link.","returns":"string|bool|null Link to show comment form, if successful. False, if comments are closed."},{"id":"comment_reply_link","params":[{"required":"no","param":"array $args Optional. Override default options."},{"required":"no","param":"int $comment Optional. Comment being replied to."},{"required":"no","param":"int $post Optional. Post that the comment is going to be displayed on."}],"desc":"Displays the HTML content for reply to comment link.","returns":"string|bool|null Link to show comment form, if successful. False, if comments are closed."},{"id":"get_post_reply_link","params":[{"required":"no","param":"array $args Optional. Override default options."},{"required":"no","param":"int|object $post Optional. Post that the comment is going to be displayed on. Defaults to current post."}],"desc":"Retrieve HTML content for reply to post link.","returns":"string|bool|null Link to show comment form, if successful. False, if comments are closed."},{"id":"post_reply_link","params":[{"required":"no","param":"array $args Optional. Override default options."},{"required":"no","param":"int|object $post Optional. Post that the comment is going to be displayed on."}],"desc":"Displays the HTML content for reply to post link.","returns":"string|bool|null Link to show comment form, if successful. False, if comments are closed."},{"id":"get_cancel_comment_reply_link","params":[{"required":"no","param":"string $text Optional. Text to display for cancel reply link."}],"desc":"Retrieve HTML content for cancel comment reply link.","returns":""},{"id":"cancel_comment_reply_link","params":[{"required":"no","param":"string $text Optional. Text to display for cancel reply link."}],"desc":"Display HTML content for cancel comment reply link.","returns":""},{"id":"get_comment_id_fields","params":[],"desc":"Retrieve hidden input HTML for replying to comments.","returns":"string Hidden input HTML for replying to comments"},{"id":"comment_id_fields","params":[],"desc":"Output hidden input HTML for replying to comments.","returns":""},{"id":"comment_form_title","params":[{"required":"no","param":"string $noreplytext Optional. Text to display when not replying to a comment."},{"required":"no","param":"string $replytext Optional. Text to display when replying to a comment. Accepts "%s" for the author of the comment being replied to."},{"required":"no","param":"string $linktoparent Optional. Boolean to control making the author's name a link to their comment."}],"desc":"Display text based on comment reply status. Only affects users with Javascript disabled.","returns":""},{"id":"wp_list_comments","params":[{"required":"yes","param":"string|array $args Formatting options"},{"required":"no","param":"array $comments Optional array of comment objects. Defaults to $wp_query->comments"}],"desc":"List comments","returns":""},{"id":"comment_form","params":[{"required":"yes","param":"array $args Options for strings, fields etc in the form"},{"required":"yes","param":"mixed $post_id Post ID to generate the form for, uses the current post if null"}],"desc":"Outputs a complete commenting form for use within a template.","returns":"void "},{"id":"is_wp_error","params":[{"required":"yes","param":"mixed $thing Check if unknown variable is WordPress Error object."}],"desc":"Check whether variable is a WordPress Error.","returns":"bool True, if WP_Error. False, if not WP_Error."},{"id":"image_constrain_size_for_editor","params":[{"required":"yes","param":"int $width Width of the image"},{"required":"yes","param":"int $height Height of the image"},{"required":"yes","param":"string|array $size Size of what the result image should be."}],"desc":"Scale down the default size of an image.","returns":"array Width and height of what the result image should resize to."},{"id":"image_hwstring","params":[{"required":"no","param":"int|string $width Optional. Width attribute value."},{"required":"no","param":"int|string $height Optional. Height attribute value."}],"desc":"Retrieve width and height attributes using given width and height values.","returns":"string HTML attributes for width and, or height."},{"id":"image_downsize","params":[{"required":"yes","param":"int $id Attachment ID for image."},{"required":"no","param":"array|string $size Optional, default is 'medium'. Size of image, either array or string."}],"desc":"Scale an image to fit a particular size (such as 'thumb' or 'medium').","returns":"bool|array False on failure, array on success."},{"id":"add_image_size","params":[],"desc":"Registers a new image size","returns":""},{"id":"set_post_thumbnail_size","params":[],"desc":"Registers an image size for the post thumbnail","returns":""},{"id":"get_image_tag","params":[{"required":"yes","param":"int $id Attachment ID."},{"required":"yes","param":"string $alt Image Description for the alt attribute."},{"required":"yes","param":"string $title Image Description for the title attribute."},{"required":"yes","param":"string $align Part of the class name for aligning the image."},{"required":"no","param":"string $size Optional. Default is 'medium'."}],"desc":"An <img src /> tag for an image attachment, scaling it down if requested.","returns":"string HTML IMG element for given image attachment"},{"id":"wp_load_image","params":[{"required":"yes","param":"string $file Filename of the image to load."}],"desc":"Load an image from a string, if PHP supports it.","returns":"resource The resulting image resource on success, Error string on failure."},{"id":"wp_constrain_dimensions","params":[{"required":"yes","param":"int $current_width Current width of the image."},{"required":"yes","param":"int $current_height Current height of the image."},{"required":"no","param":"int $max_width Optional. Maximum wanted width."},{"required":"no","param":"int $max_height Optional. Maximum wanted height."}],"desc":"Calculates the new dimensions for a downsampled image.","returns":"array First item is the width, the second item is the height."},{"id":"image_resize_dimensions","params":[{"required":"yes","param":"int $orig_w Original width."},{"required":"yes","param":"int $orig_h Original height."},{"required":"yes","param":"int $dest_w New width."},{"required":"yes","param":"int $dest_h New height."},{"required":"no","param":"bool $crop Optional, default is false. Whether to crop image or resize."}],"desc":"Retrieve calculated resized dimensions for use in imagecopyresampled().","returns":"bool|array False on failure. Returned array matches parameters for imagecopyresampled() PHP function."},{"id":"image_resize","params":[{"required":"yes","param":"string $file Image file path."},{"required":"yes","param":"int $max_w Maximum width to resize to."},{"required":"yes","param":"int $max_h Maximum height to resize to."},{"required":"no","param":"bool $crop Optional. Whether to crop image or resize."},{"required":"no","param":"string $suffix Optional. File suffix."},{"required":"no","param":"string $dest_path Optional. New image file path."},{"required":"no","param":"int $jpeg_quality Optional, default is 90. Image quality percentage."}],"desc":"Scale down an image to fit a particular size and save a new copy of the image.","returns":"mixed WP_Error on failure. String with new destination path."},{"id":"image_make_intermediate_size","params":[{"required":"yes","param":"string $file File path."},{"required":"yes","param":"int $width Image width."},{"required":"yes","param":"int $height Image height."},{"required":"no","param":"bool $crop Optional, default is false. Whether to crop image to specified height and width or resize."}],"desc":"Resize an image to make a thumbnail or intermediate size.","returns":"bool|array False, if no image was created. Metadata array on success."},{"id":"image_get_intermediate_size","params":[{"required":"yes","param":"int $post_id Attachment ID for image."},{"required":"no","param":"array|string $size Optional, default is 'thumbnail'. Size of image, either array or string."}],"desc":"Retrieve the image's intermediate size (resized) path, width, and height.","returns":"bool|array False on failure or array of file path, width, and height on success."},{"id":"get_intermediate_image_sizes","params":[],"desc":"Get the available image sizes","returns":"array Returns a filtered array of image size strings"},{"id":"wp_get_attachment_image_src","params":[{"required":"yes","param":"int $attachment_id Image attachment ID."},{"required":"no","param":"string $size Optional, default is 'thumbnail'."},{"required":"no","param":"bool $icon Optional, default is false. Whether it is an icon."}],"desc":"Retrieve an image to represent an attachment.","returns":"bool|array Returns an array (url, width, height), or false, if no image is available."},{"id":"wp_get_attachment_image","params":[{"required":"yes","param":"int $attachment_id Image attachment ID."},{"required":"no","param":"string $size Optional, default is 'thumbnail'."},{"required":"no","param":"bool $icon Optional, default is false. Whether it is an icon."}],"desc":"Get an HTML img element representing an image attachment","returns":"string HTML img element or empty string on failure."},{"id":"_wp_post_thumbnail_class_filter","params":[{"required":"yes","param":"array $attr Attributes including src, class, alt, title"}],"desc":"Adds a 'wp-post-image' class to post thumbnails Uses the begin_fetch_post_thumbnail_html and end_fetch_post_thumbnail_html action hooks to dynamically add/remove itself so as to only filter post thumbnails","returns":"array "},{"id":"_wp_post_thumbnail_class_filter_add","params":[],"desc":"Adds _wp_post_thumbnail_class_filter to the wp_get_attachment_image_attributes filter","returns":""},{"id":"_wp_post_thumbnail_class_filter_remove","params":[],"desc":"Removes _wp_post_thumbnail_class_filter from the wp_get_attachment_image_attributes filter","returns":""},{"id":"img_caption_shortcode","params":[{"required":"yes","param":"array $attr Attributes attributed to the shortcode."},{"required":"no","param":"string $content Optional. Shortcode content."}],"desc":"The Caption shortcode.","returns":"string "},{"id":"gallery_shortcode","params":[{"required":"yes","param":"array $attr Attributes of the shortcode."}],"desc":"The Gallery shortcode.","returns":"string HTML content to display gallery."},{"id":"previous_image_link","params":[{"required":"no","param":"string $size Optional, default is 'thumbnail'. Size of image, either array or string. 0 or 'none' will default to post_title or $text;"},{"required":"no","param":"string $text Optional, default is false. If included, link will reflect $text variable."}],"desc":"Display previous image link that has the same post parent.","returns":"string HTML content."},{"id":"next_image_link","params":[{"required":"no","param":"string $size Optional, default is 'thumbnail'. Size of image, either array or string. 0 or 'none' will default to post_title or $text;"},{"required":"no","param":"string $text Optional, default is false. If included, link will reflect $text variable."}],"desc":"Display next image link that has the same post parent.","returns":"string HTML content."},{"id":"adjacent_image_link","params":[{"required":"no","param":"bool $prev Optional. Default is true to display previous link, false for next."}],"desc":"Display next or previous image link that has the same post parent.","returns":""},{"id":"get_attachment_taxonomies","params":[{"required":"yes","param":"int|array|object $attachment Attachment ID, Attachment data array, or Attachment data object."}],"desc":"Retrieve taxonomies attached to the attachment.","returns":"array Empty array on failure. List of taxonomies on success."},{"id":"gd_edit_image_support","params":[{"required":"yes","param":"string $mime_type "}],"desc":"Check if the installed version of GD supports particular image type","returns":"bool "},{"id":"wp_imagecreatetruecolor","params":[{"required":"yes","param":"int $width Image width"},{"required":"yes","param":"int $height Image height"}],"desc":"Create new GD image resource with transparency support","returns":"image resource"},{"id":"wp_embed_register_handler","params":[],"desc":"Register an embed handler. This function should probably only be used for sites that do not support oEmbed.","returns":""},{"id":"wp_embed_unregister_handler","params":[],"desc":"Unregister a previously registered embed handler.","returns":""},{"id":"wp_embed_defaults","params":[],"desc":"Create default array of embed parameters.","returns":"array Default embed parameters."},{"id":"wp_expand_dimensions","params":[{"required":"yes","param":"int $example_width The width of an example embed."},{"required":"yes","param":"int $example_height The height of an example embed."},{"required":"yes","param":"int $max_width The maximum allowed width."},{"required":"yes","param":"int $max_height The maximum allowed height."}],"desc":"Based on a supplied width/height example, return the biggest possible dimensions based on the max width/height.","returns":"array The maximum possible width and height based on the example ratio."},{"id":"wp_oembed_get","params":[{"required":"yes","param":"string $url The URL that should be embedded."},{"required":"yes","param":"array $args Additional arguments and parameters."}],"desc":"Attempts to fetch the embed HTML for a provided URL using oEmbed.","returns":"string The original URL on failure or the embed HTML on success."},{"id":"wp_oembed_add_provider","params":[{"required":"yes","param":"string $format The format of URL that this provider can handle. You can use asterisks as wildcards."},{"required":"yes","param":"string $provider The URL to the oEmbed provider."},{"required":"yes","param":"boolean $regex Whether the $format parameter is in a regex format."}],"desc":"Adds a URL format and oEmbed provider URL pair.","returns":""},{"id":"wp_maybe_load_embeds","params":[],"desc":"Determines if default embed handlers should be loaded.","returns":""},{"id":"wp_embed_handler_googlevideo","params":[{"required":"yes","param":"array $matches The regex matches from the provided regex when calling {@link wp_embed_register_handler()}."},{"required":"yes","param":"array $attr Embed attributes."},{"required":"yes","param":"string $url The original URL that was matched by the regex."},{"required":"yes","param":"array $rawattr The original unmodified attributes."}],"desc":"The Google Video embed handler callback. Google Video does not support oEmbed.","returns":"string The embed HTML."},{"id":"wp_cache_add","params":[{"required":"yes","param":"int|string $key The cache key to use for retrieval later"},{"required":"yes","param":"mixed $data The data to add to the cache store"},{"required":"yes","param":"string $group The group to add the cache to"},{"required":"yes","param":"int $expire When the cache data should be expired"}],"desc":"Adds data to the cache, if the cache key doesn't already exist.","returns":"unknown "},{"id":"wp_cache_close","params":[],"desc":"Closes the cache.","returns":"bool Always returns True"},{"id":"wp_cache_decr","params":[{"required":"yes","param":"int|string $key The cache key to increment"},{"required":"yes","param":"int $offset The amount by which to decrement the item's value. Default is 1."},{"required":"yes","param":"string $group The group the key is in."}],"desc":"Decrement numeric cache item's value","returns":"false|int False on failure, the item's new value on success."},{"id":"wp_cache_delete","params":[{"required":"yes","param":"int|string $key What the contents in the cache are called"},{"required":"yes","param":"string $group Where the cache contents are grouped"}],"desc":"Removes the cache contents matching key and group.","returns":"bool True on successful removal, false on failure"},{"id":"wp_cache_flush","params":[],"desc":"Removes all cache items.","returns":"bool Always returns true"},{"id":"wp_cache_get","params":[{"required":"yes","param":"int|string $key What the contents in the cache are called"},{"required":"yes","param":"string $group Where the cache contents are grouped"},{"required":"yes","param":"bool $force Whether to force an update of the local cache from the persistent cache (default is false)"}],"desc":"Retrieves the cache contents from the cache by key and group.","returns":"bool|mixed False on failure to retrieve contents or the cache contents on success"},{"id":"wp_cache_incr","params":[{"required":"yes","param":"int|string $key The cache key to increment"},{"required":"yes","param":"int $offset The amount by which to increment the item's value. Default is 1."},{"required":"yes","param":"string $group The group the key is in."}],"desc":"Increment numeric cache item's value","returns":"false|int False on failure, the item's new value on success."},{"id":"wp_cache_init","params":[],"desc":"Sets up Object Cache Global and assigns it.","returns":""},{"id":"wp_cache_replace","params":[{"required":"yes","param":"int|string $key What to call the contents in the cache"},{"required":"yes","param":"mixed $data The contents to store in the cache"},{"required":"yes","param":"string $group Where to group the cache contents"},{"required":"yes","param":"int $expire When to expire the cache contents"}],"desc":"Replaces the contents of the cache with new data.","returns":"bool False if cache key and group already exist, true on success"},{"id":"wp_cache_set","params":[{"required":"yes","param":"int|string $key What to call the contents in the cache"},{"required":"yes","param":"mixed $data The contents to store in the cache"},{"required":"yes","param":"string $group Where to group the cache contents"},{"required":"yes","param":"int $expire When to expire the cache contents"}],"desc":"Saves the data to the cache.","returns":"bool False if cache key and group already exist, true on success"},{"id":"wp_cache_add_global_groups","params":[{"required":"yes","param":"string|array $groups A group or an array of groups to add"}],"desc":"Adds a group or set of groups to the list of global groups.","returns":""},{"id":"wp_cache_add_non_persistent_groups","params":[{"required":"yes","param":"string|array $groups A group or an array of groups to add"}],"desc":"Adds a group or set of groups to the list of non-persistent groups.","returns":""},{"id":"wp_cache_reset","params":[],"desc":"Reset internal cache keys and structures. If the cache backend uses global blog or site IDs as part of its cache keys, this function instructs the backend to reset those keys and perform any cleanup since blog or site IDs have changed since cache init.","returns":""},{"id":"wp_initial_constants","params":[],"desc":"Defines initial WordPress constants","returns":""},{"id":"wp_plugin_directory_constants","params":[],"desc":"Defines plugin directory WordPress constants","returns":""},{"id":"wp_cookie_constants","params":[],"desc":"Defines cookie related WordPress constants","returns":""},{"id":"wp_ssl_constants","params":[],"desc":"Defines cookie related WordPress constants","returns":""},{"id":"wp_functionality_constants","params":[],"desc":"Defines functionality related WordPress constants","returns":""},{"id":"wp_templating_constants","params":[],"desc":"Defines templating related WordPress constants","returns":""},{"id":"_","params":[],"desc":"","returns":""},{"id":"mb_substr","params":[],"desc":"","returns":""},{"id":"_mb_substr","params":[],"desc":"","returns":""},{"id":"hash_hmac","params":[],"desc":"","returns":""},{"id":"_hash_hmac","params":[],"desc":"","returns":""},{"id":"json_decode","params":[],"desc":"","returns":""},{"id":"_json_decode_object_helper","params":[],"desc":"","returns":""},{"id":"wp_widget_rss_output","params":[{"required":"yes","param":"string|array|object $rss RSS url."},{"required":"yes","param":"array $args Widget arguments."}],"desc":"Display the RSS entries in a list.","returns":""},{"id":"wp_widget_rss_form","params":[{"required":"yes","param":"array|string $args Values for input fields."},{"required":"yes","param":"array $inputs Override default display options."}],"desc":"Display RSS widget options form.","returns":""},{"id":"wp_widget_rss_process","params":[{"required":"yes","param":"array $widget_rss RSS widget feed data. Expects unescaped data."},{"required":"no","param":"bool $check_feed Optional, default is true. Whether to check feed for errors."}],"desc":"Process RSS feed widget data and optionally retrieve feed items.","returns":"array "},{"id":"wp_widgets_init","params":[],"desc":"Register all of the default WordPress widgets on startup.","returns":""},{"id":"get_all_category_ids","params":[],"desc":"Retrieves all category IDs.","returns":"object List of all of the category IDs."},{"id":"get_categories","params":[{"required":"no","param":"string|array $args Optional. Change the defaults retrieving categories."}],"desc":"Retrieve list of category objects.","returns":"array List of categories."},{"id":"get_category","params":[{"required":"yes","param":"int|object $category Category ID or Category row object"},{"required":"no","param":"string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N"},{"required":"no","param":"string $filter Optional. Default is raw or no WordPress defined filter will applied."}],"desc":"Retrieves category data given a category ID or category object.","returns":"mixed Category data in type defined by $output parameter."},{"id":"get_category_by_path","params":[{"required":"yes","param":"string $category_path URL containing category slugs."},{"required":"no","param":"bool $full_match Optional. Whether full path should be matched."},{"required":"no","param":"string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N"}],"desc":"Retrieve category based on URL containing the category slug.","returns":"null|object|array Null on failure. Type is based on $output value."},{"id":"get_category_by_slug","params":[{"required":"yes","param":"string $slug The category slug."}],"desc":"Retrieve category object by category slug.","returns":"object Category data object"},{"id":"get_cat_ID","params":[{"required":"no","param":"string $cat_name Optional. Default is 'General' and can be any category name."}],"desc":"Retrieve the ID of a category from its name.","returns":"int 0, if failure and ID of category on success."},{"id":"get_cat_name","params":[{"required":"yes","param":"int $cat_id Category ID"}],"desc":"Retrieve the name of a category from its ID.","returns":"string Category name, or an empty string if category doesn't exist."},{"id":"cat_is_ancestor_of","params":[{"required":"yes","param":"int|object $cat1 ID or object to check if this is the parent category."},{"required":"yes","param":"int|object $cat2 The child category."}],"desc":"Check if a category is an ancestor of another category.","returns":"bool Whether $cat2 is child of $cat1"},{"id":"sanitize_category","params":[{"required":"yes","param":"object|array $category Category data"},{"required":"no","param":"string $context Optional. Default is 'display'."}],"desc":"Sanitizes category data based on context.","returns":"object|array Same type as $category with sanitized data for safe use."},{"id":"sanitize_category_field","params":[{"required":"yes","param":"string $field Category key to sanitize"},{"required":"yes","param":"mixed $value Category value to sanitize"},{"required":"yes","param":"int $cat_id Category ID"},{"required":"yes","param":"string $context What filter to use, 'raw', 'display', etc."}],"desc":"Sanitizes data in single category key field.","returns":"mixed Same type as $value after $value has been sanitized."},{"id":"get_tags","params":[{"required":"yes","param":"string|array $args Tag arguments to use when retrieving tags."}],"desc":"Retrieves all post tags.","returns":"array List of tags."},{"id":"get_tag","params":[{"required":"yes","param":"int|object $tag "},{"required":"no","param":"string $output Optional. Constant OBJECT, ARRAY_A, or ARRAY_N"},{"required":"no","param":"string $filter Optional. Default is raw or no WordPress defined filter will applied."}],"desc":"Retrieve post tag by tag ID or tag object.","returns":"object|array Return type based on $output value."},{"id":"clean_category_cache","params":[{"required":"yes","param":"int $id Category ID"}],"desc":"Remove the category cache data based on ID.","returns":""},{"id":"_make_cat_compat","params":[{"required":"yes","param":"array|object $category Category Row object or array"}],"desc":"Update category structure to old pre 2.3 from new taxonomy structure.","returns":""},{"id":"_wp_http_get_object","params":[],"desc":"Returns the initialized WP_Http Object","returns":"WP_Http HTTP Transport object."},{"id":"wp_remote_request","params":[{"required":"yes","param":"string $url Site URL to retrieve."},{"required":"no","param":"array $args Optional. Override the defaults."}],"desc":"Retrieve the raw response from the HTTP request.","returns":"WP_Error|array The response or WP_Error on failure."},{"id":"wp_remote_get","params":[{"required":"yes","param":"string $url Site URL to retrieve."},{"required":"no","param":"array $args Optional. Override the defaults."}],"desc":"Retrieve the raw response from the HTTP request using the GET method.","returns":"WP_Error|array The response or WP_Error on failure."},{"id":"wp_remote_post","params":[{"required":"yes","param":"string $url Site URL to retrieve."},{"required":"no","param":"array $args Optional. Override the defaults."}],"desc":"Retrieve the raw response from the HTTP request using the POST method.","returns":"WP_Error|array The response or WP_Error on failure."},{"id":"wp_remote_head","params":[{"required":"yes","param":"string $url Site URL to retrieve."},{"required":"no","param":"array $args Optional. Override the defaults."}],"desc":"Retrieve the raw response from the HTTP request using the HEAD method.","returns":"WP_Error|array The response or WP_Error on failure."},{"id":"wp_remote_retrieve_headers","params":[{"required":"yes","param":"array $response HTTP response."}],"desc":"Retrieve only the headers from the raw response.","returns":"array The headers of the response. Empty array if incorrect parameter given."},{"id":"wp_remote_retrieve_header","params":[{"required":"yes","param":"array $response "},{"required":"yes","param":"string $header Header name to retrieve value from."}],"desc":"Retrieve a single header by name from the raw response.","returns":"string The header value. Empty string on if incorrect parameter given, or if the header doesn't exist."},{"id":"wp_remote_retrieve_response_code","params":[{"required":"yes","param":"array $response HTTP response."}],"desc":"Retrieve only the response code from the raw response.","returns":"string the response code. Empty string on incorrect parameter given."},{"id":"wp_remote_retrieve_response_message","params":[{"required":"yes","param":"array $response HTTP response."}],"desc":"Retrieve only the response message from the raw response.","returns":"string The response message. Empty string on incorrect parameter given."},{"id":"wp_remote_retrieve_body","params":[{"required":"yes","param":"array $response HTTP response."}],"desc":"Retrieve only the body from the raw response.","returns":"string The body of the response. Empty string if no body or incorrect parameter given."},{"id":"wp_http_supports","params":[{"required":"yes","param":"array $capabilities Array of capabilities to test or a wp_remote_request() $args array."},{"required":"no","param":"string $url Optional. If given, will check if the URL requires SSL and adds that requirement to the capabilities array."}],"desc":"Determines if there is an HTTP Transport that can process this request.","returns":"bool "},{"id":"wptexturize","params":[{"required":"yes","param":"string $text The text to be formatted"}],"desc":"Replaces common plain text characters into formatted entities","returns":"string The string replaced with html entities"},{"id":"_wptexturize_pushpop_element","params":[{"required":"yes","param":"string $text Text to check. First character is assumed to be $opening"},{"required":"yes","param":"array $stack Array used as stack of opened tag elements"},{"required":"yes","param":"string $disabled_elements Tags to match against formatted as regexp sub-expression"},{"required":"yes","param":"string $opening Tag opening character, assumed to be 1 character long"},{"required":"yes","param":"string $opening Tag closing character"}],"desc":"Search for disabled element tags. Push element to stack on tag open and pop on tag close. Assumes first character of $text is tag opening.","returns":"object "},{"id":"clean_pre","params":[{"required":"yes","param":"array|string $matches The array or string"}],"desc":"Accepts matches array from preg_replace_callback in wpautop() or a string.","returns":"string The pre block without paragraph/line-break conversion."},{"id":"wpautop","params":[{"required":"yes","param":"string $pee The text which has to be formatted."},{"required":"no","param":"int|bool $br Optional. If set, this will convert all remaining line-breaks after paragraphing. Default true."}],"desc":"Replaces double line-breaks with paragraph elements.","returns":"string Text which has been converted into correct paragraph tags."},{"id":"_autop_newline_preservation_helper","params":[{"required":"yes","param":"array $matches preg_replace_callback matches array"}],"desc":"Newline preservation help function for wpautop","returns":""},{"id":"shortcode_unautop","params":[{"required":"yes","param":"string $pee The content."}],"desc":"Don't auto-p wrap shortcodes that stand alone","returns":"string The filtered content."},{"id":"seems_utf8","params":[{"required":"yes","param":"string $str The string to be checked"}],"desc":"Checks to see if a string is utf8 encoded.","returns":"bool True if $str fits a UTF-8 model, false otherwise."},{"id":"_wp_specialchars","params":[{"required":"yes","param":"string $string The text which is to be encoded."},{"required":"no","param":"mixed $quote_style Optional. Converts double quotes if set to ENT_COMPAT, both single and double if set to ENT_QUOTES or none if set to ENT_NOQUOTES. Also compatible with old values; converting single quotes if set to 'single', double if set to 'double' or both if otherwise set. Default is ENT_NOQUOTES."},{"required":"no","param":"string $charset Optional. The character encoding of the string. Default is false."},{"required":"no","param":"boolean $double_encode Optional. Whether to encode existing html entities. Default is false."}],"desc":"Converts a number of special characters into their HTML entities.","returns":"string The encoded text with HTML entities."},{"id":"wp_specialchars_decode","params":[{"required":"yes","param":"string $string The text which is to be decoded."},{"required":"no","param":"mixed $quote_style Optional. Converts double quotes if set to ENT_COMPAT, both single and double if set to ENT_QUOTES or none if set to ENT_NOQUOTES. Also compatible with old _wp_specialchars() values; converting single quotes if set to 'single', double if set to 'double' or both if otherwise set. Default is ENT_NOQUOTES."}],"desc":"Converts a number of HTML entities into their special characters.","returns":"string The decoded text without HTML entities."},{"id":"wp_check_invalid_utf8","params":[{"required":"yes","param":"string $string The text which is to be checked."},{"required":"no","param":"boolean $strip Optional. Whether to attempt to strip out invalid UTF8. Default is false."}],"desc":"Checks for invalid UTF8 in a string.","returns":"string The checked text."},{"id":"utf8_uri_encode","params":[{"required":"yes","param":"string $utf8_string "},{"required":"yes","param":"int $length Max length of the string"}],"desc":"Encode the Unicode values to be used in the URI.","returns":"string String with Unicode encoded for URI."},{"id":"remove_accents","params":[{"required":"yes","param":"string $string Text that might have accent characters"}],"desc":"Converts all accent characters to ASCII characters.","returns":"string Filtered string with replaced "nice" characters."},{"id":"sanitize_file_name","params":[{"required":"yes","param":"string $filename The filename to be sanitized"}],"desc":"Sanitizes a filename replacing whitespace with dashes","returns":"string The sanitized filename"},{"id":"sanitize_user","params":[{"required":"yes","param":"string $username The username to be sanitized."},{"required":"yes","param":"bool $strict If set limits $username to specific characters. Default false."}],"desc":"Sanitize username stripping out unsafe characters.","returns":"string The sanitized username, after passing through filters."},{"id":"sanitize_key","params":[{"required":"yes","param":"string $key String key"}],"desc":"Sanitize a string key.","returns":"string Sanitized key"},{"id":"sanitize_title","params":[{"required":"yes","param":"string $title The string to be sanitized."},{"required":"no","param":"string $fallback_title Optional. A title to use if $title is empty."},{"required":"no","param":"string $context Optional. The operation for which the string is sanitized"}],"desc":"Sanitizes title or use fallback title.","returns":"string The sanitized string."},{"id":"sanitize_title_for_query","params":[],"desc":"","returns":""},{"id":"sanitize_title_with_dashes","params":[{"required":"yes","param":"string $title The title to be sanitized."},{"required":"no","param":"string $raw_title Optional. Not used."},{"required":"no","param":"string $context Optional. The operation for which the string is sanitized."}],"desc":"Sanitizes title, replacing whitespace and a few other characters with dashes.","returns":"string The sanitized title."},{"id":"sanitize_sql_orderby","params":[{"required":"yes","param":"string $orderby Order by string to be checked."}],"desc":"Ensures a string is a valid SQL order by clause.","returns":"string|false Returns the order by clause if it is a match, false otherwise."},{"id":"sanitize_html_class","params":[{"required":"yes","param":"string $class The classname to be sanitized"},{"required":"no","param":"string $fallback Optional. The value to return if the sanitization end's up as an empty string. Defaults to an empty string."}],"desc":"Santizes a html classname to ensure it only contains valid characters","returns":"string The sanitized value"},{"id":"convert_chars","params":[{"required":"yes","param":"string $content String of characters to be converted."},{"required":"yes","param":"string $deprecated Not used."}],"desc":"Converts a number of characters from a string.","returns":"string Converted string."},{"id":"balanceTags","params":[{"required":"yes","param":"string $text Text to be balanced"},{"required":"yes","param":"bool $force Forces balancing, ignoring the value of the option. Default false."}],"desc":"Will only balance the tags if forced to and the option is set to balance tags.","returns":"string Balanced text"},{"id":"force_balance_tags","params":[{"required":"yes","param":"string $text Text to be balanced."}],"desc":"Balances tags of string using a modified stack.","returns":"string Balanced text."},{"id":"format_to_edit","params":[{"required":"yes","param":"string $content The text about to be edited."},{"required":"yes","param":"bool $richedit Whether the $content should pass through htmlspecialchars(). Default false."}],"desc":"Acts on text which is about to be edited.","returns":"string The text after the filter (and possibly htmlspecialchars()) has been run."},{"id":"format_to_post","params":[{"required":"yes","param":"string $content The text to pass through the filter."}],"desc":"Holder for the 'format_to_post' filter.","returns":"string Text returned from the 'format_to_post' filter."},{"id":"zeroise","params":[{"required":"yes","param":"mixed $number Number to append zeros to if not greater than threshold."},{"required":"yes","param":"int $threshold Digit places number needs to be to not have zeros added."}],"desc":"Add leading zeros when necessary.","returns":"string Adds leading zeros to number if needed."},{"id":"backslashit","params":[{"required":"yes","param":"string $string Value to which backslashes will be added."}],"desc":"Adds backslashes before letters and before a number at the start of a string.","returns":"string String with backslashes inserted."},{"id":"trailingslashit","params":[{"required":"yes","param":"string $string What to add the trailing slash to."}],"desc":"Appends a trailing slash.","returns":"string String with trailing slash added."},{"id":"untrailingslashit","params":[{"required":"yes","param":"string $string What to remove the trailing slash from."}],"desc":"Removes trailing slash if it exists.","returns":"string String without the trailing slash."},{"id":"addslashes_gpc","params":[{"required":"yes","param":"string $gpc The string returned from HTTP request data."}],"desc":"Adds slashes to escape strings.","returns":"string Returns a string escaped with slashes."},{"id":"stripslashes_deep","params":[{"required":"yes","param":"array|string $value The array or string to be stripped."}],"desc":"Navigates through an array and removes slashes from the values.","returns":"array|string Stripped array (or string in the callback)."},{"id":"urlencode_deep","params":[{"required":"yes","param":"array|string $value The array or string to be encoded."}],"desc":"Navigates through an array and encodes the values to be used in a URL.","returns":"array|string $value The encoded array (or string from the callback)."},{"id":"antispambot","params":[{"required":"yes","param":"string $emailaddy Email address."},{"required":"no","param":"int $mailto Optional. Range from 0 to 1. Used for encoding."}],"desc":"Converts email addresses characters to HTML entities to block spam bots.","returns":"string Converted email address."},{"id":"_make_url_clickable_cb","params":[{"required":"yes","param":"array $matches Single Regex Match."}],"desc":"Callback to convert URI match to HTML A element.","returns":"string HTML A element with URI address."},{"id":"_make_web_ftp_clickable_cb","params":[{"required":"yes","param":"array $matches Single Regex Match."}],"desc":"Callback to convert URL match to HTML A element.","returns":"string HTML A element with URL address."},{"id":"_make_email_clickable_cb","params":[{"required":"yes","param":"array $matches Single Regex Match."}],"desc":"Callback to convert email address match to HTML A element.","returns":"string HTML A element with email address."},{"id":"make_clickable","params":[{"required":"yes","param":"string $text Content to convert URIs."}],"desc":"Convert plaintext URI to HTML links.","returns":"string Content with converted URIs."},{"id":"_split_str_by_whitespace","params":[{"required":"yes","param":"string $string The string to split"},{"required":"yes","param":"int $goal The desired chunk length."}],"desc":"Breaks a string into chunks by splitting at whitespace characters.","returns":"array Numeric array of chunks."},{"id":"wp_rel_nofollow","params":[{"required":"yes","param":"string $text Content that may contain HTML A elements."}],"desc":"Adds rel nofollow string to all HTML A elements in content.","returns":"string Converted content."},{"id":"wp_rel_nofollow_callback","params":[{"required":"yes","param":"array $matches Single Match"}],"desc":"Callback to used to add rel=nofollow string to HTML A element.","returns":"string HTML A Element with rel nofollow."},{"id":"translate_smiley","params":[{"required":"yes","param":"string $smiley Smiley code to convert to image."}],"desc":"Convert one smiley code to the icon graphic file equivalent.","returns":"string Image string for smiley."},{"id":"convert_smilies","params":[{"required":"yes","param":"string $text Content to convert smilies from text."}],"desc":"Convert text equivalent of smilies to images.","returns":"string Converted content with text smilies replaced with images."},{"id":"is_email","params":[{"required":"yes","param":"string $email Email address to verify."},{"required":"yes","param":"boolean $deprecated Deprecated."}],"desc":"Verifies that an email is valid.","returns":"string|bool Either false or the valid email address."},{"id":"wp_iso_descrambler","params":[{"required":"yes","param":"string $string Subject line"}],"desc":"Convert to ASCII from email subjects.","returns":"string Converted string to ASCII"},{"id":"_wp_iso_convert","params":[{"required":"yes","param":"array $match the preg_replace_callback matches array"}],"desc":"Helper function to convert hex encoded chars to ascii","returns":""},{"id":"get_gmt_from_date","params":[{"required":"yes","param":"string $string The date to be converted."},{"required":"yes","param":"string $format The format string for the returned date (default is Y-m-d H:i:s)"}],"desc":"Returns a date in the GMT equivalent.","returns":"string GMT version of the date provided."},{"id":"get_date_from_gmt","params":[{"required":"yes","param":"string $string The date to be converted."},{"required":"yes","param":"string $format The format string for the returned date (default is Y-m-d H:i:s)"}],"desc":"Converts a GMT date into the correct format for the blog.","returns":"string Formatted date relative to the GMT offset."},{"id":"iso8601_timezone_to_offset","params":[{"required":"yes","param":"string $timezone Either 'Z' for 0 offset or '±hhmm'."}],"desc":"Computes an offset in seconds from an iso8601 timezone.","returns":"int|float The offset in seconds."},{"id":"iso8601_to_datetime","params":[{"required":"yes","param":"string $date_string Date and time in ISO 8601 format {@link http://en.wikipedia.org/wiki/ISO_8601}."},{"required":"no","param":"string $timezone Optional. If set to GMT returns the time minus gmt_offset. Default is 'user'."}],"desc":"Converts an iso8601 date to MySQL DateTime format used by post_date[_gmt].","returns":"string The date and time in MySQL DateTime format - Y-m-d H:i:s."},{"id":"popuplinks","params":[{"required":"yes","param":"string $text Content to replace links to open in a new window."}],"desc":"Adds a element attributes to open links in new windows.","returns":"string Content that has filtered links."},{"id":"sanitize_email","params":[{"required":"yes","param":"string $email Email address to filter."}],"desc":"Strips out all characters that are not allowable in an email.","returns":"string Filtered email address."},{"id":"human_time_diff","params":[{"required":"yes","param":"int $from Unix timestamp from which the difference begins."},{"required":"no","param":"int $to Optional. Unix timestamp to end the time difference. Default becomes time() if not set."}],"desc":"Determines the difference between two timestamps.","returns":"string Human readable time difference."},{"id":"wp_trim_excerpt","params":[{"required":"no","param":"string $text Optional. The excerpt. If set to empty, an excerpt is generated."}],"desc":"Generates an excerpt from the content, if needed.","returns":"string The excerpt."},{"id":"wp_trim_words","params":[{"required":"yes","param":"string $text Text to trim."},{"required":"yes","param":"int $num_words Number of words. Default 55."},{"required":"yes","param":"string $more What to append if $text needs to be trimmed. Default '…'."}],"desc":"Trims text to a certain number of words.","returns":"string Trimmed text."},{"id":"ent2ncr","params":[{"required":"yes","param":"string $text The text within which entities will be converted."}],"desc":"Converts named entities into numbered entities.","returns":"string Text with converted entities."},{"id":"wp_richedit_pre","params":[{"required":"yes","param":"string $text The text to be formatted."}],"desc":"Formats text for the rich text editor.","returns":"string The formatted text after filter is applied."},{"id":"wp_htmledit_pre","params":[{"required":"yes","param":"string $output The text to be formatted."}],"desc":"Formats text for the HTML editor.","returns":"string Formatted text after filter applied."},{"id":"_deep_replace","params":[{"required":"yes","param":"string|array $search "},{"required":"yes","param":"string $subject "}],"desc":"Perform a deep string replace operation to ensure the values in $search are no longer present","returns":"string The processed string"},{"id":"esc_sql","params":[{"required":"yes","param":"string $sql Unescaped SQL data"}],"desc":"Escapes data for use in a MySQL query","returns":"string The cleaned $sql"},{"id":"esc_url","params":[{"required":"yes","param":"string $url The URL to be cleaned."},{"required":"no","param":"array $protocols Optional. An array of acceptable protocols. Defaults to 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn' if not set."},{"required":"yes","param":"string $_context Private. Use esc_url_raw() for database usage."}],"desc":"Checks and cleans a URL.","returns":"string The cleaned $url after the 'clean_url' filter is applied."},{"id":"esc_url_raw","params":[{"required":"yes","param":"string $url The URL to be cleaned."},{"required":"yes","param":"array $protocols An array of acceptable protocols."}],"desc":"Performs esc_url() for database usage.","returns":"string The cleaned URL."},{"id":"htmlentities2","params":[{"required":"yes","param":"string $myHTML The text to be converted."}],"desc":"Convert entities, while preserving already-encoded entities.","returns":"string Converted text."},{"id":"esc_js","params":[{"required":"yes","param":"string $text The text to be escaped."}],"desc":"Escape single quotes, htmlspecialchar " < > &, and fix line endings.","returns":"string Escaped text."},{"id":"esc_html","params":[{"required":"yes","param":"string $text "}],"desc":"Escaping for HTML blocks.","returns":"string "},{"id":"esc_textarea","params":[{"required":"yes","param":"string $text "}],"desc":"Escaping for textarea values.","returns":"string "},{"id":"tag_escape","params":[{"required":"yes","param":"string $tag_name "}],"desc":"Escape a HTML tag name.","returns":"string "},{"id":"like_escape","params":[{"required":"yes","param":"string $text The text to be escaped."}],"desc":"Escapes text for SQL LIKE special characters % and _.","returns":"string text, safe for inclusion in LIKE query."},{"id":"wp_make_link_relative","params":[{"required":"yes","param":"string $link Full URL path."}],"desc":"Convert full URL paths to absolute paths.","returns":"string Absolute path."},{"id":"sanitize_option","params":[{"required":"yes","param":"string $option The name of the option."},{"required":"yes","param":"string $value The unsanitised value."}],"desc":"Sanitises various option values based on the nature of the option.","returns":"string Sanitized value."},{"id":"wp_parse_str","params":[{"required":"yes","param":"string $string The string to be parsed."},{"required":"yes","param":"array $array Variables will be stored in this array."}],"desc":"Parses a string into variables to be stored in an array.","returns":""},{"id":"wp_pre_kses_less_than","params":[{"required":"yes","param":"string $text Text to be converted."}],"desc":"Convert lone less than signs.","returns":"string Converted text."},{"id":"wp_pre_kses_less_than_callback","params":[{"required":"yes","param":"array $matches Populated by matches to preg_replace."}],"desc":"Callback function used by preg_replace.","returns":"string The text returned after esc_html if needed."},{"id":"wp_sprintf","params":[{"required":"yes","param":"string $pattern The string which formatted args are inserted."},{"required":"yes","param":"mixed $args,... Arguments to be formatted into the $pattern string."}],"desc":"WordPress implementation of PHP sprintf() with filters.","returns":"string The formatted string."},{"id":"wp_sprintf_l","params":[{"required":"yes","param":"string $pattern Content containing '%l' at the beginning."},{"required":"yes","param":"array $args List items to prepend to the content and replace '%l'."}],"desc":"Localize list items before the rest of the content.","returns":"string Localized list items and rest of the content."},{"id":"wp_html_excerpt","params":[{"required":"yes","param":"integer $str String to get the excerpt from."},{"required":"yes","param":"integer $count Maximum number of characters to take."}],"desc":"Safely extracts not more than the first $count characters from html string.","returns":"string The excerpt."},{"id":"links_add_base_url","params":[{"required":"yes","param":"string $content String to search for links in."},{"required":"yes","param":"string $base The base URL to prefix to links."},{"required":"yes","param":"array $attrs The attributes which should be processed."}],"desc":"Add a Base url to relative links in passed content.","returns":"string The processed content."},{"id":"_links_add_base","params":[{"required":"yes","param":"string $m The matched link."}],"desc":"Callback to add a base url to relative links in passed content.","returns":"string The processed link."},{"id":"links_add_target","params":[{"required":"yes","param":"string $content String to search for links in."},{"required":"yes","param":"string $target The Target to add to the links."},{"required":"yes","param":"array $tags An array of tags to apply to."}],"desc":"Adds a Target attribute to all links in passed content.","returns":"string The processed content."},{"id":"_links_add_target","params":[{"required":"yes","param":"string $m The matched link."}],"desc":"Callback to add a target attribute to all links in passed content.","returns":"string The processed link."},{"id":"normalize_whitespace","params":[],"desc":"","returns":""},{"id":"wp_strip_all_tags","params":[{"required":"yes","param":"string $string String containing HTML tags"},{"required":"no","param":"bool $remove_breaks optional Whether to remove left over line breaks and white space chars"}],"desc":"Properly strip all HTML tags including script and style","returns":"string The processed string."},{"id":"sanitize_text_field","params":[{"required":"yes","param":"string $str "}],"desc":"Sanitize a string from user input or from the db","returns":"string "},{"id":"wp_basename","params":[{"required":"yes","param":"string $path A path."},{"required":"yes","param":"string $suffix If the filename ends in suffix this will also be cut off."}],"desc":"i18n friendly version of basename()","returns":"string "},{"id":"capital_P_dangit","params":[],"desc":"Forever eliminate "Wordpress" from the planet (or at least the little bit we can influence).","returns":""},{"id":"sanitize_mime_type","params":[{"required":"yes","param":"string $mime_type Mime type"}],"desc":"Sanitize a mime type","returns":"string Sanitized mime type"},{"id":"wp_kses","params":[{"required":"yes","param":"string $string Content to filter through kses"},{"required":"yes","param":"array $allowed_html List of allowed HTML elements"},{"required":"no","param":"array $allowed_protocols Optional. Allowed protocol in links."}],"desc":"Filters content and keeps only allowable HTML elements.","returns":"string Filtered content with only allowed HTML elements"},{"id":"wp_kses_hook","params":[{"required":"yes","param":"string $string Content to filter through kses"},{"required":"yes","param":"array $allowed_html List of allowed HTML elements"},{"required":"yes","param":"array $allowed_protocols Allowed protocol in links"}],"desc":"You add any kses hooks here.","returns":"string Filtered content through 'pre_kses' hook"},{"id":"wp_kses_version","params":[],"desc":"This function returns kses' version number.","returns":"string KSES Version Number"},{"id":"wp_kses_split","params":[{"required":"yes","param":"string $string Content to filter"},{"required":"yes","param":"array $allowed_html Allowed HTML elements"},{"required":"yes","param":"array $allowed_protocols Allowed protocols to keep"}],"desc":"Searches for HTML tags, no matter how malformed.","returns":"string Content with fixed HTML tags"},{"id":"_wp_kses_split_callback","params":[],"desc":"Callback for wp_kses_split.","returns":""},{"id":"wp_kses_split2","params":[{"required":"yes","param":"string $string Content to filter"},{"required":"yes","param":"array $allowed_html Allowed HTML elements"},{"required":"yes","param":"array $allowed_protocols Allowed protocols to keep"}],"desc":"Callback for wp_kses_split for fixing malformed HTML tags.","returns":"string Fixed HTML element"},{"id":"wp_kses_attr","params":[{"required":"yes","param":"string $element HTML element/tag"},{"required":"yes","param":"string $attr HTML attributes from HTML element to closing HTML element tag"},{"required":"yes","param":"array $allowed_html Allowed HTML elements"},{"required":"yes","param":"array $allowed_protocols Allowed protocols to keep"}],"desc":"Removes all attributes, if none are allowed for this element.","returns":"string Sanitized HTML element"},{"id":"wp_kses_hair","params":[{"required":"yes","param":"string $attr Attribute list from HTML element to closing HTML element tag"},{"required":"yes","param":"array $allowed_protocols Allowed protocols to keep"}],"desc":"Builds an attribute list from string containing attributes.","returns":"array List of attributes after parsing"},{"id":"wp_kses_check_attr_val","params":[{"required":"yes","param":"string $value Attribute value"},{"required":"yes","param":"string $vless Whether the value is valueless. Use 'y' or 'n'"},{"required":"yes","param":"string $checkname What $checkvalue is checking for."},{"required":"yes","param":"mixed $checkvalue What constraint the value should pass"}],"desc":"Performs different checks for attribute values.","returns":"bool Whether check passes"},{"id":"wp_kses_bad_protocol","params":[{"required":"yes","param":"string $string Content to filter bad protocols from"},{"required":"yes","param":"array $allowed_protocols Allowed protocols to keep"}],"desc":"Sanitize string from bad protocols.","returns":"string Filtered content"},{"id":"wp_kses_no_null","params":[{"required":"yes","param":"string $string "}],"desc":"Removes any NULL characters in $string.","returns":"string "},{"id":"wp_kses_stripslashes","params":[{"required":"yes","param":"string $string String to strip slashes"}],"desc":"Strips slashes from in front of quotes.","returns":"string Fixed string with quoted slashes"},{"id":"wp_kses_array_lc","params":[{"required":"yes","param":"array $inarray Unfiltered array"}],"desc":"Goes through an array and changes the keys to all lower case.","returns":"array Fixed array with all lowercase keys"},{"id":"wp_kses_js_entities","params":[{"required":"yes","param":"string $string "}],"desc":"Removes the HTML JavaScript entities found in early versions of Netscape 4.","returns":"string "},{"id":"wp_kses_html_error","params":[{"required":"yes","param":"string $string "}],"desc":"Handles parsing errors in wp_kses_hair().","returns":"string "},{"id":"wp_kses_bad_protocol_once","params":[{"required":"yes","param":"string $string Content to check for bad protocols"},{"required":"yes","param":"string $allowed_protocols Allowed protocols"}],"desc":"Sanitizes content from bad protocols and other characters.","returns":"string Sanitized content"},{"id":"wp_kses_bad_protocol_once2","params":[{"required":"yes","param":"string $string URI scheme to check against the whitelist"},{"required":"yes","param":"string $allowed_protocols Allowed protocols"}],"desc":"Callback for wp_kses_bad_protocol_once() regular expression.","returns":"string Sanitized content"},{"id":"wp_kses_normalize_entities","params":[{"required":"yes","param":"string $string Content to normalize entities"}],"desc":"Converts and fixes HTML entities.","returns":"string Content with normalized entities"},{"id":"wp_kses_named_entities","params":[{"required":"yes","param":"array $matches preg_replace_callback() matches array"}],"desc":"Callback for wp_kses_normalize_entities() regular expression.","returns":"string Correctly encoded entity"},{"id":"wp_kses_normalize_entities2","params":[{"required":"yes","param":"array $matches preg_replace_callback() matches array"}],"desc":"Callback for wp_kses_normalize_entities() regular expression.","returns":"string Correctly encoded entity"},{"id":"wp_kses_normalize_entities3","params":[{"required":"yes","param":"array $matches preg_replace_callback() matches array"}],"desc":"Callback for wp_kses_normalize_entities() for regular expression.","returns":"string Correctly encoded entity"},{"id":"valid_unicode","params":[{"required":"yes","param":"int $i Unicode value"}],"desc":"Helper function to determine if a Unicode value is valid.","returns":"bool True if the value was a valid Unicode number"},{"id":"wp_kses_decode_entities","params":[{"required":"yes","param":"string $string Content to change entities"}],"desc":"Convert all entities to their character counterparts.","returns":"string Content after decoded entities"},{"id":"_wp_kses_decode_entities_chr","params":[{"required":"yes","param":"array $match preg match"}],"desc":"Regex callback for wp_kses_decode_entities()","returns":"string "},{"id":"_wp_kses_decode_entities_chr_hexdec","params":[{"required":"yes","param":"array $match preg match"}],"desc":"Regex callback for wp_kses_decode_entities()","returns":"string "},{"id":"wp_filter_kses","params":[{"required":"yes","param":"string $data Content to filter, expected to be escaped with slashes"}],"desc":"Sanitize content with allowed HTML Kses rules.","returns":"string Filtered content"},{"id":"wp_kses_data","params":[{"required":"yes","param":"string $data Content to filter, expected to not be escaped"}],"desc":"Sanitize content with allowed HTML Kses rules.","returns":"string Filtered content"},{"id":"wp_filter_post_kses","params":[{"required":"yes","param":"string $data Post content to filter, expected to be escaped with slashes"}],"desc":"Sanitize content for allowed HTML tags for post content.","returns":"string Filtered post content with allowed HTML tags and attributes intact."},{"id":"wp_kses_post","params":[{"required":"yes","param":"string $data Post content to filter"}],"desc":"Sanitize content for allowed HTML tags for post content.","returns":"string Filtered post content with allowed HTML tags and attributes intact."},{"id":"wp_filter_nohtml_kses","params":[{"required":"yes","param":"string $data Content to strip all HTML from"}],"desc":"Strips all of the HTML in the content.","returns":"string Filtered content without any HTML"},{"id":"kses_init_filters","params":[],"desc":"Adds all Kses input form content filters.","returns":""},{"id":"kses_remove_filters","params":[],"desc":"Removes all Kses input form content filters.","returns":""},{"id":"kses_init","params":[],"desc":"Sets up most of the Kses filters for input form content.","returns":""},{"id":"safecss_filter_attr","params":[],"desc":"Inline CSS filter","returns":""},{"id":"create_initial_post_types","params":[],"desc":"Creates the initial post types when 'init' action is fired.","returns":""},{"id":"get_attached_file","params":[{"required":"yes","param":"int $attachment_id Attachment ID."},{"required":"yes","param":"bool $unfiltered Whether to apply filters."}],"desc":"Retrieve attached file path based on attachment ID.","returns":"string The file path to the attached file."},{"id":"update_attached_file","params":[{"required":"yes","param":"int $attachment_id Attachment ID"},{"required":"yes","param":"string $file File path for the attachment"}],"desc":"Update attachment file path based on attachment ID.","returns":"bool False on failure, true on success."},{"id":"_wp_relative_upload_path","params":[{"required":"yes","param":"string $path Full path to the file"}],"desc":"Return relative path to an uploaded file.","returns":"string relative path on success, unchanged path on failure."},{"id":"get_children","params":[{"required":"no","param":"mixed $args Optional. User defined arguments for replacing the defaults."},{"required":"no","param":"string $output Optional. Constant for return type, either OBJECT (default), ARRAY_A, ARRAY_N."}],"desc":"Retrieve all children of the post parent ID.","returns":"array|bool False on failure and the type will be determined by $output parameter."},{"id":"get_extended","params":[{"required":"yes","param":"string $post Post content."}],"desc":"Get extended entry info (<!--more-->).","returns":"array Post before ('main') and after ('extended')."},{"id":"get_post","params":[{"required":"yes","param":"int|object $post Post ID or post object."},{"required":"no","param":"string $output Optional, default is Object. Either OBJECT, ARRAY_A, or ARRAY_N."},{"required":"no","param":"string $filter Optional, default is raw."}],"desc":"Retrieves post data given a post ID or post object.","returns":"mixed Post data"},{"id":"get_post_ancestors","params":[{"required":"yes","param":"int|object $post Post ID or post object"}],"desc":"Retrieve ancestors of a post.","returns":"array Ancestor IDs or empty array if none are found."},{"id":"get_post_field","params":[{"required":"yes","param":"string $field Post field name"},{"required":"yes","param":"id $post Post ID"},{"required":"no","param":"string $context Optional. How to filter the field. Default is display."}],"desc":"Retrieve data from a post field based on Post ID.","returns":"WP_Error|string Value in post field or WP_Error on failure"},{"id":"get_post_mime_type","params":[{"required":"no","param":"int $ID Optional. Post ID."}],"desc":"Retrieve the mime type of an attachment based on the ID.","returns":"bool|string False on failure or returns the mime type"},{"id":"get_post_format","params":[{"required":"yes","param":"int|object $post A post"}],"desc":"Retrieve the format slug for a post","returns":"mixed The format if successful. False if no format is set. WP_Error if errors."},{"id":"has_post_format","params":[{"required":"yes","param":"string $format The format to check for"},{"required":"yes","param":"object|id $post The post to check. If not supplied, defaults to the current post if used in the loop."}],"desc":"Check if a post has a particular format","returns":"bool True if the post has the format, false otherwise."},{"id":"set_post_format","params":[{"required":"yes","param":"int|object $post The post for which to assign a format"},{"required":"yes","param":"string $format A format to assign. Use an empty string or array to remove all formats from the post."}],"desc":"Assign a format to a post","returns":"mixed WP_Error on error. Array of affected term IDs on success."},{"id":"get_post_status","params":[{"required":"yes","param":"int $ID Post ID"}],"desc":"Retrieve the post status based on the Post ID.","returns":"string|bool Post status or false on failure."},{"id":"get_post_statuses","params":[],"desc":"Retrieve all of the WordPress supported post statuses.","returns":"array List of post statuses."},{"id":"get_page_statuses","params":[],"desc":"Retrieve all of the WordPress support page statuses.","returns":"array List of page statuses."},{"id":"register_post_status","params":[{"required":"yes","param":"string $post_status Name of the post status."},{"required":"yes","param":"array|string $args See above description."}],"desc":"Register a post type. Do not use before init.","returns":""},{"id":"get_post_status_object","params":[{"required":"yes","param":"string $post_status The name of a registered post status"}],"desc":"Retrieve a post status object by name","returns":"object A post status object"},{"id":"get_post_stati","params":[{"required":"yes","param":"array|string $args An array of key => value arguments to match against the post status objects."},{"required":"yes","param":"string $output The type of output to return, either post status 'names' or 'objects'. 'names' is the default."},{"required":"yes","param":"string $operator The logical operation to perform. 'or' means only one element from the array needs to match; 'and' means all elements must match. The default is 'and'."}],"desc":"Get a list of all registered post status objects.","returns":"array A list of post type names or objects"},{"id":"is_post_type_hierarchical","params":[{"required":"yes","param":"string $post_type Post type name"}],"desc":"Whether the post type is hierarchical.","returns":"bool Whether post type is hierarchical."},{"id":"post_type_exists","params":[{"required":"yes","param":"string $post_type Post type name"}],"desc":"Checks if a post type is registered.","returns":"bool Whether post type is registered."},{"id":"get_post_type","params":[{"required":"no","param":"mixed $the_post Optional. Post object or post ID."}],"desc":"Retrieve the post type of the current post or of a given post.","returns":"bool|string post type or false on failure."},{"id":"get_post_type_object","params":[{"required":"yes","param":"string $post_type The name of a registered post type"}],"desc":"Retrieve a post type object by name","returns":"object A post type object"},{"id":"get_post_types","params":[{"required":"yes","param":"array|string $args An array of key => value arguments to match against the post type objects."},{"required":"yes","param":"string $output The type of output to return, either post type 'names' or 'objects'. 'names' is the default."},{"required":"yes","param":"string $operator The logical operation to perform. 'or' means only one element from the array needs to match; 'and' means all elements must match. The default is 'and'."}],"desc":"Get a list of all registered post type objects.","returns":"array A list of post type names or objects"},{"id":"register_post_type","params":[{"required":"yes","param":"string $post_type Name of the post type."},{"required":"yes","param":"array|string $args See above description."}],"desc":"Register a post type. Do not use before init.","returns":"object|WP_Error the registered post type object, or an error object"},{"id":"get_post_type_capabilities","params":[{"required":"yes","param":"object $args Post type registration arguments"}],"desc":"Builds an object with all post type capabilities out of a post type object","returns":"object object with all the capabilities as member variables"},{"id":"_post_type_meta_capabilities","params":[],"desc":"Stores or returns a list of post type meta caps for map_meta_cap().","returns":""},{"id":"get_post_type_labels","params":[{"required":"yes","param":"object $post_type_object "}],"desc":"Builds an object with all post type labels out of a post type object","returns":"object object with all the labels as member variables"},{"id":"_get_custom_object_labels","params":[],"desc":"Builds an object with custom-something object (post type, taxonomy) labels out of a custom-something object","returns":""},{"id":"_add_post_type_submenus","params":[],"desc":"Adds submenus for post types.","returns":""},{"id":"add_post_type_support","params":[{"required":"yes","param":"string $post_type The post type for which to add the feature"},{"required":"yes","param":"string|array $feature the feature being added, can be an array of feature strings or a single string"}],"desc":"Register support of certain features for a post type.","returns":""},{"id":"remove_post_type_support","params":[{"required":"yes","param":"string $post_type The post type for which to remove the feature"},{"required":"yes","param":"string $feature The feature being removed"}],"desc":"Remove support for a feature from a post type.","returns":""},{"id":"post_type_supports","params":[{"required":"yes","param":"string $post_type The post type being checked"},{"required":"yes","param":"string $feature the feature being checked"}],"desc":"Checks a post type's support for a given feature","returns":"boolean "},{"id":"set_post_type","params":[{"required":"no","param":"int $post_id Post ID to change post type. Not actually optional."},{"required":"no","param":"string $post_type Optional, default is post. Supported values are 'post' or 'page' to name a few."}],"desc":"Updates the post type for the post ID.","returns":"int Amount of rows changed. Should be 1 for success and 0 for failure."},{"id":"get_posts","params":[{"required":"no","param":"array $args Optional. Overrides defaults."}],"desc":"Retrieve list of latest posts or posts matching criteria.","returns":"array List of posts."},{"id":"add_post_meta","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $meta_key Metadata name."},{"required":"yes","param":"mixed $meta_value Metadata value."},{"required":"no","param":"bool $unique Optional, default is false. Whether the same key should not be added."}],"desc":"Add meta data field to a post.","returns":"bool False for failure. True for success."},{"id":"delete_post_meta","params":[{"required":"yes","param":"int $post_id post ID"},{"required":"yes","param":"string $meta_key Metadata name."},{"required":"no","param":"mixed $meta_value Optional. Metadata value."}],"desc":"Remove metadata matching criteria from a post.","returns":"bool False for failure. True for success."},{"id":"get_post_meta","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $key The meta key to retrieve."},{"required":"yes","param":"bool $single Whether to return a single value."}],"desc":"Retrieve post meta field for a post.","returns":"mixed Will be an array if $single is false. Will be value of meta data field if $single is true."},{"id":"update_post_meta","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $meta_key Metadata key."},{"required":"yes","param":"mixed $meta_value Metadata value."},{"required":"no","param":"mixed $prev_value Optional. Previous value to check before removing."}],"desc":"Update post meta field based on post ID.","returns":"bool False on failure, true if success."},{"id":"delete_post_meta_by_key","params":[{"required":"yes","param":"string $post_meta_key Key to search for when deleting."}],"desc":"Delete everything from post meta matching meta key.","returns":"bool Whether the post meta key was deleted from the database"},{"id":"get_post_custom","params":[{"required":"yes","param":"int $post_id post ID"}],"desc":"Retrieve post meta fields, based on post ID.","returns":"array "},{"id":"get_post_custom_keys","params":[{"required":"yes","param":"int $post_id post ID"}],"desc":"Retrieve meta field names for a post.","returns":"array|null Either array of the keys, or null if keys could not be retrieved."},{"id":"get_post_custom_values","params":[{"required":"yes","param":"string $key Meta field key."},{"required":"yes","param":"int $post_id Post ID"}],"desc":"Retrieve values for a custom post field.","returns":"array Meta field values."},{"id":"is_sticky","params":[{"required":"no","param":"int $post_id Optional. Post ID."}],"desc":"Check if post is sticky.","returns":"bool Whether post is sticky."},{"id":"sanitize_post","params":[{"required":"yes","param":"object|array $post The Post Object or Array"},{"required":"no","param":"string $context Optional, default is 'display'. How to sanitize post fields."}],"desc":"Sanitize every post field.","returns":"object|array The now sanitized Post Object or Array (will be the same type as $post)"},{"id":"sanitize_post_field","params":[{"required":"yes","param":"string $field The Post Object field name."},{"required":"yes","param":"mixed $value The Post Object value."},{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $context How to sanitize post fields. Looks for 'raw', 'edit', 'db', 'display', 'attribute' and 'js'."}],"desc":"Sanitize post field based on context.","returns":"mixed Sanitized value."},{"id":"stick_post","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Make a post sticky.","returns":""},{"id":"unstick_post","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Unstick a post.","returns":""},{"id":"wp_count_posts","params":[{"required":"no","param":"string $type Optional. Post type to retrieve count"},{"required":"no","param":"string $perm Optional. 'readable' or empty."}],"desc":"Count number of posts of a post type and is user has permissions to view.","returns":"object Number of posts for each status"},{"id":"wp_count_attachments","params":[{"required":"no","param":"string|array $mime_type Optional. Array or comma-separated list of MIME patterns."}],"desc":"Count number of attachments for the mime type(s).","returns":"array Number of posts for each mime type."},{"id":"wp_match_mime_types","params":[{"required":"yes","param":"string|array $wildcard_mime_types e.g. audio/mpeg or image (same as image/*) or flash (same as *flash*)."},{"required":"yes","param":"string|array $real_mime_types post_mime_type values"}],"desc":"Check a MIME-Type against a list.","returns":"array array(wildcard=>array(real types))"},{"id":"wp_post_mime_type_where","params":[{"required":"yes","param":"string|array $post_mime_types List of mime types or comma separated string of mime types."},{"required":"no","param":"string $table_alias Optional. Specify a table alias, if needed."}],"desc":"Convert MIME types into SQL.","returns":"string The SQL AND clause for mime searching."},{"id":"wp_delete_post","params":[{"required":"yes","param":"int $postid Post ID."},{"required":"yes","param":"bool $force_delete Whether to bypass trash and force deletion. Defaults to false."}],"desc":"Trashes or deletes a post or page.","returns":"mixed False on failure"},{"id":"wp_trash_post","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Moves a post or page to the Trash","returns":"mixed False on failure"},{"id":"wp_untrash_post","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Restores a post or page from the Trash","returns":"mixed False on failure"},{"id":"wp_trash_post_comments","params":[{"required":"yes","param":"int $post Post ID or object."}],"desc":"Moves comments for a post to the trash","returns":"mixed False on failure"},{"id":"wp_untrash_post_comments","params":[{"required":"yes","param":"int $post Post ID or object."}],"desc":"Restore comments for a post from the trash","returns":"mixed False on failure"},{"id":"wp_get_post_categories","params":[{"required":"no","param":"int $post_id Optional. The Post ID."},{"required":"no","param":"array $args Optional. Overwrite the defaults."}],"desc":"Retrieve the list of categories for a post.","returns":"array "},{"id":"wp_get_post_tags","params":[{"required":"no","param":"int $post_id Optional. The Post ID"},{"required":"no","param":"array $args Optional. Overwrite the defaults"}],"desc":"Retrieve the tags for a post.","returns":"array List of post tags."},{"id":"wp_get_post_terms","params":[{"required":"no","param":"int $post_id Optional. The Post ID"},{"required":"yes","param":"string $taxonomy The taxonomy for which to retrieve terms. Defaults to post_tag."},{"required":"no","param":"array $args Optional. Overwrite the defaults"}],"desc":"Retrieve the terms for a post.","returns":"array List of post tags."},{"id":"wp_get_recent_posts","params":[{"required":"yes","param":"string $deprecated Deprecated."},{"required":"no","param":"array $args Optional. Overrides defaults."},{"required":"no","param":"string $output Optional."}],"desc":"Retrieve number of recent posts.","returns":"unknown. "},{"id":"wp_get_single_post","params":[{"required":"yes","param":"int $postid Post ID."},{"required":"yes","param":"string $mode How to return result, either OBJECT, ARRAY_N, or ARRAY_A."}],"desc":"Retrieve a single post, based on post ID.","returns":"object|array Post object or array holding post contents and information"},{"id":"wp_insert_post","params":[{"required":"yes","param":"array $postarr Elements that make up post to insert."},{"required":"no","param":"bool $wp_error Optional. Allow return of WP_Error on failure."}],"desc":"Insert a post.","returns":"int|WP_Error The value 0 or WP_Error on failure. The post ID on success."},{"id":"wp_update_post","params":[{"required":"yes","param":"array|object $postarr Post data. Arrays are expected to be escaped, objects are not."}],"desc":"Update a post with new post data.","returns":"int 0 on failure, Post ID on success."},{"id":"wp_publish_post","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Publish a post by transitioning the post status.","returns":"null "},{"id":"check_and_publish_future_post","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Publish future post and make sure post ID has future post status.","returns":"null Nothing is returned. Which can mean that no action is required or post was published."},{"id":"wp_unique_post_slug","params":[{"required":"yes","param":"string $slug the desired slug (post_name)"},{"required":"yes","param":"integer $post_ID "},{"required":"yes","param":"string $post_status no uniqueness checks are made if the post is still draft or pending"},{"required":"yes","param":"string $post_type "},{"required":"yes","param":"integer $post_parent "}],"desc":"Computes a unique slug for the post, when given the desired slug and some post details.","returns":"string unique slug for the post, based on $post_name (with a -1, -2, etc. suffix)"},{"id":"wp_add_post_tags","params":[{"required":"yes","param":"int $post_id Post ID"},{"required":"yes","param":"string $tags The tags to set for the post, separated by commas."}],"desc":"Adds tags to a post.","returns":"bool|null Will return false if $post_id is not an integer or is 0. Will return null otherwise"},{"id":"wp_set_post_tags","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $tags The tags to set for the post, separated by commas."},{"required":"yes","param":"bool $append If true, don't delete existing tags, just add on. If false, replace the tags with the new tags."}],"desc":"Set the tags for a post.","returns":"mixed Array of affected term IDs. WP_Error or false on failure."},{"id":"wp_set_post_terms","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $tags The tags to set for the post, separated by commas."},{"required":"yes","param":"bool $append If true, don't delete existing tags, just add on. If false, replace the tags with the new tags."}],"desc":"Set the terms for a post.","returns":"mixed Array of affected term IDs. WP_Error or false on failure."},{"id":"wp_set_post_categories","params":[{"required":"yes","param":"int $post_ID Post ID."},{"required":"no","param":"array $post_categories Optional. List of categories."}],"desc":"Set categories for a post.","returns":"bool|mixed "},{"id":"wp_transition_post_status","params":[{"required":"yes","param":"string $new_status Transition to this post status."},{"required":"yes","param":"string $old_status Previous post status."},{"required":"yes","param":"object $post Post data."}],"desc":"Transition the post status of a post.","returns":""},{"id":"add_ping","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"string $uri Ping URI."}],"desc":"Add a URL to those already pung.","returns":"int How many rows were updated."},{"id":"get_enclosed","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Retrieve enclosures already enclosed for a post.","returns":"array List of enclosures"},{"id":"get_pung","params":[{"required":"yes","param":"int $post_id Post ID."}],"desc":"Retrieve URLs already pinged for a post.","returns":"array "},{"id":"get_to_ping","params":[{"required":"yes","param":"int $post_id Post ID"}],"desc":"Retrieve URLs that need to be pinged.","returns":"array "},{"id":"trackback_url_list","params":[{"required":"yes","param":"string $tb_list Comma separated list of URLs"},{"required":"yes","param":"int $post_id Post ID"}],"desc":"Do trackbacks for a list of URLs.","returns":""},{"id":"get_all_page_ids","params":[],"desc":"Get a list of page IDs.","returns":"array List of page IDs."},{"id":"get_page","params":[{"required":"yes","param":"mixed $page Page object or page ID. Passed by reference."},{"required":"yes","param":"string $output What to output. OBJECT, ARRAY_A, or ARRAY_N."},{"required":"yes","param":"string $filter How the return value should be filtered."}],"desc":"Retrieves page data given a page ID or page object.","returns":"mixed Page data."},{"id":"get_page_by_path","params":[{"required":"yes","param":"string $page_path Page path"},{"required":"no","param":"string $output Optional. Output type. OBJECT, ARRAY_N, or ARRAY_A. Default OBJECT."},{"required":"no","param":"string $post_type Optional. Post type. Default page."}],"desc":"Retrieves a page given its path.","returns":"mixed Null when complete."},{"id":"get_page_by_title","params":[{"required":"yes","param":"string $page_title Page title"},{"required":"no","param":"string $output Optional. Output type. OBJECT, ARRAY_N, or ARRAY_A. Default OBJECT."},{"required":"no","param":"string $post_type Optional. Post type. Default page."}],"desc":"Retrieve a page given its title.","returns":"mixed "},{"id":"get_page_children","params":[{"required":"yes","param":"int $page_id Page ID."},{"required":"yes","param":"array $pages List of pages' objects."}],"desc":"Retrieve child pages from list of pages matching page ID.","returns":"array "},{"id":"get_page_hierarchy","params":[{"required":"yes","param":"array $pages Posts array."},{"required":"yes","param":"int $page_id Parent page ID."}],"desc":"Order the pages with children under parents in a flat list.","returns":"array A list arranged by hierarchy. Children immediately follow their parents."},{"id":"_page_traverse_name","params":[],"desc":"function to traverse and return all the nested children post names of a root page.","returns":""},{"id":"get_page_uri","params":[{"required":"yes","param":"mixed $page Page object or page ID."}],"desc":"Builds URI for a page.","returns":"string Page URI."},{"id":"get_pages","params":[{"required":"no","param":"mixed $args Optional. Array or string of options that overrides defaults."}],"desc":"Retrieve a list of pages.","returns":"array List of pages matching defaults or $args"},{"id":"is_local_attachment","params":[{"required":"yes","param":"string $url URL to check"}],"desc":"Check if the attachment URI is local one and is really an attachment.","returns":"bool True on success, false on failure."},{"id":"wp_insert_attachment","params":[{"required":"yes","param":"string|array $object Arguments to override defaults."},{"required":"no","param":"string $file Optional filename."},{"required":"yes","param":"int $parent Parent post ID."}],"desc":"Insert an attachment.","returns":"int Attachment ID."},{"id":"wp_delete_attachment","params":[{"required":"yes","param":"int $post_id Attachment ID."},{"required":"yes","param":"bool $force_delete Whether to bypass trash and force deletion. Defaults to false."}],"desc":"Trashes or deletes an attachment.","returns":"mixed False on failure. Post data on success."},{"id":"wp_get_attachment_metadata","params":[{"required":"yes","param":"int $post_id Attachment ID"},{"required":"no","param":"bool $unfiltered Optional, default is false. If true, filters are not run."}],"desc":"Retrieve attachment meta field for attachment ID.","returns":"string|bool Attachment meta field. False on failure."},{"id":"wp_update_attachment_metadata","params":[{"required":"yes","param":"int $post_id Attachment ID."},{"required":"yes","param":"array $data Attachment data."}],"desc":"Update metadata for an attachment.","returns":"int "},{"id":"wp_get_attachment_url","params":[{"required":"yes","param":"int $post_id Attachment ID."}],"desc":"Retrieve the URL for an attachment.","returns":"string "},{"id":"wp_get_attachment_thumb_file","params":[{"required":"yes","param":"int $post_id Attachment ID."}],"desc":"Retrieve thumbnail for an attachment.","returns":"mixed False on failure. Thumbnail file path on success."},{"id":"wp_get_attachment_thumb_url","params":[{"required":"yes","param":"int $post_id Attachment ID"}],"desc":"Retrieve URL for an attachment thumbnail.","returns":"string|bool False on failure. Thumbnail URL on success."},{"id":"wp_attachment_is_image","params":[{"required":"yes","param":"int $post_id Attachment ID"}],"desc":"Check if the attachment is an image.","returns":"bool "},{"id":"wp_mime_type_icon","params":[{"required":"yes","param":"string $mime MIME type"}],"desc":"Retrieve the icon for a MIME type.","returns":"string|bool "},{"id":"wp_check_for_changed_slugs","params":[{"required":"yes","param":"int $post_id Post ID."},{"required":"yes","param":"object $post The Post Object"},{"required":"yes","param":"object $post_before The Previous Post Object"}],"desc":"Checked for changed slugs for published post objects and save the old slug.","returns":"int Same as $post_id"},{"id":"get_private_posts_cap_sql","params":[{"required":"yes","param":"string $post_type currently only supports 'post' or 'page'."}],"desc":"Retrieve the private post SQL based on capability.","returns":"string SQL code that can be added to a where clause."},{"id":"get_posts_by_author_sql","params":[{"required":"yes","param":"string $post_type Post type."},{"required":"no","param":"bool $full Optional. Returns a full WHERE statement instead of just an 'andalso' term."},{"required":"no","param":"int $post_author Optional. Query posts having a single author ID."}],"desc":"Retrieve the post SQL based on capability, author, and type.","returns":"string SQL WHERE code that can be added to a query."},{"id":"get_lastpostdate","params":[{"required":"yes","param":"string $timezone The location to get the time. Can be 'gmt', 'blog', or 'server'."}],"desc":"Retrieve the date that the last post was published.","returns":"string The date of the last post."},{"id":"get_lastpostmodified","params":[{"required":"yes","param":"string $timezone The location to get the time. Can be 'gmt', 'blog', or 'server'."}],"desc":"Retrieve last post modified date depending on timezone.","returns":"string The date the post was last modified."},{"id":"_get_last_post_time","params":[{"required":"yes","param":"string $timezone The location to get the time. Can be 'gmt', 'blog', or 'server'."},{"required":"yes","param":"string $field Field to check. Can be 'date' or 'modified'."}],"desc":"Retrieve latest post date data based on timezone.","returns":"string The date."},{"id":"update_post_cache","params":[{"required":"yes","param":"array $posts Array of post objects"}],"desc":"Updates posts in cache.","returns":""},{"id":"clean_post_cache","params":[{"required":"yes","param":"int $id The Post ID in the cache to clean"}],"desc":"Will clean the post in the cache.","returns":""},{"id":"update_page_cache","params":[{"required":"yes","param":"array $pages list of page objects"}],"desc":"Alias of update_post_cache().","returns":""},{"id":"clean_page_cache","params":[{"required":"yes","param":"int $id Page ID to clean"}],"desc":"Will clean the page in the cache.","returns":""},{"id":"update_post_caches","params":[{"required":"yes","param":"array $posts Array of Post objects"},{"required":"yes","param":"string $post_type The post type of the posts in $posts. Default is 'post'."},{"required":"yes","param":"bool $update_term_cache Whether to update the term cache. Default is true."},{"required":"yes","param":"bool $update_meta_cache Whether to update the meta cache. Default is true."}],"desc":"Call major cache updating functions for list of Post objects.","returns":""},{"id":"update_postmeta_cache","params":[{"required":"yes","param":"array $post_ids List of post IDs."}],"desc":"Updates metadata cache for list of post IDs.","returns":"bool|array Returns false if there is nothing to update or an array of metadata."},{"id":"clean_attachment_cache","params":[{"required":"yes","param":"int $id The attachment ID in the cache to clean"},{"required":"no","param":"bool $clean_terms optional. Whether to clean terms cache"}],"desc":"Will clean the attachment in the cache.","returns":""},{"id":"_transition_post_status","params":[{"required":"yes","param":"string $new_status New post status"},{"required":"yes","param":"string $old_status Previous post status"},{"required":"yes","param":"object $post Object type containing the post information"}],"desc":"Hook for managing future post transitions to published.","returns":""},{"id":"_future_post_hook","params":[{"required":"yes","param":"int $deprecated Not used. Can be set to null. Never implemented. Not marked as deprecated with _deprecated_argument() as it conflicts with wp_transition_post_status() and the default filter for _future_post_hook()."},{"required":"yes","param":"object $post Object type containing the post information"}],"desc":"Hook used to schedule publication for a post marked for the future.","returns":""},{"id":"_publish_post_hook","params":[{"required":"yes","param":"int $post_id The ID in the database table of the post being published"}],"desc":"Hook to schedule pings and enclosures when a post is published.","returns":""},{"id":"_save_post_hook","params":[{"required":"yes","param":"int $post_id The ID in the database table for the $post"},{"required":"yes","param":"object $post Object type containing the post information"}],"desc":"Hook used to prevent page/post cache and rewrite rules from staying dirty.","returns":""},{"id":"_get_post_ancestors","params":[{"required":"yes","param":"object $_post Post data."}],"desc":"Retrieve post ancestors and append to post ancestors property.","returns":"null When nothing needs to be done."},{"id":"_wp_post_revision_fields","params":[{"required":"no","param":"array $post Optional a post array to be processed for insertion as a post revision."},{"required":"no","param":"bool $autosave optional Is the revision an autosave?"}],"desc":"Determines which fields of posts are to be saved in revisions.","returns":"array Post array ready to be inserted as a post revision or array of fields that can be versioned."},{"id":"wp_save_post_revision","params":[{"required":"yes","param":"int $post_id The ID of the post to save as a revision."}],"desc":"Saves an already existing post as a post revision.","returns":"mixed Null or 0 if error, new revision ID, if success."},{"id":"wp_get_post_autosave","params":[{"required":"yes","param":"int $post_id The post ID."}],"desc":"Retrieve the autosaved data of the specified post.","returns":"object|bool The autosaved data or false on failure or when no autosave exists."},{"id":"_wp_get_post_autosave_hack","params":[{"required":"yes","param":"object $query WP_Query object"}],"desc":"Internally used to hack WP_Query into submission.","returns":""},{"id":"wp_is_post_revision","params":[{"required":"yes","param":"int|object $post Post ID or post object."}],"desc":"Determines if the specified post is a revision.","returns":"bool|int False if not a revision, ID of revision's parent otherwise."},{"id":"wp_is_post_autosave","params":[{"required":"yes","param":"int|object $post Post ID or post object."}],"desc":"Determines if the specified post is an autosave.","returns":"bool|int False if not a revision, ID of autosave's parent otherwise"},{"id":"_wp_put_post_revision","params":[{"required":"yes","param":"int|object|array $post Post ID, post object OR post array."},{"required":"no","param":"bool $autosave Optional. Is the revision an autosave?"}],"desc":"Inserts post data into the posts table as a post revision.","returns":"mixed Null or 0 if error, new revision ID if success."},{"id":"wp_get_post_revision","params":[{"required":"yes","param":"int|object $post Post ID or post object"},{"required":"no","param":"string $output Optional. OBJECT, ARRAY_A, or ARRAY_N."},{"required":"no","param":"string $filter Optional sanitation filter. @see sanitize_post()"}],"desc":"Gets a post revision.","returns":"mixed Null if error or post object if success"},{"id":"wp_restore_post_revision","params":[{"required":"yes","param":"int|object $revision_id Revision ID or revision object."},{"required":"no","param":"array $fields Optional. What fields to restore from. Defaults to all."}],"desc":"Restores a post to the specified revision.","returns":"mixed Null if error, false if no fields to restore, (int) post ID if success."},{"id":"wp_delete_post_revision","params":[{"required":"yes","param":"int|object $revision_id Revision ID or revision object."}],"desc":"Deletes a revision.","returns":"mixed Null or WP_Error if error, deleted post if success."},{"id":"wp_get_post_revisions","params":[{"required":"yes","param":"int|object $post_id Post ID or post object"}],"desc":"Returns all revisions of specified post.","returns":"array empty if no revisions"},{"id":"_set_preview","params":[],"desc":"","returns":""},{"id":"_show_post_preview","params":[],"desc":"","returns":""},{"id":"wp_get_post_parent_id","params":[{"required":"yes","param":"int $post_id "}],"desc":"Returns the post's parent's post_ID","returns":"int|bool false on error"},{"id":"wp_check_post_hierarchy_for_loops","params":[{"required":"yes","param":"int $post_parent ID of the parent for the post we're checking."}],"desc":"Checks the given subset of the post hierarchy for hierarchy loops.","returns":"int The new post_parent for the post."},{"id":"get_post_format_strings","params":[],"desc":"Returns an array of post format slugs to their translated and pretty display versions","returns":"array The array of translations"},{"id":"get_post_format_slugs","params":[],"desc":"Retrieves an array of post format slugs.","returns":"array The array of post format slugs."},{"id":"get_post_format_string","params":[{"required":"yes","param":"string $slug A post format slug"}],"desc":"Returns a pretty, translated version of a post format slug","returns":"string The translated post format name"},{"id":"set_post_thumbnail","params":[{"required":"yes","param":"int|object $post Post ID or object where thumbnail should be attached."},{"required":"yes","param":"int $thumbnail_id Thumbnail to attach."}],"desc":"Sets a post thumbnail.","returns":"bool True on success, false on failure."},{"id":"delete_post_thumbnail","params":[{"required":"yes","param":"int|object $post Post ID or object where thumbnail should be removed from."}],"desc":"Removes a post thumbnail.","returns":"bool True on success, false on failure."},{"id":"get_post_format_link","params":[{"required":"yes","param":"string $format Post format"}],"desc":"Returns a link to a post format index.","returns":"string Link"},{"id":"_post_format_request","params":[],"desc":"Filters the request to allow for the format prefix.","returns":""},{"id":"_post_format_link","params":[],"desc":"Filters the post format term link to remove the format prefix.","returns":""},{"id":"_post_format_get_term","params":[],"desc":"Remove the post format prefix from the name property of the term object created by get_term().","returns":""},{"id":"_post_format_get_terms","params":[],"desc":"Remove the post format prefix from the name property of the term objects created by get_terms().","returns":""},{"id":"_post_format_wp_get_object_terms","params":[],"desc":"Remove the post format prefix from the name property of the term objects created by wp_get_object_terms().","returns":""},{"id":"_update_term_count_on_transition_post_status","params":[{"required":"yes","param":"string $new_status "},{"required":"yes","param":"string $old_status "},{"required":"yes","param":"object $post "}],"desc":"Update the custom taxonomies' term counts when a post's status is changed. For example, default posts term counts (for custom taxonomies) don't include private / draft posts.","returns":""},{"id":"wp_print_scripts","params":[],"desc":"Prints script tags in document head.","returns":""},{"id":"wp_register_script","params":[{"required":"yes","param":"string $handle Script name"},{"required":"yes","param":"string $src Script url"},{"required":"no","param":"array $deps (optional) Array of script names on which this script depends"},{"required":"no","param":"string|bool $ver (optional) Script version (used for cache busting), set to NULL to disable"},{"required":"no","param":"bool $in_footer (optional) Whether to enqueue the script before </head> or before </body>"}],"desc":"Register new Javascript file.","returns":"null "},{"id":"wp_localize_script","params":[{"required":"yes","param":"string $handle The script handle that was registered or used in script-loader"},{"required":"yes","param":"string $object_name Name for the created JS object. This is passed directly so it should be qualified JS variable /a-zA-Z0-9_+/"},{"required":"yes","param":"array $l10n Associative PHP array containing the translated strings. HTML entities will be converted and the array will be JSON encoded."}],"desc":"Wrapper for $wp_scripts->localize().","returns":"bool Whether the localization was added successfully."},{"id":"wp_deregister_script","params":[],"desc":"Remove a registered script.","returns":""},{"id":"wp_enqueue_script","params":[],"desc":"Enqueues script.","returns":""},{"id":"wp_dequeue_script","params":[],"desc":"Remove an enqueued script.","returns":""},{"id":"wp_script_is","params":[{"required":"yes","param":"string $handle Handle used to add script."},{"required":"no","param":"string $list Optional, defaults to 'queue'. Others values are 'registered', 'queue', 'done', 'to_do'"}],"desc":"Check whether script has been added to WordPress Scripts.","returns":"bool "},{"id":"wpmu_update_blogs_date","params":[],"desc":"Update the last_updated field for the current blog.","returns":""},{"id":"get_blogaddress_by_id","params":[{"required":"yes","param":"int $blog_id Blog ID"}],"desc":"Get a full blog URL, given a blog id.","returns":"string "},{"id":"get_blogaddress_by_name","params":[{"required":"yes","param":"string $blogname The (subdomain or directory) name"}],"desc":"Get a full blog URL, given a blog name.","returns":"string "},{"id":"get_blogaddress_by_domain","params":[{"required":"yes","param":"string $domain "},{"required":"yes","param":"string $path "}],"desc":"Get a full blog URL, given a domain and a path.","returns":"string "},{"id":"get_id_from_blogname","params":[{"required":"yes","param":"string $name "}],"desc":"Given a blog's (subdomain or directory) name, retrieve it's id.","returns":"int A blog id"},{"id":"get_blog_details","params":[{"required":"yes","param":"int|string|array $fields A blog ID, a blog name, or an array of fields to query against."},{"required":"yes","param":"bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true."}],"desc":"Retrieve the details for a blog from the blogs table and blog options.","returns":"object Blog details."},{"id":"refresh_blog_details","params":[{"required":"yes","param":"int $blog_id Blog ID"}],"desc":"Clear the blog details cache.","returns":""},{"id":"update_blog_details","params":[{"required":"yes","param":"int $blog_id Blog ID"},{"required":"yes","param":"array $details Array of details keyed by blogs table field names."}],"desc":"Update the details for a blog. Updates the blogs table for a given blog id.","returns":"bool True if update succeeds, false otherwise."},{"id":"get_blog_option","params":[{"required":"no","param":"int $blog_id Optional. Blog ID, can be null to refer to the current blog."},{"required":"yes","param":"string $setting Name of option to retrieve. Should already be SQL-escaped."},{"required":"no","param":"string $default (optional) Default value returned if option not found."}],"desc":"Retrieve option value based on setting name and blog_id.","returns":"mixed Value set for the option."},{"id":"add_blog_option","params":[{"required":"yes","param":"int $id The blog id"},{"required":"yes","param":"string $key The option key"},{"required":"yes","param":"mixed $value The option value"}],"desc":"Add an option for a particular blog.","returns":"bool True on success, false on failure."},{"id":"delete_blog_option","params":[{"required":"yes","param":"int $id The blog id"},{"required":"yes","param":"string $key The option key"}],"desc":"Delete an option for a particular blog.","returns":"bool True on success, false on failure."},{"id":"update_blog_option","params":[{"required":"yes","param":"int $id The blog id"},{"required":"yes","param":"string $key The option key"},{"required":"yes","param":"mixed $value The option value"}],"desc":"Update an option for a particular blog.","returns":"bool True on success, false on failrue."},{"id":"switch_to_blog","params":[{"required":"yes","param":"int $new_blog The id of the blog you want to switch to. Default: current blog"},{"required":"yes","param":"bool $validate Whether to check if $new_blog exists before proceeding"}],"desc":"Switch the current blog.","returns":"bool True on success, False if the validation failed"},{"id":"restore_current_blog","params":[],"desc":"Restore the current blog, after calling switch_to_blog()","returns":"bool True on success, False if we're already on the current blog"},{"id":"is_archived","params":[{"required":"yes","param":"int $id The blog id"}],"desc":"Check if a particular blog is archived.","returns":"string Whether the blog is archived or not"},{"id":"update_archived","params":[{"required":"yes","param":"int $id The blog id"},{"required":"yes","param":"string $archived The new status"}],"desc":"Update the 'archived' status of a particular blog.","returns":"string $archived"},{"id":"update_blog_status","params":[{"required":"yes","param":"int $blog_id BLog ID"},{"required":"yes","param":"string $pref A field name"},{"required":"yes","param":"string $value Value for $pref"}],"desc":"Update a blog details field.","returns":"string $value"},{"id":"get_blog_status","params":[{"required":"yes","param":"int $id The blog id"},{"required":"yes","param":"string $pref A field name"}],"desc":"Get a blog details field.","returns":"bool $value"},{"id":"get_last_updated","params":[{"required":"yes","param":"mixed $deprecated Not used"},{"required":"yes","param":"int $start The offset"},{"required":"yes","param":"int $quantity The maximum number of blogs to retrieve. Default is 40."}],"desc":"Get a list of most recently updated blogs.","returns":"array The list of blogs"},{"id":"_update_blog_date_on_post_publish","params":[{"required":"yes","param":"string $new_status The new post status"},{"required":"yes","param":"string $old_status The old post status"},{"required":"yes","param":"object $post Post object"}],"desc":"Handler for updating the blog date when a post is published or an already published post is changed.","returns":""},{"id":"get_header","params":[{"required":"yes","param":"string $name The name of the specialised header."}],"desc":"Load header template.","returns":""},{"id":"get_footer","params":[{"required":"yes","param":"string $name The name of the specialised footer."}],"desc":"Load footer template.","returns":""},{"id":"get_sidebar","params":[{"required":"yes","param":"string $name The name of the specialised sidebar."}],"desc":"Load sidebar template.","returns":""},{"id":"get_template_part","params":[{"required":"yes","param":"string $slug The slug name for the generic template."},{"required":"yes","param":"string $name The name of the specialised template."}],"desc":"Load a template part into a template","returns":""},{"id":"get_search_form","params":[{"required":"yes","param":"boolean $echo Default to echo and not return the form."}],"desc":"Display search form.","returns":""},{"id":"wp_loginout","params":[{"required":"no","param":"string $redirect Optional path to redirect to on login/logout."},{"required":"yes","param":"boolean $echo Default to echo and not return the link."}],"desc":"Display the Log In/Out link.","returns":""},{"id":"wp_logout_url","params":[{"required":"yes","param":"string $redirect Path to redirect to on logout."}],"desc":"Returns the Log Out URL.","returns":""},{"id":"wp_login_url","params":[{"required":"yes","param":"string $redirect Path to redirect to on login."},{"required":"yes","param":"bool $force_reauth Whether to force reauthorization, even if a cookie is present. Default is false."}],"desc":"Returns the Log In URL.","returns":"string A log in url"},{"id":"wp_login_form","params":[{"required":"yes","param":"array $args Configuration options to modify the form output"}],"desc":"Provides a simple login form for use anywhere within WordPress. By default, it echoes the HTML immediately. Pass array('echo'=>false) to return the string instead.","returns":"Void, or string containing the form"},{"id":"wp_lostpassword_url","params":[{"required":"yes","param":"string $redirect Path to redirect to on login."}],"desc":"Returns the Lost Password URL.","returns":""},{"id":"wp_register","params":[{"required":"yes","param":"string $before Text to output before the link (defaults to <li>)."},{"required":"yes","param":"string $after Text to output after the link (defaults to </li>)."},{"required":"yes","param":"boolean $echo Default to echo and not return the link."}],"desc":"Display the Registration or Admin link.","returns":""},{"id":"wp_meta","params":[],"desc":"Theme container function for the 'wp_meta' action.","returns":""},{"id":"bloginfo","params":[{"required":"yes","param":"string $show What to display."}],"desc":"Display information about the blog.","returns":""},{"id":"get_current_blog_id","params":[],"desc":"Retrieve the current blog id","returns":"int Blog id"},{"id":"wp_title","params":[{"required":"no","param":"string $sep Optional, default is '»'. How to separate the various items within the page title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."},{"required":"no","param":"string $seplocation Optional. Direction to display title, 'right'."}],"desc":"Display or retrieve page title for all areas of blog.","returns":"string|null String on retrieve, null when displaying."},{"id":"single_post_title","params":[{"required":"no","param":"string $prefix Optional. What to display before the title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."}],"desc":"Display or retrieve page title for post.","returns":"string|null Title when retrieving, null when displaying or failure."},{"id":"post_type_archive_title","params":[{"required":"no","param":"string $prefix Optional. What to display before the title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."}],"desc":"Display or retrieve title for a post type archive.","returns":"string|null Title when retrieving, null when displaying or failure."},{"id":"single_cat_title","params":[{"required":"no","param":"string $prefix Optional. What to display before the title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."}],"desc":"Display or retrieve page title for category archive.","returns":"string|null Title when retrieving, null when displaying or failure."},{"id":"single_tag_title","params":[{"required":"no","param":"string $prefix Optional. What to display before the title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."}],"desc":"Display or retrieve page title for tag post archive.","returns":"string|null Title when retrieving, null when displaying or failure."},{"id":"single_term_title","params":[{"required":"no","param":"string $prefix Optional. What to display before the title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."}],"desc":"Display or retrieve page title for taxonomy term archive.","returns":"string|null Title when retrieving, null when displaying or failure."},{"id":"single_month_title","params":[{"required":"no","param":"string $prefix Optional. What to display before the title."},{"required":"no","param":"bool $display Optional, default is true. Whether to display or retrieve title."}],"desc":"Display or retrieve page title for post archive based on date.","returns":"string|null Title when retrieving, null when displaying or failure."},{"id":"get_archives_link","params":[{"required":"yes","param":"string $url URL to archive."},{"required":"yes","param":"string $text Archive text description."},{"required":"no","param":"string $format Optional, default is 'html'. Can be 'link', 'option', 'html', or custom."},{"required":"no","param":"string $before Optional."},{"required":"no","param":"string $after Optional."}],"desc":"Retrieve archive link content based on predefined or custom code.","returns":"string HTML link content for archive."},{"id":"wp_get_archives","params":[{"required":"no","param":"string|array $args Optional. Override defaults."}],"desc":"Display archive links based on type and format.","returns":""},{"id":"calendar_week_mod","params":[{"required":"yes","param":"int $num Number of day."}],"desc":"Get number of days since the start of the week.","returns":"int Days since the start of the week."},{"id":"get_calendar","params":[{"required":"no","param":"bool $initial Optional, default is true. Use initial calendar names."},{"required":"no","param":"bool $echo Optional, default is true. Set to false for return."}],"desc":"Display calendar with days that have posts as links.","returns":""},{"id":"delete_get_calendar_cache","params":[],"desc":"Purge the cached results of get_calendar.","returns":""},{"id":"allowed_tags","params":[],"desc":"Display all of the allowed tags in HTML format with attributes.","returns":"string HTML allowed tags entity encoded."},{"id":"the_date_xml","params":[],"desc":"Outputs the date in iso8601 format for xml files.","returns":""},{"id":"the_date","params":[{"required":"no","param":"string $d Optional. PHP date format defaults to the date_format option if not specified."},{"required":"no","param":"string $before Optional. Output before the date."},{"required":"no","param":"string $after Optional. Output after the date."},{"required":"no","param":"bool $echo Optional, default is display. Whether to echo the date or return it."}],"desc":"Display or Retrieve the date the current $post was written (once per date)","returns":"string|null Null if displaying, string if retrieving."},{"id":"get_the_date","params":[{"required":"no","param":"string $d Optional. PHP date format defaults to the date_format option if not specified."}],"desc":"Retrieve the date the current $post was written.","returns":"string|null Null if displaying, string if retrieving."},{"id":"the_modified_date","params":[{"required":"no","param":"string $d Optional. PHP date format defaults to the date_format option if not specified."},{"required":"no","param":"string $before Optional. Output before the date."},{"required":"no","param":"string $after Optional. Output after the date."},{"required":"no","param":"bool $echo Optional, default is display. Whether to echo the date or return it."}],"desc":"Display the date on which the post was last modified.","returns":"string|null Null if displaying, string if retrieving."},{"id":"get_the_modified_date","params":[{"required":"no","param":"string $d Optional. PHP date format. Defaults to the "date_format" option"}],"desc":"Retrieve the date on which the post was last modified.","returns":"string "},{"id":"the_time","params":[{"required":"yes","param":"string $d Either 'G', 'U', or php date format."}],"desc":"Display the time at which the post was written.","returns":""},{"id":"get_the_time","params":[{"required":"no","param":"string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option."},{"required":"no","param":"int|object $post Optional post ID or object. Default is global $post object."}],"desc":"Retrieve the time at which the post was written.","returns":"string "},{"id":"get_post_time","params":[{"required":"no","param":"string $d Optional Either 'G', 'U', or php date format."},{"required":"no","param":"bool $gmt Optional, default is false. Whether to return the gmt time."},{"required":"no","param":"int|object $post Optional post ID or object. Default is global $post object."},{"required":"yes","param":"bool $translate Whether to translate the time string"}],"desc":"Retrieve the time at which the post was written.","returns":"string "},{"id":"the_modified_time","params":[{"required":"no","param":"string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option."}],"desc":"Display the time at which the post was last modified.","returns":""},{"id":"get_the_modified_time","params":[{"required":"no","param":"string $d Optional Either 'G', 'U', or php date format defaults to the value specified in the time_format option."}],"desc":"Retrieve the time at which the post was last modified.","returns":"string "},{"id":"get_post_modified_time","params":[{"required":"no","param":"string $d Optional, default is 'U'. Either 'G', 'U', or php date format."},{"required":"no","param":"bool $gmt Optional, default is false. Whether to return the gmt time."},{"required":"no","param":"int|object $post Optional, default is global post object. A post_id or post object"},{"required":"no","param":"bool $translate Optional, default is false. Whether to translate the result"}],"desc":"Retrieve the time at which the post was last modified.","returns":"string Returns timestamp"},{"id":"the_weekday","params":[],"desc":"Display the weekday on which the post was written.","returns":""},{"id":"the_weekday_date","params":[{"required":"no","param":"string $before Optional Output before the date."},{"required":"no","param":"string $after Optional Output after the date."}],"desc":"Display the weekday on which the post was written.","returns":""},{"id":"wp_head","params":[],"desc":"Fire the wp_head action","returns":""},{"id":"wp_footer","params":[],"desc":"Fire the wp_footer action","returns":""},{"id":"feed_links","params":[{"required":"no","param":"array $args Optional arguments."}],"desc":"Display the links to the general feeds.","returns":""},{"id":"feed_links_extra","params":[{"required":"no","param":"array $args Optional arguments."}],"desc":"Display the links to the extra feeds such as category feeds.","returns":""},{"id":"rsd_link","params":[],"desc":"Display the link to the Really Simple Discovery service endpoint.","returns":""},{"id":"wlwmanifest_link","params":[],"desc":"Display the link to the Windows Live Writer manifest file.","returns":""},{"id":"noindex","params":[],"desc":"Display a noindex meta tag if required by the blog configuration.","returns":""},{"id":"wp_no_robots","params":[],"desc":"Display a noindex meta tag.","returns":""},{"id":"rich_edit_exists","params":[],"desc":"Determine if TinyMCE is available.","returns":"bool Whether TinyMCE exists."},{"id":"user_can_richedit","params":[],"desc":"Whether the user should have a WYSIWIG editor.","returns":"bool "},{"id":"wp_default_editor","params":[],"desc":"Find out which editor should be displayed by default.","returns":"string Either 'tinymce', or 'html', or 'test'"},{"id":"wp_editor","params":[{"required":"yes","param":"string $content Initial content for the editor."},{"required":"yes","param":"string $editor_id HTML ID attribute value for the textarea and TinyMCE. Can only be /a-z+/."},{"required":"yes","param":"array $settings See _WP_Editors::editor()."}],"desc":"Renders an editor.","returns":""},{"id":"get_search_query","params":[{"required":"yes","param":"bool $escaped Whether the result is escaped. Default true. Only use when you are later escaping it. Do not use unescaped."}],"desc":"Retrieve the contents of the search WordPress query variable.","returns":"string "},{"id":"the_search_query","params":[],"desc":"Display the contents of the search query variable.","returns":""},{"id":"language_attributes","params":[{"required":"yes","param":"string $doctype The type of html document (xhtml|html)."}],"desc":"Display the language attributes for the html tag.","returns":""},{"id":"paginate_links","params":[{"required":"no","param":"string|array $args Optional. Override defaults."}],"desc":"Retrieve paginated link for archive post pages.","returns":"array|string String of page links or array of page links."},{"id":"wp_admin_css_color","params":[{"required":"yes","param":"string $key The unique key for this theme."},{"required":"yes","param":"string $name The name of the theme."},{"required":"yes","param":"string $url The url of the css file containing the colour scheme."},{"required":"no","param":"array $colors Optional An array of CSS color definitions which are used to give the user a feel for the theme."}],"desc":"Registers an admin colour scheme css file.","returns":""},{"id":"register_admin_color_schemes","params":[],"desc":"Registers the default Admin color schemes","returns":""},{"id":"wp_admin_css_uri","params":[{"required":"yes","param":"string $file file relative to wp-admin/ without its ".css" extension."}],"desc":"Display the URL of a WordPress admin CSS file.","returns":""},{"id":"wp_admin_css","params":[{"required":"no","param":"string $file Optional. Style handle name or file name (without ".css" extension) relative to wp-admin/. Defaults to 'wp-admin'."},{"required":"no","param":"bool $force_echo Optional. Force the stylesheet link to be printed rather than enqueued."}],"desc":"Enqueues or directly prints a stylesheet link to the specified CSS file.","returns":""},{"id":"add_thickbox","params":[],"desc":"Enqueues the default ThickBox js and css.","returns":""},{"id":"wp_generator","params":[],"desc":"Display the XHTML generator that is generated on the wp_head hook.","returns":""},{"id":"the_generator","params":[{"required":"yes","param":"string $type The type of generator to output - (html|xhtml|atom|rss2|rdf|comment|export)."}],"desc":"Display the generator XML or Comment for RSS, ATOM, etc.","returns":""},{"id":"get_the_generator","params":[{"required":"yes","param":"string $type The type of generator to return - (html|xhtml|atom|rss2|rdf|comment|export)."}],"desc":"Creates the generator XML or Comment for RSS, ATOM, etc.","returns":"string The HTML content for the generator."},{"id":"checked","params":[{"required":"yes","param":"mixed $checked One of the values to compare"},{"required":"yes","param":"mixed $current (true) The other value to compare if not just true"},{"required":"yes","param":"bool $echo Whether to echo or just return the string"}],"desc":"Outputs the html checked attribute.","returns":"string html attribute or empty string"},{"id":"selected","params":[{"required":"yes","param":"mixed $selected One of the values to compare"},{"required":"yes","param":"mixed $current (true) The other value to compare if not just true"},{"required":"yes","param":"bool $echo Whether to echo or just return the string"}],"desc":"Outputs the html selected attribute.","returns":"string html attribute or empty string"},{"id":"disabled","params":[{"required":"yes","param":"mixed $disabled One of the values to compare"},{"required":"yes","param":"mixed $current (true) The other value to compare if not just true"},{"required":"yes","param":"bool $echo Whether to echo or just return the string"}],"desc":"Outputs the html disabled attribute.","returns":"string html attribute or empty string"},{"id":"__checked_selected_helper","params":[{"required":"yes","param":"any $helper One of the values to compare"},{"required":"yes","param":"any $current (true) The other value to compare if not just true"},{"required":"yes","param":"bool $echo Whether to echo or just return the string"},{"required":"yes","param":"string $type The type of checked|selected|disabled we are doing"}],"desc":"Private helper function for checked, selected, and disabled.","returns":"string html attribute or empty string"},{"id":"add_shortcode","params":[{"required":"yes","param":"string $tag Shortcode tag to be searched in post content."},{"required":"yes","param":"callable $func Hook to run when shortcode is found."}],"desc":"Add hook for shortcode tag.","returns":""},{"id":"remove_shortcode","params":[{"required":"yes","param":"string $tag shortcode tag to remove hook for."}],"desc":"Removes hook for shortcode.","returns":""},{"id":"remove_all_shortcodes","params":[],"desc":"Clear all shortcodes.","returns":""},{"id":"do_shortcode","params":[{"required":"yes","param":"string $content Content to search for shortcodes"}],"desc":"Search content for shortcodes and filter shortcodes through their hooks.","returns":"string Content with shortcodes filtered out."},{"id":"get_shortcode_regex","params":[],"desc":"Retrieve the shortcode regular expression for searching.","returns":"string The shortcode search regular expression"},{"id":"do_shortcode_tag","params":[{"required":"yes","param":"array $m Regular expression match array"}],"desc":"Regular Expression callable for do_shortcode() for calling shortcode hook.","returns":"mixed False on failure."},{"id":"shortcode_parse_atts","params":[{"required":"yes","param":"string $text "}],"desc":"Retrieve all attributes from the shortcodes tag.","returns":"array List of attributes and their value."},{"id":"shortcode_atts","params":[{"required":"yes","param":"array $pairs Entire list of supported attributes and their defaults."},{"required":"yes","param":"array $atts User defined attributes in shortcode tag."}],"desc":"Combine user attributes with known attributes and fill in defaults when needed.","returns":"array Combined and filtered attribute list."},{"id":"strip_shortcodes","params":[{"required":"yes","param":"string $content Content to remove shortcode tags."}],"desc":"Remove all shortcode tags from the given content.","returns":"string Content without shortcode tags."},{"id":"strip_shortcode_tag","params":[],"desc":"","returns":""},{"id":"get_the_author","params":[{"required":"yes","param":"string $deprecated Deprecated."}],"desc":"Retrieve the author of the current post.","returns":"string The author's display name."},{"id":"the_author","params":[{"required":"yes","param":"string $deprecated Deprecated."},{"required":"yes","param":"string $deprecated_echo Deprecated. Use get_the_author(). Echo the string or return it."}],"desc":"Display the name of the author of the current post.","returns":"string The author's display name, from get_the_author()."},{"id":"get_the_modified_author","params":[],"desc":"Retrieve the author who last edited the current post.","returns":"string The author's display name."},{"id":"the_modified_author","params":[],"desc":"Display the name of the author who last edited the current post.","returns":"string The author's display name, from get_the_modified_author()."},{"id":"get_the_author_meta","params":[{"required":"yes","param":"string $field selects the field of the users record."},{"required":"no","param":"int $user_id Optional. User ID."}],"desc":"Retrieve the requested data of the author of the current post.","returns":"string The author's field from the current author's DB object."},{"id":"the_author_meta","params":[{"required":"yes","param":"string $field selects the field of the users record."},{"required":"no","param":"int $user_id Optional. User ID."}],"desc":"Retrieve the requested data of the author of the current post.","returns":""},{"id":"get_the_author_link","params":[],"desc":"Retrieve either author's link or author's name.","returns":""},{"id":"the_author_link","params":[],"desc":"Display either author's link or author's name.","returns":""},{"id":"get_the_author_posts","params":[],"desc":"Retrieve the number of posts by the author of the current post.","returns":"int The number of posts by the author."},{"id":"the_author_posts","params":[],"desc":"Display the number of posts by the author of the current post.","returns":""},{"id":"the_author_posts_link","params":[{"required":"yes","param":"string $deprecated Deprecated."}],"desc":"Display an HTML link to the author page of the author of the current post.","returns":""},{"id":"get_author_posts_url","params":[],"desc":"Retrieve the URL to the author page for the user with the ID provided.","returns":"string The URL to the author's page."},{"id":"wp_list_authors","params":[{"required":"yes","param":"array $args The argument array."}],"desc":"List all the authors of the blog, with several options available.","returns":"null|string The output, if echo is set to false."},{"id":"is_multi_author","params":[],"desc":"Does this site have more than one author","returns":"bool Whether or not we have more than one author"},{"id":"__clear_multi_author_cache","params":[],"desc":"Helper function to clear the cache for number of authors.","returns":""},{"id":"the_permalink","params":[],"desc":"Display the permalink for the current post.","returns":""},{"id":"user_trailingslashit","params":[{"required":"yes","param":"string $string URL with or without a trailing slash."},{"required":"yes","param":"string $type_of_url The type of URL being considered (e.g. single, category, etc) for use in the filter."}],"desc":"Retrieve trailing slash string, if blog set for adding trailing slashes.","returns":"string "},{"id":"permalink_anchor","params":[{"required":"yes","param":"string $mode Permalink mode can be either 'title', 'id', or default, which is 'id'."}],"desc":"Display permalink anchor for current post.","returns":""},{"id":"get_permalink","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $leavename Optional, defaults to false. Whether to keep post name or page name."}],"desc":"Retrieve full permalink for current post or post ID.","returns":"string "},{"id":"get_post_permalink","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $leavename Optional, defaults to false. Whether to keep post name."},{"required":"no","param":"bool $sample Optional, defaults to false. Is it a sample permalink."}],"desc":"Retrieve the permalink for a post with a custom post type.","returns":"string "},{"id":"post_permalink","params":[{"required":"no","param":"int $post_id Optional. Post ID."},{"required":"yes","param":"mixed $deprecated Not used."}],"desc":"Retrieve permalink from post ID.","returns":"string "},{"id":"get_page_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $leavename Optional, defaults to false. Whether to keep page name."},{"required":"no","param":"bool $sample Optional, defaults to false. Is it a sample permalink."}],"desc":"Retrieve the permalink for current page or page ID.","returns":"string "},{"id":"_get_page_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $leavename Optional. Leave name."},{"required":"no","param":"bool $sample Optional. Sample permalink."}],"desc":"Retrieve the page permalink.","returns":"string "},{"id":"get_attachment_link","params":[{"required":"no","param":"int $id Optional. Post ID."}],"desc":"Retrieve permalink for attachment.","returns":"string "},{"id":"get_year_link","params":[{"required":"yes","param":"int|bool $year False for current year or year for permalink."}],"desc":"Retrieve the permalink for the year archives.","returns":"string "},{"id":"get_month_link","params":[{"required":"yes","param":"bool|int $year False for current year. Integer of year."},{"required":"yes","param":"bool|int $month False for current month. Integer of month."}],"desc":"Retrieve the permalink for the month archives with year.","returns":"string "},{"id":"get_day_link","params":[{"required":"yes","param":"bool|int $year False for current year. Integer of year."},{"required":"yes","param":"bool|int $month False for current month. Integer of month."},{"required":"yes","param":"bool|int $day False for current day. Integer of day."}],"desc":"Retrieve the permalink for the day archives with year and month.","returns":"string "},{"id":"the_feed_link","params":[{"required":"yes","param":"string $anchor The link's anchor text."},{"required":"no","param":"string $feed Optional, defaults to default feed. Feed type."}],"desc":"Display the permalink for the feed type.","returns":""},{"id":"get_feed_link","params":[{"required":"no","param":"string $feed Optional, defaults to default feed. Feed type."}],"desc":"Retrieve the permalink for the feed type.","returns":"string "},{"id":"get_post_comments_feed_link","params":[{"required":"no","param":"int $post_id Optional. Post ID."},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve the permalink for the post comments feed.","returns":"string "},{"id":"post_comments_feed_link","params":[{"required":"yes","param":"string $link_text Descriptive text."},{"required":"no","param":"int $post_id Optional post ID. Default to current post."},{"required":"no","param":"string $feed Optional. Feed format."}],"desc":"Display the comment feed link for a post.","returns":"string Link to the comment feed for the current post."},{"id":"get_author_feed_link","params":[{"required":"yes","param":"int $author_id ID of an author."},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve the feed link for a given author.","returns":"string Link to the feed for the author specified by $author_id."},{"id":"get_category_feed_link","params":[{"required":"yes","param":"int $cat_id ID of a category."},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve the feed link for a category.","returns":"string Link to the feed for the category specified by $cat_id."},{"id":"get_term_feed_link","params":[{"required":"yes","param":"int $term_id ID of a category."},{"required":"no","param":"string $taxonomy Optional. Taxonomy of $term_id"},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve the feed link for a term.","returns":"string Link to the feed for the term specified by $term_id and $taxonomy."},{"id":"get_tag_feed_link","params":[{"required":"yes","param":"int $tag_id Tag ID."},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve permalink for feed of tag.","returns":"string "},{"id":"get_edit_tag_link","params":[{"required":"yes","param":"int $tag_id Tag ID"},{"required":"yes","param":"string $taxonomy Taxonomy"}],"desc":"Retrieve edit tag link.","returns":"string "},{"id":"edit_tag_link","params":[{"required":"no","param":"string $link Optional. Anchor text."},{"required":"no","param":"string $before Optional. Display before edit link."},{"required":"no","param":"string $after Optional. Display after edit link."},{"required":"yes","param":"int|object $tag Tag object or ID"}],"desc":"Display or retrieve edit tag link with formatting.","returns":"string HTML content."},{"id":"get_edit_term_link","params":[{"required":"yes","param":"int $term_id Term ID"},{"required":"yes","param":"string $taxonomy Taxonomy"},{"required":"yes","param":"string $object_type The object type"}],"desc":"Retrieve edit term url.","returns":"string "},{"id":"edit_term_link","params":[{"required":"no","param":"string $link Optional. Anchor text."},{"required":"no","param":"string $before Optional. Display before edit link."},{"required":"no","param":"string $after Optional. Display after edit link."},{"required":"yes","param":"object $term Term object"}],"desc":"Display or retrieve edit term link with formatting.","returns":"string HTML content."},{"id":"get_search_link","params":[{"required":"no","param":"string $query Optional. The query string to use. If empty the current query is used."}],"desc":"Retrieve permalink for search.","returns":"string "},{"id":"get_search_feed_link","params":[{"required":"no","param":"string $search_query Optional. Search query."},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve the permalink for the feed of the search results.","returns":"string "},{"id":"get_search_comments_feed_link","params":[{"required":"no","param":"string $search_query Optional. Search query."},{"required":"no","param":"string $feed Optional. Feed type."}],"desc":"Retrieve the permalink for the comments feed of the search results.","returns":"string "},{"id":"get_post_type_archive_link","params":[{"required":"yes","param":"string $post_type Post type"}],"desc":"Retrieve the permalink for a post type archive.","returns":"string "},{"id":"get_post_type_archive_feed_link","params":[{"required":"yes","param":"string $post_type Post type"},{"required":"no","param":"string $feed Optional. Feed type"}],"desc":"Retrieve the permalink for a post type archive feed.","returns":"string "},{"id":"get_edit_post_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"string $context Optional, defaults to display. How to write the '&', defaults to '&'."}],"desc":"Retrieve edit posts link for post.","returns":"string "},{"id":"edit_post_link","params":[{"required":"no","param":"string $link Optional. Anchor text."},{"required":"no","param":"string $before Optional. Display before edit link."},{"required":"no","param":"string $after Optional. Display after edit link."},{"required":"no","param":"int $id Optional. Post ID."}],"desc":"Display edit post link for post.","returns":""},{"id":"get_delete_post_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"yes","param":"string $deprecated Not used."},{"required":"yes","param":"bool $force_delete Whether to bypass trash and force deletion. Default is false."}],"desc":"Retrieve delete posts link for post.","returns":"string "},{"id":"get_edit_comment_link","params":[{"required":"no","param":"int $comment_id Optional. Comment ID."}],"desc":"Retrieve edit comment link.","returns":"string "},{"id":"edit_comment_link","params":[{"required":"no","param":"string $link Optional. Anchor text."},{"required":"no","param":"string $before Optional. Display before edit link."},{"required":"no","param":"string $after Optional. Display after edit link."}],"desc":"Display or retrieve edit comment link with formatting.","returns":"string|null HTML content, if $echo is set to false."},{"id":"get_edit_bookmark_link","params":[{"required":"no","param":"int $link Optional. Bookmark ID."}],"desc":"Display edit bookmark (literally a URL external to blog) link.","returns":"string "},{"id":"edit_bookmark_link","params":[{"required":"no","param":"string $link Optional. Anchor text."},{"required":"no","param":"string $before Optional. Display before edit link."},{"required":"no","param":"string $after Optional. Display after edit link."},{"required":"no","param":"int $bookmark Optional. Bookmark ID."}],"desc":"Display edit bookmark (literally a URL external to blog) link anchor content.","returns":""},{"id":"get_previous_post","params":[{"required":"no","param":"bool $in_same_cat Optional. Whether post should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Retrieve previous post that is adjacent to current post.","returns":"mixed Post object if successful. Null if global $post is not set. Empty string if no corresponding post exists."},{"id":"get_next_post","params":[{"required":"no","param":"bool $in_same_cat Optional. Whether post should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Retrieve next post that is adjacent to current post.","returns":"mixed Post object if successful. Null if global $post is not set. Empty string if no corresponding post exists."},{"id":"get_adjacent_post","params":[{"required":"no","param":"bool $in_same_cat Optional. Whether post should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."},{"required":"no","param":"bool $previous Optional. Whether to retrieve previous post."}],"desc":"Retrieve adjacent post.","returns":"mixed Post object if successful. Null if global $post is not set. Empty string if no corresponding post exists."},{"id":"get_adjacent_post_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."},{"required":"no","param":"bool $previous Optional, default is true. Whether to display link to previous or next post."}],"desc":"Get adjacent post relational link.","returns":"string "},{"id":"adjacent_posts_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Display relational links for the posts adjacent to the current post.","returns":""},{"id":"adjacent_posts_rel_link_wp_head","params":[],"desc":"Display relational links for the posts adjacent to the current post for single post pages.","returns":""},{"id":"next_post_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Display relational link for the next post adjacent to the current post.","returns":""},{"id":"prev_post_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Display relational link for the previous post adjacent to the current post.","returns":""},{"id":"get_boundary_post","params":[{"required":"no","param":"bool $in_same_cat Optional. Whether returned post should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."},{"required":"no","param":"bool $start Optional. Whether to retrieve first or last post."}],"desc":"Retrieve boundary post.","returns":"object "},{"id":"previous_post_link","params":[{"required":"no","param":"string $format Optional. Link anchor format."},{"required":"no","param":"string $link Optional. Link permalink format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Display previous post link that is adjacent to the current post.","returns":""},{"id":"next_post_link","params":[{"required":"no","param":"string $format Optional. Link anchor format."},{"required":"no","param":"string $link Optional. Link permalink format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."}],"desc":"Display next post link that is adjacent to the current post.","returns":""},{"id":"adjacent_post_link","params":[{"required":"yes","param":"string $format Link anchor format."},{"required":"yes","param":"string $link Link permalink format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"array|string $excluded_categories Optional. Array or comma-separated list of excluded category IDs."},{"required":"no","param":"bool $previous Optional, default is true. Whether to display link to previous or next post."}],"desc":"Display adjacent post link.","returns":""},{"id":"get_pagenum_link","params":[{"required":"no","param":"int $pagenum Optional. Page ID."}],"desc":"Retrieve links for page numbers.","returns":"string "},{"id":"get_next_posts_page_link","params":[{"required":"no","param":"int $max_page Optional. Max pages."}],"desc":"Retrieve next posts page link.","returns":"string "},{"id":"next_posts","params":[{"required":"no","param":"int $max_page Optional. Max pages."},{"required":"no","param":"boolean $echo Optional. Echo or return;"}],"desc":"Display or return the next posts page link.","returns":""},{"id":"get_next_posts_link","params":[{"required":"yes","param":"string $label Content for link text."},{"required":"no","param":"int $max_page Optional. Max pages."}],"desc":"Return the next posts page link.","returns":"string|null "},{"id":"next_posts_link","params":[{"required":"yes","param":"string $label Content for link text."},{"required":"no","param":"int $max_page Optional. Max pages."}],"desc":"Display the next posts page link.","returns":""},{"id":"get_previous_posts_page_link","params":[],"desc":"Retrieve previous posts page link.","returns":"string|null "},{"id":"previous_posts","params":[{"required":"no","param":"boolean $echo Optional. Echo or return;"}],"desc":"Display or return the previous posts page link.","returns":""},{"id":"get_previous_posts_link","params":[{"required":"no","param":"string $label Optional. Previous page link text."}],"desc":"Return the previous posts page link.","returns":"string|null "},{"id":"previous_posts_link","params":[{"required":"no","param":"string $label Optional. Previous page link text."}],"desc":"Display the previous posts page link.","returns":""},{"id":"get_posts_nav_link","params":[{"required":"no","param":"string|array $args Optional args."}],"desc":"Return post pages link navigation for previous and next pages.","returns":"string The posts link navigation."},{"id":"posts_nav_link","params":[{"required":"no","param":"string $sep Optional. Separator for posts navigation links."},{"required":"no","param":"string $prelabel Optional. Label for previous pages."},{"required":"no","param":"string $nxtlabel Optional Label for next pages."}],"desc":"Display post pages link navigation for previous and next pages.","returns":""},{"id":"get_comments_pagenum_link","params":[{"required":"no","param":"int $pagenum Optional. Page number."}],"desc":"Retrieve comments page number link.","returns":"string "},{"id":"get_next_comments_link","params":[{"required":"no","param":"string $label Optional. Label for link text."},{"required":"no","param":"int $max_page Optional. Max page."}],"desc":"Return the link to next comments page.","returns":"string|null "},{"id":"next_comments_link","params":[{"required":"no","param":"string $label Optional. Label for link text."},{"required":"no","param":"int $max_page Optional. Max page."}],"desc":"Display the link to next comments page.","returns":""},{"id":"get_previous_comments_link","params":[{"required":"no","param":"string $label Optional. Label for comments link text."}],"desc":"Return the previous comments page link.","returns":"string|null "},{"id":"previous_comments_link","params":[{"required":"no","param":"string $label Optional. Label for comments link text."}],"desc":"Display the previous comments page link.","returns":""},{"id":"paginate_comments_links","params":[{"required":"no","param":"string|array $args Optional args. See paginate_links()."}],"desc":"Create pagination links for the comments on the current post.","returns":"string Markup for pagination links."},{"id":"get_shortcut_link","params":[],"desc":"Retrieve shortcut link.","returns":"string "},{"id":"get_home_url","params":[{"required":"no","param":"int $blog_id (optional) Blog ID. Defaults to current blog."},{"required":"no","param":"string $path (optional) Path relative to the home url."},{"required":"no","param":"string $scheme (optional) Scheme to give the home url context. Currently 'http', 'https'."}],"desc":"Retrieve the home url for a given site.","returns":"string Home url link with optional path appended."},{"id":"get_site_url","params":[{"required":"no","param":"int $blog_id (optional) Blog ID. Defaults to current blog."},{"required":"no","param":"string $path Optional. Path relative to the site url."},{"required":"no","param":"string $scheme Optional. Scheme to give the site url context. Currently 'http', 'https', 'login', 'login_post', or 'admin'."}],"desc":"Retrieve the site url for a given site.","returns":"string Site url link with optional path appended."},{"id":"get_admin_url","params":[{"required":"no","param":"int $blog_id (optional) Blog ID. Defaults to current blog."},{"required":"no","param":"string $path Optional path relative to the admin url."},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Retrieve the url to the admin area for a given site.","returns":"string Admin url link with optional path appended."},{"id":"content_url","params":[{"required":"no","param":"string $path Optional. Path relative to the content url."}],"desc":"Retrieve the url to the content directory.","returns":"string Content url link with optional path appended."},{"id":"plugins_url","params":[{"required":"no","param":"string $path Optional. Path relative to the plugins url."},{"required":"no","param":"string $plugin Optional. The plugin file that you want to be relative to - i.e. pass in __FILE__"}],"desc":"Retrieve the url to the plugins directory or to a specific file within that directory.","returns":"string Plugins url link with optional path appended."},{"id":"network_site_url","params":[{"required":"no","param":"string $path Optional. Path relative to the site url."},{"required":"no","param":"string $scheme Optional. Scheme to give the site url context. Currently 'http', 'https', 'login', 'login_post', or 'admin'."}],"desc":"Retrieve the site url for the current network.","returns":"string Site url link with optional path appended."},{"id":"network_home_url","params":[{"required":"no","param":"string $path (optional) Path relative to the home url."},{"required":"no","param":"string $scheme (optional) Scheme to give the home url context. Currently 'http', 'https'."}],"desc":"Retrieve the home url for the current network.","returns":"string Home url link with optional path appended."},{"id":"network_admin_url","params":[{"required":"no","param":"string $path Optional path relative to the admin url."},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Retrieve the url to the admin area for the network.","returns":"string Admin url link with optional path appended."},{"id":"user_admin_url","params":[{"required":"no","param":"string $path Optional path relative to the admin url."},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Retrieve the url to the admin area for the current user.","returns":"string Admin url link with optional path appended."},{"id":"self_admin_url","params":[{"required":"no","param":"string $path Optional path relative to the admin url."},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Retrieve the url to the admin area for either the current blog or the network depending on context.","returns":"string Admin url link with optional path appended."},{"id":"get_dashboard_url","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"no","param":"string $path Optional path relative to the dashboard. Use only paths known to both blog and user admins."},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Get the URL to the user's dashboard.","returns":"string Dashboard url link with optional path appended."},{"id":"get_edit_profile_url","params":[{"required":"yes","param":"int $user User ID"},{"required":"yes","param":"string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl(). 'http' or 'https' can be passed to force those schemes."}],"desc":"Get the URL to the user's profile editor.","returns":"string Dashboard url link with optional path appended."},{"id":"rel_canonical","params":[],"desc":"Output rel=canonical for singular queries.","returns":""},{"id":"wp_get_shortlink","params":[{"required":"yes","param":"int $id A post or blog id. Default is 0, which means the current post or blog."},{"required":"yes","param":"string $context Whether the id is a 'blog' id, 'post' id, or 'media' id. If 'post', the post_type of the post is consulted. If 'query', the current query is consulted to determine the id and context. Default is 'post'."},{"required":"yes","param":"bool $allow_slugs Whether to allow post slugs in the shortlink. It is up to the plugin how and whether to honor this."}],"desc":"Return a shortlink for a post, page, attachment, or blog.","returns":"string A shortlink or an empty string if no shortlink exists for the requested resource or if shortlinks are not enabled."},{"id":"wp_shortlink_wp_head","params":[],"desc":"Inject rel=shortlink into head if a shortlink is defined for the current page.","returns":""},{"id":"wp_shortlink_header","params":[],"desc":"Send a Link: rel=shortlink header if a shortlink is defined for the current page.","returns":""},{"id":"the_shortlink","params":[{"required":"no","param":"string $text Optional The link text or HTML to be displayed. Defaults to 'This is the short link.'"},{"required":"no","param":"string $title Optional The tooltip for the link. Must be sanitized. Defaults to the sanitized post title."},{"required":"no","param":"string $before Optional HTML to display before the link."},{"required":"no","param":"string $after Optional HTML to display after the link."}],"desc":"Display the Short Link for a Post","returns":""},{"id":"create_initial_taxonomies","params":[],"desc":"Creates the initial taxonomies when 'init' action is fired.","returns":""},{"id":"get_taxonomies","params":[{"required":"yes","param":"array $args An array of key => value arguments to match against the taxonomy objects."},{"required":"yes","param":"string $output The type of output to return, either taxonomy 'names' or 'objects'. 'names' is the default."},{"required":"yes","param":"string $operator The logical operation to perform. 'or' means only one element from the array needs to match; 'and' means all elements must match. The default is 'and'."}],"desc":"Get a list of registered taxonomy objects.","returns":"array A list of taxonomy names or objects"},{"id":"get_object_taxonomies","params":[{"required":"yes","param":"array|string|object $object Name of the type of taxonomy object, or an object (row from posts)"},{"required":"yes","param":"string $output The type of output to return, either taxonomy 'names' or 'objects'. 'names' is the default."}],"desc":"Return all of the taxonomy names that are of $object_type.","returns":"array The names of all taxonomy of $object_type."},{"id":"get_taxonomy","params":[{"required":"yes","param":"string $taxonomy Name of taxonomy object to return"}],"desc":"Retrieves the taxonomy object of $taxonomy.","returns":"object|bool The Taxonomy Object or false if $taxonomy doesn't exist"},{"id":"taxonomy_exists","params":[{"required":"yes","param":"string $taxonomy Name of taxonomy object"}],"desc":"Checks that the taxonomy name exists.","returns":"bool Whether the taxonomy exists."},{"id":"is_taxonomy_hierarchical","params":[{"required":"yes","param":"string $taxonomy Name of taxonomy object"}],"desc":"Whether the taxonomy object is hierarchical.","returns":"bool Whether the taxonomy is hierarchical"},{"id":"register_taxonomy","params":[{"required":"yes","param":"string $taxonomy Name of taxonomy object"},{"required":"yes","param":"array|string $object_type Name of the object type for the taxonomy object."},{"required":"yes","param":"array|string $args See above description for the two keys values."}],"desc":"Create or modify a taxonomy object. Do not use before init.","returns":""},{"id":"get_taxonomy_labels","params":[{"required":"yes","param":"object $tax Taxonomy object"}],"desc":"Builds an object with all taxonomy labels out of a taxonomy object","returns":"object object with all the labels as member variables"},{"id":"register_taxonomy_for_object_type","params":[{"required":"yes","param":"string $taxonomy Name of taxonomy object"},{"required":"yes","param":"array|string $object_type Name of the object type"}],"desc":"Add an already registered taxonomy to an object type.","returns":"bool True if successful, false if not"},{"id":"get_objects_in_term","params":[{"required":"yes","param":"int|array $term_ids Term id or array of term ids of terms that will be used"},{"required":"yes","param":"string|array $taxonomies String of taxonomy name or Array of string values of taxonomy names"},{"required":"yes","param":"array|string $args Change the order of the object_ids, either ASC or DESC"}],"desc":"Retrieve object_ids of valid taxonomy and term.","returns":"WP_Error|array If the taxonomy does not exist, then WP_Error will be returned. On success the array can be empty meaning that there are no $object_ids found or it will return the $object_ids found."},{"id":"get_tax_sql","params":[{"required":"yes","param":"array $tax_query A compact tax query"},{"required":"yes","param":"string $primary_table "},{"required":"yes","param":"string $primary_id_column "}],"desc":"Given a taxonomy query, generates SQL to be appended to a main query.","returns":"array "},{"id":"get_term","params":[{"required":"yes","param":"int|object $term If integer, will get from database. If object will apply filters and return $term."},{"required":"yes","param":"string $taxonomy Taxonomy name that $term is part of."},{"required":"yes","param":"string $output Constant OBJECT, ARRAY_A, or ARRAY_N"},{"required":"no","param":"string $filter Optional, default is raw or no WordPress defined filter will applied."}],"desc":"Get all Term data from database by Term ID.","returns":"mixed|null|WP_Error Term Row from database. Will return null if $term is empty. If taxonomy does not exist then WP_Error will be returned."},{"id":"get_term_by","params":[{"required":"yes","param":"string $field Either 'slug', 'name', or 'id'"},{"required":"yes","param":"string|int $value Search for this term value"},{"required":"yes","param":"string $taxonomy Taxonomy Name"},{"required":"yes","param":"string $output Constant OBJECT, ARRAY_A, or ARRAY_N"},{"required":"no","param":"string $filter Optional, default is raw or no WordPress defined filter will applied."}],"desc":"Get all Term data from database by Term field and data.","returns":"mixed Term Row from database. Will return false if $taxonomy does not exist or $term was not found."},{"id":"get_term_children","params":[{"required":"yes","param":"string $term_id ID of Term to get children"},{"required":"yes","param":"string $taxonomy Taxonomy Name"}],"desc":"Merge all term children into a single array of their IDs.","returns":"array|WP_Error List of Term Objects. WP_Error returned if $taxonomy does not exist"},{"id":"get_term_field","params":[{"required":"yes","param":"string $field Term field to fetch"},{"required":"yes","param":"int $term Term ID"},{"required":"yes","param":"string $taxonomy Taxonomy Name"},{"required":"no","param":"string $context Optional, default is display. Look at sanitize_term_field() for available options."}],"desc":"Get sanitized Term field.","returns":"mixed Will return an empty string if $term is not an object or if $field is not set in $term."},{"id":"get_term_to_edit","params":[{"required":"yes","param":"int|object $id Term ID or Object"},{"required":"yes","param":"string $taxonomy Taxonomy Name"}],"desc":"Sanitizes Term for editing.","returns":"mixed|null|WP_Error Will return empty string if $term is not an object."},{"id":"get_terms","params":[{"required":"yes","param":"string|array $taxonomies Taxonomy name or list of Taxonomy names"},{"required":"yes","param":"string|array $args The values of what to search for when returning terms"}],"desc":"Retrieve the terms in a given taxonomy or list of taxonomies.","returns":"array|WP_Error List of Term Objects and their children. Will return WP_Error, if any of $taxonomies do not exist."},{"id":"term_exists","params":[{"required":"yes","param":"int|string $term The term to check"},{"required":"yes","param":"string $taxonomy The taxonomy name to use"},{"required":"yes","param":"int $parent ID of parent term under which to confine the exists search."}],"desc":"Check if Term exists.","returns":"mixed Get the term id or Term Object, if exists."},{"id":"sanitize_term","params":[{"required":"yes","param":"array|object $term The term to check"},{"required":"yes","param":"string $taxonomy The taxonomy name to use"},{"required":"yes","param":"string $context Default is 'display'."}],"desc":"Sanitize Term all fields.","returns":"array|object Term with all fields sanitized"},{"id":"sanitize_term_field","params":[{"required":"yes","param":"string $field Term field to sanitize"},{"required":"yes","param":"string $value Search for this term value"},{"required":"yes","param":"int $term_id Term ID"},{"required":"yes","param":"string $taxonomy Taxonomy Name"},{"required":"yes","param":"string $context Either edit, db, display, attribute, or js."}],"desc":"Cleanse the field value in the term based on the context.","returns":"mixed sanitized field"},{"id":"wp_count_terms","params":[{"required":"yes","param":"string $taxonomy Taxonomy name"},{"required":"yes","param":"array|string $args Overwrite defaults. See get_terms()"}],"desc":"Count how many terms are in Taxonomy.","returns":"int How many terms are in $taxonomy"},{"id":"wp_delete_object_term_relationships","params":[{"required":"yes","param":"int $object_id The term Object Id that refers to the term"},{"required":"yes","param":"string|array $taxonomies List of Taxonomy Names or single Taxonomy name."}],"desc":"Will unlink the object from the taxonomy or taxonomies.","returns":""},{"id":"wp_delete_term","params":[{"required":"yes","param":"int $term Term ID"},{"required":"yes","param":"string $taxonomy Taxonomy Name"},{"required":"no","param":"array|string $args Optional. Change 'default' term id and override found term ids."}],"desc":"Removes a term from the database.","returns":"bool|WP_Error Returns false if not term; true if completes delete action."},{"id":"wp_delete_category","params":[{"required":"yes","param":"int $cat_ID "}],"desc":"Deletes one existing category.","returns":"mixed Returns true if completes delete action; false if term doesn't exist; Zero on attempted deletion of default Category; WP_Error object is also a possibility."},{"id":"wp_get_object_terms","params":[{"required":"yes","param":"int|array $object_ids The ID(s) of the object(s) to retrieve."},{"required":"yes","param":"string|array $taxonomies The taxonomies to retrieve terms from."},{"required":"yes","param":"array|string $args Change what is returned"}],"desc":"Retrieves the terms associated with the given object(s), in the supplied taxonomies.","returns":"array|WP_Error The requested term data or empty array if no terms found. WP_Error if $taxonomy does not exist."},{"id":"wp_insert_term","params":[{"required":"yes","param":"string $term The term to add or update."},{"required":"yes","param":"string $taxonomy The taxonomy to which to add the term"},{"required":"yes","param":"array|string $args Change the values of the inserted term"}],"desc":"Adds a new term to the database. Optionally marks it as an alias of an existing term.","returns":"array|WP_Error The Term ID and Term Taxonomy ID"},{"id":"wp_set_object_terms","params":[{"required":"yes","param":"int $object_id The object to relate to."},{"required":"yes","param":"array|int|string $terms The slug or id of the term, will replace all existing related terms in this taxonomy."},{"required":"yes","param":"array|string $taxonomy The context in which to relate the term to the object."},{"required":"yes","param":"bool $append If false will delete difference of terms."}],"desc":"Create Term and Taxonomy Relationships.","returns":"array|WP_Error Affected Term IDs"},{"id":"wp_unique_term_slug","params":[{"required":"yes","param":"string $slug The string that will be tried for a unique slug"},{"required":"yes","param":"object $term The term object that the $slug will belong too"}],"desc":"Will make slug unique, if it isn't already.","returns":"string Will return a true unique slug."},{"id":"wp_update_term","params":[{"required":"yes","param":"int $term_id The ID of the term"},{"required":"yes","param":"string $taxonomy The context in which to relate the term to the object."},{"required":"yes","param":"array|string $args Overwrite term field values"}],"desc":"Update term based on arguments provided.","returns":"array|WP_Error Returns Term ID and Taxonomy Term ID"},{"id":"wp_defer_term_counting","params":[{"required":"no","param":"bool $defer Optional. Enable if true, disable if false."}],"desc":"Enable or disable term counting.","returns":"bool Whether term counting is enabled or disabled."},{"id":"wp_update_term_count","params":[{"required":"yes","param":"int|array $terms The term_taxonomy_id of the terms"},{"required":"yes","param":"string $taxonomy The context of the term."}],"desc":"Updates the amount of terms in taxonomy.","returns":"bool If no terms will return false, and if successful will return true."},{"id":"wp_update_term_count_now","params":[{"required":"yes","param":"array $terms The term_taxonomy_id of terms to update."},{"required":"yes","param":"string $taxonomy The context of the term."}],"desc":"Perform term count update immediately.","returns":"bool Always true when complete."},{"id":"clean_object_term_cache","params":[{"required":"yes","param":"int|array $object_ids Single or list of term object ID(s)"},{"required":"yes","param":"array|string $object_type The taxonomy object type"}],"desc":"Removes the taxonomy relationship to terms from the cache.","returns":""},{"id":"clean_term_cache","params":[{"required":"yes","param":"int|array $ids Single or list of Term IDs"},{"required":"yes","param":"string $taxonomy Can be empty and will assume tt_ids, else will use for context."},{"required":"yes","param":"bool $clean_taxonomy Whether to clean taxonomy wide caches (true), or just individual term object caches (false). Default is true."}],"desc":"Will remove all of the term ids from the cache.","returns":""},{"id":"get_object_term_cache","params":[{"required":"yes","param":"int|array $id Term object ID"},{"required":"yes","param":"string $taxonomy Taxonomy Name"}],"desc":"Retrieves the taxonomy relationship to the term object id.","returns":"bool|array Empty array if $terms found, but not $taxonomy. False if nothing is in cache for $taxonomy and $id."},{"id":"update_object_term_cache","params":[{"required":"yes","param":"string|array $object_ids Single or list of term object ID(s)"},{"required":"yes","param":"array|string $object_type The taxonomy object type"}],"desc":"Updates the cache for Term ID(s).","returns":"null|bool Null value is given with empty $object_ids. False if"},{"id":"update_term_cache","params":[{"required":"yes","param":"array $terms List of Term objects to change"},{"required":"no","param":"string $taxonomy Optional. Update Term to this taxonomy in cache"}],"desc":"Updates Terms to Taxonomy in cache.","returns":""},{"id":"_get_term_hierarchy","params":[{"required":"yes","param":"string $taxonomy Taxonomy Name"}],"desc":"Retrieves children of taxonomy as Term IDs.","returns":"array Empty if $taxonomy isn't hierarchical or returns children as Term IDs."},{"id":"_get_term_children","params":[{"required":"yes","param":"int $term_id The ancestor term: all returned terms should be descendants of $term_id."},{"required":"yes","param":"array $terms The set of terms---either an array of term objects or term IDs---from which those that are descendants of $term_id will be chosen."},{"required":"yes","param":"string $taxonomy The taxonomy which determines the hierarchy of the terms."}],"desc":"Get the subset of $terms that are descendants of $term_id.","returns":"array The subset of $terms that are descendants of $term_id."},{"id":"_pad_term_counts","params":[{"required":"yes","param":"array $terms List of Term IDs"},{"required":"yes","param":"string $taxonomy Term Context"}],"desc":"Add count of children to parent count.","returns":"null Will break from function if conditions are not met."},{"id":"_update_post_term_count","params":[{"required":"yes","param":"array $terms List of Term taxonomy IDs"},{"required":"yes","param":"object $taxonomy Current taxonomy object of terms"}],"desc":"Will update term count based on object types of the current taxonomy.","returns":""},{"id":"_update_generic_term_count","params":[{"required":"yes","param":"array $terms List of Term taxonomy IDs"},{"required":"yes","param":"object $taxonomy Current taxonomy object of terms"}],"desc":"Will update term count based on number of objects.","returns":""},{"id":"get_term_link","params":[{"required":"yes","param":"object|int|string $term "},{"required":"no","param":"string $taxonomy (optional if $term is object)"}],"desc":"Generates a permalink for a taxonomy term archive.","returns":"string|WP_Error HTML link to taxonomy term archive on success, WP_Error if term does not exist."},{"id":"the_taxonomies","params":[{"required":"yes","param":"array $args Override the defaults."}],"desc":"Display the taxonomies of a post with available options.","returns":""},{"id":"get_the_taxonomies","params":[{"required":"no","param":"int $post Optional. Post ID or will use Global Post ID (in loop)."},{"required":"yes","param":"array $args Override the defaults."}],"desc":"Retrieve all taxonomies associated with a post.","returns":"array "},{"id":"get_post_taxonomies","params":[{"required":"no","param":"int $post Optional. Post ID"}],"desc":"Retrieve all taxonomies of a post with just the names.","returns":"array "},{"id":"is_object_in_term","params":[{"required":"yes","param":"int $object_id ID of the object (post ID, link ID, ...)"},{"required":"yes","param":"string $taxonomy Single taxonomy name"},{"required":"no","param":"int|string|array $terms Optional. Term term_id, name, slug or array of said"}],"desc":"Determine if the given object is associated with any of the given terms.","returns":"bool|WP_Error. WP_Error on input error."},{"id":"is_object_in_taxonomy","params":[{"required":"yes","param":"string $object_type Object type string"},{"required":"yes","param":"string $taxonomy Single taxonomy name"}],"desc":"Determine if the given object type is associated with the given taxonomy.","returns":"bool True if object is associated with the taxonomy, otherwise false."},{"id":"get_ancestors","params":[{"required":"yes","param":"int $object_id The ID of the object"},{"required":"yes","param":"string $object_type The type of object for which we'll be retrieving ancestors."}],"desc":"Get an array of ancestor IDs for a given object.","returns":"array of ancestors from lowest to highest in the hierarchy."},{"id":"wp_get_term_taxonomy_parent_id","params":[{"required":"yes","param":"int $term_id "},{"required":"yes","param":"string $taxonomy "}],"desc":"Returns the term's parent's term_ID","returns":"int|bool false on error"},{"id":"wp_check_term_hierarchy_for_loops","params":[{"required":"yes","param":"int $parent term_id of the parent for the term we're checking."},{"required":"yes","param":"int $term_id The term we're checking."},{"required":"yes","param":"string $taxonomy The taxonomy of the term we're checking."}],"desc":"Checks the given subset of the term hierarchy for hierarchy loops.","returns":"int The new parent for the term."},{"id":"mysql2date","params":[{"required":"yes","param":"string $dateformatstring Either 'G', 'U', or php date format."},{"required":"yes","param":"string $mysqlstring Time from mysql DATETIME field."},{"required":"no","param":"bool $translate Optional. Default is true. Will switch format to locale."}],"desc":"Converts MySQL DATETIME field to user specified date format.","returns":"string Date formatted by $dateformatstring or locale (if available)."},{"id":"current_time","params":[{"required":"yes","param":"string $type Either 'mysql' or 'timestamp'."},{"required":"no","param":"int|bool $gmt Optional. Whether to use GMT timezone. Default is false."}],"desc":"Retrieve the current time based on specified type.","returns":"int|string String if $type is 'gmt', int if $type is 'timestamp'."},{"id":"date_i18n","params":[{"required":"yes","param":"string $dateformatstring Format to display the date."},{"required":"no","param":"int $unixtimestamp Optional. Unix timestamp."},{"required":"no","param":"bool $gmt Optional, default is false. Whether to convert to GMT for time."}],"desc":"Retrieve the date in localized format, based on timestamp.","returns":"string The date, translated if locale specifies it."},{"id":"number_format_i18n","params":[{"required":"yes","param":"int $number The number to convert based on locale."},{"required":"yes","param":"int $decimals Precision of the number of decimal places."}],"desc":"Convert integer number to format based on the locale.","returns":"string Converted number in string format."},{"id":"size_format","params":[{"required":"yes","param":"int|string $bytes Number of bytes. Note max integer size for integers."},{"required":"yes","param":"int $decimals Precision of number of decimal places. Deprecated."}],"desc":"Convert number of bytes largest unit bytes will fit into.","returns":"bool|string False on failure. Number string on success."},{"id":"get_weekstartend","params":[{"required":"yes","param":"string $mysqlstring Date or datetime field type from mysql."},{"required":"no","param":"int $start_of_week Optional. Start of the week as an integer."}],"desc":"Get the week start and end from the datetime or date string from mysql.","returns":"array Keys are 'start' and 'end'."},{"id":"maybe_unserialize","params":[{"required":"yes","param":"string $original Maybe unserialized original, if is needed."}],"desc":"Unserialize value only if it was serialized.","returns":"mixed Unserialized data can be any type."},{"id":"is_serialized","params":[{"required":"yes","param":"mixed $data Value to check to see if was serialized."}],"desc":"Check value to find if it was serialized.","returns":"bool False if not serialized and true if it was."},{"id":"is_serialized_string","params":[{"required":"yes","param":"mixed $data Serialized data"}],"desc":"Check whether serialized data is of string type.","returns":"bool False if not a serialized string, true if it is."},{"id":"wp_protect_special_option","params":[{"required":"yes","param":"string $option Option name."}],"desc":"Protect WordPress special option from being modified.","returns":""},{"id":"form_option","params":[{"required":"yes","param":"string $option Option name."}],"desc":"Print option value after sanitizing for forms.","returns":""},{"id":"wp_load_alloptions","params":[],"desc":"Loads and caches all autoloaded options, if available or all options.","returns":"array List of all options."},{"id":"wp_load_core_site_options","params":[{"required":"no","param":"int $site_id Optional site ID for which to query the options. Defaults to the current site."}],"desc":"Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.","returns":""},{"id":"update_option","params":[{"required":"yes","param":"string $option Option name. Expected to not be SQL-escaped."},{"required":"yes","param":"mixed $newvalue Option value. Expected to not be SQL-escaped."}],"desc":"Update the value of an option that was already added.","returns":"bool False if value was not updated and true if value was updated."},{"id":"add_option","params":[{"required":"yes","param":"string $option Name of option to add. Expected to not be SQL-escaped."},{"required":"no","param":"mixed $value Optional. Option value, can be anything. Expected to not be SQL-escaped."},{"required":"no","param":"mixed $deprecated Optional. Description. Not used anymore."},{"required":"no","param":"bool $autoload Optional. Default is enabled. Whether to load the option when WordPress starts up."}],"desc":"Add a new option.","returns":"bool False if option was not added and true if option was added."},{"id":"delete_option","params":[{"required":"yes","param":"string $option Name of option to remove. Expected to not be SQL-escaped."}],"desc":"Removes option by name. Prevents removal of protected WordPress options.","returns":"bool True, if option is successfully deleted. False on failure."},{"id":"delete_transient","params":[{"required":"yes","param":"string $transient Transient name. Expected to not be SQL-escaped."}],"desc":"Delete a transient.","returns":"bool true if successful, false otherwise"},{"id":"get_transient","params":[{"required":"yes","param":"string $transient Transient name. Expected to not be SQL-escaped"}],"desc":"Get the value of a transient.","returns":"mixed Value of transient"},{"id":"set_transient","params":[{"required":"yes","param":"string $transient Transient name. Expected to not be SQL-escaped."},{"required":"yes","param":"mixed $value Transient value. Expected to not be SQL-escaped."},{"required":"yes","param":"int $expiration Time until expiration in seconds, default 0"}],"desc":"Set/update the value of a transient.","returns":"bool False if value was not set and true if value was set."},{"id":"wp_user_settings","params":[],"desc":"Saves and restores user interface settings stored in a cookie.","returns":""},{"id":"get_user_setting","params":[{"required":"yes","param":"string $name The name of the setting."},{"required":"no","param":"string $default Optional default value to return when $name is not set."}],"desc":"Retrieve user interface setting value based on setting name.","returns":"mixed the last saved user setting or the default value/false if it doesn't exist."},{"id":"set_user_setting","params":[{"required":"yes","param":"string $name The name of the setting."},{"required":"yes","param":"string $value The value for the setting."}],"desc":"Add or update user interface setting.","returns":"bool true if set successfully/false if not."},{"id":"delete_user_setting","params":[{"required":"yes","param":"mixed $names The name or array of names of the setting to be deleted."}],"desc":"Delete user interface settings.","returns":"bool true if deleted successfully/false if not."},{"id":"get_all_user_settings","params":[],"desc":"Retrieve all user interface settings.","returns":"array the last saved user settings or empty array."},{"id":"wp_set_all_user_settings","params":[{"required":"yes","param":"unknown $all "}],"desc":"Private. Set all user interface settings.","returns":"bool "},{"id":"delete_all_user_settings","params":[],"desc":"Delete the user settings of the current user.","returns":""},{"id":"maybe_serialize","params":[{"required":"yes","param":"mixed $data Data that might be serialized."}],"desc":"Serialize data, if needed.","returns":"mixed A scalar data"},{"id":"xmlrpc_getposttitle","params":[{"required":"yes","param":"string $content XMLRPC XML Request content"}],"desc":"Retrieve post title from XMLRPC XML.","returns":"string Post title"},{"id":"xmlrpc_getpostcategory","params":[{"required":"yes","param":"string $content XMLRPC XML Request content"}],"desc":"Retrieve the post category or categories from XMLRPC XML.","returns":"string|array List of categories or category name."},{"id":"xmlrpc_removepostdata","params":[{"required":"yes","param":"string $content XMLRPC XML Request content"}],"desc":"XMLRPC XML content without title and category elements.","returns":"string XMLRPC XML Request content without title and category elements."},{"id":"debug_fopen","params":[{"required":"yes","param":"string $filename File path to debug file."},{"required":"yes","param":"string $mode Same as fopen() mode parameter."}],"desc":"Open the file handle for debugging.","returns":"bool|resource File handle. False on failure."},{"id":"debug_fwrite","params":[{"required":"yes","param":"resource $fp File handle for debugging file."},{"required":"yes","param":"string $string Content to write to debug file."}],"desc":"Write contents to the file used for debugging.","returns":""},{"id":"debug_fclose","params":[{"required":"yes","param":"resource $fp Debug File handle."}],"desc":"Close the debugging file handle.","returns":""},{"id":"do_enclose","params":[{"required":"yes","param":"string $content Post Content"},{"required":"yes","param":"int $post_ID Post ID"}],"desc":"Check content for video and audio links to add as enclosures.","returns":""},{"id":"wp_get_http","params":[{"required":"yes","param":"string $url URL to fetch."},{"required":"no","param":"string|bool $file_path Optional. File path to write request to."},{"required":"yes","param":"int $red (private) The number of Redirects followed, Upon 5 being hit, returns false."}],"desc":"Perform a HTTP HEAD or GET request.","returns":"bool|string False on failure and string of headers if HEAD request."},{"id":"wp_get_http_headers","params":[{"required":"yes","param":"string $url "},{"required":"yes","param":"bool $deprecated Not Used."}],"desc":"Retrieve HTTP Headers from URL.","returns":"bool|string False on failure, headers on success."},{"id":"is_new_day","params":[],"desc":"Whether today is a new day.","returns":"int 1 when new day, 0 if not a new day."},{"id":"build_query","params":[{"required":"yes","param":"array $data URL-encode key/value pairs."}],"desc":"Build URL query based on an associative and, or indexed array.","returns":"string URL encoded string"},{"id":"_http_build_query","params":[],"desc":"","returns":""},{"id":"add_query_arg","params":[{"required":"yes","param":"mixed $param1 Either newkey or an associative_array"},{"required":"yes","param":"mixed $param2 Either newvalue or oldquery or uri"},{"required":"no","param":"mixed $param3 Optional. Old query or uri"}],"desc":"Retrieve a modified URL query string.","returns":"string New URL query string."},{"id":"remove_query_arg","params":[{"required":"yes","param":"string|array $key Query key or keys to remove."},{"required":"yes","param":"bool $query When false uses the $_SERVER value."}],"desc":"Removes an item or list from the query string.","returns":"string New URL query string."},{"id":"add_magic_quotes","params":[{"required":"yes","param":"array $array Array to used to walk while sanitizing contents."}],"desc":"Walks the array while sanitizing the contents.","returns":"array Sanitized $array."},{"id":"wp_remote_fopen","params":[{"required":"yes","param":"string $uri URI/URL of web page to retrieve."}],"desc":"HTTP request for URI to retrieve content.","returns":"bool|string HTTP content. False on failure."},{"id":"wp","params":[{"required":"yes","param":"string $query_vars Default WP_Query arguments."}],"desc":"Set up the WordPress query.","returns":""},{"id":"get_status_header_desc","params":[{"required":"yes","param":"int $code HTTP status code."}],"desc":"Retrieve the description for the HTTP status.","returns":"string Empty string if not found, or description if found."},{"id":"status_header","params":[{"required":"yes","param":"int $header HTTP status code"}],"desc":"Set HTTP status header.","returns":"unknown "},{"id":"wp_get_nocache_headers","params":[],"desc":"Gets the header information to prevent caching.","returns":"array The associative array of header names and field values."},{"id":"nocache_headers","params":[],"desc":"Sets the headers to prevent caching for the different browsers.","returns":""},{"id":"cache_javascript_headers","params":[],"desc":"Set the headers for caching for 10 days with JavaScript content type.","returns":""},{"id":"get_num_queries","params":[],"desc":"Retrieve the number of database queries during the WordPress execution.","returns":"int Number of database queries"},{"id":"bool_from_yn","params":[{"required":"yes","param":"string $yn Character string containing either 'y' or 'n'"}],"desc":"Whether input is yes or no. Must be 'y' to be true.","returns":"bool True if yes, false on anything else"},{"id":"do_feed","params":[],"desc":"Loads the feed template from the use of an action hook.","returns":""},{"id":"do_feed_rdf","params":[],"desc":"Load the RDF RSS 0.91 Feed template.","returns":""},{"id":"do_feed_rss","params":[],"desc":"Load the RSS 1.0 Feed Template.","returns":""},{"id":"do_feed_rss2","params":[{"required":"yes","param":"bool $for_comments True for the comment feed, false for normal feed."}],"desc":"Load either the RSS2 comment feed or the RSS2 posts feed.","returns":""},{"id":"do_feed_atom","params":[{"required":"yes","param":"bool $for_comments True for the comment feed, false for normal feed."}],"desc":"Load either Atom comment feed or Atom posts feed.","returns":""},{"id":"do_robots","params":[],"desc":"Display the robots.txt file content.","returns":""},{"id":"is_blog_installed","params":[],"desc":"Test whether blog is already installed.","returns":"bool Whether blog is already installed."},{"id":"wp_nonce_url","params":[{"required":"yes","param":"string $actionurl URL to add nonce action"},{"required":"no","param":"string $action Optional. Nonce action name"}],"desc":"Retrieve URL with nonce added to URL query.","returns":"string URL with nonce action added."},{"id":"wp_nonce_field","params":[{"required":"no","param":"string $action Optional. Action name."},{"required":"no","param":"string $name Optional. Nonce name."},{"required":"no","param":"bool $referer Optional, default true. Whether to set the referer field for validation."},{"required":"no","param":"bool $echo Optional, default true. Whether to display or return hidden form field."}],"desc":"Retrieve or display nonce hidden field for forms.","returns":"string Nonce field."},{"id":"wp_referer_field","params":[{"required":"yes","param":"bool $echo Whether to echo or return the referer field."}],"desc":"Retrieve or display referer hidden field for forms.","returns":"string Referer field."},{"id":"wp_original_referer_field","params":[{"required":"yes","param":"bool $echo Whether to echo the original http referer"},{"required":"no","param":"string $jump_back_to Optional, default is 'current'. Can be 'previous' or page you want to jump back to."}],"desc":"Retrieve or display original referer hidden field for forms.","returns":"string Original referer field."},{"id":"wp_get_referer","params":[],"desc":"Retrieve referer from '_wp_http_referer' or HTTP referer. If it's the same as the current request URL, will return false.","returns":"string|bool False on failure. Referer URL on success."},{"id":"wp_get_original_referer","params":[],"desc":"Retrieve original referer that was posted, if it exists.","returns":"string|bool False if no original referer or original referer if set."},{"id":"wp_mkdir_p","params":[{"required":"yes","param":"string $target Full path to attempt to create."}],"desc":"Recursive directory creation based on full path.","returns":"bool Whether the path was created. True if path already exists."},{"id":"path_is_absolute","params":[{"required":"yes","param":"string $path File path"}],"desc":"Test if a give filesystem path is absolute ('/foo/bar', 'c:windows').","returns":"bool True if path is absolute, false is not absolute."},{"id":"path_join","params":[{"required":"yes","param":"string $base "},{"required":"yes","param":"string $path "}],"desc":"Join two filesystem paths together (e.g. 'give me $path relative to $base').","returns":"string The path with the base or absolute path."},{"id":"get_temp_dir","params":[],"desc":"Determines a writable directory for temporary files.","returns":"string Writable temporary directory"},{"id":"wp_upload_dir","params":[{"required":"no","param":"string $time Optional. Time formatted in 'yyyy/mm'."}],"desc":"Get an array containing the current upload directory's path and url.","returns":"array See above for description."},{"id":"wp_unique_filename","params":[{"required":"yes","param":"string $dir "},{"required":"yes","param":"string $filename "},{"required":"yes","param":"mixed $unique_filename_callback Callback."}],"desc":"Get a filename that is sanitized and unique for the given directory.","returns":"string New filename, if given wasn't unique."},{"id":"wp_upload_bits","params":[{"required":"yes","param":"string $name "},{"required":"yes","param":"null $deprecated Never used. Set to null."},{"required":"yes","param":"mixed $bits File content"},{"required":"no","param":"string $time Optional. Time formatted in 'yyyy/mm'."}],"desc":"Create a file in the upload folder with given content.","returns":"array "},{"id":"wp_ext2type","params":[{"required":"yes","param":"string $ext The extension to search."}],"desc":"Retrieve the file type based on the extension name.","returns":"string|null The file type, example: audio, video, document, spreadsheet, etc. Null if not found."},{"id":"wp_check_filetype","params":[{"required":"yes","param":"string $filename File name or path."},{"required":"no","param":"array $mimes Optional. Key is the file extension with value as the mime type."}],"desc":"Retrieve the file type from the file name.","returns":"array Values with extension first and mime type."},{"id":"wp_check_filetype_and_ext","params":[{"required":"yes","param":"string $file Full path to the image."},{"required":"yes","param":"string $filename The filename of the image (may differ from $file due to $file being in a tmp directory)"},{"required":"no","param":"array $mimes Optional. Key is the file extension with value as the mime type."}],"desc":"Attempt to determine the real file type of a file.","returns":"array Values for the extension, MIME, and either a corrected filename or false if original $filename is valid"},{"id":"get_allowed_mime_types","params":[],"desc":"Retrieve list of allowed mime types and file extensions.","returns":"array Array of mime types keyed by the file extension regex corresponding to those types."},{"id":"wp_explain_nonce","params":[{"required":"yes","param":"string $action Nonce action."}],"desc":"Retrieve nonce action "Are you sure" message.","returns":"string Are you sure message."},{"id":"wp_nonce_ays","params":[{"required":"yes","param":"string $action The nonce action."}],"desc":"Display "Are You Sure" message to confirm the action being taken.","returns":""},{"id":"wp_die","params":[{"required":"yes","param":"string $message Error message."},{"required":"yes","param":"string $title Error title."},{"required":"no","param":"string|array $args Optional arguments to control behavior."}],"desc":"Kill WordPress execution and display HTML message with error message.","returns":""},{"id":"_default_wp_die_handler","params":[{"required":"yes","param":"string $message Error message."},{"required":"yes","param":"string $title Error title."},{"required":"no","param":"string|array $args Optional arguments to control behavior."}],"desc":"Kill WordPress execution and display HTML message with error message.","returns":""},{"id":"_xmlrpc_wp_die_handler","params":[{"required":"yes","param":"string $message Error message."},{"required":"yes","param":"string $title Error title."},{"required":"no","param":"string|array $args Optional arguments to control behavior."}],"desc":"Kill WordPress execution and display XML message with error message.","returns":""},{"id":"_xmlrpc_wp_die_filter","params":[],"desc":"Filter to enable special wp_die handler for xmlrpc requests.","returns":""},{"id":"_config_wp_home","params":[{"required":"yes","param":"string $url URL for the home location"}],"desc":"Retrieve the WordPress home page URL.","returns":"string Homepage location."},{"id":"_config_wp_siteurl","params":[{"required":"yes","param":"string $url URL to set the WordPress site location."}],"desc":"Retrieve the WordPress site URL.","returns":"string The WordPress Site URL"},{"id":"_mce_set_direction","params":[{"required":"yes","param":"array $input MCE plugin array."}],"desc":"Set the localized direction for MCE plugin.","returns":"array Direction set for 'rtl', if needed by locale."},{"id":"smilies_init","params":[],"desc":"Convert smiley code to the icon graphic file equivalent.","returns":""},{"id":"wp_parse_args","params":[{"required":"yes","param":"string|array $args Value to merge with $defaults"},{"required":"yes","param":"array $defaults Array that serves as the defaults."}],"desc":"Merge user defined arguments into defaults array.","returns":"array Merged user defined values with defaults."},{"id":"wp_parse_id_list","params":[{"required":"yes","param":"array|string $list "}],"desc":"Clean up an array, comma- or space-separated list of IDs.","returns":"array Sanitized array of IDs"},{"id":"wp_array_slice_assoc","params":[{"required":"yes","param":"array $array The original array"},{"required":"yes","param":"array $keys The list of keys"}],"desc":"Extract a slice of an array, given a list of keys.","returns":"array The array slice"},{"id":"wp_filter_object_list","params":[{"required":"yes","param":"array $list An array of objects to filter"},{"required":"yes","param":"array $args An array of key => value arguments to match against each object"},{"required":"yes","param":"string $operator The logical operation to perform. 'or' means only one element from the array needs to match; 'and' means all elements must match. The default is 'and'."},{"required":"yes","param":"bool|string $field A field from the object to place instead of the entire object"}],"desc":"Filters a list of objects, based on a set of key => value arguments.","returns":"array A list of objects or object fields"},{"id":"wp_list_filter","params":[{"required":"yes","param":"array $list An array of objects to filter"},{"required":"yes","param":"array $args An array of key => value arguments to match against each object"},{"required":"yes","param":"string $operator The logical operation to perform: 'AND' means all elements from the array must match; 'OR' means only one element needs to match; 'NOT' means no elements may match. The default is 'AND'."}],"desc":"Filters a list of objects, based on a set of key => value arguments.","returns":"array "},{"id":"wp_list_pluck","params":[{"required":"yes","param":"array $list A list of objects or arrays"},{"required":"yes","param":"int|string $field A field from the object to place instead of the entire object"}],"desc":"Pluck a certain field out of each object in a list.","returns":"array "},{"id":"wp_maybe_load_widgets","params":[],"desc":"Determines if Widgets library should be loaded.","returns":""},{"id":"wp_widgets_add_menu","params":[],"desc":"Append the Widgets menu to the themes main menu.","returns":""},{"id":"wp_ob_end_flush_all","params":[],"desc":"Flush all output buffers for PHP 5.2.","returns":""},{"id":"dead_db","params":[],"desc":"Load custom DB error or display WordPress DB error.","returns":""},{"id":"absint","params":[{"required":"yes","param":"mixed $maybeint Data you wish to have converted to a nonnegative integer"}],"desc":"Converts value to nonnegative integer.","returns":"int An nonnegative integer"},{"id":"url_is_accessable_via_ssl","params":[{"required":"yes","param":"string $url "}],"desc":"Determines if the blog can be accessed over SSL.","returns":"bool Whether SSL access is available"},{"id":"_deprecated_function","params":[{"required":"yes","param":"string $function The function that was called"},{"required":"yes","param":"string $version The version of WordPress that deprecated the function"},{"required":"no","param":"string $replacement Optional. The function that should have been called"}],"desc":"Marks a function as deprecated and informs when it has been used.","returns":""},{"id":"_deprecated_file","params":[{"required":"yes","param":"string $file The file that was included"},{"required":"yes","param":"string $version The version of WordPress that deprecated the file"},{"required":"no","param":"string $replacement Optional. The file that should have been included based on ABSPATH"},{"required":"no","param":"string $message Optional. A message regarding the change"}],"desc":"Marks a file as deprecated and informs when it has been used.","returns":""},{"id":"_deprecated_argument","params":[{"required":"yes","param":"string $function The function that was called"},{"required":"yes","param":"string $version The version of WordPress that deprecated the argument used"},{"required":"no","param":"string $message Optional. A message regarding the change."}],"desc":"Marks a function argument as deprecated and informs when it has been used.","returns":""},{"id":"_doing_it_wrong","params":[{"required":"yes","param":"string $function The function that was called."},{"required":"yes","param":"string $message A message explaining what has been done incorrectly."},{"required":"yes","param":"string $version The version of WordPress where the message was added."}],"desc":"Marks something as being incorrectly called.","returns":""},{"id":"apache_mod_loaded","params":[{"required":"yes","param":"string $mod e.g. mod_rewrite"},{"required":"yes","param":"bool $default The default return value if the module is not found"}],"desc":"Does the specified module exist in the Apache config?","returns":"bool "},{"id":"iis7_supports_permalinks","params":[],"desc":"Check if IIS 7 supports pretty permalinks.","returns":"bool "},{"id":"validate_file","params":[{"required":"yes","param":"string $file File path."},{"required":"yes","param":"array $allowed_files List of allowed files."}],"desc":"File validates against allowed set of defined rules.","returns":"int 0 means nothing is wrong, greater than 0 means something was wrong."},{"id":"is_ssl","params":[],"desc":"Determine if SSL is used.","returns":"bool True if SSL, false if not used."},{"id":"force_ssl_login","params":[{"required":"no","param":"string|bool $force Optional."}],"desc":"Whether SSL login should be forced.","returns":"bool True if forced, false if not forced."},{"id":"force_ssl_admin","params":[{"required":"yes","param":"string|bool $force "}],"desc":"Whether to force SSL used for the Administration Screens.","returns":"bool True if forced, false if not forced."},{"id":"wp_suspend_cache_addition","params":[{"required":"no","param":"bool $suspend Optional. Suspends additions if true, re-enables them if false."}],"desc":"Temporarily suspend cache additions.","returns":"bool The current suspend setting"},{"id":"wp_suspend_cache_invalidation","params":[{"required":"yes","param":"bool $suspend Whether to suspend or enable cache invalidation"}],"desc":"Suspend cache invalidation.","returns":"bool The current suspend setting"},{"id":"get_site_option","params":[{"required":"yes","param":"string $option Name of option to retrieve. Expected to not be SQL-escaped."},{"required":"no","param":"mixed $default Optional value to return if option doesn't exist. Default false."},{"required":"yes","param":"bool $use_cache Whether to use cache. Multisite only. Default true."}],"desc":"Retrieve site option value based on name of option.","returns":"mixed Value set for the option."},{"id":"add_site_option","params":[{"required":"yes","param":"string $option Name of option to add. Expected to not be SQL-escaped."},{"required":"no","param":"mixed $value Optional. Option value, can be anything. Expected to not be SQL-escaped."}],"desc":"Add a new site option.","returns":"bool False if option was not added and true if option was added."},{"id":"delete_site_option","params":[{"required":"yes","param":"string $option Name of option to remove. Expected to not be SQL-escaped."}],"desc":"Removes site option by name.","returns":"bool True, if succeed. False, if failure."},{"id":"update_site_option","params":[{"required":"yes","param":"string $option Name of option. Expected to not be SQL-escaped."},{"required":"yes","param":"mixed $value Option value. Expected to not be SQL-escaped."}],"desc":"Update the value of a site option that was already added.","returns":"bool False if value was not updated and true if value was updated."},{"id":"delete_site_transient","params":[{"required":"yes","param":"string $transient Transient name. Expected to not be SQL-escaped."}],"desc":"Delete a site transient.","returns":"bool True if successful, false otherwise"},{"id":"get_site_transient","params":[{"required":"yes","param":"string $transient Transient name. Expected to not be SQL-escaped."}],"desc":"Get the value of a site transient.","returns":"mixed Value of transient"},{"id":"set_site_transient","params":[{"required":"yes","param":"string $transient Transient name. Expected to not be SQL-escaped."},{"required":"yes","param":"mixed $value Transient value. Expected to not be SQL-escaped."},{"required":"yes","param":"int $expiration Time until expiration in seconds, default 0"}],"desc":"Set/update the value of a site transient.","returns":"bool False if value was not set and true if value was set."},{"id":"is_main_site","params":[{"required":"no","param":"int $blog_id optional blog id to test (default current blog)"}],"desc":"Is main site?","returns":"bool True if not multisite or $blog_id is main site"},{"id":"global_terms_enabled","params":[],"desc":"Whether global terms are enabled.","returns":"bool True if multisite and global terms enabled"},{"id":"wp_timezone_override_offset","params":[],"desc":"gmt_offset modification for smart timezone handling.","returns":"float|bool "},{"id":"_wp_timezone_choice_usort_callback","params":[{"required":"yes","param":"unknown_type $a "},{"required":"yes","param":"unknown_type $b "}],"desc":"{@internal Missing Short Description}}","returns":"int "},{"id":"wp_timezone_choice","params":[{"required":"yes","param":"string $selected_zone Selected Zone"}],"desc":"Gives a nicely formatted list of timezone strings. // temporary! Not in final","returns":"string "},{"id":"_cleanup_header_comment","params":[{"required":"yes","param":"string $str "}],"desc":"Strip close comment and close php tags from file headers used by WP.","returns":"string "},{"id":"wp_scheduled_delete","params":[],"desc":"Permanently deletes posts, pages, attachments, and comments which have been in the trash for EMPTY_TRASH_DAYS.","returns":""},{"id":"get_file_data","params":[{"required":"yes","param":"string $file Path to the file"},{"required":"yes","param":"array $default_headers List of headers, in the format array('HeaderKey' => 'Header Name')"},{"required":"yes","param":"string $context If specified adds filter hook "extra_{$context}_headers""}],"desc":"Retrieve metadata from a file.","returns":""},{"id":"_search_terms_tidy","params":[{"required":"yes","param":"string $t "}],"desc":"Used internally to tidy up the search terms.","returns":"string "},{"id":"__return_true","params":[],"desc":"Returns true.","returns":"bool true"},{"id":"__return_false","params":[],"desc":"Returns false.","returns":"bool false"},{"id":"__return_zero","params":[],"desc":"Returns 0.","returns":"int 0"},{"id":"__return_empty_array","params":[],"desc":"Returns an empty array.","returns":"array Empty array"},{"id":"send_nosniff_header","params":[],"desc":"Send a HTTP header to disable content type sniffing in browsers which support it.","returns":"none "},{"id":"_wp_mysql_week","params":[{"required":"yes","param":"string $column "}],"desc":"Returns a MySQL expression for selecting the week number based on the start_of_week option.","returns":"string "},{"id":"wp_find_hierarchy_loop","params":[{"required":"yes","param":"callback $callback function that accepts ( ID, $callback_args ) and outputs parent_ID"},{"required":"yes","param":"int $start The ID to start the loop check at"},{"required":"yes","param":"int $start_parent the parent_ID of $start to use instead of calling $callback( $start ). Use null to always use $callback"},{"required":"no","param":"array $callback_args optional additional arguments to send to $callback"}],"desc":"Finds hierarchy loops using a callback function that maps object IDs to parent IDs.","returns":"array IDs of all members of loop"},{"id":"wp_find_hierarchy_loop_tortoise_hare","params":[{"required":"yes","param":"callback $callback function that accepts ( ID, callback_arg, ... ) and outputs parent_ID"},{"required":"yes","param":"int $start The ID to start the loop check at"},{"required":"yes","param":"array $override an array of ( ID => parent_ID, ... ) to use instead of $callback"},{"required":"no","param":"array $callback_args optional additional arguments to send to $callback"},{"required":"yes","param":"bool $_return_loop Return loop members or just detect presence of loop? Only set to true if you already know the given $start is part of a loop (otherwise the returned array might include branches)"}],"desc":"Uses the "The Tortoise and the Hare" algorithm to detect loops.","returns":"mixed scalar ID of some arbitrary member of the loop, or array of IDs of all members of loop if $_return_loop"},{"id":"send_frame_options_header","params":[],"desc":"Send a HTTP header to limit rendering of pages to same origin iframes.","returns":"none "},{"id":"wp_allowed_protocols","params":[],"desc":"Retrieve a list of protocols to allow in HTML attributes.","returns":"array Array of allowed protocols"},{"id":"get_sitestats","params":[],"desc":"Gets the network's site and user counts.","returns":"array Site and user count for the network."},{"id":"get_admin_users_for_domain","params":[{"required":"no","param":"string $sitedomain Optional. Site domain."},{"required":"no","param":"string $path Optional. Site path."}],"desc":"Get the admin for a domain/path combination.","returns":"array The network admins"},{"id":"get_active_blog_for_user","params":[{"required":"yes","param":"int $user_id The unique ID of the user"}],"desc":"Get one of a user's active blogs","returns":"object The blog object"},{"id":"get_user_count","params":[],"desc":"The number of active users in your installation.","returns":"int "},{"id":"get_blog_count","params":[{"required":"no","param":"int $id Optional. A site_id."}],"desc":"The number of active sites on your installation.","returns":"int "},{"id":"get_blog_post","params":[{"required":"yes","param":"int $blog_id ID of the blog."},{"required":"yes","param":"int $post_id ID of the post you're looking for."}],"desc":"Get a blog post from any site on the network.","returns":"object The post."},{"id":"add_user_to_blog","params":[{"required":"yes","param":"int $blog_id ID of the blog you're adding the user to."},{"required":"yes","param":"int $user_id ID of the user you're adding."},{"required":"yes","param":"string $role The role you want the user to have"}],"desc":"Add a user to a blog.","returns":"bool "},{"id":"remove_user_from_blog","params":[{"required":"yes","param":"int $user_id ID of the user you're removing."},{"required":"yes","param":"int $blog_id ID of the blog you're removing the user from."},{"required":"no","param":"string $reassign Optional. A user to whom to reassign posts."}],"desc":"Remove a user from a blog.","returns":"bool "},{"id":"create_empty_blog","params":[{"required":"yes","param":"string $domain The new blog's domain."},{"required":"yes","param":"string $path The new blog's path."},{"required":"yes","param":"string $string The new blog's title."},{"required":"no","param":"int $site Optional. Defaults to 1."}],"desc":"Create an empty blog.","returns":"int The ID of the newly created blog"},{"id":"get_blog_permalink","params":[{"required":"yes","param":"int $_blog_id ID of the source blog."},{"required":"yes","param":"int $post_id ID of the desired post."}],"desc":"Get the permalink for a post on another blog.","returns":"string The post's permalink"},{"id":"get_blog_id_from_url","params":[{"required":"yes","param":"string $domain "},{"required":"no","param":"string $path Optional. Not required for subdomain installations."}],"desc":"Get a blog's numeric ID from its URL.","returns":"int "},{"id":"is_email_address_unsafe","params":[{"required":"yes","param":"string $user_email The email provided by the user at registration."}],"desc":"Checks an email address against a list of banned domains.","returns":"bool Returns true when the email address is banned."},{"id":"wpmu_validate_user_signup","params":[{"required":"yes","param":"string $user_name The login name provided by the user."},{"required":"yes","param":"string $user_email The email provided by the user."}],"desc":"Processes new user registrations.","returns":"array Contains username, email, and error messages."},{"id":"wpmu_validate_blog_signup","params":[{"required":"yes","param":"string $blogname The blog name provided by the user. Must be unique."},{"required":"yes","param":"string $blog_title The blog title provided by the user."}],"desc":"Processes new site registrations.","returns":"array Contains the new site data and error messages."},{"id":"wpmu_signup_blog","params":[{"required":"yes","param":"string $domain The requested domain."},{"required":"yes","param":"string $path The requested path."},{"required":"yes","param":"string $title The requested site title."},{"required":"yes","param":"string $user The user's requested login name."},{"required":"yes","param":"string $user_email The user's email address."},{"required":"yes","param":"array $meta By default, contains the requested privacy setting and lang_id."}],"desc":"Record site signup information for future activation.","returns":""},{"id":"wpmu_signup_user","params":[{"required":"yes","param":"string $user The user's requested login name."},{"required":"yes","param":"string $user_email The user's email address."},{"required":"yes","param":"array $meta By default, this is an empty array."}],"desc":"Record user signup information for future activation.","returns":""},{"id":"wpmu_signup_blog_notification","params":[{"required":"yes","param":"string $domain The new blog domain."},{"required":"yes","param":"string $path The new blog path."},{"required":"yes","param":"string $title The site title."},{"required":"yes","param":"string $user The user's login name."},{"required":"yes","param":"string $user_email The user's email address."},{"required":"yes","param":"array $meta By default, contains the requested privacy setting and lang_id."},{"required":"yes","param":"string $key The activation key created in wpmu_signup_blog()"}],"desc":"Notify user of signup success.","returns":"bool "},{"id":"wpmu_signup_user_notification","params":[{"required":"yes","param":"string $user The user's login name."},{"required":"yes","param":"string $user_email The user's email address."},{"required":"yes","param":"array $meta By default, an empty array."},{"required":"yes","param":"string $key The activation key created in wpmu_signup_user()"}],"desc":"Notify user of signup success.","returns":"bool "},{"id":"wpmu_activate_signup","params":[{"required":"yes","param":"string $key The activation key provided to the user."}],"desc":"Activate a signup.","returns":"array An array containing information about the activated user and/or blog"},{"id":"wpmu_create_user","params":[{"required":"yes","param":"string $user_name The new user's login name."},{"required":"yes","param":"string $password The new user's password."},{"required":"yes","param":"string $email The new user's email address."}],"desc":"Create a user.","returns":"mixed Returns false on failure, or int $user_id on success"},{"id":"wpmu_create_blog","params":[{"required":"yes","param":"string $domain The new site's domain."},{"required":"yes","param":"string $path The new site's path."},{"required":"yes","param":"string $title The new site's title."},{"required":"yes","param":"int $user_id The user ID of the new site's admin."},{"required":"no","param":"array $meta Optional. Used to set initial site options."},{"required":"no","param":"int $site_id Optional. Only relevant on multi-network installs."}],"desc":"Create a site.","returns":"mixed Returns WP_Error object on failure, int $blog_id on success"},{"id":"newblog_notify_siteadmin","params":[{"required":"yes","param":"int $blog_id The new site's ID."}],"desc":"Notifies the network admin that a new site has been activated.","returns":"bool "},{"id":"newuser_notify_siteadmin","params":[{"required":"yes","param":"int $user_id The new user's ID."}],"desc":"Notifies the network admin that a new user has been activated.","returns":"bool "},{"id":"domain_exists","params":[{"required":"yes","param":"string $domain The domain to be checked."},{"required":"yes","param":"string $path The path to be checked."},{"required":"no","param":"int $site_id Optional. Relevant only on multi-network installs."}],"desc":"Check whether a blogname is already taken.","returns":"int "},{"id":"insert_blog","params":[{"required":"yes","param":"string $domain The domain of the new site."},{"required":"yes","param":"string $path The path of the new site."},{"required":"yes","param":"int $site_id Unless you're running a multi-network install, be sure to set this value to 1."}],"desc":"Store basic site info in the blogs table.","returns":"int The ID of the new row"},{"id":"install_blog","params":[{"required":"yes","param":"int $blog_id The value returned by insert_blog()."},{"required":"yes","param":"string $blog_title The title of the new site."}],"desc":"Install an empty blog.","returns":""},{"id":"install_blog_defaults","params":[{"required":"yes","param":"int $blog_id Ignored in this function."},{"required":"yes","param":"int $user_id "}],"desc":"Set blog defaults.","returns":""},{"id":"wpmu_welcome_notification","params":[{"required":"yes","param":"int $blog_id "},{"required":"yes","param":"int $user_id "},{"required":"yes","param":"string $password "},{"required":"yes","param":"string $title The new blog's title"},{"required":"no","param":"array $meta Optional. Not used in the default function, but is passed along to hooks for customization."}],"desc":"Notify a user that her blog activation has been successful.","returns":"bool "},{"id":"wpmu_welcome_user_notification","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"string $password "},{"required":"no","param":"array $meta Optional. Not used in the default function, but is passed along to hooks for customization."}],"desc":"Notify a user that her account activation has been successful.","returns":"bool "},{"id":"get_current_site","params":[],"desc":"Get the current site info.","returns":"object "},{"id":"get_user_id_from_string","params":[{"required":"yes","param":"string $string "}],"desc":"Get a numeric user ID from either an email address or a login.","returns":"int "},{"id":"get_most_recent_post_of_user","params":[{"required":"yes","param":"int $user_id "}],"desc":"Get a user's most recent post.","returns":"array Contains the blog_id, post_id, post_date_gmt, and post_gmt_ts"},{"id":"get_dirsize","params":[{"required":"yes","param":"string $directory "}],"desc":"Get the size of a directory.","returns":"int "},{"id":"recurse_dirsize","params":[{"required":"yes","param":"string $directory "}],"desc":"Get the size of a directory recursively.","returns":"int "},{"id":"upload_is_user_over_quota","params":[{"required":"no","param":"bool $echo Optional. If $echo is set and the quota is exceeded, a warning message is echoed. Default is true."}],"desc":"Check whether a blog has used its allotted upload space.","returns":"int "},{"id":"check_upload_mimes","params":[{"required":"yes","param":"array $mimes "}],"desc":"Check an array of MIME types against a whitelist.","returns":"array "},{"id":"update_posts_count","params":[],"desc":"Update a blog's post count.","returns":""},{"id":"wpmu_log_new_registrations","params":[{"required":"yes","param":"int $blog_id "},{"required":"yes","param":"int $user_id "}],"desc":"Logs user registrations.","returns":""},{"id":"fix_import_form_size","params":[{"required":"yes","param":"int $size "}],"desc":"Get the remaining upload space for this blog.","returns":"int "},{"id":"global_terms","params":[{"required":"yes","param":"int $term_id An ID for a term on the current blog."}],"desc":"Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.","returns":"int An ID from the global terms table mapped from $term_id."},{"id":"redirect_this_site","params":[],"desc":"Ensure that the current site's domain is listed in the allowed redirect host list.","returns":"array The current site's domain"},{"id":"upload_is_file_too_big","params":[{"required":"yes","param":"array $upload "}],"desc":"Check whether an upload is too big.","returns":"mixed If the upload is under the size limit, $upload is returned. Otherwise returns an error message."},{"id":"signup_nonce_fields","params":[],"desc":"Add a nonce field to the signup page.","returns":""},{"id":"signup_nonce_check","params":[{"required":"yes","param":"array $result "}],"desc":"Process the signup nonce created in signup_nonce_fields().","returns":"array "},{"id":"maybe_redirect_404","params":[],"desc":"Correct 404 redirects when NOBLOGREDIRECT is defined.","returns":""},{"id":"maybe_add_existing_user_to_blog","params":[],"desc":"Add a new user to a blog by visiting /newbloguser/username/.","returns":""},{"id":"add_existing_user_to_blog","params":[{"required":"yes","param":"array $details "}],"desc":"Add a user to a blog based on details from maybe_add_existing_user_to_blog().","returns":""},{"id":"add_new_user_to_blog","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"string $email "},{"required":"yes","param":"array $meta "}],"desc":"Add a newly created user to the appropriate blog","returns":""},{"id":"fix_phpmailer_messageid","params":[],"desc":"Correct From host on outgoing mail to match the site domain","returns":""},{"id":"is_user_spammy","params":[{"required":"yes","param":"string $username "}],"desc":"Check to see whether a user is marked as a spammer, based on username","returns":"bool "},{"id":"update_blog_public","params":[{"required":"yes","param":"int $old_value "},{"required":"yes","param":"int $value The new public value"}],"desc":"Update this blog's 'public' setting in the global blogs table.","returns":"bool "},{"id":"get_dashboard_blog","params":[],"desc":"Get the "dashboard blog", the blog where users without a blog edit their profile data.","returns":"int "},{"id":"is_user_option_local","params":[{"required":"yes","param":"string $key "},{"required":"no","param":"int $user_id Optional. Defaults to current user."},{"required":"no","param":"int $blog_id Optional. Defaults to current blog."}],"desc":"Check whether a usermeta key has to do with the current blog.","returns":"bool "},{"id":"users_can_register_signup_filter","params":[],"desc":"Check whether users can self-register, based on Network settings.","returns":"bool "},{"id":"welcome_user_msg_filter","params":[{"required":"yes","param":"string $text "}],"desc":"Ensure that the welcome message is not empty. Currently unused.","returns":"string "},{"id":"force_ssl_content","params":[{"required":"yes","param":"string|bool $force "}],"desc":"Whether to force SSL on content.","returns":"bool True if forced, false if not forced."},{"id":"filter_SSL","params":[],"desc":"Formats an String URL to use HTTPS if HTTP is found.","returns":""},{"id":"wp_schedule_update_network_counts","params":[],"desc":"Schedule update of the network-wide counts for the current network.","returns":""},{"id":"wp_update_network_counts","params":[],"desc":"Update the network-wide counts for the current network.","returns":""},{"id":"ms_upload_constants","params":[],"desc":"Defines Multisite upload constants.","returns":""},{"id":"ms_cookie_constants","params":[],"desc":"Defines Multisite cookie constants.","returns":""},{"id":"ms_file_constants","params":[],"desc":"Defines Multisite file constants.","returns":""},{"id":"ms_subdomain_constants","params":[],"desc":"Defines Multisite subdomain constants and handles warnings and notices.","returns":""},{"id":"get_postdata","params":[{"required":"yes","param":"int $postid "}],"desc":"Entire Post data.","returns":"array "},{"id":"start_wp","params":[],"desc":"Sets up the WordPress Loop.","returns":""},{"id":"the_category_ID","params":[{"required":"yes","param":"bool $echo "}],"desc":"Return or Print Category ID.","returns":"null|int "},{"id":"the_category_head","params":[{"required":"yes","param":"string $before "},{"required":"yes","param":"string $after "}],"desc":"Print category with optional text before and after.","returns":""},{"id":"previous_post","params":[{"required":"yes","param":"string $format "},{"required":"yes","param":"string $previous "},{"required":"yes","param":"string $title "},{"required":"yes","param":"string $in_same_cat "},{"required":"yes","param":"int $limitprev "},{"required":"yes","param":"string $excluded_categories "}],"desc":"Prints link to the previous post.","returns":""},{"id":"next_post","params":[{"required":"yes","param":"string $format "},{"required":"yes","param":"string $next "},{"required":"yes","param":"string $title "},{"required":"yes","param":"string $in_same_cat "},{"required":"yes","param":"int $limitnext "},{"required":"yes","param":"string $excluded_categories "}],"desc":"Prints link to the next post.","returns":""},{"id":"user_can_create_post","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $blog_id Not Used"},{"required":"yes","param":"int $category_id Not Used"}],"desc":"Whether user can create a post.","returns":"bool "},{"id":"user_can_create_draft","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $blog_id Not Used"},{"required":"yes","param":"int $category_id Not Used"}],"desc":"Whether user can create a post.","returns":"bool "},{"id":"user_can_edit_post","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $post_id "},{"required":"yes","param":"int $blog_id Not Used"}],"desc":"Whether user can edit a post.","returns":"bool "},{"id":"user_can_delete_post","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $post_id "},{"required":"yes","param":"int $blog_id Not Used"}],"desc":"Whether user can delete a post.","returns":"bool "},{"id":"user_can_set_post_date","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $blog_id Not Used"},{"required":"yes","param":"int $category_id Not Used"}],"desc":"Whether user can set new posts' dates.","returns":"bool "},{"id":"user_can_edit_post_date","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $post_id "},{"required":"yes","param":"int $blog_id Not Used"}],"desc":"Whether user can delete a post.","returns":"bool returns true if $user_id can edit $post_id's date"},{"id":"user_can_edit_post_comments","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $post_id "},{"required":"yes","param":"int $blog_id Not Used"}],"desc":"Whether user can delete a post.","returns":"bool returns true if $user_id can edit $post_id's comments"},{"id":"user_can_delete_post_comments","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $post_id "},{"required":"yes","param":"int $blog_id Not Used"}],"desc":"Whether user can delete a post.","returns":"bool returns true if $user_id can delete $post_id's comments"},{"id":"user_can_edit_user","params":[{"required":"yes","param":"int $user_id "},{"required":"yes","param":"int $other_user "}],"desc":"Can user can edit other user.","returns":"bool "},{"id":"get_linksbyname","params":[{"required":"no","param":"string $cat_name Optional. The category name to use. If no match is found uses all."},{"required":"no","param":"string $before Optional. The html to output before the link."},{"required":"no","param":"string $after Optional. The html to output after the link."},{"required":"no","param":"string $between Optional. The html to output between the link/image and it's description. Not used if no image or $show_images is true."},{"required":"no","param":"bool $show_images Optional. Whether to show images (if defined)."},{"required":"no","param":"string $orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description' or 'rating'. Or maybe owner. If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a random order."},{"required":"no","param":"bool $show_description Optional. Whether to show the description if show_images=false/not defined."},{"required":"no","param":"bool $show_rating Optional. Show rating stars/chars."},{"required":"no","param":"int $limit Optional. Limit to X entries. If not specified, all entries are shown."},{"required":"no","param":"int $show_updated Optional. Whether to show last updated timestamp"}],"desc":"Gets the links associated with category $cat_name.","returns":""},{"id":"wp_get_linksbyname","params":[{"required":"yes","param":"string $category The category to use."},{"required":"yes","param":"string $args "}],"desc":"Gets the links associated with the named category.","returns":"bool|null "},{"id":"get_linkobjectsbyname","params":[{"required":"yes","param":"string $cat_name The category name to use. If no match is found uses all."},{"required":"yes","param":"string $orderby The order to output the links. E.g. 'id', 'name', 'url', 'description', or 'rating'. Or maybe owner. If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a random order."},{"required":"yes","param":"int $limit Limit to X entries. If not specified, all entries are shown."}],"desc":"Gets an array of link objects associated with category $cat_name.","returns":"unknown "},{"id":"get_linkobjects","params":[{"required":"yes","param":"int $category The category to use. If no category supplied uses all"},{"required":"yes","param":"string $orderby the order to output the links. E.g. 'id', 'name', 'url', 'description', or 'rating'. Or maybe owner. If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a random order."},{"required":"yes","param":"int $limit Limit to X entries. If not specified, all entries are shown."}],"desc":"Gets an array of link objects associated with category n.","returns":"unknown "},{"id":"get_linksbyname_withrating","params":[{"required":"yes","param":"string $cat_name The category name to use. If no match is found uses all"},{"required":"yes","param":"string $before The html to output before the link"},{"required":"yes","param":"string $after The html to output after the link"},{"required":"yes","param":"string $between The html to output between the link/image and it's description. Not used if no image or show_images is true"},{"required":"yes","param":"bool $show_images Whether to show images (if defined)."},{"required":"yes","param":"string $orderby the order to output the links. E.g. 'id', 'name', 'url', 'description', or 'rating'. Or maybe owner. If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a random order."},{"required":"yes","param":"bool $show_description Whether to show the description if show_images=false/not defined"},{"required":"yes","param":"int $limit Limit to X entries. If not specified, all entries are shown."},{"required":"yes","param":"int $show_updated Whether to show last updated timestamp"}],"desc":"Gets the links associated with category 'cat_name' and display rating stars/chars.","returns":""},{"id":"get_links_withrating","params":[{"required":"yes","param":"int $category The category to use. If no category supplied uses all"},{"required":"yes","param":"string $before The html to output before the link"},{"required":"yes","param":"string $after The html to output after the link"},{"required":"yes","param":"string $between The html to output between the link/image and it's description. Not used if no image or show_images == true"},{"required":"yes","param":"bool $show_images Whether to show images (if defined)."},{"required":"yes","param":"string $orderby The order to output the links. E.g. 'id', 'name', 'url', 'description', or 'rating'. Or maybe owner. If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a random order."},{"required":"yes","param":"bool $show_description Whether to show the description if show_images=false/not defined."},{"required":"yes","param":"string $limit Limit to X entries. If not specified, all entries are shown."},{"required":"yes","param":"int $show_updated Whether to show last updated timestamp"}],"desc":"Gets the links associated with category n and display rating stars/chars.","returns":""},{"id":"get_autotoggle","params":[{"required":"yes","param":"int $id The category to get. If no category supplied uses 0"}],"desc":"Gets the auto_toggle setting.","returns":"int Only returns 0."},{"id":"list_cats","params":[{"required":"yes","param":"int $optionall "},{"required":"yes","param":"string $all "},{"required":"yes","param":"string $sort_column "},{"required":"yes","param":"string $sort_order "},{"required":"yes","param":"string $file "},{"required":"yes","param":"bool $list "},{"required":"yes","param":"int $optiondates "},{"required":"yes","param":"int $optioncount "},{"required":"yes","param":"int $hide_empty "},{"required":"yes","param":"int $use_desc_for_title "},{"required":"yes","param":"bool $children "},{"required":"yes","param":"int $child_of "},{"required":"yes","param":"int $categories "},{"required":"yes","param":"int $recurse "},{"required":"yes","param":"string $feed "},{"required":"yes","param":"string $feed_image "},{"required":"yes","param":"string $exclude "},{"required":"yes","param":"bool $hierarchical "}],"desc":"","returns":"unknown "},{"id":"wp_list_cats","params":[{"required":"yes","param":"string|array $args "}],"desc":"","returns":"unknown "},{"id":"dropdown_cats","params":[{"required":"yes","param":"int $optionall "},{"required":"yes","param":"string $all "},{"required":"yes","param":"string $orderby "},{"required":"yes","param":"string $order "},{"required":"yes","param":"int $show_last_update "},{"required":"yes","param":"int $show_count "},{"required":"yes","param":"int $hide_empty "},{"required":"yes","param":"bool $optionnone "},{"required":"yes","param":"int $selected "},{"required":"yes","param":"int $exclude "}],"desc":"","returns":"unknown "},{"id":"list_authors","params":[{"required":"yes","param":"bool $optioncount "},{"required":"yes","param":"bool $exclude_admin "},{"required":"yes","param":"bool $show_fullname "},{"required":"yes","param":"bool $hide_empty "},{"required":"yes","param":"string $feed "},{"required":"yes","param":"string $feed_image "}],"desc":"","returns":"unknown "},{"id":"wp_get_post_cats","params":[{"required":"yes","param":"int $blogid Not Used"},{"required":"yes","param":"int $post_ID "}],"desc":"","returns":"unknown "},{"id":"wp_set_post_cats","params":[{"required":"yes","param":"int $blogid Not used"},{"required":"yes","param":"int $post_ID "},{"required":"yes","param":"array $post_categories "}],"desc":"Sets the categories that the post id belongs to.","returns":"unknown "},{"id":"get_archives","params":[{"required":"yes","param":"string $type "},{"required":"yes","param":"string $limit "},{"required":"yes","param":"string $format "},{"required":"yes","param":"string $before "},{"required":"yes","param":"string $after "},{"required":"yes","param":"bool $show_post_count "}],"desc":"","returns":"unknown "},{"id":"get_author_link","params":[{"required":"no","param":"bool $echo Optional."},{"required":"yes","param":"int $author_id Required."},{"required":"no","param":"string $author_nicename Optional."}],"desc":"Returns or Prints link to the author's posts.","returns":"string|null "},{"id":"link_pages","params":[{"required":"yes","param":"string $before "},{"required":"yes","param":"string $after "},{"required":"yes","param":"string $next_or_number "},{"required":"yes","param":"string $nextpagelink "},{"required":"yes","param":"string $previouspagelink "},{"required":"yes","param":"string $pagelink "},{"required":"yes","param":"string $more_file "}],"desc":"Print list of pages based on arguments.","returns":"string "},{"id":"get_settings","params":[{"required":"yes","param":"string $option "}],"desc":"Get value based on option.","returns":"string "},{"id":"permalink_link","params":[],"desc":"Print the permalink of the current post in the loop.","returns":""},{"id":"permalink_single_rss","params":[{"required":"yes","param":"string $deprecated "}],"desc":"Print the permalink to the RSS feed.","returns":""},{"id":"wp_get_links","params":[{"required":"yes","param":"string $args a query string"}],"desc":"Gets the links associated with category.","returns":"null|string "},{"id":"get_links","params":[{"required":"yes","param":"int $category The category to use. If no category supplied uses all"},{"required":"yes","param":"string $before the html to output before the link"},{"required":"yes","param":"string $after the html to output after the link"},{"required":"yes","param":"string $between the html to output between the link/image and its description. Not used if no image or show_images == true"},{"required":"yes","param":"bool $show_images whether to show images (if defined)."},{"required":"yes","param":"string $orderby the order to output the links. E.g. 'id', 'name', 'url', 'description', or 'rating'. Or maybe owner. If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a random order."},{"required":"yes","param":"bool $show_description whether to show the description if show_images=false/not defined."},{"required":"yes","param":"bool $show_rating show rating stars/chars"},{"required":"yes","param":"int $limit Limit to X entries. If not specified, all entries are shown."},{"required":"yes","param":"int $show_updated whether to show last updated timestamp"},{"required":"yes","param":"bool $echo whether to echo the results, or return them instead"}],"desc":"Gets the links associated with category by id.","returns":"null|string "},{"id":"get_links_list","params":[{"required":"yes","param":"string $order Sort link categories by 'name' or 'id'"}],"desc":"Output entire list of links by category.","returns":""},{"id":"links_popup_script","params":[{"required":"yes","param":"string $text the text of the link"},{"required":"yes","param":"int $width the width of the popup window"},{"required":"yes","param":"int $height the height of the popup window"},{"required":"yes","param":"string $file the page to open in the popup window"},{"required":"yes","param":"bool $count the number of links in the db"}],"desc":"Show the link to the links popup and the number of links.","returns":""},{"id":"get_linkrating","params":[{"required":"yes","param":"object $link "}],"desc":"","returns":"unknown "},{"id":"get_linkcatname","params":[{"required":"yes","param":"int $id The category to get. If no category supplied uses 0"}],"desc":"Gets the name of category by id.","returns":"string "},{"id":"comments_rss_link","params":[{"required":"yes","param":"string $link_text "}],"desc":"Print RSS comment feed link.","returns":""},{"id":"get_category_rss_link","params":[{"required":"yes","param":"bool $echo "},{"required":"yes","param":"int $cat_ID "}],"desc":"Print/Return link to category RSS2 feed.","returns":"string|null "},{"id":"get_author_rss_link","params":[{"required":"yes","param":"bool $echo "},{"required":"yes","param":"int $author_id "}],"desc":"Print/Return link to author RSS feed.","returns":"string|null "},{"id":"comments_rss","params":[],"desc":"Return link to the post RSS feed.","returns":"string "},{"id":"create_user","params":[{"required":"yes","param":"string $username The user's username."},{"required":"yes","param":"string $password The user's password."},{"required":"no","param":"string $email The user's email (optional)."}],"desc":"An alias of wp_create_user().","returns":"int The new user's ID."},{"id":"gzip_compression","params":[],"desc":"Unused function.","returns":""},{"id":"get_commentdata","params":[{"required":"yes","param":"int $comment_ID The ID of the comment"},{"required":"yes","param":"int $no_cache Whether to use the cache (cast to bool)"},{"required":"yes","param":"bool $include_unapproved Whether to include unapproved comments"}],"desc":"Retrieve an array of comment data about comment $comment_ID.","returns":"array The comment data"},{"id":"get_catname","params":[{"required":"yes","param":"int $cat_ID Category ID"}],"desc":"Retrieve the category name by the category ID.","returns":"string category name"},{"id":"get_category_children","params":[{"required":"yes","param":"int $id Category ID to retrieve children."},{"required":"no","param":"string $before Optional. Prepend before category term ID."},{"required":"no","param":"string $after Optional, default is empty string. Append after category term ID."},{"required":"no","param":"array $visited Optional. Category Term IDs that have already been added."}],"desc":"Retrieve category children list separated before and after the term IDs.","returns":"string "},{"id":"get_the_author_description","params":[],"desc":"Retrieve the description of the author of the current post.","returns":"string The author's description."},{"id":"the_author_description","params":[],"desc":"Display the description of the author of the current post.","returns":""},{"id":"get_the_author_login","params":[],"desc":"Retrieve the login name of the author of the current post.","returns":"string The author's login name (username)."},{"id":"the_author_login","params":[],"desc":"Display the login name of the author of the current post.","returns":""},{"id":"get_the_author_firstname","params":[],"desc":"Retrieve the first name of the author of the current post.","returns":"string The author's first name."},{"id":"the_author_firstname","params":[],"desc":"Display the first name of the author of the current post.","returns":""},{"id":"get_the_author_lastname","params":[],"desc":"Retrieve the last name of the author of the current post.","returns":"string The author's last name."},{"id":"the_author_lastname","params":[],"desc":"Display the last name of the author of the current post.","returns":""},{"id":"get_the_author_nickname","params":[],"desc":"Retrieve the nickname of the author of the current post.","returns":"string The author's nickname."},{"id":"the_author_nickname","params":[],"desc":"Display the nickname of the author of the current post.","returns":""},{"id":"get_the_author_email","params":[],"desc":"Retrieve the email of the author of the current post.","returns":"string The author's username."},{"id":"the_author_email","params":[],"desc":"Display the email of the author of the current post.","returns":""},{"id":"get_the_author_icq","params":[],"desc":"Retrieve the ICQ number of the author of the current post.","returns":"string The author's ICQ number."},{"id":"the_author_icq","params":[],"desc":"Display the ICQ number of the author of the current post.","returns":""},{"id":"get_the_author_yim","params":[],"desc":"Retrieve the Yahoo! IM name of the author of the current post.","returns":"string The author's Yahoo! IM name."},{"id":"the_author_yim","params":[],"desc":"Display the Yahoo! IM name of the author of the current post.","returns":""},{"id":"get_the_author_msn","params":[],"desc":"Retrieve the MSN address of the author of the current post.","returns":"string The author's MSN address."},{"id":"the_author_msn","params":[],"desc":"Display the MSN address of the author of the current post.","returns":""},{"id":"get_the_author_aim","params":[],"desc":"Retrieve the AIM address of the author of the current post.","returns":"string The author's AIM address."},{"id":"the_author_aim","params":[],"desc":"Display the AIM address of the author of the current post.","returns":""},{"id":"get_author_name","params":[{"required":"yes","param":"int $auth_id The ID of the author."}],"desc":"Retrieve the specified author's preferred display name.","returns":"string The author's display name."},{"id":"get_the_author_url","params":[],"desc":"Retrieve the URL to the home page of the author of the current post.","returns":"string The URL to the author's page."},{"id":"the_author_url","params":[],"desc":"Display the URL to the home page of the author of the current post.","returns":""},{"id":"get_the_author_ID","params":[],"desc":"Retrieve the ID of the author of the current post.","returns":"int The author's ID."},{"id":"the_author_ID","params":[],"desc":"Display the ID of the author of the current post.","returns":""},{"id":"the_content_rss","params":[{"required":"no","param":"string $more_link_text Optional. Text to display when more content is available but not displayed."},{"required":"no","param":"int|bool $stripteaser Optional. Default is 0."},{"required":"no","param":"string $more_file Optional."},{"required":"no","param":"int $cut Optional. Amount of words to keep for the content."},{"required":"no","param":"int $encode_html Optional. How to encode the content."}],"desc":"Display the post content for the feed.","returns":""},{"id":"make_url_footnote","params":[{"required":"yes","param":"string $content Content to get links"}],"desc":"Strip HTML and put links at the bottom of stripped content.","returns":"string HTML stripped out of content with links at the bottom."},{"id":"_c","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Retrieve translated string with vertical bar context","returns":"string Translated context string without pipe"},{"id":"translate_with_context","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"yes","param":"string $domain Domain to retrieve the translated text"}],"desc":"Translates $text like translate(), but assumes that the text contains a context after its last vertical bar.","returns":"string Translated text"},{"id":"_nc","params":[],"desc":"A version of _n(), which supports contexts.","returns":""},{"id":"__ngettext","params":[],"desc":"Retrieve the plural or single form based on the amount.","returns":""},{"id":"__ngettext_noop","params":[],"desc":"Register plural strings in POT file, but don't translate them.","returns":""},{"id":"get_alloptions","params":[],"desc":"Retrieve all autoload options, or all options if no autoloaded ones exist.","returns":"array List of all options."},{"id":"get_the_attachment_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $fullsize Optional, default is false. Whether to use full size image."},{"required":"no","param":"array $max_dims Optional. Max image dimensions."},{"required":"no","param":"bool $permalink Optional, default is false. Whether to include permalink to image."}],"desc":"Retrieve HTML content of attachment image with link.","returns":"string "},{"id":"get_attachment_icon_src","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $fullsize Optional, default to false. Whether to have full image."}],"desc":"Retrieve icon URL and Path.","returns":"array Icon URL and full path to file, respectively."},{"id":"get_attachment_icon","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $fullsize Optional, default to false. Whether to have full size image."},{"required":"no","param":"array $max_dims Optional. Dimensions of image."}],"desc":"Retrieve HTML content of icon attachment image element.","returns":"string HTML content."},{"id":"get_attachment_innerHTML","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $fullsize Optional, default to false. Whether to have full size image."},{"required":"no","param":"array $max_dims Optional. Dimensions of image."}],"desc":"Retrieve HTML content of image element.","returns":"string "},{"id":"get_link","params":[{"required":"yes","param":"int $bookmark_id ID of link"},{"required":"yes","param":"string $output OBJECT, ARRAY_N, or ARRAY_A"}],"desc":"Retrieve bookmark data based on ID.","returns":"object|array "},{"id":"sanitize_url","params":[{"required":"yes","param":"string $url The URL to be cleaned."},{"required":"yes","param":"array $protocols An array of acceptable protocols."}],"desc":"Performs esc_url() for database or redirect usage.","returns":"string The cleaned URL."},{"id":"clean_url","params":[{"required":"yes","param":"string $url The URL to be cleaned."},{"required":"no","param":"array $protocols Optional. An array of acceptable protocols."},{"required":"no","param":"string $context Optional. How the URL will be used. Default is 'display'."}],"desc":"Checks and cleans a URL.","returns":"string The cleaned $url after the 'clean_url' filter is applied."},{"id":"js_escape","params":[{"required":"yes","param":"string $text The text to be escaped."}],"desc":"Escape single quotes, specialchar double quotes, and fix line endings.","returns":"string Escaped text."},{"id":"wp_specialchars","params":[],"desc":"Escaping for HTML blocks.","returns":""},{"id":"attribute_escape","params":[{"required":"yes","param":"string $text "}],"desc":"Escaping for HTML attributes.","returns":"string "},{"id":"register_sidebar_widget","params":[{"required":"yes","param":"string|int $name Widget ID."},{"required":"yes","param":"callback $output_callback Run when widget is called."},{"required":"yes","param":"string $classname Classname widget option."},{"required":"yes","param":"mixed $params,... Widget parameters."}],"desc":"Register widget for sidebar with backwards compatibility.","returns":""},{"id":"unregister_sidebar_widget","params":[{"required":"yes","param":"int|string $id Widget ID."}],"desc":"Alias of {@link wp_unregister_sidebar_widget()}.","returns":""},{"id":"register_widget_control","params":[{"required":"yes","param":"int|string $name Sidebar ID."},{"required":"yes","param":"callback $control_callback Widget control callback to display and process form."},{"required":"yes","param":"int $width Widget width."},{"required":"yes","param":"int $height Widget height."}],"desc":"Registers widget control callback for customizing options.","returns":""},{"id":"unregister_widget_control","params":[{"required":"yes","param":"int|string $id Widget ID."}],"desc":"Alias of {@link wp_unregister_widget_control()}.","returns":""},{"id":"delete_usermeta","params":[{"required":"yes","param":"int $user_id User ID."},{"required":"yes","param":"string $meta_key Metadata key."},{"required":"yes","param":"mixed $meta_value Metadata value."}],"desc":"Remove user meta data.","returns":"bool True deletion completed and false if user_id is not a number."},{"id":"get_usermeta","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"no","param":"string $meta_key Optional. Metadata key."}],"desc":"Retrieve user metadata.","returns":"mixed "},{"id":"update_usermeta","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"yes","param":"string $meta_key Metadata key."},{"required":"yes","param":"mixed $meta_value Metadata value."}],"desc":"Update metadata of user.","returns":"bool True on successful update, false on failure."},{"id":"get_users_of_blog","params":[{"required":"yes","param":"int $id Blog ID."}],"desc":"Get users for the blog.","returns":"array List of users that are part of that Blog ID"},{"id":"automatic_feed_links","params":[{"required":"no","param":"boolean $add Optional, default is true. Add or remove links. Defaults to true."}],"desc":"Enable/disable automatic general feed link outputting.","returns":""},{"id":"get_profile","params":[],"desc":"Retrieve user data based on field.","returns":""},{"id":"get_usernumposts","params":[],"desc":"Number of posts user has written.","returns":""},{"id":"funky_javascript_callback","params":[{"required":"yes","param":"array $matches Single Match"}],"desc":"Callback used to change %uXXXX to &#YYY; syntax","returns":"string An HTML entity"},{"id":"funky_javascript_fix","params":[{"required":"yes","param":"string $text Text to be made safe."}],"desc":"Fixes javascript bugs in browsers.","returns":"string Fixed text."},{"id":"is_taxonomy","params":[{"required":"yes","param":"string $taxonomy Name of taxonomy object"}],"desc":"Checks that the taxonomy name exists.","returns":"bool Whether the taxonomy exists."},{"id":"is_term","params":[{"required":"yes","param":"int|string $term The term to check"},{"required":"yes","param":"string $taxonomy The taxonomy name to use"},{"required":"yes","param":"int $parent ID of parent term under which to confine the exists search."}],"desc":"Check if Term exists.","returns":"mixed Get the term id or Term Object, if exists."},{"id":"is_plugin_page","params":[],"desc":"Is the current admin page generated by a plugin?","returns":"bool "},{"id":"update_category_cache","params":[],"desc":"Update the categories cache.","returns":"bool Always return True"},{"id":"wp_timezone_supported","params":[],"desc":"Check for PHP timezone support","returns":"bool "},{"id":"the_editor","params":[{"required":"yes","param":"string $content Textarea content."},{"required":"no","param":"string $id Optional, default is 'content'. HTML ID attribute value."},{"required":"no","param":"string $prev_id Optional, not used"},{"required":"no","param":"bool $media_buttons Optional, default is true. Whether to display media buttons."},{"required":"no","param":"int $tab_index Optional, not used"}],"desc":"Display editor: TinyMCE, HTML, or both.","returns":""},{"id":"get_user_metavalues","params":[{"required":"yes","param":"array $ids User ID numbers list."}],"desc":"Perform the query to get the $metavalues array(s) needed by _fill_user and _fill_many_users","returns":"array of arrays. The array is indexed by user_id, containing $metavalues object arrays."},{"id":"sanitize_user_object","params":[{"required":"yes","param":"object|array $user The User Object or Array"},{"required":"no","param":"string $context Optional, default is 'display'. How to sanitize user fields."}],"desc":"Sanitize every user field.","returns":"object|array The now sanitized User Object or Array (will be the same type as $user)"},{"id":"get_boundary_post_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"string $excluded_categories Optional. Excluded categories IDs."},{"required":"no","param":"bool $start Optional, default is true. Whether to display link to first or last post."}],"desc":"Get boundary post relational link.","returns":"string "},{"id":"start_post_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."},{"required":"no","param":"bool $in_same_cat Optional. Whether link should be in a same category."},{"required":"no","param":"string $excluded_categories Optional. Excluded categories IDs."}],"desc":"Display relational link for the first post.","returns":""},{"id":"get_index_rel_link","params":[],"desc":"Get site index relational link.","returns":"string "},{"id":"index_rel_link","params":[],"desc":"Display relational link for the site index.","returns":""},{"id":"get_parent_post_rel_link","params":[{"required":"no","param":"string $title Optional. Link title format."}],"desc":"Get parent post relational link.","returns":"string "},{"id":"parent_post_rel_link","params":[],"desc":"Display relational link for parent item","returns":""},{"id":"wp_admin_bar_dashboard_view_site_menu","params":[],"desc":"Add the "Dashboard"/"Visit Site" menu.","returns":""},{"id":"is_blog_user","params":[{"required":"yes","param":"int $blog_id Blog ID"}],"desc":"Checks if the current user belong to a given blog.","returns":"bool True if the current users belong to $blog_id, false if not."},{"id":"stripos","params":[],"desc":"","returns":""},{"id":"wp_print_styles","params":[{"required":"yes","param":"array|bool $handles Styles to be printed. An empty array prints the queue, an array with one string prints that style, and an array of strings prints those styles."}],"desc":"Display styles that are in the queue or part of $handles.","returns":"bool True on success, false on failure."},{"id":"wp_add_inline_style","params":[],"desc":"Adds extra CSS.","returns":""},{"id":"wp_register_style","params":[{"required":"yes","param":"string $handle Name of the stylesheet."},{"required":"yes","param":"string|bool $src Path to the stylesheet from the root directory of WordPress. Example: '/css/mystyle.css'."},{"required":"yes","param":"array $deps Array of handles of any stylesheet that this stylesheet depends on. (Stylesheets that must be loaded before this stylesheet.) Pass an empty array if there are no dependencies."},{"required":"yes","param":"string|bool $ver String specifying the stylesheet version number. Set to NULL to disable. Used to ensure that the correct version is sent to the client regardless of caching."},{"required":"yes","param":"string $media The media for which this stylesheet has been defined."}],"desc":"Register CSS style file.","returns":""},{"id":"wp_deregister_style","params":[{"required":"yes","param":"string $handle Name of the stylesheet."}],"desc":"Remove a registered CSS file.","returns":""},{"id":"wp_enqueue_style","params":[{"required":"yes","param":"string $handle Name of the stylesheet."},{"required":"yes","param":"string|bool $src Path to the stylesheet from the root directory of WordPress. Example: '/css/mystyle.css'."},{"required":"yes","param":"array $deps Array of handles (names) of any stylesheet that this stylesheet depends on. (Stylesheets that must be loaded before this stylesheet.) Pass an empty array if there are no dependencies."},{"required":"yes","param":"string|bool $ver String specifying the stylesheet version number, if it has one. This parameter is used to ensure that the correct version is sent to the client regardless of caching, and so should be included if a version number is available and makes sense for the stylesheet."},{"required":"yes","param":"string $media The media for which this stylesheet has been defined."}],"desc":"Enqueue a CSS style file.","returns":""},{"id":"wp_dequeue_style","params":[],"desc":"Remove an enqueued style.","returns":""},{"id":"wp_style_is","params":[{"required":"yes","param":"string $handle Name of the stylesheet."},{"required":"yes","param":"string $list Values are 'registered', 'done', 'queue' and 'to_do'."}],"desc":"Check whether style has been added to WordPress Styles.","returns":"bool True on success, false on failure."},{"id":"redirect_canonical","params":[{"required":"no","param":"string $requested_url Optional. The URL that was requested, used to figure if redirect is needed."},{"required":"no","param":"bool $do_redirect Optional. Redirect to the new URL."}],"desc":"Redirects incoming links to the proper URL based on the site url.","returns":"null|false|string Null, if redirect not needed. False, if redirect not needed or the string of the URL"},{"id":"redirect_guess_404_permalink","params":[],"desc":"Attempts to guess correct post based on query vars.","returns":"bool|string Returns False, if it can't find post, returns correct location on success."},{"id":"wp_get_nav_menu_object","params":[{"required":"yes","param":"string $menu Menu id, slug or name"}],"desc":"Returns a navigation menu object.","returns":"mixed false if $menu param isn't supplied or term does not exist, menu object if successful."},{"id":"is_nav_menu","params":[{"required":"yes","param":"int|string $menu The menu to check (id, slug, or name)"}],"desc":"Check if the given ID is a navigation menu.","returns":"bool Whether the menu exists."},{"id":"register_nav_menus","params":[{"required":"yes","param":"array $locations Associative array of menu location identifiers (like a slug) and descriptive text."}],"desc":"Register navigation menus for a theme.","returns":""},{"id":"unregister_nav_menu","params":[{"required":"yes","param":"array $location the menu location identifier"}],"desc":"Unregisters a navigation menu for a theme.","returns":"bool True on success, false on failure."},{"id":"register_nav_menu","params":[{"required":"yes","param":"string $location Menu location identifier, like a slug."},{"required":"yes","param":"string $description Menu location descriptive text."}],"desc":"Register a navigation menu for a theme.","returns":""},{"id":"get_registered_nav_menus","params":[],"desc":"Returns an array of all registered navigation menus in a theme","returns":"array "},{"id":"get_nav_menu_locations","params":[],"desc":"Returns an array with the registered navigation menu locations and the menu assigned to it","returns":"array "},{"id":"has_nav_menu","params":[{"required":"yes","param":"string $location Menu location identifier."}],"desc":"Whether a registered nav menu location has a menu assigned to it.","returns":"bool Whether location has a menu."},{"id":"is_nav_menu_item","params":[{"required":"yes","param":"int $menu_item_id The ID of the potential nav menu item."}],"desc":"Determine whether the given ID is a nav menu item.","returns":"bool Whether the given ID is that of a nav menu item."},{"id":"wp_create_nav_menu","params":[{"required":"yes","param":"string $menu_name Menu Name"}],"desc":"Create a Navigation Menu.","returns":"mixed Menu object on success|WP_Error on failure"},{"id":"wp_delete_nav_menu","params":[{"required":"yes","param":"string $menu name|id|slug"}],"desc":"Delete a Navigation Menu.","returns":"mixed Menu object on success|WP_Error on failure"},{"id":"wp_update_nav_menu_object","params":[{"required":"yes","param":"int $menu_id The ID of the menu or "0" to create a new menu."},{"required":"yes","param":"array $menu_data The array of menu data."}],"desc":"Save the properties of a menu or create a new menu with those properties.","returns":"int|error object The menu's ID or WP_Error object."},{"id":"wp_update_nav_menu_item","params":[{"required":"yes","param":"int $menu_id The ID of the menu. Required. If "0", makes the menu item a draft orphan."},{"required":"yes","param":"int $menu_item_db_id The ID of the menu item. If "0", creates a new menu item."},{"required":"yes","param":"array $menu_item_data The menu item's data."}],"desc":"Save the properties of a menu item or create a new one.","returns":"int The menu item's database ID or WP_Error object on failure."},{"id":"wp_get_nav_menus","params":[{"required":"yes","param":"array $args Array of arguments passed on to get_terms()."}],"desc":"Returns all navigation menu objects.","returns":"array menu objects"},{"id":"_sort_nav_menu_items","params":[{"required":"yes","param":"object $a The first object to compare"},{"required":"yes","param":"object $b The second object to compare"}],"desc":"Sort menu items by the desired key.","returns":"int -1, 0, or 1 if $a is considered to be respectively less than, equal to, or greater than $b."},{"id":"_is_valid_nav_menu_item","params":[{"required":"yes","param":"object $menu_item The menu item to check"}],"desc":"Returns if a menu item is valid. Bug #13958","returns":"bool false if invalid, else true."},{"id":"wp_get_nav_menu_items","params":[{"required":"yes","param":"string $menu menu name, id, or slug"},{"required":"yes","param":"string $args "}],"desc":"Returns all menu items of a navigation menu.","returns":"mixed $items array of menu items, else false."},{"id":"wp_setup_nav_menu_item","params":[{"required":"yes","param":"object $menu_item The menu item to modify."}],"desc":"Decorates a menu item object with the shared navigation menu item properties.","returns":"object $menu_item The menu item with standard menu item properties."},{"id":"wp_get_associated_nav_menu_items","params":[{"required":"yes","param":"int $object_id The ID of the original object."},{"required":"yes","param":"string $object_type The type of object, such as "taxonomy" or "post_type.""}],"desc":"Get the menu items associated with a particular object.","returns":"array The array of menu item IDs; empty array if none;"},{"id":"_wp_delete_post_menu_item","params":[{"required":"yes","param":"int $object_id The ID of the original object being trashed."}],"desc":"Callback for handling a menu item when its original object is deleted.","returns":""},{"id":"_wp_delete_tax_menu_item","params":[{"required":"yes","param":"int $object_id The ID of the original object being trashed."}],"desc":"Callback for handling a menu item when its original object is deleted.","returns":""},{"id":"_wp_auto_add_pages_to_menu","params":[{"required":"yes","param":"string $new_status The new status of the post object."},{"required":"yes","param":"string $old_status The old status of the post object."},{"required":"yes","param":"object $post The post object being transitioned from one status to another."}],"desc":"Automatically add newly published page objects to menus with that as an option.","returns":"void "},{"id":"wp_unregister_GLOBALS","params":[],"desc":"Turn register globals off.","returns":"null Will return null if register_globals PHP directive was disabled"},{"id":"wp_fix_server_vars","params":[],"desc":"Fix $_SERVER variables for various setups.","returns":""},{"id":"wp_check_php_mysql_versions","params":[],"desc":"Check for the required PHP version, and the MySQL extension or a database drop-in.","returns":""},{"id":"wp_favicon_request","params":[],"desc":"Don't load all of WordPress when handling a favicon.ico request.","returns":""},{"id":"wp_maintenance","params":[],"desc":"Dies with a maintenance message when conditions are met.","returns":""},{"id":"timer_start","params":[],"desc":"PHP 4 standard microtime start capture.","returns":"bool Always returns true."},{"id":"timer_stop","params":[{"required":"yes","param":"int $display Use '0' or null to not echo anything and 1 to echo the total time"},{"required":"yes","param":"int $precision The amount of digits from the right of the decimal to display. Default is 3."}],"desc":"Return and/or display the time from the page start to when function is called.","returns":"float The "second.microsecond" finished time calculation"},{"id":"wp_debug_mode","params":[],"desc":"Sets PHP error handling and handles WordPress debug mode.","returns":""},{"id":"wp_set_lang_dir","params":[],"desc":"Sets the location of the language directory.","returns":""},{"id":"require_wp_db","params":[],"desc":"Load the correct database class file.","returns":""},{"id":"wp_set_wpdb_vars","params":[],"desc":"Sets the database table prefix and the format specifiers for database table columns.","returns":""},{"id":"wp_start_object_cache","params":[],"desc":"Starts the WordPress object cache.","returns":""},{"id":"wp_not_installed","params":[],"desc":"Redirects to the installer if WordPress is not installed.","returns":""},{"id":"wp_get_mu_plugins","params":[],"desc":"Returns array of must-use plugin files to be included in global scope.","returns":"array Files to include"},{"id":"wp_get_active_and_valid_plugins","params":[],"desc":"Returns array of plugin files to be included in global scope.","returns":"array Files to include"},{"id":"wp_set_internal_encoding","params":[],"desc":"Sets internal encoding using mb_internal_encoding().","returns":""},{"id":"wp_magic_quotes","params":[],"desc":"Add magic quotes to $_GET, $_POST, $_COOKIE, and $_SERVER.","returns":""},{"id":"shutdown_action_hook","params":[],"desc":"Runs just before PHP shuts down execution.","returns":""},{"id":"wp_clone","params":[{"required":"yes","param":"object $object The object to clone"}],"desc":"Copy an object.","returns":"object The cloned object"},{"id":"is_blog_admin","params":[],"desc":"Whether the current request is for a blog admin screen /wp-admin/","returns":"bool True if inside WordPress network administration pages."},{"id":"is_network_admin","params":[],"desc":"Whether the current request is for a network admin screen /wp-admin/network/","returns":"bool True if inside WordPress network administration pages."},{"id":"is_user_admin","params":[],"desc":"Whether the current request is for a user admin screen /wp-admin/user/","returns":"bool True if inside WordPress user administration pages."},{"id":"is_multisite","params":[],"desc":"Whether Multisite support is enabled","returns":"bool True if multisite is enabled, false otherwise."},{"id":"wp_schedule_single_event","params":[{"required":"yes","param":"int $timestamp Timestamp for when to run the event."},{"required":"yes","param":"string $hook Action hook to execute when cron is run."},{"required":"no","param":"array $args Optional. Arguments to pass to the hook's callback function."}],"desc":"Schedules a hook to run only once.","returns":""},{"id":"wp_schedule_event","params":[{"required":"yes","param":"int $timestamp Timestamp for when to run the event."},{"required":"yes","param":"string $recurrence How often the event should recur."},{"required":"yes","param":"string $hook Action hook to execute when cron is run."},{"required":"no","param":"array $args Optional. Arguments to pass to the hook's callback function."}],"desc":"Schedule a periodic event.","returns":"bool|null False on failure, null when complete with scheduling event."},{"id":"wp_reschedule_event","params":[{"required":"yes","param":"int $timestamp Timestamp for when to run the event."},{"required":"yes","param":"string $recurrence How often the event should recur."},{"required":"yes","param":"string $hook Action hook to execute when cron is run."},{"required":"no","param":"array $args Optional. Arguments to pass to the hook's callback function."}],"desc":"Reschedule a recurring event.","returns":"bool|null False on failure. Null when event is rescheduled."},{"id":"wp_unschedule_event","params":[{"required":"yes","param":"int $timestamp Timestamp for when to run the event."},{"required":"yes","param":"string $hook Action hook, the execution of which will be unscheduled."},{"required":"yes","param":"array $args Arguments to pass to the hook's callback function. Although not passed to a callback function, these arguments are used to uniquely identify the scheduled event, so they should be the same as those used when originally scheduling the event."}],"desc":"Unschedule a previously scheduled cron job.","returns":""},{"id":"wp_clear_scheduled_hook","params":[{"required":"yes","param":"string $hook Action hook, the execution of which will be unscheduled."},{"required":"no","param":"array $args Optional. Arguments that were to be pass to the hook's callback function."}],"desc":"Unschedule all cron jobs attached to a specific hook.","returns":""},{"id":"wp_next_scheduled","params":[{"required":"yes","param":"string $hook Action hook to execute when cron is run."},{"required":"no","param":"array $args Optional. Arguments to pass to the hook's callback function."}],"desc":"Retrieve the next timestamp for a cron event.","returns":"bool|int The UNIX timestamp of the next time the scheduled event will occur."},{"id":"spawn_cron","params":[],"desc":"Send request to run cron through HTTP request that doesn't halt page loading.","returns":"null Cron could not be spawned, because it is not needed to run."},{"id":"wp_cron","params":[],"desc":"Run scheduled callbacks or spawn cron for all scheduled events.","returns":"null When doesn't need to run Cron."},{"id":"wp_get_schedules","params":[],"desc":"Retrieve supported and filtered Cron recurrences.","returns":"array "},{"id":"wp_get_schedule","params":[{"required":"yes","param":"string $hook Action hook to execute when cron is run."},{"required":"no","param":"array $args Optional. Arguments to pass to the hook's callback function."}],"desc":"Retrieve Cron schedule for hook with arguments.","returns":"string|bool False, if no schedule. Schedule on success."},{"id":"_get_cron_array","params":[],"desc":"Retrieve cron info array option.","returns":"array CRON info array."},{"id":"_set_cron_array","params":[{"required":"yes","param":"array $cron Cron info array from {@link _get_cron_array()}."}],"desc":"Updates the CRON option with the new CRON array.","returns":""},{"id":"_upgrade_cron_array","params":[{"required":"yes","param":"array $cron Cron info array from {@link _get_cron_array()}."}],"desc":"Upgrade a Cron info array.","returns":"array An upgraded Cron info array."},{"id":"_wp_oembed_get_object","params":[],"desc":"Returns the initialized {@link WP_oEmbed} object","returns":"WP_oEmbed object."},{"id":"get_locale","params":[],"desc":"Gets the current locale.","returns":"string The locale of the blog or from the 'locale' hook."},{"id":"translate","params":[{"required":"yes","param":"string $text Text to translate."},{"required":"yes","param":"string $domain Domain to retrieve the translated text."}],"desc":"Retrieves the translation of $text. If there is no translation, or the domain isn't loaded, the original text is returned.","returns":"string Translated text"},{"id":"before_last_bar","params":[],"desc":"","returns":""},{"id":"translate_with_gettext_context","params":[],"desc":"","returns":""},{"id":"esc_attr__","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Retrieves the translation of $text and escapes it for safe use in an attribute.","returns":"string Translated text"},{"id":"esc_html__","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Retrieves the translation of $text and escapes it for safe use in HTML output.","returns":"string Translated text"},{"id":"_e","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Displays the returned translated text from translate().","returns":""},{"id":"esc_attr_e","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Displays translated text that has been escaped for safe use in an attribute.","returns":""},{"id":"esc_html_e","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Displays translated text that has been escaped for safe use in HTML output.","returns":""},{"id":"_ex","params":[{"required":"yes","param":"string $text Text to translate"},{"required":"yes","param":"string $context Context information for the translators"},{"required":"no","param":"string $domain Optional. Domain to retrieve the translated text"}],"desc":"Displays translated string with gettext context","returns":"string Translated context string without pipe"},{"id":"esc_attr_x","params":[],"desc":"","returns":""},{"id":"esc_html_x","params":[],"desc":"","returns":""},{"id":"_n","params":[{"required":"yes","param":"string $single The text that will be used if $number is 1"},{"required":"yes","param":"string $plural The text that will be used if $number is not 1"},{"required":"yes","param":"int $number The number to compare against to use either $single or $plural"},{"required":"no","param":"string $domain Optional. The domain identifier the text should be retrieved in"}],"desc":"Retrieve the plural or single form based on the amount.","returns":"string Either $single or $plural translated text"},{"id":"_nx","params":[],"desc":"A hybrid of _n() and _x(). It supports contexts and plurals.","returns":""},{"id":"_n_noop","params":[{"required":"yes","param":"string $singular Single form to be i18ned"},{"required":"yes","param":"string $plural Plural form to be i18ned"}],"desc":"Register plural strings in POT file, but don't translate them.","returns":"array array($singular, $plural)"},{"id":"_nx_noop","params":[],"desc":"Register plural strings with context in POT file, but don't translate them.","returns":""},{"id":"translate_nooped_plural","params":[{"required":"yes","param":"array $nooped_plural Array with singular, plural and context keys, usually the result of _n_noop() or _nx_noop()"},{"required":"yes","param":"int $count Number of objects"},{"required":"no","param":"string $domain Optional. The domain identifier the text should be retrieved in"}],"desc":"Translate the result of _n_noop() or _nx_noop()","returns":""},{"id":"load_textdomain","params":[{"required":"yes","param":"string $domain Unique identifier for retrieving translated strings"},{"required":"yes","param":"string $mofile Path to the .mo file"}],"desc":"Loads a MO file into the domain $domain.","returns":"bool True on success, false on failure"},{"id":"unload_textdomain","params":[{"required":"yes","param":"string $domain Textdomain to be unloaded"}],"desc":"Unloads translations for a domain","returns":"bool Whether textdomain was unloaded"},{"id":"load_default_textdomain","params":[],"desc":"Loads default translated strings based on locale.","returns":""},{"id":"load_plugin_textdomain","params":[{"required":"yes","param":"string $domain Unique identifier for retrieving translated strings"},{"required":"no","param":"string $abs_rel_path Optional. Relative path to ABSPATH of a folder, where the .mo file resides. Deprecated, but still functional until 2.7"},{"required":"no","param":"string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR. This is the preferred argument to use. It takes precedence over $abs_rel_path"}],"desc":"Loads the plugin's translated strings.","returns":""},{"id":"load_muplugin_textdomain","params":[{"required":"yes","param":"string $domain Unique identifier for retrieving translated strings"},{"required":"yes","param":"string $mu_plugin_rel_path Relative to WPMU_PLUGIN_DIR directory in which the MO file resides. Defaults to empty string."}],"desc":"Load the translated strings for a plugin residing in the mu-plugins dir.","returns":""},{"id":"load_theme_textdomain","params":[{"required":"yes","param":"string $domain Unique identifier for retrieving translated strings"}],"desc":"Loads the theme's translated strings.","returns":""},{"id":"load_child_theme_textdomain","params":[{"required":"yes","param":"string $domain Unique identifier for retrieving translated strings"}],"desc":"Loads the child themes translated strings.","returns":""},{"id":"get_translations_for_domain","params":[{"required":"yes","param":"string $domain "}],"desc":"Returns the Translations instance for a domain. If there isn't one, returns empty Translations instance.","returns":"object A Translation instance"},{"id":"is_textdomain_loaded","params":[{"required":"yes","param":"string $domain "}],"desc":"Whether there are translations for the domain","returns":"bool Whether there are translations"},{"id":"translate_user_role","params":[],"desc":"Translates role name. Since the role names are in the database and not in the source there are dummy gettext calls to get them into the POT file and this function properly translates them back.","returns":""},{"id":"get_available_languages","params":[{"required":"yes","param":"string $dir A directory in which to search for language files. The default directory is WP_LANG_DIR."}],"desc":"Get all available languages based on the presence of *.mo files in a given directory. The default directory is WP_LANG_DIR.","returns":"array Array of language codes or an empty array if no languages are present. Language codes are formed by stripping the .mo extension from the language file names."},{"id":"has_filter","params":[{"required":"yes","param":"string $tag The name of the filter hook."},{"required":"no","param":"callback $function_to_check optional. If specified, return the priority of that function on this hook or false if not attached."}],"desc":"Check if any filter has been registered for a hook.","returns":"int|boolean Optionally returns the priority on that hook for the specified function."},{"id":"apply_filters_ref_array","params":[{"required":"yes","param":"string $tag The name of the filter hook."},{"required":"yes","param":"array $args The arguments supplied to the functions hooked to <tt>$tag</tt>"}],"desc":"Execute functions hooked on a specific filter hook, specifying arguments in an array.","returns":"mixed The filtered value after all hooked functions are applied to it."},{"id":"remove_filter","params":[{"required":"yes","param":"string $tag The filter hook to which the function to be removed is hooked."},{"required":"yes","param":"callback $function_to_remove The name of the function which should be removed."},{"required":"no","param":"int $priority optional. The priority of the function (default: 10)."},{"required":"no","param":"int $accepted_args optional. The number of arguments the function accepts (default: 1)."}],"desc":"Removes a function from a specified filter hook.","returns":"boolean Whether the function existed before it was removed."},{"id":"remove_all_filters","params":[{"required":"yes","param":"string $tag The filter to remove hooks from."},{"required":"yes","param":"int $priority The priority number to remove."}],"desc":"Remove all of the hooks from a filter.","returns":"bool True when finished."},{"id":"current_filter","params":[],"desc":"Retrieve the name of the current filter or action.","returns":"string Hook name of the current filter or action."},{"id":"do_action","params":[{"required":"yes","param":"string $tag The name of the action to be executed."},{"required":"no","param":"mixed $arg,... Optional additional arguments which are passed on to the functions hooked to the action."}],"desc":"Execute functions hooked on a specific action hook.","returns":"null Will return null if $tag does not exist in $wp_filter array"},{"id":"did_action","params":[{"required":"yes","param":"string $tag The name of the action hook."}],"desc":"Retrieve the number of times an action is fired.","returns":"int The number of times action hook <tt>$tag</tt> is fired"},{"id":"has_action","params":[{"required":"yes","param":"string $tag The name of the action hook."},{"required":"no","param":"callback $function_to_check optional. If specified, return the priority of that function on this hook or false if not attached."}],"desc":"Check if any action has been registered for a hook.","returns":"int|boolean Optionally returns the priority on that hook for the specified function."},{"id":"remove_action","params":[{"required":"yes","param":"string $tag The action hook to which the function to be removed is hooked."},{"required":"yes","param":"callback $function_to_remove The name of the function which should be removed."},{"required":"no","param":"int $priority optional The priority of the function (default: 10)."},{"required":"no","param":"int $accepted_args optional. The number of arguments the function accepts (default: 1)."}],"desc":"Removes a function from a specified action hook.","returns":"boolean Whether the function is removed."},{"id":"remove_all_actions","params":[{"required":"yes","param":"string $tag The action to remove hooks from."},{"required":"yes","param":"int $priority The priority number to remove them from."}],"desc":"Remove all of the hooks from an action.","returns":"bool True when finished."},{"id":"plugin_basename","params":[{"required":"yes","param":"string $file The filename of plugin."}],"desc":"Gets the basename of a plugin.","returns":"string The name of a plugin."},{"id":"plugin_dir_path","params":[{"required":"yes","param":"string $file The filename of the plugin (__FILE__)"}],"desc":"Gets the filesystem directory path (with trailing slash) for the plugin __FILE__ passed in","returns":"string the filesystem path of the directory that contains the plugin"},{"id":"plugin_dir_url","params":[{"required":"yes","param":"string $file The filename of the plugin (__FILE__)"}],"desc":"Gets the URL directory path (with trailing slash) for the plugin __FILE__ passed in","returns":"string the URL path of the directory that contains the plugin"},{"id":"register_activation_hook","params":[{"required":"yes","param":"string $file The filename of the plugin including the path."},{"required":"yes","param":"callback $function the function hooked to the 'activate_PLUGIN' action."}],"desc":"Set the activation hook for a plugin.","returns":""},{"id":"register_deactivation_hook","params":[{"required":"yes","param":"string $file The filename of the plugin including the path."},{"required":"yes","param":"callback $function the function hooked to the 'activate_PLUGIN' action."}],"desc":"Set the deactivation hook for a plugin.","returns":""},{"id":"register_uninstall_hook","params":[{"required":"yes","param":"string $file "},{"required":"yes","param":"callback $callback The callback to run when the hook is called. Must be a static method or function."}],"desc":"Set the uninstallation hook for a plugin.","returns":""},{"id":"_wp_call_all_hook","params":[{"required":"yes","param":"array $args The collected parameters from the hook that was called."},{"required":"no","param":"string $hook Optional. The hook name that was used to call the 'all' hook."}],"desc":"Calls the 'all' hook, which will process the functions hooked into it.","returns":""},{"id":"_wp_filter_build_unique_id","params":[{"required":"yes","param":"string $tag Used in counting how many hooks were applied"},{"required":"yes","param":"callback $function Used for creating unique id"},{"required":"yes","param":"int|bool $priority Used in counting how many hooks were applied. If === false and $function is an object reference, we return the unique id only if it already has one, false otherwise."}],"desc":"Build Unique ID for storage and retrieval.","returns":"string|bool Unique ID for usage as array key or false if $priority === false and $function is an object reference, and it does not already have a unique id."},{"id":"generate_random_password","params":[],"desc":"","returns":""},{"id":"is_site_admin","params":[],"desc":"Determine if user is a site admin.","returns":""},{"id":"graceful_fail","params":[],"desc":"","returns":""},{"id":"get_user_details","params":[],"desc":"","returns":""},{"id":"clear_global_post_cache","params":[],"desc":"","returns":""},{"id":"is_main_blog","params":[],"desc":"","returns":""},{"id":"validate_email","params":[],"desc":"","returns":""},{"id":"get_blog_list","params":[],"desc":"","returns":""},{"id":"get_most_active_blogs","params":[],"desc":"","returns":""},{"id":"wpmu_admin_do_redirect","params":[{"required":"yes","param":"string $url "}],"desc":"Redirect a user based on $_GET or $_POST arguments.","returns":""},{"id":"wpmu_admin_redirect_add_updated_param","params":[{"required":"yes","param":"string $url "}],"desc":"Adds an 'updated=true' argument to a URL.","returns":"string "},{"id":"has_post_thumbnail","params":[{"required":"no","param":"int $post_id Optional. Post ID."}],"desc":"Check if post has an image attached.","returns":"bool Whether post has an image attached."},{"id":"get_post_thumbnail_id","params":[{"required":"no","param":"int $post_id Optional. Post ID."}],"desc":"Retrieve Post Thumbnail ID.","returns":"int "},{"id":"the_post_thumbnail","params":[{"required":"no","param":"int $size Optional. Image size. Defaults to 'post-thumbnail', which theme sets using set_post_thumbnail_size( $width, $height, $crop_flag );."},{"required":"no","param":"string|array $attr Optional. Query string or array of attributes."}],"desc":"Display Post Thumbnail.","returns":""},{"id":"update_post_thumbnail_cache","params":[],"desc":"Update cache for thumbnails in the current loop","returns":""},{"id":"get_the_post_thumbnail","params":[{"required":"no","param":"int $post_id Optional. Post ID."},{"required":"no","param":"string $size Optional. Image size. Defaults to 'thumbnail'."},{"required":"no","param":"string|array $attr Optional. Query string or array of attributes."}],"desc":"Retrieve Post Thumbnail.","returns":""},{"id":"wp_version_check","params":[],"desc":"Check WordPress version against the newest version.","returns":"mixed Returns null if update is unsupported. Returns false if check is too soon."},{"id":"wp_update_plugins","params":[],"desc":"Check plugin versions against the latest versions hosted on WordPress.org.","returns":"mixed Returns null if update is unsupported. Returns false if check is too soon."},{"id":"wp_update_themes","params":[],"desc":"Check theme versions against the latest versions hosted on WordPress.org.","returns":"mixed Returns null if update is unsupported. Returns false if check is too soon."},{"id":"wp_get_update_data","params":[],"desc":"","returns":""},{"id":"_maybe_update_core","params":[],"desc":"","returns":""},{"id":"_maybe_update_plugins","params":[],"desc":"Check the last time plugins were run before checking plugin versions.","returns":""},{"id":"_maybe_update_themes","params":[],"desc":"Check themes versions only after a duration of time.","returns":""},{"id":"wp_schedule_update_checks","params":[],"desc":"Schedule core, theme, and plugin update checks.","returns":""},{"id":"_wp_admin_bar_init","params":[],"desc":"Instantiate the admin bar object and set it up as a global for access elsewhere.","returns":"bool Whether the admin bar was successfully initialized."},{"id":"wp_admin_bar_render","params":[],"desc":"Render the admin bar to the page based on the $wp_admin_bar->menu member var.","returns":""},{"id":"wp_admin_bar_wp_menu","params":[],"desc":"Add the WordPress logo menu.","returns":""},{"id":"wp_admin_bar_my_account_item","params":[],"desc":"Add the "My Account" item.","returns":""},{"id":"wp_admin_bar_my_account_menu","params":[],"desc":"Add the "My Account" submenu items.","returns":""},{"id":"wp_admin_bar_site_menu","params":[],"desc":"Add the "Site Name" menu.","returns":""},{"id":"wp_admin_bar_my_sites_menu","params":[],"desc":"Add the "My Sites/[Site Name]" menu and all submenus.","returns":""},{"id":"wp_admin_bar_shortlink_menu","params":[],"desc":"Provide a shortlink.","returns":""},{"id":"wp_admin_bar_edit_menu","params":[],"desc":"Provide an edit link for posts and terms.","returns":""},{"id":"wp_admin_bar_new_content_menu","params":[],"desc":"Add "Add New" menu.","returns":""},{"id":"wp_admin_bar_comments_menu","params":[],"desc":"Add edit comments link with awaiting moderation count bubble.","returns":""},{"id":"wp_admin_bar_appearance_menu","params":[],"desc":"Add appearance submenu items to the "Site Name" menu.","returns":""},{"id":"wp_admin_bar_updates_menu","params":[],"desc":"Provide an update link if theme/plugin/core updates are available.","returns":""},{"id":"wp_admin_bar_search_menu","params":[],"desc":"Add search form.","returns":""},{"id":"wp_admin_bar_add_secondary_groups","params":[],"desc":"Add secondary menus.","returns":""},{"id":"wp_admin_bar_header","params":[],"desc":"Style and scripts for the admin bar.","returns":""},{"id":"_admin_bar_bump_cb","params":[],"desc":"Default admin bar callback.","returns":""},{"id":"show_admin_bar","params":[{"required":"yes","param":"bool $show Whether to allow the admin bar to show."}],"desc":"Set the display status of the admin bar.","returns":"void "},{"id":"is_admin_bar_showing","params":[],"desc":"Determine whether the admin bar should be showing.","returns":"bool Whether the admin bar should be showing."},{"id":"_get_admin_bar_pref","params":[{"required":"yes","param":"string $context Context of this preference check. Defaults to 'front'. The 'admin' preference is no longer used."},{"required":"no","param":"int $user Optional. ID of the user to check, defaults to 0 for current user."}],"desc":"Retrieve the admin bar display preference of a user.","returns":"bool Whether the admin bar should be showing for this user."},{"id":"map_meta_cap","params":[{"required":"yes","param":"string $cap Capability name."},{"required":"yes","param":"int $user_id User ID."}],"desc":"Map meta capabilities to primitive capabilities.","returns":"array Actual capabilities for meta capability."},{"id":"current_user_can","params":[{"required":"yes","param":"string $capability Capability or role name."}],"desc":"Whether current user has capability or role.","returns":"bool "},{"id":"current_user_can_for_blog","params":[{"required":"yes","param":"int $blog_id Blog ID"},{"required":"yes","param":"string $capability Capability or role name."}],"desc":"Whether current user has a capability or role for a given blog.","returns":"bool "},{"id":"author_can","params":[{"required":"yes","param":"int|object $post Post ID or post object."},{"required":"yes","param":"string $capability Capability or role name."}],"desc":"Whether author of supplied post has capability or role.","returns":"bool "},{"id":"user_can","params":[{"required":"yes","param":"int|object $user User ID or object."},{"required":"yes","param":"string $capability Capability or role name."}],"desc":"Whether a particular user has capability or role.","returns":"bool "},{"id":"get_role","params":[{"required":"yes","param":"string $role Role name."}],"desc":"Retrieve role object.","returns":"object "},{"id":"add_role","params":[{"required":"yes","param":"string $role Role name."},{"required":"yes","param":"string $display_name Display name for role."},{"required":"yes","param":"array $capabilities List of capabilities, e.g. array( 'edit_posts' => true, 'delete_posts' => false );"}],"desc":"Add role, if it does not exist.","returns":"null|WP_Role WP_Role object if role is added, null if already exists."},{"id":"remove_role","params":[{"required":"yes","param":"string $role Role name."}],"desc":"Remove role, if it exists.","returns":"null "},{"id":"get_super_admins","params":[],"desc":"Retrieve a list of super admins.","returns":"array List of super admin logins"},{"id":"is_super_admin","params":[{"required":"no","param":"int $user_id (Optional) The ID of a user. Defaults to the current user."}],"desc":"Determine if user is a site admin.","returns":"bool True if the user is a site admin."},{"id":"the_ID","params":[],"desc":"Display the ID of the current item in the WordPress Loop.","returns":""},{"id":"get_the_ID","params":[],"desc":"Retrieve the ID of the current item in the WordPress Loop.","returns":"int "},{"id":"the_title","params":[{"required":"no","param":"string $before Optional. Content to prepend to the title."},{"required":"no","param":"string $after Optional. Content to append to the title."},{"required":"no","param":"bool $echo Optional, default to true.Whether to display or return."}],"desc":"Display or retrieve the current post title with optional content.","returns":"null|string Null on no title. String if $echo parameter is false."},{"id":"the_title_attribute","params":[{"required":"no","param":"string|array $args Optional. Override the defaults."}],"desc":"Sanitize the current title when retrieving or displaying.","returns":"string|null Null on failure or display. String when echo is false."},{"id":"get_the_title","params":[{"required":"no","param":"int $id Optional. Post ID."}],"desc":"Retrieve post title.","returns":"string "},{"id":"the_guid","params":[{"required":"no","param":"int $id Optional. Post ID."}],"desc":"Display the Post Global Unique Identifier (guid).","returns":""},{"id":"get_the_guid","params":[{"required":"no","param":"int $id Optional. Post ID."}],"desc":"Retrieve the Post Global Unique Identifier (guid).","returns":"string "},{"id":"the_content","params":[{"required":"no","param":"string $more_link_text Optional. Content for when there is more text."},{"required":"no","param":"bool $stripteaser Optional. Strip teaser content before the more text. Default is false."}],"desc":"Display the post content.","returns":""},{"id":"get_the_content","params":[{"required":"no","param":"string $more_link_text Optional. Content for when there is more text."},{"required":"no","param":"bool $stripteaser Optional. Strip teaser content before the more text. Default is false."}],"desc":"Retrieve the post content.","returns":"string "},{"id":"_convert_urlencoded_to_entities","params":[{"required":"yes","param":"array $match Match array from preg_replace_callback"}],"desc":"Preview fix for javascript bug with foreign languages","returns":""},{"id":"the_excerpt","params":[],"desc":"Display the post excerpt.","returns":""},{"id":"get_the_excerpt","params":[{"required":"yes","param":"mixed $deprecated Not used."}],"desc":"Retrieve the post excerpt.","returns":"string "},{"id":"has_excerpt","params":[{"required":"no","param":"int $id Optional. Post ID."}],"desc":"Whether post has excerpt.","returns":"bool "},{"id":"post_class","params":[{"required":"yes","param":"string|array $class One or more classes to add to the class list."},{"required":"no","param":"int $post_id An optional post ID."}],"desc":"Display the classes for the post div.","returns":""},{"id":"get_post_class","params":[{"required":"yes","param":"string|array $class One or more classes to add to the class list."},{"required":"no","param":"int $post_id An optional post ID."}],"desc":"Retrieve the classes for the post div as an array.","returns":"array Array of classes."},{"id":"body_class","params":[{"required":"yes","param":"string|array $class One or more classes to add to the class list."}],"desc":"Display the classes for the body element.","returns":""},{"id":"get_body_class","params":[{"required":"yes","param":"string|array $class One or more classes to add to the class list."}],"desc":"Retrieve the classes for the body element as an array.","returns":"array Array of classes."},{"id":"post_password_required","params":[{"required":"no","param":"int|object $post An optional post. Global $post used if not provided."}],"desc":"Whether post requires password and correct password has been provided.","returns":"bool false if a password is not required or the correct password cookie is present, true otherwise."},{"id":"sticky_class","params":[{"required":"no","param":"int $post_id An optional post ID."}],"desc":"Display "sticky" CSS class, if a post is sticky.","returns":""},{"id":"wp_link_pages","params":[{"required":"no","param":"string|array $args Optional. Overwrite the defaults."}],"desc":"The formatted output of a list of pages.","returns":"string Formatted output in HTML."},{"id":"_wp_link_page","params":[{"required":"yes","param":"int $i Page number."}],"desc":"Helper function for wp_link_pages().","returns":"string Link."},{"id":"post_custom","params":[{"required":"yes","param":"string $key Meta data key name."}],"desc":"Retrieve post custom meta data field.","returns":"bool|string|array Array of values or single value, if only one element exists. False will be returned if key does not exist."},{"id":"the_meta","params":[],"desc":"Display list of post custom fields.","returns":""},{"id":"wp_dropdown_pages","params":[{"required":"no","param":"array|string $args Optional. Override default arguments."}],"desc":"Retrieve or display list of pages as a dropdown (select list).","returns":"string HTML content, if not displaying."},{"id":"wp_list_pages","params":[{"required":"no","param":"array|string $args Optional. Override default arguments."}],"desc":"Retrieve or display list of pages in list (li) format.","returns":"string HTML content, if not displaying."},{"id":"wp_page_menu","params":[{"required":"yes","param":"array|string $args "}],"desc":"Display or retrieve list of pages with optional home link.","returns":""},{"id":"walk_page_tree","params":[],"desc":"Retrieve HTML list content for page list.","returns":""},{"id":"walk_page_dropdown_tree","params":[],"desc":"Retrieve HTML dropdown (select) content for page list.","returns":""},{"id":"the_attachment_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"bool $fullsize Optional, default is false. Whether to use full size."},{"required":"yes","param":"bool $deprecated Deprecated. Not used."},{"required":"no","param":"bool $permalink Optional, default is false. Whether to include permalink."}],"desc":"Display an attachment page link using an image or icon.","returns":""},{"id":"wp_get_attachment_link","params":[{"required":"no","param":"int $id Optional. Post ID."},{"required":"no","param":"string $size Optional, default is 'thumbnail'. Size of image, either array or string."},{"required":"no","param":"bool $permalink Optional, default is false. Whether to add permalink to image."},{"required":"no","param":"bool $icon Optional, default is false. Whether to include icon."},{"required":"no","param":"string $text Optional, default is false. If string, then will be link text."}],"desc":"Retrieve an attachment page link using an image or icon, if possible.","returns":"string HTML content."},{"id":"prepend_attachment","params":[{"required":"yes","param":"string $content "}],"desc":"Wrap attachment in <<p>> element before content.","returns":"string "},{"id":"get_the_password_form","params":[],"desc":"Retrieve protected post password form content.","returns":"string HTML content for password form for password protected post."},{"id":"is_page_template","params":[{"required":"yes","param":"string $template The specific template name if specific matching is required."}],"desc":"Whether currently in a page template.","returns":"bool False on failure, true if success."},{"id":"wp_post_revision_title","params":[{"required":"yes","param":"int|object $revision Revision ID or revision object."},{"required":"no","param":"bool $link Optional, default is true. Link to revisions's page?"}],"desc":"Retrieve formatted date timestamp of a revision (linked to that revisions's page).","returns":"string i18n formatted datetimestamp or localized 'Current Revision'."},{"id":"wp_list_post_revisions","params":[{"required":"yes","param":"int|object $post_id Post ID or post object."},{"required":"yes","param":"string|array $args See description {@link wp_parse_args()}."}],"desc":"Display list of a post's revisions.","returns":"null "},{"id":"get_bookmark","params":[{"required":"yes","param":"mixed $bookmark "},{"required":"no","param":"string $output Optional. Either OBJECT, ARRAY_N, or ARRAY_A constant"},{"required":"no","param":"string $filter Optional, default is 'raw'."}],"desc":"Retrieve Bookmark data","returns":"array|object Type returned depends on $output value."},{"id":"get_bookmark_field","params":[{"required":"yes","param":"string $field The name of the data field to return"},{"required":"yes","param":"int $bookmark The bookmark ID to get field"},{"required":"no","param":"string $context Optional. The context of how the field will be used."}],"desc":"Retrieve single bookmark data item or field.","returns":"string "},{"id":"get_bookmarks","params":[{"required":"yes","param":"string|array $args List of arguments to overwrite the defaults"}],"desc":"Retrieves the list of bookmarks","returns":"array List of bookmark row objects"},{"id":"sanitize_bookmark","params":[{"required":"yes","param":"object|array $bookmark Bookmark row"},{"required":"no","param":"string $context Optional, default is 'display'. How to filter the fields"}],"desc":"Sanitizes all bookmark fields","returns":"object|array Same type as $bookmark but with fields sanitized."},{"id":"sanitize_bookmark_field","params":[{"required":"yes","param":"string $field The bookmark field"},{"required":"yes","param":"mixed $value The bookmark field value"},{"required":"yes","param":"int $bookmark_id Bookmark ID"},{"required":"yes","param":"string $context How to filter the field value. Either 'raw', 'edit', 'attribute', 'js', 'db', or 'display'"}],"desc":"Sanitizes a bookmark field","returns":"mixed The filtered value"},{"id":"clean_bookmark_cache","params":[],"desc":"Deletes bookmark cache","returns":""},{"id":"register_widget","params":[{"required":"yes","param":"string $widget_class The name of a class that extends WP_Widget"}],"desc":"Register a widget","returns":""},{"id":"unregister_widget","params":[{"required":"yes","param":"string $widget_class The name of a class that extends WP_Widget"}],"desc":"Unregister a widget","returns":""},{"id":"register_sidebars","params":[{"required":"yes","param":"int $number Number of sidebars to create."},{"required":"yes","param":"string|array $args Builds Sidebar based off of 'name' and 'id' values."}],"desc":"Creates multiple sidebars.","returns":""},{"id":"register_sidebar","params":[{"required":"yes","param":"string|array $args Builds Sidebar based off of 'name' and 'id' values"}],"desc":"Builds the definition for a single sidebar and returns the ID.","returns":"string The sidebar id that was added."},{"id":"unregister_sidebar","params":[{"required":"yes","param":"string $name The ID of the sidebar when it was added."}],"desc":"Removes a sidebar from the list.","returns":""},{"id":"wp_register_sidebar_widget","params":[{"required":"yes","param":"int|string $id Widget ID."},{"required":"yes","param":"string $name Widget display title."},{"required":"yes","param":"callback $output_callback Run when widget is called."},{"required":"no","param":"array|string $options Optional. Widget Options."},{"required":"yes","param":"mixed $params,... Widget parameters to add to widget."}],"desc":"Register widget for use in sidebars.","returns":"null Will return if $output_callback is empty after removing widget."},{"id":"wp_widget_description","params":[{"required":"yes","param":"int|string $id Widget ID."}],"desc":"Retrieve description for widget.","returns":"string Widget description, if available. Null on failure to retrieve description."},{"id":"wp_sidebar_description","params":[{"required":"yes","param":"int|string $id sidebar ID."}],"desc":"Retrieve description for a sidebar.","returns":"string Sidebar description, if available. Null on failure to retrieve description."},{"id":"wp_unregister_sidebar_widget","params":[{"required":"yes","param":"int|string $id Widget ID."}],"desc":"Remove widget from sidebar.","returns":""},{"id":"wp_register_widget_control","params":[{"required":"yes","param":"int|string $id Sidebar ID."},{"required":"yes","param":"string $name Sidebar display name."},{"required":"yes","param":"callback $control_callback Run when sidebar is displayed."},{"required":"no","param":"array|string $options Optional. Widget options. See above long description."},{"required":"no","param":"mixed $params,... Optional. Additional parameters to add to widget."}],"desc":"Registers widget control callback for customizing options.","returns":""},{"id":"_register_widget_update_callback","params":[],"desc":"","returns":""},{"id":"_register_widget_form_callback","params":[],"desc":"","returns":""},{"id":"wp_unregister_widget_control","params":[{"required":"yes","param":"int|string $id Widget ID."}],"desc":"Remove control callback for widget.","returns":""},{"id":"dynamic_sidebar","params":[{"required":"no","param":"int|string $index Optional, default is 1. Name or ID of dynamic sidebar."}],"desc":"Display dynamic sidebar.","returns":"bool True, if widget sidebar was found and called. False if not found or not called."},{"id":"is_active_widget","params":[{"required":"no","param":"string $callback Optional, Widget callback to check."},{"required":"no","param":"int $widget_id Optional, but needed for checking. Widget ID."},{"required":"no","param":"string $id_base Optional, the base ID of a widget created by extending WP_Widget."},{"required":"no","param":"bool $skip_inactive Optional, whether to check in 'wp_inactive_widgets'."}],"desc":"Whether widget is displayed on the front-end.","returns":"mixed false if widget is not active or id of sidebar in which the widget is active."},{"id":"is_dynamic_sidebar","params":[],"desc":"Whether the dynamic sidebar is enabled and used by theme.","returns":"bool True, if using widgets. False, if not using widgets."},{"id":"is_active_sidebar","params":[{"required":"yes","param":"mixed $index Sidebar name, id or number to check."}],"desc":"Whether a sidebar is in use.","returns":"bool true if the sidebar is in use, false otherwise."},{"id":"wp_get_sidebars_widgets","params":[{"required":"yes","param":"bool $deprecated Not used (deprecated)."}],"desc":"Retrieve full list of sidebars and their widgets.","returns":"array Upgraded list of widgets to version 3 array format when called from the admin."},{"id":"wp_set_sidebars_widgets","params":[{"required":"yes","param":"array $sidebars_widgets Sidebar widgets and their settings."}],"desc":"Set the sidebar widget option to update sidebars.","returns":""},{"id":"wp_get_widget_defaults","params":[],"desc":"Retrieve default registered sidebars list.","returns":"array "},{"id":"wp_convert_widget_settings","params":[],"desc":"Convert the widget settings from single to multi-widget format.","returns":"array "},{"id":"the_widget","params":[{"required":"yes","param":"string $widget the widget's PHP class name (see default-widgets.php)"},{"required":"yes","param":"array $instance the widget's instance settings"},{"required":"yes","param":"array $args the widget's sidebar args"}],"desc":"Output an arbitrary widget as a template tag","returns":"void "},{"id":"_get_widget_id_base","params":[],"desc":"Private","returns":""},{"id":"_wp_sidebars_changed","params":[],"desc":"Handle sidebars config after theme change","returns":""},{"id":"retrieve_widgets","params":[],"desc":"","returns":""},{"id":"wp_nav_menu","params":[{"required":"yes","param":"array $args Arguments"}],"desc":"Displays a navigation menu.","returns":""},{"id":"_wp_menu_item_classes_by_context","params":[{"required":"yes","param":"array $menu_items The current menu item objects to which to add the class property information."}],"desc":"Add the class property classes for the current context, if applicable.","returns":""},{"id":"walk_nav_menu_tree","params":[],"desc":"Retrieve the HTML list content for nav menu items.","returns":""},{"id":"_nav_menu_item_id_use_once","params":[],"desc":"Prevents a menu item ID from being used more than once.","returns":""},{"id":"wp_default_scripts","params":[{"required":"yes","param":"object $scripts WP_Scripts object."}],"desc":"Register all WordPress scripts.","returns":""},{"id":"wp_default_styles","params":[{"required":"yes","param":"object $styles "}],"desc":"Assign default styles to $styles object.","returns":""},{"id":"wp_prototype_before_jquery","params":[{"required":"yes","param":"array $js_array JavaScript scripts array"}],"desc":"Reorder JavaScript scripts array to place prototype before jQuery.","returns":"array Reordered array, if needed."},{"id":"wp_just_in_time_script_localization","params":[],"desc":"Load localized data on print rather than initialization.","returns":""},{"id":"wp_style_loader_src","params":[{"required":"yes","param":"string $src Source URL."},{"required":"yes","param":"string $handle Either 'colors' or 'colors-rtl'."}],"desc":"Administration Screen CSS for changing the styles.","returns":"string URL path to CSS stylesheet for Administration Screens."},{"id":"print_head_scripts","params":[],"desc":"Prints the script queue in the HTML head on admin pages.","returns":""},{"id":"print_footer_scripts","params":[],"desc":"Prints the scripts that were queued for the footer or too late for the HTML head.","returns":""},{"id":"_print_scripts","params":[],"desc":"","returns":""},{"id":"wp_print_head_scripts","params":[],"desc":"Prints the script queue in the HTML head on the front end.","returns":""},{"id":"_wp_footer_scripts","params":[],"desc":"Private, for use in *_footer_scripts hooks","returns":""},{"id":"wp_print_footer_scripts","params":[],"desc":"Hooks to print the scripts and styles in the footer.","returns":""},{"id":"wp_enqueue_scripts","params":[],"desc":"Wrapper for do_action('wp_enqueue_scripts')","returns":""},{"id":"print_admin_styles","params":[],"desc":"Prints the styles queue in the HTML head on admin pages.","returns":""},{"id":"print_late_styles","params":[],"desc":"Prints the styles that were queued too late for the HTML head.","returns":""},{"id":"_print_styles","params":[],"desc":"","returns":""},{"id":"script_concat_settings","params":[],"desc":"Determine the concatenation and compression settings for scripts and styles.","returns":""},{"id":"getRequestParam","params":[{"required":"yes","param":"String $name Name of parameter to get."},{"required":"yes","param":"String $default_value Default value to return if value not found."}],"desc":"Returns an request value by name without magic quoting.","returns":"String request value by name without magic quoting or default value."},{"id":"getLogger","params":[],"desc":"","returns":""},{"id":"debug","params":[],"desc":"","returns":""},{"id":"info","params":[],"desc":"","returns":""},{"id":"error","params":[],"desc":"","returns":""},{"id":"warn","params":[],"desc":"","returns":""},{"id":"fatal","params":[],"desc":"","returns":""},{"id":"mce_escape","params":[],"desc":"","returns":""},{"id":"wp_signon","params":[{"required":"no","param":"array $credentials Optional. User info in order to sign on."},{"required":"no","param":"bool $secure_cookie Optional. Whether to use secure cookie."}],"desc":"Authenticate user with remember capability.","returns":"object Either WP_Error on failure, or WP_User on success."},{"id":"wp_authenticate_username_password","params":[],"desc":"","returns":""},{"id":"wp_authenticate_cookie","params":[],"desc":"Authenticate the user using the WordPress auth cookie.","returns":""},{"id":"count_user_posts","params":[{"required":"yes","param":"int $userid User ID."}],"desc":"Number of posts user has written.","returns":"int Amount of posts user has written."},{"id":"count_many_users_posts","params":[{"required":"yes","param":"array $user_ids Array of user IDs."},{"required":"no","param":"string|array $post_type Optional. Post type to check. Defaults to post."}],"desc":"Number of posts written by a list of users.","returns":"array Amount of posts each user has written."},{"id":"user_pass_ok","params":[{"required":"yes","param":"string $user_login User name."},{"required":"yes","param":"string $user_pass User password."}],"desc":"Check that the user login name and password is correct.","returns":"bool False if does not authenticate, true if username and password authenticates."},{"id":"get_current_user_id","params":[],"desc":"Get the current user's ID","returns":"int The current user's ID"},{"id":"get_user_option","params":[{"required":"yes","param":"string $option User option name."},{"required":"no","param":"int $user Optional. User ID."},{"required":"yes","param":"bool $deprecated Use get_option() to check for an option in the options table."}],"desc":"Retrieve user option that can be either per Site or per Network.","returns":"mixed "},{"id":"update_user_option","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"yes","param":"string $option_name User option name."},{"required":"yes","param":"mixed $newvalue User option value."},{"required":"no","param":"bool $global Optional. Whether option name is global or blog specific. Default false (blog specific)."}],"desc":"Update user option with global blog capability.","returns":"unknown "},{"id":"delete_user_option","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"yes","param":"string $option_name User option name."},{"required":"no","param":"bool $global Optional. Whether option name is global or blog specific. Default false (blog specific)."}],"desc":"Delete user option with global blog capability.","returns":"unknown "},{"id":"get_users","params":[{"required":"no","param":"array $args Optional."}],"desc":"Retrieve list of users matching criteria.","returns":"array List of users."},{"id":"get_blogs_of_user","params":[{"required":"yes","param":"int $user_id User ID"},{"required":"yes","param":"bool $all Whether to retrieve all blogs, or only blogs that are not marked as deleted, archived, or spam."}],"desc":"Get the blogs a user belongs to.","returns":"array A list of the user's blogs. False if the user was not found or an empty array if the user has no blogs."},{"id":"is_user_member_of_blog","params":[{"required":"yes","param":"int $user_id The unique ID of the user"},{"required":"no","param":"int $blog Optional. If no blog_id is provided, current site is used"}],"desc":"Find out whether a user is a member of a given blog.","returns":"bool "},{"id":"add_user_meta","params":[{"required":"yes","param":"int $user_id Post ID."},{"required":"yes","param":"string $meta_key Metadata name."},{"required":"yes","param":"mixed $meta_value Metadata value."},{"required":"no","param":"bool $unique Optional, default is false. Whether the same key should not be added."}],"desc":"Add meta data field to a user.","returns":"bool False for failure. True for success."},{"id":"delete_user_meta","params":[{"required":"yes","param":"int $user_id user ID"},{"required":"yes","param":"string $meta_key Metadata name."},{"required":"no","param":"mixed $meta_value Optional. Metadata value."}],"desc":"Remove metadata matching criteria from a user.","returns":"bool False for failure. True for success."},{"id":"get_user_meta","params":[{"required":"yes","param":"int $user_id Post ID."},{"required":"yes","param":"string $key The meta key to retrieve."},{"required":"yes","param":"bool $single Whether to return a single value."}],"desc":"Retrieve user meta field for a user.","returns":"mixed Will be an array if $single is false. Will be value of meta data field if $single is true."},{"id":"update_user_meta","params":[{"required":"yes","param":"int $user_id Post ID."},{"required":"yes","param":"string $meta_key Metadata key."},{"required":"yes","param":"mixed $meta_value Metadata value."},{"required":"no","param":"mixed $prev_value Optional. Previous value to check before removing."}],"desc":"Update user meta field based on user ID.","returns":"bool False on failure, true if success."},{"id":"count_users","params":[{"required":"yes","param":"string $strategy 'time' or 'memory'"}],"desc":"Count number of users who have each of the user roles.","returns":"array Includes a grand total and an array of counts indexed by role strings."},{"id":"setup_userdata","params":[{"required":"no","param":"int $for_user_id Optional. User ID to set up global data."}],"desc":"Set up global user vars.","returns":""},{"id":"wp_dropdown_users","params":[{"required":"no","param":"string|array $args Optional. Override defaults."}],"desc":"Create dropdown HTML content of users.","returns":"string|null Null on display. String of HTML content on retrieve."},{"id":"sanitize_user_field","params":[{"required":"yes","param":"string $field The user Object field name."},{"required":"yes","param":"mixed $value The user Object value."},{"required":"yes","param":"int $user_id user ID."},{"required":"yes","param":"string $context How to sanitize user fields. Looks for 'raw', 'edit', 'db', 'display', 'attribute' and 'js'."}],"desc":"Sanitize user field based on context.","returns":"mixed Sanitized value."},{"id":"update_user_caches","params":[{"required":"yes","param":"object $user User object to be cached"}],"desc":"Update all user caches","returns":""},{"id":"clean_user_cache","params":[{"required":"yes","param":"int $id User ID"}],"desc":"Clean all user caches","returns":""},{"id":"username_exists","params":[{"required":"yes","param":"string $username Username."}],"desc":"Checks whether the given username exists.","returns":"null|int The user's ID on success, and null on failure."},{"id":"email_exists","params":[{"required":"yes","param":"string $email Email."}],"desc":"Checks whether the given email exists.","returns":"bool|int The user's ID on success, and false on failure."},{"id":"validate_username","params":[{"required":"yes","param":"string $username Username."}],"desc":"Checks whether an username is valid.","returns":"bool Whether username given is valid"},{"id":"wp_insert_user","params":[{"required":"yes","param":"array $userdata An array of user data."}],"desc":"Insert an user into the database.","returns":"int|WP_Error The newly created user's ID or a WP_Error object if the user could not be created."},{"id":"wp_update_user","params":[{"required":"yes","param":"array $userdata An array of user data."}],"desc":"Update an user in the database.","returns":"int The updated user's ID."},{"id":"wp_create_user","params":[{"required":"yes","param":"string $username The user's username."},{"required":"yes","param":"string $password The user's password."},{"required":"no","param":"string $email The user's email (optional)."}],"desc":"A simpler way of inserting an user into the database.","returns":"int The new user's ID."},{"id":"_get_additional_user_keys","params":[{"required":"yes","param":"object $user WP_User instance"}],"desc":"Return a list of meta keys that wp_insert_user() is supposed to set.","returns":"array "},{"id":"_wp_get_user_contactmethods","params":[{"required":"no","param":"object $user User data object (optional)"}],"desc":"Set up the default contact methods","returns":"array $user_contactmethods Array of contact methods and their labels."},{"id":"get_category_link","params":[{"required":"yes","param":"int|object $category Category ID or object."}],"desc":"Retrieve category link URL.","returns":"string Link on success, empty string if category does not exist."},{"id":"get_category_parents","params":[{"required":"yes","param":"int $id Category ID."},{"required":"no","param":"bool $link Optional, default is false. Whether to format with link."},{"required":"no","param":"string $separator Optional, default is '/'. How to separate categories."},{"required":"no","param":"bool $nicename Optional, default is false. Whether to use nice name for display."},{"required":"no","param":"array $visited Optional. Already linked to categories to prevent duplicates."}],"desc":"Retrieve category parents with separator.","returns":"string "},{"id":"get_the_category","params":[{"required":"no","param":"int $id Optional, default to current post ID. The post ID."}],"desc":"Retrieve post categories.","returns":"array "},{"id":"_usort_terms_by_name","params":[{"required":"yes","param":"object $a "},{"required":"yes","param":"object $b "}],"desc":"Sort categories by name.","returns":"int "},{"id":"_usort_terms_by_ID","params":[{"required":"yes","param":"object $a "},{"required":"yes","param":"object $b "}],"desc":"Sort categories by ID.","returns":"int "},{"id":"get_the_category_by_ID","params":[{"required":"yes","param":"int $cat_ID Category ID."}],"desc":"Retrieve category name based on category ID.","returns":"string Category name."},{"id":"get_the_category_list","params":[{"required":"no","param":"string $separator Optional, default is empty string. Separator for between the categories."},{"required":"no","param":"string $parents Optional. How to display the parents."},{"required":"no","param":"int $post_id Optional. Post ID to retrieve categories."}],"desc":"Retrieve category list in either HTML list or custom format.","returns":"string "},{"id":"in_category","params":[{"required":"yes","param":"int|string|array $category Category ID, name or slug, or array of said."},{"required":"no","param":"int|object $_post Optional. Post to check instead of the current post. (since 2.7.0)"}],"desc":"Check if the current post in within any of the given categories.","returns":"bool True if the current post is in any of the given categories."},{"id":"the_category","params":[{"required":"no","param":"string $separator Optional, default is empty string. Separator for between the categories."},{"required":"no","param":"string $parents Optional. How to display the parents."},{"required":"no","param":"int $post_id Optional. Post ID to retrieve categories."}],"desc":"Display the category list for the post.","returns":""},{"id":"category_description","params":[{"required":"no","param":"int $category Optional. Category ID. Will use global category ID by default."}],"desc":"Retrieve category description.","returns":"string Category description, available."},{"id":"wp_dropdown_categories","params":[{"required":"no","param":"string|array $args Optional. Override default arguments."}],"desc":"Display or retrieve the HTML dropdown list of categories.","returns":"string HTML content only if 'echo' argument is 0."},{"id":"wp_list_categories","params":[{"required":"no","param":"string|array $args Optional. Override default arguments."}],"desc":"Display or retrieve the HTML list of categories.","returns":"string HTML content only if 'echo' argument is 0."},{"id":"wp_tag_cloud","params":[{"required":"no","param":"array|string $args Optional. Override default arguments."}],"desc":"Display tag cloud.","returns":"array Generated tag cloud, only if no failures and 'array' is set for the 'format' argument."},{"id":"default_topic_count_text","params":[{"required":"yes","param":"integer $count number of posts with that tag"}],"desc":"Default text for tooltip for tag links","returns":"string text for the tooltip of a tag link."},{"id":"default_topic_count_scale","params":[{"required":"yes","param":"integer $count number of posts with that tag"}],"desc":"Default topic count scaling for tag links","returns":"integer scaled count"},{"id":"wp_generate_tag_cloud","params":[{"required":"yes","param":"array $tags List of tags."},{"required":"no","param":"string|array $args Optional, override default arguments."}],"desc":"Generates a tag cloud (heatmap) from provided data.","returns":"string "},{"id":"_wp_object_name_sort_cb","params":[],"desc":"Callback for comparing objects based on name","returns":""},{"id":"_wp_object_count_sort_cb","params":[],"desc":"Callback for comparing objects based on count","returns":""},{"id":"walk_category_tree","params":[],"desc":"Retrieve HTML list content for category list.","returns":""},{"id":"walk_category_dropdown_tree","params":[],"desc":"Retrieve HTML dropdown (select) content for category list.","returns":""},{"id":"get_tag_link","params":[{"required":"yes","param":"int|object $tag Tag ID or object."}],"desc":"Retrieve the link to the tag.","returns":"string Link on success, empty string if tag does not exist."},{"id":"get_the_tags","params":[{"required":"yes","param":"int $id Post ID."}],"desc":"Retrieve the tags for a post.","returns":"array "},{"id":"get_the_tag_list","params":[{"required":"no","param":"string $before Optional. Before tags."},{"required":"no","param":"string $sep Optional. Between tags."},{"required":"no","param":"string $after Optional. After tags."}],"desc":"Retrieve the tags for a post formatted as a string.","returns":"string "},{"id":"the_tags","params":[{"required":"no","param":"string $before Optional. Before list."},{"required":"no","param":"string $sep Optional. Separate items using this."},{"required":"no","param":"string $after Optional. After list."}],"desc":"Retrieve the tags for a post.","returns":"string "},{"id":"tag_description","params":[{"required":"no","param":"int $tag Optional. Tag ID. Will use global tag ID by default."}],"desc":"Retrieve tag description.","returns":"string Tag description, available."},{"id":"term_description","params":[{"required":"no","param":"int $term Optional. Term ID. Will use global term ID by default."}],"desc":"Retrieve term description.","returns":"string Term description, available."},{"id":"get_the_terms","params":[{"required":"no","param":"int $id Post ID. Is not optional."},{"required":"yes","param":"string $taxonomy Taxonomy name."}],"desc":"Retrieve the terms of the taxonomy that are attached to the post.","returns":"array|bool False on failure. Array of term objects on success."},{"id":"get_the_term_list","params":[{"required":"yes","param":"int $id Post ID."},{"required":"yes","param":"string $taxonomy Taxonomy name."},{"required":"no","param":"string $before Optional. Before list."},{"required":"no","param":"string $sep Optional. Separate items using this."},{"required":"no","param":"string $after Optional. After list."}],"desc":"Retrieve a post's terms as a list with specified format.","returns":"string "},{"id":"the_terms","params":[{"required":"yes","param":"int $id Post ID."},{"required":"yes","param":"string $taxonomy Taxonomy name."},{"required":"no","param":"string $before Optional. Before list."},{"required":"no","param":"string $sep Optional. Separate items using this."},{"required":"no","param":"string $after Optional. After list."}],"desc":"Display the terms in a list.","returns":"null|bool False on WordPress error. Returns null when displaying."},{"id":"has_category","params":[{"required":"no","param":"string|int|array $tag Optional. The category name/term_id/slug or array of them to check for."},{"required":"no","param":"int|object $post Optional. Post to check instead of the current post."}],"desc":"Check if the current post has any of given category.","returns":"bool True if the current post has any of the given categories (or any category, if no category specified)."},{"id":"has_tag","params":[{"required":"no","param":"string|int|array $tag Optional. The tag name/term_id/slug or array of them to check for."},{"required":"no","param":"int|object $post Optional. Post to check instead of the current post. (since 2.7.0)"}],"desc":"Check if the current post has any of given tags.","returns":"bool True if the current post has any of the given tags (or any tag, if no tag specified)."},{"id":"has_term","params":[{"required":"no","param":"string|int|array $term Optional. The term name/term_id/slug or array of them to check for."},{"required":"yes","param":"string $taxonomy Taxonomy name"},{"required":"no","param":"int|object $post Optional. Post to check instead of the current post."}],"desc":"Check if the current post has any of given terms.","returns":"bool True if the current post has any of the given tags (or any tag, if no tag specified)."}]');t(91201),t(93537),t(29072),t(1766),t(82327),t(48077),t(82628),t(79869),t(43158),t(90008),t(2070),t(76667);var f=t(79944),y=t.n(f),b=t(7182),$=t.n(b),q=t(11727),v=t.n(q),w=t(64021),x=t.n(w),k=t(88494),C=t.n(k),R=t(76504),S=t.n(R),T={php:h,wp:_};p().config.setModuleUrl("ace/mode/html_worker",y()),p().config.setModuleUrl("ace/mode/javascript_worker",$()),p().config.setModuleUrl("ace/mode/json_worker",v()),p().config.setModuleUrl("ace/mode/php_worker",x()),p().config.setModuleUrl("ace/mode/css_worker",C()),p().config.setModuleUrl("ace/mode/xml_worker",S());const D={name:"Editor",components:{AceEditor:d.default},beforeRouteLeave:function(e,r,t){if(this.hasChanges)return this.showModalDialog((0,u.__)("Attention"),(0,u.__)("Document contains unsaved content"),"wpide");t()},props:["item","isCurrentTab"],data:function(){return{saving:!1,saved:!1,loadingFile:!1,savedTimeout:null,aceEditor:null,content:"",originalContent:"",autoSaveContent:null,currentItem:"",error:!1,autoCompleteInfo:null,theme:this.getTheme(),language:"text",cssVars:null,findOptions:{needle:"",replace:!1,replaceAll:!1,replacement:"",backwards:0,wrap:!0,caseSensitive:!0,wholeWord:!1,regExp:!1,range:null,start:0,skipCurrent:!1},options:{enableBasicAutocompletion:this.getConfig("editor.code_completion",!0),enableSnippets:!1,enableLiveAutocompletion:this.getConfig("editor.code_completion",!0),selectionStyle:"text",highlightActiveLine:this.getConfig("editor.hightlight_active_line"),highlightSelectedWord:!1,cursorStyle:null,mergeUndoDeltas:!1,behavioursEnabled:this.getConfig("editor.behaviours_enabled"),wrapBehavioursEnabled:!0,autoScrollEditorIntoView:!0,copyWithEmptySelection:!1,enableMultiselect:!0,enableAutoIndent:!0,hScrollBarAlwaysVisible:!0,vScrollBarAlwaysVisible:!0,highlightGutterLine:!1,animatedScroll:!1,showInvisibles:!1,showPrintMargin:!1,printMarginColumn:80,printMargin:!1,fadeFoldWidgets:!0,showFoldWidgets:!0,showLineNumbers:!0,showGutter:!0,displayIndentGuides:!0,fontSize:parseInt(this.getConfig("editor.font_size")),fontFamily:null,scrollPastEnd:!1,fixedWidthGutter:!1,scrollSpeed:parseInt(this.getConfig("editor.scroll_speed")),dragDelay:null,dragEnabled:!0,focusTimeout:300,tooltipFollowsMouse:!0,firstLineNumber:1,overwrite:!1,newLineMode:"auto",tabSize:this.getConfig("editor.tab_size"),navigateWithinSoftTabs:this.getConfig("editor.use_soft_tabs"),wrap:!1,foldStyle:"markbegin",useWorker:!0}}},computed:{session:function(){return this.aceEditor&&this.aceEditor.getSession()?this.aceEditor.getSession():null},worker:function(){return this.session&&this.session.$worker?this.session.$worker:null},hasChanges:function(){return this.content!==this.originalContent},showAutoCompleteInfoBar:function(){return this.isCodeInfoBarEnabled()&&!(!this.autoCompleteInfo||!this.autoCompleteInfo.active)},isSelectAll:function(){return!!this.aceEditor&&(""!==this.aceEditor.getSelectedText()&&this.aceEditor.getSelectedText()===this.aceEditor.getValue())}},watch:{item:function(e,r){e!==r&&this.setCurrentItem(e)},"$store.state.config.general.dark_mode":function(){this.theme=this.getTheme()},saved:function(){this.currentItem.time=Date.now()},isCurrentTab:function(){
/* fs_premium_only */
this.premium&&null===this.autoSaveContent&&this.checkAutoSaved()
/* /fs_premium_only */}},mounted:function(){var e=this;this.setCurrentItem(this.item),this._ro=new c.A(function(){return e.setCssVars()}),this._ro.observe(this.$refs.toolBar)},destroyed:function(){this.stopListeners(),this._ro.disconnect()},methods:{isCodeCompletionEnabled:function(){return!1!==this.getConfig("editor.code_completion",!0)},isCodeInfoBarEnabled:function(){return this.isCodeCompletionEnabled()&&!1!==this.getConfig("editor.code_info_bar",!0)},setCssVars:function(){this.cssVars={"--wpide-toolbar-height":this.$refs.toolBar&&this.$refs.toolBar.clientHeight?this.$refs.toolBar.clientHeight+"px":"0px"}},editorInit:function(e){this.setEditor(e),this.startListeners()},setEditor:function(e){this.aceEditor=e,window.aceEditor=e},getTheme:function(){return this.getConfig("general.dark_mode")?"dracula":"chrome"},markCurrentStateClean:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.content,r=this.session?this.session.getUndoManager():null;r&&"function"==typeof r.markClean&&r.markClean(),this.originalContent=e},setCurrentItem:function(e){var r=this;return(0,n.A)((0,i.A)().m(function t(){var a;return(0,i.A)().w(function(t){for(;;)switch(t.p=t.n){case 0:return r.saved=!1,r.currentItem=e,r.loadingFile=!0,r.setLang(),t.p=1,t.n=2,o.A.downloadItem({path:r.currentItem.path});case 2:a=t.v,r.setContent(a,!0),t.n=4;break;case 3:t.p=3,t.v,r.$emit("noFileFound",r.currentItem);case 4:if(!r.premium||!r.isCurrentTab){t.n=5;break}return t.n=5,r.checkAutoSaved();case 5:
/* /fs_premium_only */
r.loadingFile=!1;case 6:return t.a(2)}},t,null,[[1,3]])}))()},setLang:function(){var e={html:"html",js:"javascript",json:"json",php:"php",less:"less",scss:"scss",css:"css",md:"markdown",txt:"text",svg:"svg"};this.language=e.hasOwnProperty(this.currentItem.ext)?e[this.currentItem.ext]:"text",this.resetAutoCompleter(),"php"===this.language&&(this.addAutoCompleter("php"),this.addAutoCompleter("wp")),this.addCommands()},setContent:function(e){var r=this,t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.content=e,this.$nextTick(function(){t&&r.markCurrentStateClean(e),r.focus()})},updateContent:function(e){this.content=e},
/* fs_premium_only */onAutoSave:function(){this.hasChanges&&this.autoSave()},autoSave:function(){var e=this;return(0,n.A)((0,i.A)().m(function r(){return(0,i.A)().w(function(r){for(;;)switch(r.n){case 0:return r.n=1,o.A.autoSave(e.currentItem.id,e.content);case 1:return r.a(2,r.v)}},r)}))()},autoSaveGet:function(){var e=this;return(0,n.A)((0,i.A)().m(function r(){var t;return(0,i.A)().w(function(r){for(;;)switch(r.n){case 0:return r.n=1,o.A.autoSaveGet(e.currentItem.id);case 1:return t=(t=r.v)&&null!==t&&t!==e.content?t:null,e.autoSaveContent=t,r.a(2,t)}},r)}))()},autoSaveDelele:function(){var e=this;return(0,n.A)((0,i.A)().m(function r(){return(0,i.A)().w(function(r){for(;;)switch(r.n){case 0:return e.autoSaveContent=null,r.n=1,o.A.autoSaveDelete(e.currentItem.id);case 1:return r.a(2,r.v)}},r)}))()},restoreAutoSaved:function(){var e=arguments,r=this;return(0,n.A)((0,i.A)().m(function t(){var a;return(0,i.A)().w(function(t){for(;;)switch(t.n){case 0:if(a=e.length>0&&void 0!==e[0]?e[0]:null,r.autoSaveContent=a||r.autoSaveGet(),null===r.autoSaveContent){t.n=1;break}return r.setContent(a),t.n=1,r.autoSaveDelele();case 1:return t.a(2)}},t)}))()},checkAutoSaved:function(){var e=this;return(0,n.A)((0,i.A)().m(function r(){return(0,i.A)().w(function(r){for(;;)switch(r.n){case 0:return r.n=1,e.autoSaveGet();case 1:if(null===r.v){r.n=2;break}return r.n=2,e.showAutoSaveModal();case 2:return r.a(2)}},r)}))()},showAutoSaveModal:function(){var e=this;return(0,n.A)((0,i.A)().m(function r(){var t;return(0,i.A)().w(function(r){for(;;)switch(r.n){case 0:return r.n=1,e.autoSaveGet();case 1:if(null!==(t=r.v)){r.n=2;break}return r.a(2);case 2:e.showModalDialog((0,u.__)("File Recovery Attempt","wpide"),(0,u.__)("There is a more recent autosave of your changes than the one you are previewing.","wpide")+"
"+(0,u.nv)((0,u.__)("File: %s","wpide"),e.currentItem.path),(0,u.__)("Restore Autosaved","wpide"),function(){e.restoreAutoSaved(t)},(0,u.__)("Keep Current","wpide"),function(){e.autoSaveDelele()},{size:"lg",extraButtons:[{title:(0,u.__)("Quick Diff","wpide"),handler:function(){e.showQuickDiffModal()}}]});case 3:return r.a(2)}},r)}))()},showQuickDiffModal:function(){var e=this;return(0,n.A)((0,i.A)().m(function r(){var t,a;return(0,i.A)().w(function(r){for(;;)switch(r.n){case 0:return r.n=1,e.autoSaveGet();case 1:if(null!==(t=r.v)){r.n=2;break}return r.a(2);case 2:a='\n
1),e.preventDefault()):(this.setState("focusWait"),void this.captureMouse(e)))},e.prototype.startSelect=function(e,r){e=e||this.editor.renderer.screenToTextCoordinates(this.x,this.y);var t=this.editor;this.mousedownEvent&&(this.mousedownEvent.getShiftKey()?t.selection.selectToPosition(e):r||t.selection.moveToPosition(e),r||this.select(),t.setStyle("ace_selecting"),this.setState("select"))},e.prototype.select=function(){var e,r=this.editor,t=r.renderer.screenToTextCoordinates(this.x,this.y);if(this.$clickSelection){var a=this.$clickSelection.comparePoint(t);if(-1==a)e=this.$clickSelection.end;else if(1==a)e=this.$clickSelection.start;else{var s=i(this.$clickSelection,t,r.session);t=s.cursor,e=s.anchor}r.selection.setSelectionAnchor(e.row,e.column)}r.selection.selectToPosition(t),r.renderer.scrollCursorIntoView()},e.prototype.extendSelectionBy=function(e){var r,t=this.editor,a=t.renderer.screenToTextCoordinates(this.x,this.y),s=t.selection[e](a.row,a.column);if(this.$clickSelection){var n=this.$clickSelection.comparePoint(s.start),o=this.$clickSelection.comparePoint(s.end);if(-1==n&&o<=0)r=this.$clickSelection.end,s.end.row==a.row&&s.end.column==a.column||(a=s.start);else if(1==o&&n>=0)r=this.$clickSelection.start,s.start.row==a.row&&s.start.column==a.column||(a=s.end);else if(-1==n&&1==o)a=s.end,r=s.start;else{var d=i(this.$clickSelection,a,t.session);a=d.cursor,r=d.anchor}t.selection.setSelectionAnchor(r.row,r.column)}t.selection.selectToPosition(a),t.renderer.scrollCursorIntoView()},e.prototype.selectByLinesEnd=function(){this.$clickSelection=null,this.editor.unsetStyle("ace_selecting")},e.prototype.focusWait=function(){var e,r,t,a,s=(e=this.mousedownEvent.x,r=this.mousedownEvent.y,t=this.x,a=this.y,Math.sqrt(Math.pow(t-e,2)+Math.pow(a-r,2))),i=Date.now();(s>0||i-this.mousedownEvent.time>this.$focusTimeout)&&this.startSelect(this.mousedownEvent.getDocumentPosition())},e.prototype.onDoubleClick=function(e){var r=e.getDocumentPosition(),t=this.editor,a=t.session.getBracketRange(r);a?(a.isEmpty()&&(a.start.column--,a.end.column++),this.setState("select")):(a=t.selection.getWordRange(r.row,r.column),this.setState("selectByWords")),this.$clickSelection=a,this.select()},e.prototype.onTripleClick=function(e){var r=e.getDocumentPosition(),t=this.editor;this.setState("selectByLines");var a=t.getSelectionRange();a.isMultiLine()&&a.contains(r.row,r.column)?(this.$clickSelection=t.selection.getLineRange(a.start.row),this.$clickSelection.end=t.selection.getLineRange(a.end.row).end):this.$clickSelection=t.selection.getLineRange(r.row),this.select()},e.prototype.onQuadClick=function(e){var r=this.editor;r.selectAll(),this.$clickSelection=r.getSelectionRange(),this.setState("selectAll")},e.prototype.onMouseWheel=function(e){if(!e.getAccelKey()){e.getShiftKey()&&e.wheelY&&!e.wheelX&&(e.wheelX=e.wheelY,e.wheelY=0);var r=this.editor;this.$lastScroll||(this.$lastScroll={t:0,vx:0,vy:0,allowed:0});var t=this.$lastScroll,a=e.domEvent.timeStamp,s=a-t.t,i=s?e.wheelX/s:t.vx,n=s?e.wheelY/s:t.vy;s<550&&(i=(i+t.vx)/2,n=(n+t.vy)/2);var o=Math.abs(i/n),d=!1;if(o>=1&&r.renderer.isScrollableBy(e.wheelX*e.speed,0)&&(d=!0),o<=1&&r.renderer.isScrollableBy(0,e.wheelY*e.speed)&&(d=!0),d)t.allowed=a;else if(a-t.allowed<550){Math.abs(i)<=1.5*Math.abs(t.vx)&&Math.abs(n)<=1.5*Math.abs(t.vy)?(d=!0,t.allowed=a):t.allowed=0}return t.t=a,t.vx=i,t.vy=n,d?(r.renderer.scrollBy(e.wheelX*e.speed,e.wheelY*e.speed),e.stop()):void 0}},e}();function i(e,r,t){if(e.start.row==e.end.row)var a=2*r.column-e.start.column-e.end.column;else if(e.start.row!=e.end.row-1||e.start.column||e.end.column)a=2*r.row-e.start.row-e.end.row;else var a=3*r.column-2*t.getLine(e.start.row).length;return a<0?{cursor:e.start,anchor:e.end}:{cursor:e.end,anchor:e.start}}s.prototype.selectEnd=s.prototype.selectByLinesEnd,s.prototype.selectAllEnd=s.prototype.selectByLinesEnd,s.prototype.selectByWordsEnd=s.prototype.selectByLinesEnd,r.DefaultHandlers=s}),ace.define("ace/mouse/mouse_event",["require","exports","module","ace/lib/event","ace/lib/useragent"],function(e,r,t){"use strict";var a=e("../lib/event"),s=e("../lib/useragent"),i=function(){function e(e,r){this.speed,this.wheelX,this.wheelY,this.domEvent=e,this.editor=r,this.x=this.clientX=e.clientX,this.y=this.clientY=e.clientY,this.$pos=null,this.$inSelection=null,this.propagationStopped=!1,this.defaultPrevented=!1}return e.prototype.stopPropagation=function(){a.stopPropagation(this.domEvent),this.propagationStopped=!0},e.prototype.preventDefault=function(){a.preventDefault(this.domEvent),this.defaultPrevented=!0},e.prototype.stop=function(){this.stopPropagation(),this.preventDefault()},e.prototype.getDocumentPosition=function(){return this.$pos||(this.$pos=this.editor.renderer.screenToTextCoordinates(this.clientX,this.clientY)),this.$pos},e.prototype.getGutterRow=function(){var e=this.getDocumentPosition().row;return this.editor.session.documentToScreenRow(e,0)-this.editor.session.documentToScreenRow(this.editor.renderer.$gutterLayer.$lines.get(0).row,0)},e.prototype.inSelection=function(){if(null!==this.$inSelection)return this.$inSelection;var e=this.editor.getSelectionRange();if(e.isEmpty())this.$inSelection=!1;else{var r=this.getDocumentPosition();this.$inSelection=e.contains(r.row,r.column)}return this.$inSelection},e.prototype.getButton=function(){return a.getButton(this.domEvent)},e.prototype.getShiftKey=function(){return this.domEvent.shiftKey},e.prototype.getAccelKey=function(){return s.isMac?this.domEvent.metaKey:this.domEvent.ctrlKey},e}();r.MouseEvent=i}),ace.define("ace/lib/scroll",["require","exports","module"],function(e,r,t){r.preventParentScroll=function(e){e.stopPropagation();var r=e.currentTarget;r.scrollHeight>r.clientHeight||e.preventDefault()}}),ace.define("ace/tooltip",["require","exports","module","ace/lib/dom","ace/lib/event","ace/range","ace/lib/scroll"],function(e,r,t){"use strict";var a,s=this&&this.__extends||(a=function(e,r){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])},a(e,r)},function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function t(){this.constructor=e}a(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}),i=this&&this.__values||function(e){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&e[r],a=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")},n=e("./lib/dom"),o=(e("./lib/event"),e("./range").Range),d=e("./lib/scroll").preventParentScroll,u="ace_tooltip",c=function(){function e(e){this.isOpen=!1,this.$element=null,this.$parentNode=e}return e.prototype.$init=function(){return this.$element=n.createElement("div"),this.$element.className=u,this.$element.style.display="none",this.$parentNode.appendChild(this.$element),this.$element},e.prototype.getElement=function(){return this.$element||this.$init()},e.prototype.setText=function(e){this.getElement().textContent=e},e.prototype.setHtml=function(e){this.getElement().innerHTML=e},e.prototype.setPosition=function(e,r){this.getElement().style.left=e+"px",this.getElement().style.top=r+"px"},e.prototype.setClassName=function(e){n.addCssClass(this.getElement(),e)},e.prototype.setTheme=function(e){this.theme&&(this.theme.isDark&&n.removeCssClass(this.getElement(),"ace_dark"),this.theme.cssClass&&n.removeCssClass(this.getElement(),this.theme.cssClass)),e.isDark&&n.addCssClass(this.getElement(),"ace_dark"),e.cssClass&&n.addCssClass(this.getElement(),e.cssClass),this.theme={isDark:e.isDark,cssClass:e.cssClass}},e.prototype.show=function(e,r,t){null!=e&&this.setText(e),null!=r&&null!=t&&this.setPosition(r,t),this.isOpen||(this.getElement().style.display="block",this.isOpen=!0)},e.prototype.hide=function(e){this.isOpen&&(this.getElement().style.display="none",this.getElement().className=u,this.isOpen=!1)},e.prototype.getHeight=function(){return this.getElement().offsetHeight},e.prototype.getWidth=function(){return this.getElement().offsetWidth},e.prototype.destroy=function(){this.isOpen=!1,this.$element&&this.$element.parentNode&&this.$element.parentNode.removeChild(this.$element)},e}(),l=new(function(){function e(){this.popups=[]}return e.prototype.addPopup=function(e){this.popups.push(e),this.updatePopups()},e.prototype.removePopup=function(e){var r=this.popups.indexOf(e);-1!==r&&(this.popups.splice(r,1),this.updatePopups())},e.prototype.updatePopups=function(){var e,r,t,a;this.popups.sort(function(e,r){return r.priority-e.priority});var s=[];try{for(var n=i(this.popups),o=n.next();!o.done;o=n.next()){var d=o.value,u=!0;try{for(var c=(t=void 0,i(s)),l=c.next();!l.done;l=c.next()){var p=l.value;if(this.doPopupsOverlap(p,d)){u=!1;break}}}catch(e){t={error:e}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(t)throw t.error}}u?s.push(d):d.hide()}}catch(r){e={error:r}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(e)throw e.error}}},e.prototype.doPopupsOverlap=function(e,r){var t=e.getElement().getBoundingClientRect(),a=r.getElement().getBoundingClientRect();return t.left =1425&&h<=2303||64286==h;if(d=r[m],_&&(1==d||7==d))return 1}return s<1||5==(d=r[s-1])?4:t[s-1];case 5:return i=!1,n=!0,a;case 6:return o=!0,4;case 13:case 14:case 16:case 17:case 15:i=!1;case l:return 4}}function _(e){var r=e.charCodeAt(0),t=r>>8;return 0==t?r>191?0:p[r]:5==t?/[\u0591-\u05f4]/.test(e)?1:0:6==t?/[\u0610-\u061a\u064b-\u065f\u06d6-\u06e4\u06e7-\u06ed]/.test(e)?12:/[\u0660-\u0669\u066b-\u066c]/.test(e)?3:1642==r?c:/[\u06f0-\u06f9]/.test(e)?2:7:32==t&&r<=8287?m[255&r]:254==t&&r>=65136?7:4}r.L=0,r.R=1,r.EN=2,r.ON_R=3,r.AN=4,r.R_H=5,r.B=6,r.RLE=7,r.DOT="·",r.doBidiReorder=function(e,t,c){if(e.length<2)return{};var p=e.split(""),m=new Array(p.length),f=new Array(p.length),y=[];a=c?1:0,function(e,r,t,c){var l=a?u:d,p=null,m=null,g=null,f=0,y=null,b=-1,$=null,q=null,v=[];if(!c)for($=0,c=[];$-1){for($=b;$
=0&&8==c[w];w--)r[w]=a}}(p,y,p.length,t);for(var b=0;b
r&&i[s]%2==0&&(n+=this.charWidths[i[s]]),this.wrapIndent&&(n+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset),this.isRtlDir&&(n+=this.rtlLineOffset),n},e.prototype.getSelections=function(e,r){var t,a=this.bidiMap,s=a.bidiLevels,i=[],n=0,o=Math.min(e,r)-this.wrapIndent,d=Math.max(e,r)-this.wrapIndent,u=!1,c=!1,l=0;this.wrapIndent&&(n+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);for(var p,m=0;mr.column)&&(c.end.column=r.column,c.end.row=r.row):(c.end.column+=u,c.end.row+=d):c.end.row>s&&(c.end.row+=d),c.start.rowr.column)&&(c.start.column=r.column,c.start.row=r.row):(c.start.column+=u,c.start.row+=d):c.start.row>s&&(c.start.row+=d)}if(0!=d&&n