{id:12169, pId:2527, name:"其它基本扩展s22c1951-12.97%", file: "refs.basic.other"},
{id:190, pId:12169, name:"Data Structuress15c227-1.51%", file: "book.ds"},
{id:774, pId:190, name:"The Collection interfaces4c4-0.03%", file: "class.ds-collection"},
{id:1810, pId:774, name:"Removes all values", file: "ds-collection.clear"},
{id:1811, pId:774, name:"Returns a shallow copy of the collection", file: "ds-collection.copy"},
{id:1812, pId:774, name:"Returns whether the collection is empty", file: "ds-collection.isempty"},
{id:1813, pId:774, name:"Converts the collection to an array", file: "ds-collection.toarray"},
{id:775, pId:190, name:"The Deque classs34c34-0.23%", file: "class.ds-deque"},
{id:1814, pId:775, name:"Allocates enough memory for a required capacity", file: "ds-deque.allocate"},
{id:1815, pId:775, name:"Updates all values by applying a callback function", file: "ds-deque.apply"},
{id:1816, pId:775, name:"Returns the current capacity", file: "ds-deque.capacity"},
{id:1817, pId:775, name:"Removes all values from the deque", file: "ds-deque.clear"},
{id:1818, pId:775, name:"Creates a new instance", file: "ds-deque.construct"},
{id:1819, pId:775, name:"Determines if the deque contains given values", file: "ds-deque.contains"},
{id:1820, pId:775, name:"Returns a shallow copy of the deque", file: "ds-deque.copy"},
{id:1821, pId:775, name:"Returns the number of values in the collection", file: "ds-deque.count"},
{id:1822, pId:775, name:"Creates a new deque using a callable to determ", file: "ds-deque.filter"},
{id:1823, pId:775, name:"Attempts to find a value's index", file: "ds-deque.find"},
{id:1824, pId:775, name:"Returns the first value in the deque", file: "ds-deque.first"},
{id:1825, pId:775, name:"Returns the value at a given index", file: "ds-deque.get"},
{id:1826, pId:775, name:"Inserts values at a given index", file: "ds-deque.insert"},
{id:1827, pId:775, name:"Returns whether the deque is empty", file: "ds-deque.isempty"},
{id:1828, pId:775, name:"Joins all values together as a string", file: "ds-deque.join"},
{id:1829, pId:775, name:"Returns a representation that can be converted to ", file: "ds-deque.jsonserialize"},
{id:1830, pId:775, name:"Returns the last value", file: "ds-deque.last"},
{id:1831, pId:775, name:"Returns the result of applying a callback to each ", file: "ds-deque.map"},
{id:1832, pId:775, name:"Returns the result of adding all given values to t", file: "ds-deque.merge"},
{id:1833, pId:775, name:"Removes and returns the last value", file: "ds-deque.pop"},
{id:1834, pId:775, name:"Adds values to the end of the deque", file: "ds-deque.push"},
{id:1835, pId:775, name:"Reduces the deque to a single value using a callba", file: "ds-deque.reduce"},
{id:1836, pId:775, name:"Removes and returns a value by index", file: "ds-deque.remove"},
{id:1837, pId:775, name:"Reverses the deque in-place", file: "ds-deque.reverse"},
{id:1838, pId:775, name:"Returns a reversed copy", file: "ds-deque.reversed"},
{id:1839, pId:775, name:"Rotates the deque by a given number of rotations", file: "ds-deque.rotate"},
{id:1840, pId:775, name:"Updates a value at a given index", file: "ds-deque.set"},
{id:1841, pId:775, name:"Removes and returns the first value", file: "ds-deque.shift"},
{id:1842, pId:775, name:"Returns a sub-deque of a given range", file: "ds-deque.slice"},
{id:1843, pId:775, name:"Sorts the deque in-place", file: "ds-deque.sort"},
{id:1844, pId:775, name:"Returns a sorted copy", file: "ds-deque.sorted"},
{id:1845, pId:775, name:"Returns the sum of all values in the deque", file: "ds-deque.sum"},
{id:1846, pId:775, name:"Converts the deque to an array", file: "ds-deque.toarray"},
{id:1847, pId:775, name:"Adds values to the front of the deque", file: "ds-deque.unshift"},
{id:776, pId:190, name:"The Hashable interfaces2c2-0.01%", file: "class.ds-hashable"},
{id:1848, pId:776, name:"Determines whether an object is equal to the curre", file: "ds-hashable.equals"},
{id:1849, pId:776, name:"Returns a scalar value to be used as a hash value", file: "ds-hashable.hash"},
{id:777, pId:190, name:"The Map classs38c38-0.25%", file: "class.ds-map"},
{id:1850, pId:777, name:"Allocates enough memory for a required capacity", file: "ds-map.allocate"},
{id:1851, pId:777, name:"Updates all values by applying a callback function", file: "ds-map.apply"},
{id:1852, pId:777, name:"Returns the current capacity", file: "ds-map.capacity"},
{id:1853, pId:777, name:"Removes all values", file: "ds-map.clear"},
{id:1854, pId:777, name:"Creates a new instance", file: "ds-map.construct"},
{id:1855, pId:777, name:"Returns a shallow copy of the map", file: "ds-map.copy"},
{id:1856, pId:777, name:"Returns the number of values in the map", file: "ds-map.count"},
{id:1857, pId:777, name:"Creates a new map using keys that aren't in anothe", file: "ds-map.diff"},
{id:1858, pId:777, name:"Creates a new map using a callable to determine wh", file: "ds-map.filter"},
{id:1859, pId:777, name:"Returns the first pair in the map", file: "ds-map.first"},
{id:1860, pId:777, name:"Returns the value for a given key", file: "ds-map.get"},
{id:1861, pId:777, name:"Determines whether the map contains a given key", file: "ds-map.haskey"},
{id:1862, pId:777, name:"Determines whether the map contains a given value", file: "ds-map.hasvalue"},
{id:1863, pId:777, name:"Creates a new map by intersecting keys with anothe", file: "ds-map.intersect"},
{id:1864, pId:777, name:"Returns whether the map is empty", file: "ds-map.isempty"},
{id:1865, pId:777, name:"Returns a representation that can be converted to ", file: "ds-map.jsonserialize"},
{id:1866, pId:777, name:"Returns a set of the map's keys", file: "ds-map.keys"},
{id:1867, pId:777, name:"Sorts the map in-place by key", file: "ds-map.ksort"},
{id:1868, pId:777, name:"Returns a copy, sorted by key", file: "ds-map.ksorted"},
{id:1869, pId:777, name:"Returns the last pair of the map", file: "ds-map.last"},
{id:1870, pId:777, name:"Returns the result of applying a callback to each ", file: "ds-map.map"},
{id:1871, pId:777, name:"Returns the result of adding all given association", file: "ds-map.merge"},
{id:1872, pId:777, name:"Returns a sequence containing all the pairs of the", file: "ds-map.pairs"},
{id:1873, pId:777, name:"Associates a key with a value", file: "ds-map.put"},
{id:1874, pId:777, name:"Associates all key-value pairs of a traversable ob", file: "ds-map.putall"},
{id:1875, pId:777, name:"Reduces the map to a single value using a callback", file: "ds-map.reduce"},
{id:1876, pId:777, name:"Removes and returns a value by key", file: "ds-map.remove"},
{id:1877, pId:777, name:"Reverses the map in-place", file: "ds-map.reverse"},
{id:1878, pId:777, name:"Returns a reversed copy", file: "ds-map.reversed"},
{id:1879, pId:777, name:"Returns the pair at a given positional index", file: "ds-map.skip"},
{id:1880, pId:777, name:"Returns a subset of the map defined by a starting ", file: "ds-map.slice"},
{id:1881, pId:777, name:"Sorts the map in-place by value", file: "ds-map.sort"},
{id:1882, pId:777, name:"Returns a copy, sorted by value", file: "ds-map.sorted"},
{id:1883, pId:777, name:"Returns the sum of all values in the map", file: "ds-map.sum"},
{id:1884, pId:777, name:"Converts the map to an array", file: "ds-map.toarray"},
{id:1885, pId:777, name:"Creates a new map using values from the current in", file: "ds-map.union"},
{id:1886, pId:777, name:"Returns a sequence of the map's values", file: "ds-map.values"},
{id:1887, pId:777, name:"Creates a new map using keys of either the current", file: "ds-map.xor"},
{id:778, pId:190, name:"The Pair classs6c6-0.04%", file: "class.ds-pair"},
{id:1888, pId:778, name:"Removes all values", file: "ds-pair.clear"},
{id:1889, pId:778, name:"Creates a new instance", file: "ds-pair.construct"},
{id:1890, pId:778, name:"Returns a shallow copy of the pair", file: "ds-pair.copy"},
{id:1891, pId:778, name:"Returns whether the pair is empty", file: "ds-pair.isempty"},
{id:1892, pId:778, name:"Returns a representation that can be converted to ", file: "ds-pair.jsonserialize"},
{id:1893, pId:778, name:"Converts the pair to an array", file: "ds-pair.toarray"},
{id:779, pId:190, name:"The PriorityQueue classs12c12-0.08%", file: "class.ds-priorityqueue"},
{id:1894, pId:779, name:"Allocates enough memory for a required capacity", file: "ds-priorityqueue.allocate"},
{id:1895, pId:779, name:"Returns the current capacity", file: "ds-priorityqueue.capacity"},
{id:1896, pId:779, name:"Removes all values", file: "ds-priorityqueue.clear"},
{id:1897, pId:779, name:"Creates a new instance", file: "ds-priorityqueue.construct"},
{id:1898, pId:779, name:"Returns a shallow copy of the queue", file: "ds-priorityqueue.copy"},
{id:1899, pId:779, name:"Returns the number of values in the queue", file: "ds-priorityqueue.count"},
{id:1900, pId:779, name:"Returns whether the queue is empty", file: "ds-priorityqueue.isempty"},
{id:1901, pId:779, name:"Returns a representation that can be converted to ", file: "ds-priorityqueue.jsonserialize"},
{id:1902, pId:779, name:"Returns the value at the front of the queue", file: "ds-priorityqueue.peek"},
{id:1903, pId:779, name:"Removes and returns the value with the highest pri", file: "ds-priorityqueue.pop"},
{id:1904, pId:779, name:"Pushes values into the queue", file: "ds-priorityqueue.push"},
{id:1905, pId:779, name:"Converts the queue to an array", file: "ds-priorityqueue.toarray"},
{id:780, pId:190, name:"The Queue classs12c12-0.08%", file: "class.ds-queue"},
{id:1906, pId:780, name:"Allocates enough memory for a required capacity", file: "ds-queue.allocate"},
{id:1907, pId:780, name:"Returns the current capacity", file: "ds-queue.capacity"},
{id:1908, pId:780, name:"Removes all values", file: "ds-queue.clear"},
{id:1909, pId:780, name:"Creates a new instance", file: "ds-queue.construct"},
{id:1910, pId:780, name:"Returns a shallow copy of the queue", file: "ds-queue.copy"},
{id:1911, pId:780, name:"Returns the number of values in the queue", file: "ds-queue.count"},
{id:1912, pId:780, name:"Returns whether the queue is empty", file: "ds-queue.isempty"},
{id:1913, pId:780, name:"Returns a representation that can be converted to ", file: "ds-queue.jsonserialize"},
{id:1914, pId:780, name:"Returns the value at the front of the queue", file: "ds-queue.peek"},
{id:1915, pId:780, name:"Removes and returns the value at the front of the ", file: "ds-queue.pop"},
{id:1916, pId:780, name:"Pushes values into the queue", file: "ds-queue.push"},
{id:1917, pId:780, name:"Converts the queue to an array", file: "ds-queue.toarray"},
{id:781, pId:190, name:"The Sequence interfaces27c27-0.18%", file: "class.ds-sequence"},
{id:1918, pId:781, name:"Allocates enough memory for a required capacity", file: "ds-sequence.allocate"},
{id:1919, pId:781, name:"Updates all values by applying a callback function", file: "ds-sequence.apply"},
{id:1920, pId:781, name:"Returns the current capacity", file: "ds-sequence.capacity"},
{id:1921, pId:781, name:"Determines if the sequence contains given values", file: "ds-sequence.contains"},
{id:1922, pId:781, name:"Creates a new sequence using a callable to det", file: "ds-sequence.filter"},
{id:1923, pId:781, name:"Attempts to find a value's index", file: "ds-sequence.find"},
{id:1924, pId:781, name:"Returns the first value in the sequence", file: "ds-sequence.first"},
{id:1925, pId:781, name:"Returns the value at a given index", file: "ds-sequence.get"},
{id:1926, pId:781, name:"Inserts values at a given index", file: "ds-sequence.insert"},
{id:1927, pId:781, name:"Joins all values together as a string", file: "ds-sequence.join"},
{id:1928, pId:781, name:"Returns the last value", file: "ds-sequence.last"},
{id:1929, pId:781, name:"Returns the result of applying a callback to each ", file: "ds-sequence.map"},
{id:1930, pId:781, name:"Returns the result of adding all given values to t", file: "ds-sequence.merge"},
{id:1931, pId:781, name:"Removes and returns the last value", file: "ds-sequence.pop"},
{id:1932, pId:781, name:"Adds values to the end of the sequence", file: "ds-sequence.push"},
{id:1933, pId:781, name:"Reduces the sequence to a single value using a cal", file: "ds-sequence.reduce"},
{id:1934, pId:781, name:"Removes and returns a value by index", file: "ds-sequence.remove"},
{id:1935, pId:781, name:"Reverses the sequence in-place", file: "ds-sequence.reverse"},
{id:1936, pId:781, name:"Returns a reversed copy", file: "ds-sequence.reversed"},
{id:1937, pId:781, name:"Rotates the sequence by a given number of rotation", file: "ds-sequence.rotate"},
{id:1938, pId:781, name:"Updates a value at a given index", file: "ds-sequence.set"},
{id:1939, pId:781, name:"Removes and returns the first value", file: "ds-sequence.shift"},
{id:1940, pId:781, name:"Returns a sub-sequence of a given range", file: "ds-sequence.slice"},
{id:1941, pId:781, name:"Sorts the sequence in-place", file: "ds-sequence.sort"},
{id:1942, pId:781, name:"Returns a sorted copy", file: "ds-sequence.sorted"},
{id:1943, pId:781, name:"Returns the sum of all values in the sequence", file: "ds-sequence.sum"},
{id:1944, pId:781, name:"Adds values to the front of the sequence", file: "ds-sequence.unshift"},
{id:782, pId:190, name:"The Set classs29c29-0.19%", file: "class.ds-set"},
{id:1945, pId:782, name:"Adds values to the set", file: "ds-set.add"},
{id:1946, pId:782, name:"Allocates enough memory for a required capacity", file: "ds-set.allocate"},
{id:1947, pId:782, name:"Returns the current capacity", file: "ds-set.capacity"},
{id:1948, pId:782, name:"Removes all values", file: "ds-set.clear"},
{id:1949, pId:782, name:"Creates a new instance", file: "ds-set.construct"},
{id:1950, pId:782, name:"Determines if the set contains all values", file: "ds-set.contains"},
{id:1951, pId:782, name:"Returns a shallow copy of the set", file: "ds-set.copy"},
{id:1952, pId:782, name:"Returns the number of values in the set", file: "ds-set.count"},
{id:1953, pId:782, name:"Creates a new set using values that aren't in anot", file: "ds-set.diff"},
{id:1954, pId:782, name:"Creates a new set using a callable to determin", file: "ds-set.filter"},
{id:1955, pId:782, name:"Returns the first value in the set", file: "ds-set.first"},
{id:1956, pId:782, name:"Returns the value at a given index", file: "ds-set.get"},
{id:1957, pId:782, name:"Creates a new set by intersecting values with anot", file: "ds-set.intersect"},
{id:1958, pId:782, name:"Returns whether the set is empty", file: "ds-set.isempty"},
{id:1959, pId:782, name:"Joins all values together as a string", file: "ds-set.join"},
{id:1960, pId:782, name:"Returns a representation that can be converted to ", file: "ds-set.jsonserialize"},
{id:1961, pId:782, name:"Returns the last value in the set", file: "ds-set.last"},
{id:1962, pId:782, name:"Returns the result of adding all given values to t", file: "ds-set.merge"},
{id:1963, pId:782, name:"Reduces the set to a single value using a callback", file: "ds-set.reduce"},
{id:1964, pId:782, name:"Removes all given values from the set", file: "ds-set.remove"},
{id:1965, pId:782, name:"Reverses the set in-place", file: "ds-set.reverse"},
{id:1966, pId:782, name:"Returns a reversed copy", file: "ds-set.reversed"},
{id:1967, pId:782, name:"Returns a sub-set of a given range", file: "ds-set.slice"},
{id:1968, pId:782, name:"Sorts the set in-place", file: "ds-set.sort"},
{id:1969, pId:782, name:"Returns a sorted copy", file: "ds-set.sorted"},
{id:1970, pId:782, name:"Returns the sum of all values in the set", file: "ds-set.sum"},
{id:1971, pId:782, name:"Converts the set to an array", file: "ds-set.toarray"},
{id:1972, pId:782, name:"Creates a new set using values from the current in", file: "ds-set.union"},
{id:1973, pId:782, name:"Creates a new set using values in either the curre", file: "ds-set.xor"},
{id:783, pId:190, name:"The Stack classs12c12-0.08%", file: "class.ds-stack"},
{id:1974, pId:783, name:"Allocates enough memory for a required capacity", file: "ds-stack.allocate"},
{id:1975, pId:783, name:"Returns the current capacity", file: "ds-stack.capacity"},
{id:1976, pId:783, name:"Removes all values", file: "ds-stack.clear"},
{id:1977, pId:783, name:"Creates a new instance", file: "ds-stack.construct"},
{id:1978, pId:783, name:"Returns a shallow copy of the stack", file: "ds-stack.copy"},
{id:1979, pId:783, name:"Returns the number of values in the stack", file: "ds-stack.count"},
{id:1980, pId:783, name:"Returns whether the stack is empty", file: "ds-stack.isempty"},
{id:1981, pId:783, name:"Returns a representation that can be converted to ", file: "ds-stack.jsonserialize"},
{id:1982, pId:783, name:"Returns the value at the top of the stack", file: "ds-stack.peek"},
{id:1983, pId:783, name:"Removes and returns the value at the top of the st", file: "ds-stack.pop"},
{id:1984, pId:783, name:"Pushes values onto the stack", file: "ds-stack.push"},
{id:1985, pId:783, name:"Converts the stack to an array", file: "ds-stack.toarray"},
{id:784, pId:190, name:"The Vector classs34c34-0.23%", file: "class.ds-vector"},
{id:1986, pId:784, name:"Allocates enough memory for a required capacity", file: "ds-vector.allocate"},
{id:1987, pId:784, name:"Updates all values by applying a callback function", file: "ds-vector.apply"},
{id:1988, pId:784, name:"Returns the current capacity", file: "ds-vector.capacity"},
{id:1989, pId:784, name:"Removes all values", file: "ds-vector.clear"},
{id:1990, pId:784, name:"Creates a new instance", file: "ds-vector.construct"},
{id:1991, pId:784, name:"Determines if the vector contains given values", file: "ds-vector.contains"},
{id:1992, pId:784, name:"Returns a shallow copy of the vector", file: "ds-vector.copy"},
{id:1993, pId:784, name:"Returns the number of values in the collection", file: "ds-vector.count"},
{id:1994, pId:784, name:"Creates a new vector using a callable to deter", file: "ds-vector.filter"},
{id:1995, pId:784, name:"Attempts to find a value's index", file: "ds-vector.find"},
{id:1996, pId:784, name:"Returns the first value in the vector", file: "ds-vector.first"},
{id:1997, pId:784, name:"Returns the value at a given index", file: "ds-vector.get"},
{id:1998, pId:784, name:"Inserts values at a given index", file: "ds-vector.insert"},
{id:1999, pId:784, name:"Returns whether the vector is empty", file: "ds-vector.isempty"},
{id:2000, pId:784, name:"Joins all values together as a string", file: "ds-vector.join"},
{id:2001, pId:784, name:"Returns a representation that can be converted to ", file: "ds-vector.jsonserialize"},
{id:2002, pId:784, name:"Returns the last value", file: "ds-vector.last"},
{id:2003, pId:784, name:"Returns the result of applying a callback to each ", file: "ds-vector.map"},
{id:2004, pId:784, name:"Returns the result of adding all given values to t", file: "ds-vector.merge"},
{id:2005, pId:784, name:"Removes and returns the last value", file: "ds-vector.pop"},
{id:2006, pId:784, name:"Adds values to the end of the vector", file: "ds-vector.push"},
{id:2007, pId:784, name:"Reduces the vector to a single value using a callb", file: "ds-vector.reduce"},
{id:2008, pId:784, name:"Removes and returns a value by index", file: "ds-vector.remove"},
{id:2009, pId:784, name:"Reverses the vector in-place", file: "ds-vector.reverse"},
{id:2010, pId:784, name:"Returns a reversed copy", file: "ds-vector.reversed"},
{id:2011, pId:784, name:"Rotates the vector by a given number of rotations", file: "ds-vector.rotate"},
{id:2012, pId:784, name:"Updates a value at a given index", file: "ds-vector.set"},
{id:2013, pId:784, name:"Removes and returns the first value", file: "ds-vector.shift"},
{id:2014, pId:784, name:"Returns a sub-vector of a given range", file: "ds-vector.slice"},
{id:2015, pId:784, name:"Sorts the vector in-place", file: "ds-vector.sort"},
{id:2016, pId:784, name:"Returns a sorted copy", file: "ds-vector.sorted"},
{id:2017, pId:784, name:"Returns the sum of all values in the vector", file: "ds-vector.sum"},
{id:2018, pId:784, name:"Converts the vector to an array", file: "ds-vector.toarray"},
{id:2019, pId:784, name:"Adds values to the front of the vector", file: "ds-vector.unshift"},
{id:2020, pId:190, name:"预定义常量", file: "ds.constants"},
{id:2021, pId:190, name:"范例", file: "ds.examples"},
{id:2024, pId:190, name:"安装/配置s2c2-0.01%", file: "ds.setup"},
{id:2022, pId:2024, name:"安装", file: "ds.installation"},
{id:2023, pId:2024, name:"需求", file: "ds.requirements"},
{id:9108, pId:190, name:"简介", file: "intro.ds"},
{id:200, pId:12169, name:"FANN (快速人工神经网络)s6c157-1.04%", file: "book.fann"},
{id:814, pId:200, name:"FANNConnection 类s5c5-0.03%", file: "class.fannconnection"},
{id:2364, pId:814, name:"连接构造器", file: "fannconnection.construct"},
{id:2365, pId:814, name:"返回开始连接的神经元。", file: "fannconnection.getfromneuron"},
{id:2366, pId:814, name:"返回终止神经元的位置。", file: "fannconnection.gettoneuron"},
{id:2367, pId:814, name:"返回连接权重。", file: "fannconnection.getweight"},
{id:2368, pId:814, name:"设置连接权重。", file: "fannconnection.setweight"},
{id:2357, pId:200, name:"预定义常量", file: "fann.constants"},
{id:2359, pId:200, name:"范例s1c1-0.01%", file: "fann.examples"},
{id:2358, pId:2359, name:"XOR (异或)训练", file: "fann.examples-1"},
{id:2363, pId:200, name:"安装/配置s4c4-0.03%", file: "fann.setup"},
{id:2356, pId:2363, name:"运行时配置", file: "fann.configuration"},
{id:2360, pId:2363, name:"安装", file: "fann.installation"},
{id:2361, pId:2363, name:"需求", file: "fann.requirements"},
{id:2362, pId:2363, name:"资源类型", file: "fann.resources"},
{id:9118, pId:200, name:"简介", file: "intro.fann"},
{id:11780, pId:200, name:"Fann 函数s141c141-0.94%", file: "ref.fann"},
{id:3360, pId:11780, name:"在整个数据集上训练,使用一段时间的 Cascade2 训练算法。", file: "function.fann-cascadetrain-on-data"},
{id:3361, pId:11780, name:"读取文件并在整个数据集上训练,使用 Cascade2 训练算法训练一段时间。", file: "function.fann-cascadetrain-on-file"},
{id:3362, pId:11780, name:"清除缩放参数", file: "function.fann-clear-scaling-params"},
{id:3363, pId:11780, name:"创建一个 fann 结构体的副本。", file: "function.fann-copy"},
{id:3364, pId:11780, name:"从配置文件中构建一个反向传播神经网络。", file: "function.fann-create-from-file"},
{id:3365, pId:11780, name:"创建一个含快捷连接而非全连接的标准反向传播神经网络。", file: "function.fann-create-shortcut-array"},
{id:3366, pId:11780, name:"创建一个含快捷连接而非全连接的标准反向传播神经网络。", file: "function.fann-create-shortcut"},
{id:3367, pId:11780, name:"创建一个标准的反向传播神经网络,该网络使用一个表示每层大小的数组来构造,但是并不是全连接的。", file: "function.fann-create-sparse-array"},
{id:3368, pId:11780, name:"创建一个标准的反向传播神经网络,该网络不是全连接。", file: "function.fann-create-sparse"},
{id:3369, pId:11780, name:"创建一个全连接的反向传播神经网络,该网络使用一个表示每层大小的数组来构造。", file: "function.fann-create-standard-array"},
{id:3370, pId:11780, name:"创建标准的全连接反向传播神经网络。", file: "function.fann-create-standard"},
{id:3371, pId:11780, name:"从用户提供的函数创建训练数据结构。", file: "function.fann-create-train-from-callback"},
{id:3372, pId:11780, name:"创建一个空的训练数据结构。", file: "function.fann-create-train"},
{id:3373, pId:11780, name:"在获取基于先前计算的参数之后,在输入向量中缩小数据", file: "function.fann-descale-input"},
{id:3374, pId:11780, name:"在获取基于先前计算的参数之后,在输出向量中缩小数据", file: "function.fann-descale-output"},
{id:3375, pId:11780, name:"基于先前计算的参数来缩小输入和输出数据", file: "function.fann-descale-train"},
{id:3376, pId:11780, name:"销毁训练数据。", file: "function.fann-destroy-train"},
{id:3377, pId:11780, name:"销毁整个网络并且适当地释放所有的关联内存。", file: "function.fann-destroy"},
{id:3378, pId:11780, name:"返回 fann 训练数据精确的副本。", file: "function.fann-duplicate-train-data"},
{id:3379, pId:11780, name:"返回激励函数", file: "function.fann-get-activation-function"},
{id:3380, pId:11780, name:"为提供的神经和网络层数返回激活陡度", file: "function.fann-get-activation-steepness"},
{id:3381, pId:11780, name:"获取网络中每一层的偏差数", file: "function.fann-get-bias-array"},
{id:3382, pId:11780, name:"返回训练期间使用的误差限制", file: "function.fann-get-bit-fail-limit"},
{id:3383, pId:11780, name:"失败位的数量", file: "function.fann-get-bit-fail"},
{id:3384, pId:11780, name:"返回级联激活函数的数量", file: "function.fann-get-cascade-activation-functions-count"},
{id:3385, pId:11780, name:"返回级联激活函数", file: "function.fann-get-cascade-activation-functions"},
{id:3386, pId:11780, name:"激活陡度的数量", file: "function.fann-get-cascade-activation-steepnesses-count"},
{id:3387, pId:11780, name:"返回级联激活陡度", file: "function.fann-get-cascade-activation-steepnesses"},
{id:3388, pId:11780, name:"返回级联候选变化分数", file: "function.fann-get-cascade-candidate-change-fraction"},
{id:3389, pId:11780, name:"返回候选限度", file: "function.fann-get-cascade-candidate-limit"},
{id:3390, pId:11780, name:"返回层叠候选停滞周期的数量", file: "function.fann-get-cascade-candidate-stagnation-epochs"},
{id:3391, pId:11780, name:"返回候选周期的最大值", file: "function.fann-get-cascade-max-cand-epochs"},
{id:3392, pId:11780, name:"返回输出周期的最大值", file: "function.fann-get-cascade-max-out-epochs"},
{id:3393, pId:11780, name:"返回最小的候选周期", file: "function.fann-get-cascade-min-cand-epochs"},
{id:3394, pId:11780, name:"返回最小输出周期", file: "function.fann-get-cascade-min-out-epochs"},
{id:3395, pId:11780, name:"返回候选组的数量", file: "function.fann-get-cascade-num-candidate-groups"},
{id:3396, pId:11780, name:"返回训练期间使用的候选数量", file: "function.fann-get-cascade-num-candidates"},
{id:3397, pId:11780, name:"返回级联输出变化分数", file: "function.fann-get-cascade-output-change-fraction"},
{id:3398, pId:11780, name:"返回级联输出停滞周期的数量", file: "function.fann-get-cascade-output-stagnation-epochs"},
{id:3399, pId:11780, name:"返回权重因子", file: "function.fann-get-cascade-weight-multiplier"},
{id:3400, pId:11780, name:"获取网络中的连接。", file: "function.fann-get-connection-array"},
{id:3401, pId:11780, name:"获取当网络创建时连接的使用率。", file: "function.fann-get-connection-rate"},
{id:3402, pId:11780, name:"返回最后一个错误数字。", file: "function.fann-get-errno"},
{id:3403, pId:11780, name:"返回最后的错误字符串。", file: "function.fann-get-errstr"},
{id:3404, pId:11780, name:"获取网络中每层的神经元数量。", file: "function.fann-get-layer-array"},
{id:3405, pId:11780, name:"返回学习动量", file: "function.fann-get-learning-momentum"},
{id:3406, pId:11780, name:"返回学习速率", file: "function.fann-get-learning-rate"},
{id:3407, pId:11780, name:"从网络中读取均方误差。", file: "function.fann-get-mse"},
{id:3408, pId:11780, name:"获取所创建的神经网络类型。", file: "function.fann-get-network-type"},
{id:3409, pId:11780, name:"获取输入神经元的数量。", file: "function.fann-get-num-input"},
{id:3410, pId:11780, name:"获取神经网络的层数。", file: "function.fann-get-num-layers"},
{id:3411, pId:11780, name:"获取输出神经元的数量。", file: "function.fann-get-num-output"},
{id:3412, pId:11780, name:"返回衰退值,用于在 quickprop 训练迭代时衰减权重", file: "function.fann-get-quickprop-decay"},
{id:3413, pId:11780, name:"返回放大系数", file: "function.fann-get-quickprop-mu"},
{id:3414, pId:11780, name:"返回 RPROP 训练期间的衰减系数", file: "function.fann-get-rprop-decrease-factor"},
{id:3415, pId:11780, name:"返回最大步长", file: "function.fann-get-rprop-delta-max"},
{id:3416, pId:11780, name:"返回最小步长", file: "function.fann-get-rprop-delta-min"},
{id:3417, pId:11780, name:"返回初始步长", file: "function.fann-get-rprop-delta-zero"},
{id:3418, pId:11780, name:"返回 RPROP 训练的递增系数", file: "function.fann-get-rprop-increase-factor"},
{id:3419, pId:11780, name:"返回 sarprop 步值的误差偏移", file: "function.fann-get-sarprop-step-error-shift"},
{id:3420, pId:11780, name:"返回 sarprop 算法步值的误差阈值系数", file: "function.fann-get-sarprop-step-error-threshold-factor"},
{id:3421, pId:11780, name:"返回 sarprop 算法温度", file: "function.fann-get-sarprop-temperature"},
{id:3422, pId:11780, name:"返回 sarprop 算法权重衰减变化值", file: "function.fann-get-sarprop-weight-decay-shift"},
{id:3423, pId:11780, name:"获取整个网络中所有的连接数。", file: "function.fann-get-total-connections"},
{id:3424, pId:11780, name:"获取整个网络中神经元的数量。", file: "function.fann-get-total-neurons"},
{id:3425, pId:11780, name:"返回训练中使用的错误函数。", file: "function.fann-get-train-error-function"},
{id:3426, pId:11780, name:"返回训练中使用的停止函数。", file: "function.fann-get-train-stop-function"},
{id:3427, pId:11780, name:"返回训练算法。", file: "function.fann-get-training-algorithm"},
{id:3428, pId:11780, name:"使用 Widrow 和 Nguyen 算法初始化权重。", file: "function.fann-init-weights"},
{id:3429, pId:11780, name:"返回训练数据中训练模式的数量。", file: "function.fann-length-train-data"},
{id:3430, pId:11780, name:"合并训练数据。", file: "function.fann-merge-train-data"},
{id:3431, pId:11780, name:"返回训练数据中每个训练模式输入的数量。", file: "function.fann-num-input-train-data"},
{id:3432, pId:11780, name:"返回训练数据中每个训练模式输出的数量。", file: "function.fann-num-output-train-data"},
{id:3433, pId:11780, name:"打印错误字符串。", file: "function.fann-print-error"},
{id:3434, pId:11780, name:"给每个连接赋一个介于 min_weight 和 max_weight 之间的随机权重。", file: "function.fann-randomize-weights"},
{id:3435, pId:11780, name:"读取存储训练数据的文件。", file: "function.fann-read-train-from-file"},
{id:3436, pId:11780, name:"重置最后的错误代码。", file: "function.fann-reset-errno"},
{id:3437, pId:11780, name:"重置最后的错误字符串。", file: "function.fann-reset-errstr"},
{id:3438, pId:11780, name:"重置网络中的均方误差。", file: "function.fann-reset-mse"},
{id:3439, pId:11780, name:"将通过神经网络运行输入。", file: "function.fann-run"},
{id:3440, pId:11780, name:"将训练结构体保存至文件。", file: "function.fann-save-train"},
{id:3441, pId:11780, name:"将整个网络保存至配置文件。", file: "function.fann-save"},
{id:3442, pId:11780, name:"在训练数据中缩放输入至指定范围", file: "function.fann-scale-input-train-data"},
{id:3443, pId:11780, name:"在以前计算参数的基础上,在训练之前放大输入向量中的数据", file: "function.fann-scale-input"},
{id:3444, pId:11780, name:"在训练数据中缩放输出至指定范围", file: "function.fann-scale-output-train-data"},
{id:3445, pId:11780, name:"在以前计算参数的基础上,在训练之前放大输出向量中的数据", file: "function.fann-scale-output"},
{id:3446, pId:11780, name:"在训练数据中缩放输入和输出到指定的范围", file: "function.fann-scale-train-data"},
{id:3447, pId:11780, name:"在以前计算参数的基础上,缩放输入和输出数据", file: "function.fann-scale-train"},
{id:3448, pId:11780, name:"为所有隐藏层设置激活函数", file: "function.fann-set-activation-function-hidden"},
{id:3449, pId:11780, name:"为已应用的层中所有的神经元设置激活函数。", file: "function.fann-set-activation-function-layer"},
{id:3450, pId:11780, name:"为输出层设置激活函数", file: "function.fann-set-activation-function-output"},
{id:3451, pId:11780, name:"为已应用的神经元和层设置激活函数", file: "function.fann-set-activation-function"},
{id:3452, pId:11780, name:"为所有隐藏层中所有的神经元设置激活函数陡度", file: "function.fann-set-activation-steepness-hidden"},
{id:3453, pId:11780, name:"为提供的层中所有的神经元设置激活陡度", file: "function.fann-set-activation-steepness-layer"},
{id:3454, pId:11780, name:"在输出层中设置激活陡度", file: "function.fann-set-activation-steepness-output"},
{id:3455, pId:11780, name:"为提供的神经元和层设置激活陡度", file: "function.fann-set-activation-steepness"},
{id:3456, pId:11780, name:"设置训练期间使用的误差", file: "function.fann-set-bit-fail-limit"},
{id:3457, pId:11780, name:"设置训练期间使用的回调函数。", file: "function.fann-set-callback"},
{id:3458, pId:11780, name:"设置级联候选激活函数的数组", file: "function.fann-set-cascade-activation-functions"},
{id:3459, pId:11780, name:"设置级联候选激活陡度的数组。", file: "function.fann-set-cascade-activation-steepnesses"},
{id:3460, pId:11780, name:"设置级联候选更改分数", file: "function.fann-set-cascade-candidate-change-fraction"},
{id:3461, pId:11780, name:"设置候选限度", file: "function.fann-set-cascade-candidate-limit"},
{id:3462, pId:11780, name:"设置级联候选停止周期数", file: "function.fann-set-cascade-candidate-stagnation-epochs"},
{id:3463, pId:11780, name:"设置最大候选周期数", file: "function.fann-set-cascade-max-cand-epochs"},
{id:3464, pId:11780, name:"设置最大输出周期", file: "function.fann-set-cascade-max-out-epochs"},
{id:3465, pId:11780, name:"设置最小候选周期", file: "function.fann-set-cascade-min-cand-epochs"},
{id:3466, pId:11780, name:"设置最小输出周期", file: "function.fann-set-cascade-min-out-epochs"},
{id:3467, pId:11780, name:"设置候选组数量", file: "function.fann-set-cascade-num-candidate-groups"},
{id:3468, pId:11780, name:"设置级联输出改变分数", file: "function.fann-set-cascade-output-change-fraction"},
{id:3469, pId:11780, name:"设置级联输出停滞周期的值", file: "function.fann-set-cascade-output-stagnation-epochs"},
{id:3470, pId:11780, name:"设置权重因子", file: "function.fann-set-cascade-weight-multiplier"},
{id:3471, pId:11780, name:"设置错误记录保存的位置。", file: "function.fann-set-error-log"},
{id:3472, pId:11780, name:"根据训练数据计算将来使用的输入比例参数", file: "function.fann-set-input-scaling-params"},
{id:3473, pId:11780, name:"设置学习动量。", file: "function.fann-set-learning-momentum"},
{id:3474, pId:11780, name:"设置学习速率。", file: "function.fann-set-learning-rate"},
{id:3475, pId:11780, name:"根据训练数据计算将来使用的输出缩放参数", file: "function.fann-set-output-scaling-params"},
{id:3476, pId:11780, name:"设置quickprop算法衰减因子", file: "function.fann-set-quickprop-decay"},
{id:3477, pId:11780, name:"设置 quickprop 算法放大因子", file: "function.fann-set-quickprop-mu"},
{id:3478, pId:11780, name:"使用 RPROP 算法训练时,设置下降因子", file: "function.fann-set-rprop-decrease-factor"},
{id:3479, pId:11780, name:"设置最大步长", file: "function.fann-set-rprop-delta-max"},
{id:3480, pId:11780, name:"设置最小步长", file: "function.fann-set-rprop-delta-min"},
{id:3481, pId:11780, name:"设置初始步长", file: "function.fann-set-rprop-delta-zero"},
{id:3482, pId:11780, name:"使用 RPROP 算法训练时,设置增长因子", file: "function.fann-set-rprop-increase-factor"},
{id:3483, pId:11780, name:"设置 sarprop 算法的步误差偏移量", file: "function.fann-set-sarprop-step-error-shift"},
{id:3484, pId:11780, name:"设置 sarprop 算法的步误差阈值因子", file: "function.fann-set-sarprop-step-error-threshold-factor"},
{id:3485, pId:11780, name:"设置 sarprop 算法的温度", file: "function.fann-set-sarprop-temperature"},
{id:3486, pId:11780, name:"设置 sarprop 算法的权重衰减偏移值", file: "function.fann-set-sarprop-weight-decay-shift"},
{id:3487, pId:11780, name:"根据训练数据计算输入和输出缩放参数以供将来使用", file: "function.fann-set-scaling-params"},
{id:3488, pId:11780, name:"设置训练期间使用的错误函数。", file: "function.fann-set-train-error-function"},
{id:3489, pId:11780, name:"设置训练期间使用的停止函数。", file: "function.fann-set-train-stop-function"},
{id:3490, pId:11780, name:"设置训练算法。", file: "function.fann-set-training-algorithm"},
{id:3491, pId:11780, name:"在网络中设置一个连接。", file: "function.fann-set-weight-array"},
{id:3492, pId:11780, name:"在网络中设置一个连接。", file: "function.fann-set-weight"},
{id:3493, pId:11780, name:"打算训练数据,使顺序随机。", file: "function.fann-shuffle-train-data"},
{id:3494, pId:11780, name:"返回一个训练数据子集的副本。", file: "function.fann-subset-train-data"},
{id:3495, pId:11780, name:"使用训练数据来测试并且计算出 MSE .", file: "function.fann-test-data"},
{id:3496, pId:11780, name:"使用一组输入和一组期望的输出来测试。", file: "function.fann-test"},
{id:3497, pId:11780, name:"使用一组训练数据训练一个周期。", file: "function.fann-train-epoch"},
{id:3498, pId:11780, name:"在整个数据集上训练一段时间。", file: "function.fann-train-on-data"},
{id:3499, pId:11780, name:"在从某个文件读取的整个数据集上训练一段时间。", file: "function.fann-train-on-file"},
{id:3500, pId:11780, name:"使用一个输入集和一个期望的输出集来迭代训练一次。", file: "function.fann-train"},
{id:214, pId:12169, name:"Geo IP 定位s4c27-0.18%", file: "book.geoip"},
{id:7517, pId:214, name:"预定义常量", file: "geoip.constants"},
{id:7521, pId:214, name:"安装/配置s4c4-0.03%", file: "geoip.setup"},
{id:7516, pId:7521, name:"运行时配置", file: "geoip.configuration"},
{id:7518, pId:7521, name:"安装", file: "geoip.installation"},
{id:7519, pId:7521, name:"需求", file: "geoip.requirements"},
{id:7520, pId:7521, name:"资源类型", file: "geoip.resources"},
{id:9132, pId:214, name:"简介", file: "intro.geoip"},
{id:11791, pId:214, name:"GeoIP 函数s19c19-0.13%", file: "ref.geoip"},
{id:3755, pId:11791, name:"获取自治系统号(ASN)", file: "function.geoip-asnum-by-name"},
{id:3756, pId:11791, name:"获取七大洲的大写字母简称", file: "function.geoip-continent-code-by-name"},
{id:3757, pId:11791, name:"获取国家代码", file: "function.geoip-country-code-by-name"},
{id:3758, pId:11791, name:"获取三个字母组成的国家简称", file: "function.geoip-country-code3-by-name"},
{id:3759, pId:11791, name:"获取国家的全称", file: "function.geoip-country-name-by-name"},
{id:3760, pId:11791, name:"获取 GeoIP 数据库的信息", file: "function.geoip-database-info"},
{id:3761, pId:11791, name:"GeoIP 数据库是否可用", file: "function.geoip-db-avail"},
{id:3762, pId:11791, name:"返回 GeoIP 数据库相对应的文件名", file: "function.geoip-db-filename"},
{id:3763, pId:11791, name:"返回所有 GeoIP 数据库类型的详细信息", file: "function.geoip-db-get-all-info"},
{id:3764, pId:11791, name:"获取二级域名", file: "function.geoip-domain-by-name"},
{id:3765, pId:11791, name:"获取网络连接类型", file: "function.geoip-id-by-name"},
{id:3766, pId:11791, name:"获取 ISP (网络服务提供商)的名称", file: "function.geoip-isp-by-name"},
{id:3767, pId:11791, name:"获取网络连接速度", file: "function.geoip-netspeedcell-by-name"},
{id:3768, pId:11791, name:"获取机构的名称", file: "function.geoip-org-by-name"},
{id:3769, pId:11791, name:"返回 GeoIP 数据库中详细的城市信息", file: "function.geoip-record-by-name"},
{id:3770, pId:11791, name:"获取国家和地区代码", file: "function.geoip-region-by-name"},
{id:3771, pId:11791, name:"返回给定的国家和地区代码组合所对应的地区名称", file: "function.geoip-region-name-by-code"},
{id:3772, pId:11791, name:"自定义 GeoIP 数据库的目录", file: "function.geoip-setup-custom-directory"},
{id:3773, pId:11791, name:"返回国家和地区的时区", file: "function.geoip-time-zone-by-country-and-region"},
{id:239, pId:12169, name:"JavaScript对象符号(JSON)s5c14-0.09%", file: "book.json"},
{id:867, pId:239, name:"JSON 序列化接口s1c1-0.01%", file: "class.jsonserializable"},
{id:9333, pId:867, name:"指定需要被序列化成 JSON 的数据", file: "jsonserializable.jsonserialize"},
{id:9157, pId:239, name:"简介", file: "intro.json"},
{id:9328, pId:239, name:"预定义常量", file: "json.constants"},
{id:9332, pId:239, name:"安装/配置s4c4-0.03%", file: "json.setup"},
{id:9327, pId:9332, name:"运行时配置", file: "json.configuration"},
{id:9329, pId:9332, name:"安装", file: "json.installation"},
{id:9330, pId:9332, name:"需求", file: "json.requirements"},
{id:9331, pId:9332, name:"资源类型", file: "json.resources"},
{id:11813, pId:239, name:"JSON 函数s4c4-0.03%", file: "ref.json"},
{id:4437, pId:11813, name:"对 JSON 格式的字符串进行解码", file: "function.json-decode"},
{id:4438, pId:11813, name:"对变量进行 JSON 编码", file: "function.json-encode"},
{id:4439, pId:11813, name:"Returns the error string of the last json_encode()", file: "function.json-last-error-msg"},
{id:4440, pId:11813, name:"返回最后发生的错误", file: "function.json-last-error"},
{id:240, pId:12169, name:"Judy Arrayss4c30-0.2%", file: "book.judy"},
{id:868, pId:240, name:"The Judy classs20c20-0.13%", file: "class.judy"},
{id:9334, pId:868, name:"Locate the Nth index present in the Judy array", file: "judy.bycount"},
{id:9336, pId:868, name:"Construct a new Judy object", file: "judy.construct"},
{id:9337, pId:868, name:"Count the number of elements in the Judy array", file: "judy.count"},
{id:9338, pId:868, name:"Destruct a Judy object", file: "judy.destruct"},
{id:9339, pId:868, name:"Search for the first index in the Judy array", file: "judy.first"},
{id:9340, pId:868, name:"Search for the first absent index in the Judy arra", file: "judy.firstempty"},
{id:9341, pId:868, name:"Free the entire Judy array", file: "judy.free"},
{id:9342, pId:868, name:"Return the type of the current Judy array", file: "judy.gettype"},
{id:9344, pId:868, name:"Search for the last index in the Judy array", file: "judy.last"},
{id:9345, pId:868, name:"Search for the last absent index in the Judy array", file: "judy.lastempty"},
{id:9346, pId:868, name:"Return the memory used by the Judy array", file: "judy.memoryusage"},
{id:9347, pId:868, name:"Search for the next index in the Judy array", file: "judy.next"},
{id:9348, pId:868, name:"Search for the next absent index in the Judy array", file: "judy.nextempty"},
{id:9349, pId:868, name:"Whether a offset exists", file: "judy.offsetexists"},
{id:9350, pId:868, name:"Offset to retrieve", file: "judy.offsetget"},
{id:9351, pId:868, name:"Offset to set", file: "judy.offsetset"},
{id:9352, pId:868, name:"Offset to unset", file: "judy.offsetunset"},
{id:9353, pId:868, name:"Search for the previous index in the Judy array", file: "judy.prev"},
{id:9354, pId:868, name:"Search for the previous absent index in the Judy a", file: "judy.prevempty"},
{id:9358, pId:868, name:"Return the size of the current Judy array", file: "judy.size"},
{id:9158, pId:240, name:"简介", file: "intro.judy"},
{id:9357, pId:240, name:"安装/配置s4c4-0.03%", file: "judy.setup"},
{id:9335, pId:9357, name:"运行时配置", file: "judy.configuration"},
{id:9343, pId:9357, name:"安装", file: "judy.installation"},
{id:9355, pId:9357, name:"需求", file: "judy.requirements"},
{id:9356, pId:9357, name:"资源类型", file: "judy.resources"},
{id:11814, pId:240, name:"Judy 函数s2c2-0.01%", file: "ref.judy"},
{id:4441, pId:11814, name:"Return the type of a Judy array", file: "function.judy-type"},
{id:4442, pId:11814, name:"Return or print the current PHP Judy version", file: "function.judy-version"},
{id:247, pId:12169, name:"Luas4c16-0.11%", file: "book.lua"},
{id:882, pId:247, name:"Lua类s7c7-0.05%", file: "class.lua"},
{id:9536, pId:882, name:"将一个php变量赋值给Lua", file: "lua.assign"},
{id:9537, pId:882, name:"调用Lua函数", file: "lua.call"},
{id:9539, pId:882, name:"Lua 构造方法", file: "lua.construct"},
{id:9540, pId:882, name:"将字符串当做Lua代码执行", file: "lua.eval"},
{id:9541, pId:882, name:"获取Lua版本", file: "lua.getversion"},
{id:9542, pId:882, name:"解析Lua脚本文件", file: "lua.include"},
{id:9544, pId:882, name:"向Lua中注册php函数", file: "lua.registercallback"},
{id:883, pId:247, name:"LuaClosure类s1c1-0.01%", file: "class.luaclosure"},
{id:9548, pId:883, name:"调用luaclosure", file: "luaclosure.invoke"},
{id:9165, pId:247, name:"简介", file: "intro.lua"},
{id:9547, pId:247, name:"安装/配置s4c4-0.03%", file: "lua.setup"},
{id:9538, pId:9547, name:"运行时配置", file: "lua.configuration"},
{id:9543, pId:9547, name:"安装", file: "lua.installation"},
{id:9545, pId:9547, name:"需求", file: "lua.requirements"},
{id:9546, pId:9547, name:"资源类型", file: "lua.resources"},
{id:248, pId:12169, name:"LuaSandboxs13c37-0.25%", file: "book.luasandbox"},
{id:884, pId:248, name:"The LuaSandbox classs16c16-0.11%", file: "class.luasandbox"},
{id:9549, pId:884, name:"Call a function in a Lua global variable", file: "luasandbox.callfunction"},
{id:9551, pId:884, name:"Disable the profiler", file: "luasandbox.disableprofiler"},
{id:9552, pId:884, name:"Enable the profiler.", file: "luasandbox.enableprofiler"},
{id:9555, pId:884, name:"Fetch the current CPU time usage of the Lua enviro", file: "luasandbox.getcpuusage"},
{id:9556, pId:884, name:"Fetch the current memory usage of the Lua environm", file: "luasandbox.getmemoryusage"},
{id:9557, pId:884, name:"Fetch the peak memory usage of the Lua environment", file: "luasandbox.getpeakmemoryusage"},
{id:9558, pId:884, name:"Fetch profiler data", file: "luasandbox.getprofilerfunctionreport"},
{id:9559, pId:884, name:"Return the versions of LuaSandbox and Lua", file: "luasandbox.getversioninfo"},
{id:9561, pId:884, name:"Load a precompiled binary chunk into the Lua envir", file: "luasandbox.loadbinary"},
{id:9562, pId:884, name:"Load Lua code into the Lua environment", file: "luasandbox.loadstring"},
{id:9563, pId:884, name:"Pause the CPU usage timer", file: "luasandbox.pauseusagetimer"},
{id:9564, pId:884, name:"Register a set of PHP functions as a Lua library", file: "luasandbox.registerlibrary"},
{id:9567, pId:884, name:"Set the CPU time limit for the Lua environment", file: "luasandbox.setcpulimit"},
{id:9568, pId:884, name:"Set the memory limit for the Lua environment", file: "luasandbox.setmemorylimit"},
{id:9570, pId:884, name:"Unpause the timer paused by LuaSandbox::pauseUsage", file: "luasandbox.unpauseusagetimer"},
{id:9571, pId:884, name:"Wrap a PHP callable in a LuaSandboxFunction", file: "luasandbox.wrapphpfunction"},
{id:885, pId:248, name:"The LuaSandboxError class", file: "class.luasandboxerror"},
{id:886, pId:248, name:"The LuaSandboxErrorError class", file: "class.luasandboxerrorerror"},
{id:887, pId:248, name:"The LuaSandboxFatalError class", file: "class.luasandboxfatalerror"},
{id:888, pId:248, name:"The LuaSandboxFunction classs3c3-0.02%", file: "class.luasandboxfunction"},
{id:9572, pId:888, name:"Call a Lua function", file: "luasandboxfunction.call"},
{id:9573, pId:888, name:"Unused", file: "luasandboxfunction.construct"},
{id:9574, pId:888, name:"Dump the function as a binary blob", file: "luasandboxfunction.dump"},
{id:889, pId:248, name:"The LuaSandboxMemoryError class", file: "class.luasandboxmemoryerror"},
{id:890, pId:248, name:"The LuaSandboxRuntimeError class", file: "class.luasandboxruntimeerror"},
{id:891, pId:248, name:"The LuaSandboxSyntaxError class", file: "class.luasandboxsyntaxerror"},
{id:892, pId:248, name:"The LuaSandboxTimeoutError class", file: "class.luasandboxtimeouterror"},
{id:9166, pId:248, name:"简介", file: "intro.luasandbox"},
{id:9554, pId:248, name:"范例s1c1-0.01%", file: "luasandbox.examples"},
{id:9553, pId:9554, name:"Basic usage for LuaSandbox", file: "luasandbox.examples-basic"},
{id:9569, pId:248, name:"安装/配置s4c4-0.03%", file: "luasandbox.setup"},
{id:9550, pId:9569, name:"运行时配置", file: "luasandbox.configuration"},
{id:9560, pId:9569, name:"安装", file: "luasandbox.installation"},
{id:9565, pId:9569, name:"需求", file: "luasandbox.requirements"},
{id:9566, pId:9569, name:"资源类型", file: "luasandbox.resources"},
{id:11959, pId:248, name:"Differences from Standard Lua", file: "reference.luasandbox.differences"},
{id:263, pId:12169, name:"杂项函数s5c41-0.27%", file: "book.misc"},
{id:642, pId:263, name:"更新日志", file: "changelog.misc"},
{id:9181, pId:263, name:"简介", file: "intro.misc"},
{id:9902, pId:263, name:"预定义常量", file: "misc.constants"},
{id:9906, pId:263, name:"安装/配置s4c4-0.03%", file: "misc.setup"},
{id:9901, pId:9906, name:"运行时配置", file: "misc.configuration"},
{id:9903, pId:9906, name:"安装", file: "misc.installation"},
{id:9904, pId:9906, name:"需求", file: "misc.requirements"},
{id:9905, pId:9906, name:"资源类型", file: "misc.resources"},
{id:11830, pId:263, name:"杂项 函数s32c32-0.21%", file: "ref.misc"},
{id:2844, pId:11830, name:"检查客户端是否已经断开", file: "function.connection-aborted"},
{id:2845, pId:11830, name:"返回连接的状态位", file: "function.connection-status"},
{id:2846, pId:11830, name:"返回一个常量的值", file: "function.constant"},
{id:3180, pId:11830, name:"定义一个常量", file: "function.define"},
{id:3181, pId:11830, name:"检查某个名称的常量是否存在", file: "function.defined"},
{id:3187, pId:11830, name:"等同于 exit", file: "function.die"},
{id:3305, pId:11830, name:"把字符串作为PHP代码执行", file: "function.eval"},
{id:3341, pId:11830, name:"输出一个消息并且退出当前脚本", file: "function.exit"},
{id:3774, pId:11830, name:"获取浏览器具有的功能", file: "function.get-browser"},
{id:3973, pId:11830, name:"中断编译器的执行", file: "function.halt-compiler"},
{id:3998, pId:11830, name:"语法高亮一个文件", file: "function.highlight-file"},
{id:3999, pId:11830, name:"字符串的语法高亮", file: "function.highlight-string"},
{id:4000, pId:11830, name:"Get the system's high resolution time", file: "function.hrtime"},
{id:4120, pId:11830, name:"设置客户端断开连接时是否中断脚本的执行", file: "function.ignore-user-abort"},
{id:5596, pId:11830, name:"将数据打包成二进制字符串", file: "function.pack"},
{id:5903, pId:11830, name:"检查PHP的语法(并执行)指定的文件", file: "function.php-check-syntax"},
{id:5908, pId:11830, name:"返回删除注释和空格后的PHP源码", file: "function.php-strip-whitespace"},
{id:6229, pId:11830, name:"Convert string from one codepage to another", file: "function.sapi-windows-cp-conv"},
{id:6230, pId:11830, name:"Get process codepage", file: "function.sapi-windows-cp-get"},
{id:6231, pId:11830, name:"Indicates whether the codepage is UTF-8 compatible", file: "function.sapi-windows-cp-is-utf8"},
{id:6232, pId:11830, name:"Set process codepage", file: "function.sapi-windows-cp-set"},
{id:6233, pId:11830, name:"Send a CTRL event to another process", file: "function.sapi-windows-generate-ctrl-event"},
{id:6234, pId:11830, name:"Set or remove a CTRL event handler", file: "function.sapi-windows-set-ctrl-handler"},
{id:6235, pId:11830, name:"Get or set VT100 support for the specified stream ", file: "function.sapi-windows-vt100-support"},
{id:6307, pId:11830, name:"别名 highlight_file", file: "function.show-source"},
{id:6316, pId:11830, name:"延缓执行", file: "function.sleep"},
{id:6849, pId:11830, name:"获取系统的负载(load average)", file: "function.sys-getloadavg"},
{id:6863, pId:11830, name:"延缓执行若干秒和纳秒", file: "function.time-nanosleep"},
{id:6864, pId:11830, name:"使脚本睡眠到指定的时间为止。", file: "function.time-sleep-until"},
{id:7074, pId:11830, name:"生成一个唯一ID", file: "function.uniqid"},
{id:7077, pId:11830, name:"Unpack data from binary string", file: "function.unpack"},
{id:7116, pId:11830, name:"以指定的微秒数延迟执行", file: "function.usleep"},
{id:296, pId:12169, name:"Parsekits4c11-0.07%", file: "book.parsekit"},
{id:9212, pId:296, name:"简介", file: "intro.parsekit"},
{id:11237, pId:296, name:"预定义常量", file: "parsekit.constants"},
{id:11241, pId:296, name:"安装/配置s4c4-0.03%", file: "parsekit.setup"},
{id:11236, pId:11241, name:"运行时配置", file: "parsekit.configuration"},
{id:11238, pId:11241, name:"安装", file: "parsekit.installation"},
{id:11239, pId:11241, name:"需求", file: "parsekit.requirements"},
{id:11240, pId:11241, name:"资源类型", file: "parsekit.resources"},
{id:11858, pId:296, name:"Parsekit 函数s3c3-0.02%", file: "ref.parsekit"},
{id:5601, pId:11858, name:"Compile a PHP file and return the resulting op arr", file: "function.parsekit-compile-file"},
{id:5602, pId:11858, name:"Compile a string of PHP code and return the result", file: "function.parsekit-compile-string"},
{id:5603, pId:11858, name:"Return information regarding function argument(s)", file: "function.parsekit-func-arginfo"},
{id:329, pId:12169, name:"SeasLogs6c39-0.26%", file: "book.seaslog"},
{id:1112, pId:329, name:"The SeasLog classs27c27-0.18%", file: "class.seaslog"},
{id:12461, pId:1112, name:"记录 alert 日志", file: "seaslog.alert"},
{id:12462, pId:1112, name:"Get log count by level, log_path and key_word", file: "seaslog.analyzercount"},
{id:12463, pId:1112, name:"Get log detail by level, log_path, key_word, start", file: "seaslog.analyzerdetail"},
{id:12464, pId:1112, name:"Manually release stream flow from logger", file: "seaslog.closeloggerstream"},
{id:12467, pId:1112, name:"Description", file: "seaslog.construct"},
{id:12468, pId:1112, name:"记录 critical 日志", file: "seaslog.critical"},
{id:12469, pId:1112, name:"记录 debug 日志", file: "seaslog.debug"},
{id:12470, pId:1112, name:"Description", file: "seaslog.destruct"},
{id:12471, pId:1112, name:"记录 emergency 日志", file: "seaslog.emergency"},
{id:12472, pId:1112, name:"记录 error 日志", file: "seaslog.error"},
{id:12474, pId:1112, name:"将日志缓存刷新到介质中,文件介质,或者发送到远端的 TCP/UDP 服务地址。", file: "seaslog.flushbuffer"},
{id:12475, pId:1112, name:"获得 SeasLog 根目录", file: "seaslog.getbasepath"},
{id:12476, pId:1112, name:"获取内存中的日志缓存数组", file: "seaslog.getbuffer"},
{id:12477, pId:1112, name:"Determin if buffer enabled", file: "seaslog.getbufferenabled"},
{id:12478, pId:1112, name:"获取 SeasLog 日期格式", file: "seaslog.getdatetimeformat"},
{id:12479, pId:1112, name:"获得 SeasLog 最近的一次 Logger 名称", file: "seaslog.getlastlogger"},
{id:12480, pId:1112, name:"获得当前 SeasLog 中用于区分请求的 request_id", file: "seaslog.getrequestid"},
{id:12481, pId:1112, name:"Get SeasLog request variable", file: "seaslog.getrequestvariable"},
{id:12482, pId:1112, name:"Record info log information", file: "seaslog.info"},
{id:12484, pId:1112, name:"公共的日志记录函数", file: "seaslog.log"},
{id:12485, pId:1112, name:"记录 notice 日志", file: "seaslog.notice"},
{id:12488, pId:1112, name:"设置 SeasLog 根目录", file: "seaslog.setbasepath"},
{id:12489, pId:1112, name:"设置 SeasLog 日期格式", file: "seaslog.setdatetimeformat"},
{id:12490, pId:1112, name:"设置 SeasLog 的 Logger 名", file: "seaslog.setlogger"},
{id:12491, pId:1112, name:"设置可以由 SeasLog 用于区分请求的 request_id", file: "seaslog.setrequestid"},
{id:12492, pId:1112, name:"Manually set SeasLog request variable", file: "seaslog.setrequestvariable"},
{id:12494, pId:1112, name:"Record warning log information", file: "seaslog.warning"},
{id:9245, pId:329, name:"简介", file: "intro.seaslog"},
{id:11908, pId:329, name:"Seaslog 函数s2c2-0.01%", file: "ref.seaslog"},
{id:6239, pId:11908, name:"获取 SeasLog 作者", file: "function.seaslog-get-author"},
{id:6240, pId:11908, name:"获取 SeasLog 的版本", file: "function.seaslog-get-version"},
{id:12466, pId:329, name:"预定义常量", file: "seaslog.constants"},
{id:12473, pId:329, name:"范例", file: "seaslog.examples"},
{id:12493, pId:329, name:"安装/配置s4c4-0.03%", file: "seaslog.setup"},
{id:12465, pId:12493, name:"运行时配置", file: "seaslog.configuration"},
{id:12483, pId:12493, name:"安装", file: "seaslog.installation"},
{id:12486, pId:12493, name:"需求", file: "seaslog.requirements"},
{id:12487, pId:12493, name:"资源类型", file: "seaslog.resources"},
{id:341, pId:12169, name:"SPL Type Handlings8c14-0.09%", file: "book.spl-types"},
{id:1150, pId:341, name:"The SplBool class", file: "class.splbool"},
{id:1152, pId:341, name:"The SplEnum classs1c1-0.01%", file: "class.splenum"},
{id:13128, pId:1152, name:"Returns all consts (possible values) as an array", file: "splenum.getconstlist"},
{id:1156, pId:341, name:"The SplFloat class", file: "class.splfloat"},
{id:1158, pId:341, name:"The SplInt class", file: "class.splint"},
{id:1166, pId:341, name:"The SplString class", file: "class.splstring"},
{id:1169, pId:341, name:"The SplType classs1c1-0.01%", file: "class.spltype"},
{id:13271, pId:1169, name:"Creates a new value of some type", file: "spltype.construct"},
{id:9257, pId:341, name:"简介", file: "intro.spl-types"},
{id:13091, pId:341, name:"安装/配置s4c4-0.03%", file: "spl-types.setup"},
{id:13087, pId:13091, name:"运行时配置", file: "spl-types.configuration"},
{id:13088, pId:13091, name:"安装", file: "spl-types.installation"},
{id:13089, pId:13091, name:"需求", file: "spl-types.requirements"},
{id:13090, pId:13091, name:"资源类型", file: "spl-types.resources"},
{id:342, pId:12169, name:"PHP标准库 (SPL)s10c492-3.27%", file: "book.spl"},
{id:9258, pId:342, name:"简介", file: "intro.spl"},
{id:11919, pId:342, name:"SPL 函数s15c15-0.1%", file: "ref.spl"},
{id:2817, pId:11919, name:"返回指定的类实现的所有接口。", file: "function.class-implements"},
{id:2818, pId:11919, name:"返回指定类的父类。", file: "function.class-parents"},
{id:2819, pId:11919, name:"Return the traits used by the given class", file: "function.class-uses"},
{id:4424, pId:11919, name:"为迭代器中每个元素调用一个用户自定义函数", file: "function.iterator-apply"},
{id:4425, pId:11919, name:"计算迭代器中元素的个数", file: "function.iterator-count"},
{id:4426, pId:11919, name:"将迭代器中的元素拷贝到数组", file: "function.iterator-to-array"},
{id:6471, pId:11919, name:"尝试调用所有已注册的__autoload()函数来装载请求类", file: "function.spl-autoload-call"},
{id:6472, pId:11919, name:"注册并返回spl_autoload函数使用的默认文件扩展名。", file: "function.spl-autoload-extensions"},
{id:6473, pId:11919, name:"返回所有已注册的__autoload()函数。", file: "function.spl-autoload-functions"},
{id:6474, pId:11919, name:"注册给定的函数作为 __autoload 的实现", file: "function.spl-autoload-register"},
{id:6475, pId:11919, name:"注销已注册的__autoload()函数", file: "function.spl-autoload-unregister"},
{id:6476, pId:11919, name:"__autoload()函数的默认实现", file: "function.spl-autoload"},
{id:6477, pId:11919, name:"返回所有可用的SPL类", file: "function.spl-classes"},
{id:6478, pId:11919, name:"返回指定对象的hash id", file: "function.spl-object-hash"},
{id:6479, pId:11919, name:"Return the integer object handle for given object", file: "function.spl-object-id"},
{id:13093, pId:342, name:"预定义常量", file: "spl.constants"},
{id:13094, pId:342, name:"数据结构s9c108-0.72%", file: "spl.datastructures"},
{id:1151, pId:13094, name:"The SplDoublyLinkedList classs24c24-0.16%", file: "class.spldoublylinkedlist"},
{id:13104, pId:1151, name:"Add/insert a new value at the specified index", file: "spldoublylinkedlist.add"},
{id:13105, pId:1151, name:"Peeks at the node from the beginning of the doubly", file: "spldoublylinkedlist.bottom"},
{id:13106, pId:1151, name:"Constructs a new doubly linked list", file: "spldoublylinkedlist.construct"},
{id:13107, pId:1151, name:"Counts the number of elements in the doubly linked", file: "spldoublylinkedlist.count"},
{id:13108, pId:1151, name:"Return current array entry", file: "spldoublylinkedlist.current"},
{id:13109, pId:1151, name:"Returns the mode of iteration", file: "spldoublylinkedlist.getiteratormode"},
{id:13110, pId:1151, name:"Checks whether the doubly linked list is empty", file: "spldoublylinkedlist.isempty"},
{id:13111, pId:1151, name:"Return current node index", file: "spldoublylinkedlist.key"},
{id:13112, pId:1151, name:"Move to next entry", file: "spldoublylinkedlist.next"},
{id:13113, pId:1151, name:"Returns whether the requested $index exists", file: "spldoublylinkedlist.offsetexists"},
{id:13114, pId:1151, name:"Returns the value at the specified $index", file: "spldoublylinkedlist.offsetget"},
{id:13115, pId:1151, name:"Sets the value at the specified $index to $newval", file: "spldoublylinkedlist.offsetset"},
{id:13116, pId:1151, name:"Unsets the value at the specified $index", file: "spldoublylinkedlist.offsetunset"},
{id:13117, pId:1151, name:"Pops a node from the end of the doubly linked list", file: "spldoublylinkedlist.pop"},
{id:13118, pId:1151, name:"Move to previous entry", file: "spldoublylinkedlist.prev"},
{id:13119, pId:1151, name:"Pushes an element at the end of the doubly linked ", file: "spldoublylinkedlist.push"},
{id:13120, pId:1151, name:"Rewind iterator back to the start", file: "spldoublylinkedlist.rewind"},
{id:13121, pId:1151, name:"Serializes the storage", file: "spldoublylinkedlist.serialize"},
{id:13122, pId:1151, name:"Sets the mode of iteration", file: "spldoublylinkedlist.setiteratormode"},
{id:13123, pId:1151, name:"Shifts a node from the beginning of the doubly lin", file: "spldoublylinkedlist.shift"},
{id:13124, pId:1151, name:"Peeks at the node from the end of the doubly linke", file: "spldoublylinkedlist.top"},
{id:13125, pId:1151, name:"Unserializes the storage", file: "spldoublylinkedlist.unserialize"},
{id:13126, pId:1151, name:"Prepends the doubly linked list with an element", file: "spldoublylinkedlist.unshift"},
{id:13127, pId:1151, name:"Check whether the doubly linked list contains more", file: "spldoublylinkedlist.valid"},
{id:1155, pId:13094, name:"The SplFixedArray classs16c16-0.11%", file: "class.splfixedarray"},
{id:13191, pId:1155, name:"Constructs a new fixed array", file: "splfixedarray.construct"},
{id:13192, pId:1155, name:"Returns the size of the array", file: "splfixedarray.count"},
{id:13193, pId:1155, name:"Return current array entry", file: "splfixedarray.current"},
{id:13194, pId:1155, name:"Import a PHP array in a SplFixedArray instance", file: "splfixedarray.fromarray"},
{id:13195, pId:1155, name:"Gets the size of the array", file: "splfixedarray.getsize"},
{id:13196, pId:1155, name:"Return current array index", file: "splfixedarray.key"},
{id:13197, pId:1155, name:"Move to next entry", file: "splfixedarray.next"},
{id:13198, pId:1155, name:"Returns whether the requested index exists", file: "splfixedarray.offsetexists"},
{id:13199, pId:1155, name:"Returns the value at the specified index", file: "splfixedarray.offsetget"},
{id:13200, pId:1155, name:"Sets a new value at a specified index", file: "splfixedarray.offsetset"},
{id:13201, pId:1155, name:"Unsets the value at the specified $index", file: "splfixedarray.offsetunset"},
{id:13202, pId:1155, name:"Rewind iterator back to the start", file: "splfixedarray.rewind"},
{id:13203, pId:1155, name:"Change the size of an array", file: "splfixedarray.setsize"},
{id:13204, pId:1155, name:"Returns a PHP array from the fixed array", file: "splfixedarray.toarray"},
{id:13205, pId:1155, name:"Check whether the array contains more elements", file: "splfixedarray.valid"},
{id:13206, pId:1155, name:"Reinitialises the array after being unserialised", file: "splfixedarray.wakeup"},
{id:1157, pId:13094, name:"The SplHeap classs14c14-0.09%", file: "class.splheap"},
{id:13207, pId:1157, name:"Compare elements in order to place them correctly ", file: "splheap.compare"},
{id:13208, pId:1157, name:"Constructs a new empty heap", file: "splheap.construct"},
{id:13209, pId:1157, name:"Counts the number of elements in the heap", file: "splheap.count"},
{id:13210, pId:1157, name:"Return current node pointed by the iterator", file: "splheap.current"},
{id:13211, pId:1157, name:"Extracts a node from top of the heap and sift up", file: "splheap.extract"},
{id:13212, pId:1157, name:"Inserts an element in the heap by sifting it up", file: "splheap.insert"},
{id:13213, pId:1157, name:"Tells if the heap is in a corrupted state", file: "splheap.iscorrupted"},
{id:13214, pId:1157, name:"Checks whether the heap is empty", file: "splheap.isempty"},
{id:13215, pId:1157, name:"Return current node index", file: "splheap.key"},
{id:13216, pId:1157, name:"Move to the next node", file: "splheap.next"},
{id:13217, pId:1157, name:"Recover from the corrupted state and allow further", file: "splheap.recoverfromcorruption"},
{id:13218, pId:1157, name:"Rewind iterator back to the start (no-op)", file: "splheap.rewind"},
{id:13219, pId:1157, name:"Peeks at the node from the top of the heap", file: "splheap.top"},
{id:13220, pId:1157, name:"Check whether the heap contains more nodes", file: "splheap.valid"},
{id:1159, pId:13094, name:"The SplMaxHeap classs1c1-0.01%", file: "class.splmaxheap"},
{id:13221, pId:1159, name:"Compare elements in order to place them correctly ", file: "splmaxheap.compare"},
{id:1160, pId:13094, name:"The SplMinHeap classs1c1-0.01%", file: "class.splminheap"},
{id:13222, pId:1160, name:"Compare elements in order to place them correctly ", file: "splminheap.compare"},
{id:1161, pId:13094, name:"The SplObjectStorage classs21c21-0.14%", file: "class.splobjectstorage"},
{id:13223, pId:1161, name:"Adds all objects from another storage", file: "splobjectstorage.addall"},
{id:13224, pId:1161, name:"Adds an object in the storage", file: "splobjectstorage.attach"},
{id:13225, pId:1161, name:"Checks if the storage contains a specific object", file: "splobjectstorage.contains"},
{id:13226, pId:1161, name:"Returns the number of objects in the storage", file: "splobjectstorage.count"},
{id:13227, pId:1161, name:"Returns the current storage entry", file: "splobjectstorage.current"},
{id:13228, pId:1161, name:"Removes an object from the storage", file: "splobjectstorage.detach"},
{id:13229, pId:1161, name:"Calculate a unique identifier for the contained ob", file: "splobjectstorage.gethash"},
{id:13230, pId:1161, name:"Returns the data associated with the current itera", file: "splobjectstorage.getinfo"},
{id:13231, pId:1161, name:"Returns the index at which the iterator currently ", file: "splobjectstorage.key"},
{id:13232, pId:1161, name:"Move to the next entry", file: "splobjectstorage.next"},
{id:13233, pId:1161, name:"Checks whether an object exists in the storage", file: "splobjectstorage.offsetexists"},
{id:13234, pId:1161, name:"Returns the data associated with an object", file: "splobjectstorage.offsetget"},
{id:13235, pId:1161, name:"Associates data to an object in the storage", file: "splobjectstorage.offsetset"},
{id:13236, pId:1161, name:"Removes an object from the storage", file: "splobjectstorage.offsetunset"},
{id:13237, pId:1161, name:"Removes objects contained in another storage from ", file: "splobjectstorage.removeall"},
{id:13238, pId:1161, name:"Removes all objects except for those contained in ", file: "splobjectstorage.removeallexcept"},
{id:13239, pId:1161, name:"Rewind the iterator to the first storage element", file: "splobjectstorage.rewind"},
{id:13240, pId:1161, name:"Serializes the storage", file: "splobjectstorage.serialize"},
{id:13241, pId:1161, name:"Sets the data associated with the current iterator", file: "splobjectstorage.setinfo"},
{id:13242, pId:1161, name:"Unserializes a storage from its string representat", file: "splobjectstorage.unserialize"},
{id:13243, pId:1161, name:"Returns if the current iterator entry is valid", file: "splobjectstorage.valid"},
{id:1163, pId:13094, name:"The SplPriorityQueue classs16c16-0.11%", file: "class.splpriorityqueue"},
{id:13245, pId:1163, name:"Compare priorities in order to place elements corr", file: "splpriorityqueue.compare"},
{id:13246, pId:1163, name:"Constructs a new empty queue", file: "splpriorityqueue.construct"},
{id:13247, pId:1163, name:"Counts the number of elements in the queue", file: "splpriorityqueue.count"},
{id:13248, pId:1163, name:"Return current node pointed by the iterator", file: "splpriorityqueue.current"},
{id:13249, pId:1163, name:"Extracts a node from top of the heap and sift up", file: "splpriorityqueue.extract"},
{id:13250, pId:1163, name:"Get the flags of extraction", file: "splpriorityqueue.getextractflags"},
{id:13251, pId:1163, name:"Inserts an element in the queue by sifting it up", file: "splpriorityqueue.insert"},
{id:13252, pId:1163, name:"Tells if the priority queue is in a corrupted stat", file: "splpriorityqueue.iscorrupted"},
{id:13253, pId:1163, name:"Checks whether the queue is empty", file: "splpriorityqueue.isempty"},
{id:13254, pId:1163, name:"Return current node index", file: "splpriorityqueue.key"},
{id:13255, pId:1163, name:"Move to the next node", file: "splpriorityqueue.next"},
{id:13256, pId:1163, name:"Recover from the corrupted state and allow further", file: "splpriorityqueue.recoverfromcorruption"},
{id:13257, pId:1163, name:"Rewind iterator back to the start (no-op)", file: "splpriorityqueue.rewind"},
{id:13258, pId:1163, name:"Sets the mode of extraction", file: "splpriorityqueue.setextractflags"},
{id:13259, pId:1163, name:"Peeks at the node from the top of the queue", file: "splpriorityqueue.top"},
{id:13260, pId:1163, name:"Check whether the queue contains more nodes", file: "splpriorityqueue.valid"},
{id:1164, pId:13094, name:"The SplQueue classs4c4-0.03%", file: "class.splqueue"},
{id:13261, pId:1164, name:"Constructs a new queue implemented using a doubly ", file: "splqueue.construct"},
{id:13262, pId:1164, name:"Dequeues a node from the queue", file: "splqueue.dequeue"},
{id:13263, pId:1164, name:"Adds an element to the queue", file: "splqueue.enqueue"},
{id:13264, pId:1164, name:"Sets the mode of iteration", file: "splqueue.setiteratormode"},
{id:1165, pId:13094, name:"The SplStack classs2c2-0.01%", file: "class.splstack"},
{id:13265, pId:1165, name:"Constructs a new stack implemented using a doubly ", file: "splstack.construct"},
{id:13266, pId:1165, name:"Sets the mode of iteration", file: "splstack.setiteratormode"},
{id:13095, pId:342, name:"异常s13c13-0.09%", file: "spl.exceptions"},
{id:661, pId:13095, name:"The BadFunctionCallException class", file: "class.badfunctioncallexception"},
{id:662, pId:13095, name:"The BadMethodCallException class", file: "class.badmethodcallexception"},
{id:753, pId:13095, name:"The DomainException class", file: "class.domainexception"},
{id:863, pId:13095, name:"The InvalidArgumentException class", file: "class.invalidargumentexception"},
{id:877, pId:13095, name:"The LengthException class", file: "class.lengthexception"},
{id:881, pId:13095, name:"The LogicException class", file: "class.logicexception"},
{id:1036, pId:13095, name:"The OutOfBoundsException class", file: "class.outofboundsexception"},
{id:1037, pId:13095, name:"The OutOfRangeException class", file: "class.outofrangeexception"},
{id:1038, pId:13095, name:"The OverflowException class", file: "class.overflowexception"},
{id:1078, pId:13095, name:"The RangeException class", file: "class.rangeexception"},
{id:1111, pId:13095, name:"The RuntimeException class", file: "class.runtimeexception"},
{id:1287, pId:13095, name:"The UnderflowException class", file: "class.underflowexception"},
{id:1288, pId:13095, name:"The UnexpectedValueException class", file: "class.unexpectedvalueexception"},
{id:13096, pId:342, name:"文件处理s3c66-0.44%", file: "spl.files"},
{id:1153, pId:13096, name:"The SplFileInfo classs29c29-0.19%", file: "class.splfileinfo"},
{id:13129, pId:1153, name:"Construct a new SplFileInfo object", file: "splfileinfo.construct"},
{id:13130, pId:1153, name:"Gets last access time of the file", file: "splfileinfo.getatime"},
{id:13131, pId:1153, name:"Gets the base name of the file", file: "splfileinfo.getbasename"},
{id:13132, pId:1153, name:"获取文件 inode 修改时间", file: "splfileinfo.getctime"},
{id:13133, pId:1153, name:"Gets the file extension", file: "splfileinfo.getextension"},
{id:13134, pId:1153, name:"Gets an SplFileInfo object for the file", file: "splfileinfo.getfileinfo"},
{id:13135, pId:1153, name:"Gets the filename", file: "splfileinfo.getfilename"},
{id:13136, pId:1153, name:"Gets the file group", file: "splfileinfo.getgroup"},
{id:13137, pId:1153, name:"Gets the inode for the file", file: "splfileinfo.getinode"},
{id:13138, pId:1153, name:"Gets the target of a link", file: "splfileinfo.getlinktarget"},
{id:13139, pId:1153, name:"Gets the last modified time", file: "splfileinfo.getmtime"},
{id:13140, pId:1153, name:"Gets the owner of the file", file: "splfileinfo.getowner"},
{id:13141, pId:1153, name:"Gets the path without filename", file: "splfileinfo.getpath"},
{id:13142, pId:1153, name:"Gets an SplFileInfo object for the path", file: "splfileinfo.getpathinfo"},
{id:13143, pId:1153, name:"Gets the path to the file", file: "splfileinfo.getpathname"},
{id:13144, pId:1153, name:"Gets file permissions", file: "splfileinfo.getperms"},
{id:13145, pId:1153, name:"Gets absolute path to file", file: "splfileinfo.getrealpath"},
{id:13146, pId:1153, name:"Gets file size", file: "splfileinfo.getsize"},
{id:13147, pId:1153, name:"Gets file type", file: "splfileinfo.gettype"},
{id:13148, pId:1153, name:"Tells if the file is a directory", file: "splfileinfo.isdir"},
{id:13149, pId:1153, name:"Tells if the file is executable", file: "splfileinfo.isexecutable"},
{id:13150, pId:1153, name:"Tells if the object references a regular file", file: "splfileinfo.isfile"},
{id:13151, pId:1153, name:"Tells if the file is a link", file: "splfileinfo.islink"},
{id:13152, pId:1153, name:"Tells if file is readable", file: "splfileinfo.isreadable"},
{id:13153, pId:1153, name:"Tells if the entry is writable", file: "splfileinfo.iswritable"},
{id:13154, pId:1153, name:"Gets an SplFileObject object for the file", file: "splfileinfo.openfile"},
{id:13155, pId:1153, name:"Sets the class used with SplFileInfo::openFile", file: "splfileinfo.setfileclass"},
{id:13156, pId:1153, name:"Sets the class used with SplFileInfo::getFileInfo ", file: "splfileinfo.setinfoclass"},
{id:13157, pId:1153, name:"Returns the path to the file as a string", file: "splfileinfo.tostring"},
{id:1154, pId:13096, name:"The SplFileObject classs33c33-0.22%", file: "class.splfileobject"},
{id:13158, pId:1154, name:"Construct a new file object", file: "splfileobject.construct"},
{id:13159, pId:1154, name:"Retrieve current line of file", file: "splfileobject.current"},
{id:13160, pId:1154, name:"Reached end of file", file: "splfileobject.eof"},
{id:13161, pId:1154, name:"Flushes the output to the file", file: "splfileobject.fflush"},
{id:13162, pId:1154, name:"Gets character from file", file: "splfileobject.fgetc"},
{id:13163, pId:1154, name:"Gets line from file and parse as CSV fields", file: "splfileobject.fgetcsv"},
{id:13164, pId:1154, name:"Gets line from file", file: "splfileobject.fgets"},
{id:13165, pId:1154, name:"Gets line from file and strip HTML tags", file: "splfileobject.fgetss"},
{id:13166, pId:1154, name:"Portable file locking", file: "splfileobject.flock"},
{id:13167, pId:1154, name:"Output all remaining data on a file pointer", file: "splfileobject.fpassthru"},
{id:13168, pId:1154, name:"Write a field array as a CSV line", file: "splfileobject.fputcsv"},
{id:13169, pId:1154, name:"Read from file", file: "splfileobject.fread"},
{id:13170, pId:1154, name:"Parses input from file according to a format", file: "splfileobject.fscanf"},
{id:13171, pId:1154, name:"Seek to a position", file: "splfileobject.fseek"},
{id:13172, pId:1154, name:"Gets information about the file", file: "splfileobject.fstat"},
{id:13173, pId:1154, name:"Return current file position", file: "splfileobject.ftell"},
{id:13174, pId:1154, name:"Truncates the file to a given length", file: "splfileobject.ftruncate"},
{id:13175, pId:1154, name:"Write to file", file: "splfileobject.fwrite"},
{id:13176, pId:1154, name:"No purpose", file: "splfileobject.getchildren"},
{id:13177, pId:1154, name:"Get the delimiter, enclosure and escape character ", file: "splfileobject.getcsvcontrol"},
{id:13178, pId:1154, name:"Alias of SplFileObject::fgets", file: "splfileobject.getcurrentline"},
{id:13179, pId:1154, name:"Gets flags for the SplFileObject", file: "splfileobject.getflags"},
{id:13180, pId:1154, name:"Get maximum line length", file: "splfileobject.getmaxlinelen"},
{id:13181, pId:1154, name:"SplFileObject does not have children", file: "splfileobject.haschildren"},
{id:13182, pId:1154, name:"Get line number", file: "splfileobject.key"},
{id:13183, pId:1154, name:"Read next line", file: "splfileobject.next"},
{id:13184, pId:1154, name:"Rewind the file to the first line", file: "splfileobject.rewind"},
{id:13185, pId:1154, name:"Seek to specified line", file: "splfileobject.seek"},
{id:13186, pId:1154, name:"Set the delimiter, enclosure and escape character ", file: "splfileobject.setcsvcontrol"},
{id:13187, pId:1154, name:"Sets flags for the SplFileObject", file: "splfileobject.setflags"},
{id:13188, pId:1154, name:"Set maximum line length", file: "splfileobject.setmaxlinelen"},
{id:13189, pId:1154, name:"Alias of SplFileObject::fgets", file: "splfileobject.tostring"},
{id:13190, pId:1154, name:"Not at EOF", file: "splfileobject.valid"},
{id:1168, pId:13096, name:"The SplTempFileObject classs1c1-0.01%", file: "class.spltempfileobject"},
{id:13270, pId:1168, name:"Construct a new temporary file object", file: "spltempfileobject.construct"},
{id:13098, pId:342, name:"接口s4c9-0.06%", file: "spl.interfaces"},
{id:743, pId:13098, name:"The Countable interfaces1c1-0.01%", file: "class.countable"},
{id:1522, pId:743, name:"统计一个对象的元素个数", file: "countable.count"},
{id:1035, pId:13098, name:"The OuterIterator interfaces1c1-0.01%", file: "class.outeriterator"},
{id:11123, pId:1035, name:"Returns the inner iterator for the current entry", file: "outeriterator.getinneriterator"},
{id:1087, pId:13098, name:"The RecursiveIterator interfaces2c2-0.01%", file: "class.recursiveiterator"},
{id:11700, pId:1087, name:"Returns an iterator for the current entry", file: "recursiveiterator.getchildren"},
{id:11701, pId:1087, name:"Returns if an iterator can be created for the curr", file: "recursiveiterator.haschildren"},
{id:1113, pId:13098, name:"The SeekableIterator interfaces1c1-0.01%", file: "class.seekableiterator"},
{id:12523, pId:1113, name:"Seeks to a position", file: "seekableiterator.seek"},
{id:13099, pId:342, name:"迭代器s24c238-1.58%", file: "spl.iterators"},
{id:657, pId:13099, name:"The AppendIterator classs10c10-0.07%", file: "class.appenditerator"},
{id:57, pId:657, name:"Appends an iterator", file: "appenditerator.append"},
{id:58, pId:657, name:"Constructs an AppendIterator", file: "appenditerator.construct"},
{id:59, pId:657, name:"Gets the current value", file: "appenditerator.current"},
{id:60, pId:657, name:"Gets the ArrayIterator", file: "appenditerator.getarrayiterator"},
{id:61, pId:657, name:"Gets the inner iterator", file: "appenditerator.getinneriterator"},
{id:62, pId:657, name:"Gets an index of iterators", file: "appenditerator.getiteratorindex"},
{id:63, pId:657, name:"Gets the current key", file: "appenditerator.key"},
{id:64, pId:657, name:"Moves to the next element", file: "appenditerator.next"},
{id:65, pId:657, name:"Rewinds the Iterator", file: "appenditerator.rewind"},
{id:66, pId:657, name:"Checks validity of the current element", file: "appenditerator.valid"},
{id:659, pId:13099, name:"ArrayIterator 类s24c24-0.16%", file: "class.arrayiterator"},
{id:78, pId:659, name:"Append an element", file: "arrayiterator.append"},
{id:79, pId:659, name:"Sort array by values", file: "arrayiterator.asort"},
{id:80, pId:659, name:"Construct an ArrayIterator", file: "arrayiterator.construct"},
{id:81, pId:659, name:"Count elements", file: "arrayiterator.count"},
{id:82, pId:659, name:"Return current array entry", file: "arrayiterator.current"},
{id:83, pId:659, name:"Get array copy", file: "arrayiterator.getarraycopy"},
{id:84, pId:659, name:"Get behavior flags", file: "arrayiterator.getflags"},
{id:85, pId:659, name:"Return current array key", file: "arrayiterator.key"},
{id:86, pId:659, name:"Sort array by keys", file: "arrayiterator.ksort"},
{id:87, pId:659, name:"Sort an array naturally, case insensitive", file: "arrayiterator.natcasesort"},
{id:88, pId:659, name:"Sort an array naturally", file: "arrayiterator.natsort"},
{id:89, pId:659, name:"Move to next entry", file: "arrayiterator.next"},
{id:90, pId:659, name:"Check if offset exists", file: "arrayiterator.offsetexists"},
{id:91, pId:659, name:"Get value for an offset", file: "arrayiterator.offsetget"},
{id:92, pId:659, name:"Set value for an offset", file: "arrayiterator.offsetset"},
{id:93, pId:659, name:"Unset value for an offset", file: "arrayiterator.offsetunset"},
{id:94, pId:659, name:"Rewind array back to the start", file: "arrayiterator.rewind"},
{id:95, pId:659, name:"Seek to position", file: "arrayiterator.seek"},
{id:96, pId:659, name:"Serialize", file: "arrayiterator.serialize"},
{id:97, pId:659, name:"Set behaviour flags", file: "arrayiterator.setflags"},
{id:98, pId:659, name:"Sort with a user-defined comparison function and m", file: "arrayiterator.uasort"},
{id:99, pId:659, name:"Sort by keys using a user-defined comparison funct", file: "arrayiterator.uksort"},
{id:100, pId:659, name:"Unserialize", file: "arrayiterator.unserialize"},
{id:101, pId:659, name:"Check whether array contains more entries", file: "arrayiterator.valid"},
{id:663, pId:13099, name:"The CachingIterator classs17c17-0.11%", file: "class.cachingiterator"},
{id:404, pId:663, name:"Construct a new CachingIterator object for the ite", file: "cachingiterator.construct"},
{id:405, pId:663, name:"The number of elements in the iterator", file: "cachingiterator.count"},
{id:406, pId:663, name:"Return the current element", file: "cachingiterator.current"},
{id:407, pId:663, name:"Retrieve the contents of the cache", file: "cachingiterator.getcache"},
{id:408, pId:663, name:"Get flags used", file: "cachingiterator.getflags"},
{id:409, pId:663, name:"Returns the inner iterator", file: "cachingiterator.getinneriterator"},
{id:410, pId:663, name:"Check whether the inner iterator has a valid next ", file: "cachingiterator.hasnext"},
{id:411, pId:663, name:"Return the key for the current element", file: "cachingiterator.key"},
{id:412, pId:663, name:"Move the iterator forward", file: "cachingiterator.next"},
{id:413, pId:663, name:"The offsetExists purpose", file: "cachingiterator.offsetexists"},
{id:414, pId:663, name:"The offsetGet purpose", file: "cachingiterator.offsetget"},
{id:415, pId:663, name:"The offsetSet purpose", file: "cachingiterator.offsetset"},
{id:416, pId:663, name:"The offsetUnset purpose", file: "cachingiterator.offsetunset"},
{id:417, pId:663, name:"Rewind the iterator", file: "cachingiterator.rewind"},
{id:418, pId:663, name:"The setFlags purpose", file: "cachingiterator.setflags"},
{id:419, pId:663, name:"Return the string representation of the current el", file: "cachingiterator.tostring"},
{id:420, pId:663, name:"Check whether the current element is valid", file: "cachingiterator.valid"},
{id:704, pId:13099, name:"The CallbackFilterIterator classs2c2-0.01%", file: "class.callbackfilteriterator"},
{id:639, pId:704, name:"Calls the callback with the current value, the cur", file: "callbackfilteriterator.accept"},
{id:640, pId:704, name:"Create a filtered iterator from another iterator", file: "callbackfilteriterator.construct"},
{id:752, pId:13099, name:"The DirectoryIterator classs29c29-0.19%", file: "class.directoryiterator"},
{id:1674, pId:752, name:"Constructs a new directory iterator from a path", file: "directoryiterator.construct"},
{id:1675, pId:752, name:"Return the current DirectoryIterator item", file: "directoryiterator.current"},
{id:1676, pId:752, name:"Get last access time of the current DirectoryItera", file: "directoryiterator.getatime"},
{id:1677, pId:752, name:"Get base name of current DirectoryIterator item", file: "directoryiterator.getbasename"},
{id:1678, pId:752, name:"Get inode change time of the current DirectoryIter", file: "directoryiterator.getctime"},
{id:1679, pId:752, name:"Gets the file extension", file: "directoryiterator.getextension"},
{id:1680, pId:752, name:"Return file name of current DirectoryIterator item", file: "directoryiterator.getfilename"},
{id:1681, pId:752, name:"Get group for the current DirectoryIterator item", file: "directoryiterator.getgroup"},
{id:1682, pId:752, name:"Get inode for the current DirectoryIterator item", file: "directoryiterator.getinode"},
{id:1683, pId:752, name:"Get last modification time of current DirectoryIte", file: "directoryiterator.getmtime"},
{id:1684, pId:752, name:"Get owner of current DirectoryIterator item", file: "directoryiterator.getowner"},
{id:1685, pId:752, name:"Get path of current Iterator item without filename", file: "directoryiterator.getpath"},
{id:1686, pId:752, name:"Return path and file name of current DirectoryIter", file: "directoryiterator.getpathname"},
{id:1687, pId:752, name:"Get the permissions of current DirectoryIterator i", file: "directoryiterator.getperms"},
{id:1688, pId:752, name:"Get size of current DirectoryIterator item", file: "directoryiterator.getsize"},
{id:1689, pId:752, name:"Determine the type of the current DirectoryIterato", file: "directoryiterator.gettype"},
{id:1690, pId:752, name:"Determine if current DirectoryIterator item is a d", file: "directoryiterator.isdir"},
{id:1691, pId:752, name:"Determine if current DirectoryIterator item is '.'", file: "directoryiterator.isdot"},
{id:1692, pId:752, name:"Determine if current DirectoryIterator item is exe", file: "directoryiterator.isexecutable"},
{id:1693, pId:752, name:"Determine if current DirectoryIterator item is a r", file: "directoryiterator.isfile"},
{id:1694, pId:752, name:"Determine if current DirectoryIterator item is a s", file: "directoryiterator.islink"},
{id:1695, pId:752, name:"Determine if current DirectoryIterator item can be", file: "directoryiterator.isreadable"},
{id:1696, pId:752, name:"Determine if current DirectoryIterator item can be", file: "directoryiterator.iswritable"},
{id:1697, pId:752, name:"Return the key for the current DirectoryIterator i", file: "directoryiterator.key"},
{id:1698, pId:752, name:"Move forward to next DirectoryIterator item", file: "directoryiterator.next"},
{id:1699, pId:752, name:"Rewind the DirectoryIterator back to the start", file: "directoryiterator.rewind"},
{id:1700, pId:752, name:"Seek to a DirectoryIterator item", file: "directoryiterator.seek"},
{id:1701, pId:752, name:"Get file name as a string", file: "directoryiterator.tostring"},
{id:1702, pId:752, name:"Check whether current DirectoryIterator position i", file: "directoryiterator.valid"},
{id:785, pId:13099, name:"The EmptyIterator classs5c5-0.03%", file: "class.emptyiterator"},
{id:2032, pId:785, name:"The current() method", file: "emptyiterator.current"},
{id:2033, pId:785, name:"The key() method", file: "emptyiterator.key"},
{id:2034, pId:785, name:"The next() method", file: "emptyiterator.next"},
{id:2035, pId:785, name:"The rewind() method", file: "emptyiterator.rewind"},
{id:2036, pId:785, name:"The valid() method", file: "emptyiterator.valid"},
{id:820, pId:13099, name:"The FilesystemIterator classs7c7-0.05%", file: "class.filesystemiterator"},
{id:2467, pId:820, name:"Constructs a new filesystem iterator", file: "filesystemiterator.construct"},
{id:2468, pId:820, name:"The current file", file: "filesystemiterator.current"},
{id:2469, pId:820, name:"Get the handling flags", file: "filesystemiterator.getflags"},
{id:2470, pId:820, name:"Retrieve the key for the current file", file: "filesystemiterator.key"},
{id:2471, pId:820, name:"Move to the next file", file: "filesystemiterator.next"},
{id:2472, pId:820, name:"Rewinds back to the beginning", file: "filesystemiterator.rewind"},
{id:2473, pId:820, name:"Sets handling flags", file: "filesystemiterator.setflags"},
{id:821, pId:13099, name:"The FilterIterator classs8c8-0.05%", file: "class.filteriterator"},
{id:2488, pId:821, name:"Check whether the current element of the iterator ", file: "filteriterator.accept"},
{id:2489, pId:821, name:"Construct a filterIterator", file: "filteriterator.construct"},
{id:2490, pId:821, name:"Get the current element value", file: "filteriterator.current"},
{id:2491, pId:821, name:"Get the inner iterator", file: "filteriterator.getinneriterator"},
{id:2492, pId:821, name:"Get the current key", file: "filteriterator.key"},
{id:2493, pId:821, name:"Move the iterator forward", file: "filteriterator.next"},
{id:2494, pId:821, name:"Rewind the iterator", file: "filteriterator.rewind"},
{id:2495, pId:821, name:"Check whether the current element is valid", file: "filteriterator.valid"},
{id:830, pId:13099, name:"The GlobIterator classs2c2-0.01%", file: "class.globiterator"},
{id:7529, pId:830, name:"Construct a directory using glob", file: "globiterator.construct"},
{id:7530, pId:830, name:"Get the number of directories and files", file: "globiterator.count"},
{id:851, pId:13099, name:"The InfiniteIterator classs2c2-0.01%", file: "class.infiniteiterator"},
{id:8599, pId:851, name:"Constructs an InfiniteIterator", file: "infiniteiterator.construct"},
{id:8600, pId:851, name:"Moves the inner Iterator forward or rewinds it", file: "infiniteiterator.next"},
{id:866, pId:13099, name:"The IteratorIterator classs7c7-0.05%", file: "class.iteratoriterator"},
{id:9320, pId:866, name:"Create an iterator from anything that is traversab", file: "iteratoriterator.construct"},
{id:9321, pId:866, name:"Get the current value", file: "iteratoriterator.current"},
{id:9322, pId:866, name:"Get the inner iterator", file: "iteratoriterator.getinneriterator"},
{id:9323, pId:866, name:"Get the key of the current element", file: "iteratoriterator.key"},
{id:9324, pId:866, name:"Forward to the next element", file: "iteratoriterator.next"},
{id:9325, pId:866, name:"Rewind to the first element", file: "iteratoriterator.rewind"},
{id:9326, pId:866, name:"Checks if the iterator is valid", file: "iteratoriterator.valid"},
{id:879, pId:13099, name:"The LimitIterator classs9c9-0.06%", file: "class.limititerator"},
{id:9509, pId:879, name:"Construct a LimitIterator", file: "limititerator.construct"},
{id:9510, pId:879, name:"Get current element", file: "limititerator.current"},
{id:9511, pId:879, name:"Get inner iterator", file: "limititerator.getinneriterator"},
{id:9512, pId:879, name:"Return the current position", file: "limititerator.getposition"},
{id:9513, pId:879, name:"Get current key", file: "limititerator.key"},
{id:9514, pId:879, name:"Move the iterator forward", file: "limititerator.next"},
{id:9515, pId:879, name:"Rewind the iterator to the specified starting offs", file: "limititerator.rewind"},
{id:9516, pId:879, name:"Seek to the given position", file: "limititerator.seek"},
{id:9517, pId:879, name:"Check whether the current element is valid", file: "limititerator.valid"},
{id:985, pId:13099, name:"The MultipleIterator classs12c12-0.08%", file: "class.multipleiterator"},
{id:10398, pId:985, name:"Attaches iterator information", file: "multipleiterator.attachiterator"},
{id:10399, pId:985, name:"Constructs a new MultipleIterator", file: "multipleiterator.construct"},
{id:10400, pId:985, name:"Checks if an iterator is attached", file: "multipleiterator.containsiterator"},
{id:10401, pId:985, name:"Gets the number of attached iterator instances", file: "multipleiterator.countiterators"},
{id:10402, pId:985, name:"Gets the registered iterator instances", file: "multipleiterator.current"},
{id:10403, pId:985, name:"Detaches an iterator", file: "multipleiterator.detachiterator"},
{id:10404, pId:985, name:"Gets the flag information", file: "multipleiterator.getflags"},
{id:10405, pId:985, name:"Gets the registered iterator instances", file: "multipleiterator.key"},
{id:10406, pId:985, name:"Moves all attached iterator instances forward", file: "multipleiterator.next"},
{id:10407, pId:985, name:"Rewinds all attached iterator instances", file: "multipleiterator.rewind"},
{id:10408, pId:985, name:"Sets flags", file: "multipleiterator.setflags"},
{id:10409, pId:985, name:"Checks the validity of sub iterators", file: "multipleiterator.valid"},
{id:1027, pId:13099, name:"The NoRewindIterator classs7c7-0.05%", file: "class.norewinditerator"},
{id:10950, pId:1027, name:"Construct a NoRewindIterator", file: "norewinditerator.construct"},
{id:10951, pId:1027, name:"Get the current value", file: "norewinditerator.current"},
{id:10952, pId:1027, name:"Get the inner iterator", file: "norewinditerator.getinneriterator"},
{id:10953, pId:1027, name:"Get the current key", file: "norewinditerator.key"},
{id:10954, pId:1027, name:"Forward to the next element", file: "norewinditerator.next"},
{id:10955, pId:1027, name:"Prevents the rewind operation on the inner iterato", file: "norewinditerator.rewind"},
{id:10956, pId:1027, name:"Validates the iterator", file: "norewinditerator.valid"},
{id:1047, pId:13099, name:"The ParentIterator classs6c6-0.04%", file: "class.parentiterator"},
{id:11163, pId:1047, name:"Determines acceptability", file: "parentiterator.accept"},
{id:11164, pId:1047, name:"Constructs a ParentIterator", file: "parentiterator.construct"},
{id:11165, pId:1047, name:"Return the inner iterator's children contained in ", file: "parentiterator.getchildren"},
{id:11166, pId:1047, name:"Check whether the inner iterator's current element", file: "parentiterator.haschildren"},
{id:11167, pId:1047, name:"Move the iterator forward", file: "parentiterator.next"},
{id:11168, pId:1047, name:"Rewind the iterator", file: "parentiterator.rewind"},
{id:1082, pId:13099, name:"The RecursiveArrayIterator classs2c2-0.01%", file: "class.recursivearrayiterator"},
{id:11681, pId:1082, name:"Returns an iterator for the current entry if it is", file: "recursivearrayiterator.getchildren"},
{id:11682, pId:1082, name:"Returns whether current entry is an array or an ob", file: "recursivearrayiterator.haschildren"},
{id:1083, pId:13099, name:"The RecursiveCachingIterator classs3c3-0.02%", file: "class.recursivecachingiterator"},
{id:11683, pId:1083, name:"Construct", file: "recursivecachingiterator.construct"},
{id:11684, pId:1083, name:"Return the inner iterator's children as a Recursiv", file: "recursivecachingiterator.getchildren"},
{id:11685, pId:1083, name:"Check whether the current element of the inner ite", file: "recursivecachingiterator.haschildren"},
{id:1084, pId:13099, name:"The RecursiveCallbackFilterIterator classs3c3-0.02%", file: "class.recursivecallbackfilteriterator"},
{id:11686, pId:1084, name:"Create a RecursiveCallbackFilterIterator from a Re", file: "recursivecallbackfilteriterator.construct"},
{id:11687, pId:1084, name:"Return the inner iterator's children contained in ", file: "recursivecallbackfilteriterator.getchildren"},
{id:11688, pId:1084, name:"Check whether the inner iterator's current element", file: "recursivecallbackfilteriterator.haschildren"},
{id:1085, pId:13099, name:"The RecursiveDirectoryIterator classs8c8-0.05%", file: "class.recursivedirectoryiterator"},
{id:11689, pId:1085, name:"Constructs a RecursiveDirectoryIterator", file: "recursivedirectoryiterator.construct"},
{id:11690, pId:1085, name:"Returns an iterator for the current entry if it is", file: "recursivedirectoryiterator.getchildren"},
{id:11691, pId:1085, name:"Get sub path", file: "recursivedirectoryiterator.getsubpath"},
{id:11692, pId:1085, name:"Get sub path and name", file: "recursivedirectoryiterator.getsubpathname"},
{id:11693, pId:1085, name:"Returns whether current entry is a directory and n", file: "recursivedirectoryiterator.haschildren"},
{id:11694, pId:1085, name:"Return path and filename of current dir entry", file: "recursivedirectoryiterator.key"},
{id:11695, pId:1085, name:"Move to next entry", file: "recursivedirectoryiterator.next"},
{id:11696, pId:1085, name:"Rewind dir back to the start", file: "recursivedirectoryiterator.rewind"},
{id:1086, pId:13099, name:"The RecursiveFilterIterator classs3c3-0.02%", file: "class.recursivefilteriterator"},
{id:11697, pId:1086, name:"Create a RecursiveFilterIterator from a RecursiveI", file: "recursivefilteriterator.construct"},
{id:11698, pId:1086, name:"Return the inner iterator's children contained in ", file: "recursivefilteriterator.getchildren"},
{id:11699, pId:1086, name:"Check whether the inner iterator's current element", file: "recursivefilteriterator.haschildren"},
{id:1088, pId:13099, name:"The RecursiveIteratorIterator classs18c18-0.12%", file: "class.recursiveiteratoriterator"},
{id:11702, pId:1088, name:"Begin children", file: "recursiveiteratoriterator.beginchildren"},
{id:11703, pId:1088, name:"Begin Iteration", file: "recursiveiteratoriterator.beginiteration"},
{id:11704, pId:1088, name:"Get children", file: "recursiveiteratoriterator.callgetchildren"},
{id:11705, pId:1088, name:"Has children", file: "recursiveiteratoriterator.callhaschildren"},
{id:11706, pId:1088, name:"Construct a RecursiveIteratorIterator", file: "recursiveiteratoriterator.construct"},
{id:11707, pId:1088, name:"Access the current element value", file: "recursiveiteratoriterator.current"},
{id:11708, pId:1088, name:"End children", file: "recursiveiteratoriterator.endchildren"},
{id:11709, pId:1088, name:"End Iteration", file: "recursiveiteratoriterator.enditeration"},
{id:11710, pId:1088, name:"Get the current depth of the recursive iteration", file: "recursiveiteratoriterator.getdepth"},
{id:11711, pId:1088, name:"Get inner iterator", file: "recursiveiteratoriterator.getinneriterator"},
{id:11712, pId:1088, name:"Get max depth", file: "recursiveiteratoriterator.getmaxdepth"},
{id:11713, pId:1088, name:"The current active sub iterator", file: "recursiveiteratoriterator.getsubiterator"},
{id:11714, pId:1088, name:"Access the current key", file: "recursiveiteratoriterator.key"},
{id:11715, pId:1088, name:"Move forward to the next element", file: "recursiveiteratoriterator.next"},
{id:11716, pId:1088, name:"Next element", file: "recursiveiteratoriterator.nextelement"},
{id:11717, pId:1088, name:"Rewind the iterator to the first element of the to", file: "recursiveiteratoriterator.rewind"},
{id:11718, pId:1088, name:"Set max depth", file: "recursiveiteratoriterator.setmaxdepth"},
{id:11719, pId:1088, name:"Check whether the current position is valid", file: "recursiveiteratoriterator.valid"},
{id:1089, pId:13099, name:"The RecursiveRegexIterator classs3c3-0.02%", file: "class.recursiveregexiterator"},
{id:11720, pId:1089, name:"Creates a new RecursiveRegexIterator", file: "recursiveregexiterator.construct"},
{id:11721, pId:1089, name:"Returns an iterator for the current entry", file: "recursiveregexiterator.getchildren"},
{id:11722, pId:1089, name:"Returns whether an iterator can be obtained for th", file: "recursiveregexiterator.haschildren"},
{id:1090, pId:13099, name:"The RecursiveTreeIterator classs18c18-0.12%", file: "class.recursivetreeiterator"},
{id:11723, pId:1090, name:"Begin children", file: "recursivetreeiterator.beginchildren"},
{id:11724, pId:1090, name:"Begin iteration", file: "recursivetreeiterator.beginiteration"},
{id:11725, pId:1090, name:"Get children", file: "recursivetreeiterator.callgetchildren"},
{id:11726, pId:1090, name:"Has children", file: "recursivetreeiterator.callhaschildren"},
{id:11727, pId:1090, name:"Construct a RecursiveTreeIterator", file: "recursivetreeiterator.construct"},
{id:11728, pId:1090, name:"Get current element", file: "recursivetreeiterator.current"},
{id:11729, pId:1090, name:"End children", file: "recursivetreeiterator.endchildren"},
{id:11730, pId:1090, name:"End iteration", file: "recursivetreeiterator.enditeration"},
{id:11731, pId:1090, name:"Get current entry", file: "recursivetreeiterator.getentry"},
{id:11732, pId:1090, name:"Get the postfix", file: "recursivetreeiterator.getpostfix"},
{id:11733, pId:1090, name:"Get the prefix", file: "recursivetreeiterator.getprefix"},
{id:11734, pId:1090, name:"Get the key of the current element", file: "recursivetreeiterator.key"},
{id:11735, pId:1090, name:"Move to next element", file: "recursivetreeiterator.next"},
{id:11736, pId:1090, name:"Next element", file: "recursivetreeiterator.nextelement"},
{id:11737, pId:1090, name:"Rewind iterator", file: "recursivetreeiterator.rewind"},
{id:11738, pId:1090, name:"Set postfix", file: "recursivetreeiterator.setpostfix"},
{id:11739, pId:1090, name:"Set a part of the prefix", file: "recursivetreeiterator.setprefixpart"},
{id:11740, pId:1090, name:"Check validity", file: "recursivetreeiterator.valid"},
{id:1106, pId:13099, name:"The RegexIterator classs9c9-0.06%", file: "class.regexiterator"},
{id:12205, pId:1106, name:"Get accept status", file: "regexiterator.accept"},
{id:12206, pId:1106, name:"Create a new RegexIterator", file: "regexiterator.construct"},
{id:12207, pId:1106, name:"Get flags", file: "regexiterator.getflags"},
{id:12208, pId:1106, name:"Returns operation mode", file: "regexiterator.getmode"},
{id:12209, pId:1106, name:"Returns the regular expression flags", file: "regexiterator.getpregflags"},
{id:12210, pId:1106, name:"Returns current regular expression", file: "regexiterator.getregex"},
{id:12211, pId:1106, name:"Sets the flags", file: "regexiterator.setflags"},
{id:12212, pId:1106, name:"Sets the operation mode", file: "regexiterator.setmode"},
{id:12213, pId:1106, name:"Sets the regular expression flags", file: "regexiterator.setpregflags"},
{id:13100, pId:342, name:"各种类及接口s3c29-0.19%", file: "spl.misc"},
{id:660, pId:13100, name:"The ArrayObject classs22c22-0.15%", file: "class.arrayobject"},
{id:102, pId:660, name:"追加新的值作为最后一个元素。", file: "arrayobject.append"},
{id:103, pId:660, name:"Sort the entries by value", file: "arrayobject.asort"},
{id:104, pId:660, name:"Construct a new array object", file: "arrayobject.construct"},
{id:105, pId:660, name:"统计 ArrayObject 内 public 属性的数量", file: "arrayobject.count"},
{id:106, pId:660, name:"Exchange the array for another one", file: "arrayobject.exchangearray"},
{id:107, pId:660, name:"Creates a copy of the ArrayObject", file: "arrayobject.getarraycopy"},
{id:108, pId:660, name:"Gets the behavior flags", file: "arrayobject.getflags"},
{id:109, pId:660, name:"Create a new iterator from an ArrayObject instance", file: "arrayobject.getiterator"},
{id:110, pId:660, name:"Gets the iterator classname for the ArrayObject", file: "arrayobject.getiteratorclass"},
{id:111, pId:660, name:"Sort the entries by key", file: "arrayobject.ksort"},
{id:112, pId:660, name:"Sort an array using a case insensitive natural ord", file: "arrayobject.natcasesort"},
{id:113, pId:660, name:"Sort entries using a natural order algorithm", file: "arrayobject.natsort"},
{id:114, pId:660, name:"Returns whether the requested index exists", file: "arrayobject.offsetexists"},
{id:115, pId:660, name:"Returns the value at the specified index", file: "arrayobject.offsetget"},
{id:116, pId:660, name:"为指定索引设定新的值", file: "arrayobject.offsetset"},
{id:117, pId:660, name:"Unsets the value at the specified index", file: "arrayobject.offsetunset"},
{id:118, pId:660, name:"Serialize an ArrayObject", file: "arrayobject.serialize"},
{id:119, pId:660, name:"Sets the behavior flags", file: "arrayobject.setflags"},
{id:120, pId:660, name:"Sets the iterator classname for the ArrayObject", file: "arrayobject.setiteratorclass"},
{id:121, pId:660, name:"Sort the entries with a user-defined comparison fu", file: "arrayobject.uasort"},
{id:122, pId:660, name:"Sort the entries by keys using a user-defined comp", file: "arrayobject.uksort"},
{id:123, pId:660, name:"Unserialize an ArrayObject", file: "arrayobject.unserialize"},
{id:1162, pId:13100, name:"The SplObserver interfaces1c1-0.01%", file: "class.splobserver"},
{id:13244, pId:1162, name:"Receive update from subject", file: "splobserver.update"},
{id:1167, pId:13100, name:"The SplSubject interfaces3c3-0.02%", file: "class.splsubject"},
{id:13267, pId:1167, name:"Attach an SplObserver", file: "splsubject.attach"},
{id:13268, pId:1167, name:"Detach an observer", file: "splsubject.detach"},
{id:13269, pId:1167, name:"Notify an observer", file: "splsubject.notify"},
{id:13103, pId:342, name:"安装/配置s4c4-0.03%", file: "spl.setup"},
{id:13092, pId:13103, name:"运行时配置", file: "spl.configuration"},
{id:13097, pId:13103, name:"安装", file: "spl.installation"},
{id:13101, pId:13103, name:"需求", file: "spl.requirements"},
{id:13102, pId:13103, name:"资源类型", file: "spl.resources"},
{id:350, pId:12169, name:"Streamss10c90-0.6%", file: "book.stream"},
{id:1065, pId:350, name:"The php_user_filter classs3c3-0.02%", file: "class.php-user-filter"},
{id:11488, pId:1065, name:"Called when applying the filter", file: "php-user-filter.filter"},
{id:11489, pId:1065, name:"Called when closing the filter", file: "php-user-filter.onclose"},
{id:11490, pId:1065, name:"Called when creating the filter", file: "php-user-filter.oncreate"},
{id:1177, pId:350, name:"The streamWrapper classs25c25-0.17%", file: "class.streamwrapper"},
{id:13382, pId:1177, name:"Constructs a new stream wrapper", file: "streamwrapper.construct"},
{id:13383, pId:1177, name:"Destructs an existing stream wrapper", file: "streamwrapper.destruct"},
{id:13384, pId:1177, name:"Close directory handle", file: "streamwrapper.dir-closedir"},
{id:13385, pId:1177, name:"Open directory handle", file: "streamwrapper.dir-opendir"},
{id:13386, pId:1177, name:"Read entry from directory handle", file: "streamwrapper.dir-readdir"},
{id:13387, pId:1177, name:"Rewind directory handle", file: "streamwrapper.dir-rewinddir"},
{id:13388, pId:1177, name:"Create a directory", file: "streamwrapper.mkdir"},
{id:13389, pId:1177, name:"Renames a file or directory", file: "streamwrapper.rename"},
{id:13390, pId:1177, name:"Removes a directory", file: "streamwrapper.rmdir"},
{id:13391, pId:1177, name:"Retrieve the underlaying resource", file: "streamwrapper.stream-cast"},
{id:13392, pId:1177, name:"Close a resource", file: "streamwrapper.stream-close"},
{id:13393, pId:1177, name:"Tests for end-of-file on a file pointer", file: "streamwrapper.stream-eof"},
{id:13394, pId:1177, name:"Flushes the output", file: "streamwrapper.stream-flush"},
{id:13395, pId:1177, name:"Advisory file locking", file: "streamwrapper.stream-lock"},
{id:13396, pId:1177, name:"Change stream metadata", file: "streamwrapper.stream-metadata"},
{id:13397, pId:1177, name:"Opens file or URL", file: "streamwrapper.stream-open"},
{id:13398, pId:1177, name:"Read from stream", file: "streamwrapper.stream-read"},
{id:13399, pId:1177, name:"Seeks to specific location in a stream", file: "streamwrapper.stream-seek"},
{id:13400, pId:1177, name:"Change stream options", file: "streamwrapper.stream-set-option"},
{id:13401, pId:1177, name:"Retrieve information about a file resource", file: "streamwrapper.stream-stat"},
{id:13402, pId:1177, name:"Retrieve the current position of a stream", file: "streamwrapper.stream-tell"},
{id:13403, pId:1177, name:"Truncate stream", file: "streamwrapper.stream-truncate"},
{id:13404, pId:1177, name:"Write to stream", file: "streamwrapper.stream-write"},
{id:13405, pId:1177, name:"Delete a file", file: "streamwrapper.unlink"},
{id:13406, pId:1177, name:"Retrieve information about a file", file: "streamwrapper.url-stat"},
{id:9266, pId:350, name:"简介", file: "intro.stream"},
{id:11926, pId:350, name:"Stream 函数s47c47-0.31%", file: "ref.stream"},
{id:6283, pId:11926, name:"别名 stream_set_blocking", file: "function.set-socket-blocking"},
{id:6672, pId:11926, name:"Append bucket to brigade", file: "function.stream-bucket-append"},
{id:6673, pId:11926, name:"Return a bucket object from the brigade for operat", file: "function.stream-bucket-make-writeable"},
{id:6674, pId:11926, name:"Create a new bucket for use on the current stream", file: "function.stream-bucket-new"},
{id:6675, pId:11926, name:"Prepend bucket to brigade", file: "function.stream-bucket-prepend"},
{id:6676, pId:11926, name:"创建资源流上下文", file: "function.stream-context-create"},
{id:6677, pId:11926, name:"Retrieve the default stream context", file: "function.stream-context-get-default"},
{id:6678, pId:11926, name:"获取资源流/数据包/上下文的参数", file: "function.stream-context-get-options"},
{id:6679, pId:11926, name:"Retrieves parameters from a context", file: "function.stream-context-get-params"},
{id:6680, pId:11926, name:"Set the default stream context", file: "function.stream-context-set-default"},
{id:6681, pId:11926, name:"对资源流、数据包或者上下文设置参数", file: "function.stream-context-set-option"},
{id:6682, pId:11926, name:"Set parameters for a stream/wrapper/context", file: "function.stream-context-set-params"},
{id:6683, pId:11926, name:"Copies data from one stream to another", file: "function.stream-copy-to-stream"},
{id:6684, pId:11926, name:"Attach a filter to a stream", file: "function.stream-filter-append"},
{id:6685, pId:11926, name:"Attach a filter to a stream", file: "function.stream-filter-prepend"},
{id:6686, pId:11926, name:"Register a user defined stream filter", file: "function.stream-filter-register"},
{id:6687, pId:11926, name:"从资源流里移除某个过滤器", file: "function.stream-filter-remove"},
{id:6688, pId:11926, name:"读取资源流到一个字符串", file: "function.stream-get-contents"},
{id:6689, pId:11926, name:"获取已注册的数据流过滤器列表", file: "function.stream-get-filters"},
{id:6690, pId:11926, name:"从资源流里读取一行直到给定的定界符", file: "function.stream-get-line"},
{id:6691, pId:11926, name:"从封装协议文件指针中取得报头/元数据", file: "function.stream-get-meta-data"},
{id:6692, pId:11926, name:"获取已注册的套接字传输协议列表", file: "function.stream-get-transports"},
{id:6693, pId:11926, name:"获取已注册的流类型", file: "function.stream-get-wrappers"},
{id:6694, pId:11926, name:"Checks if a stream is a local stream", file: "function.stream-is-local"},
{id:6695, pId:11926, name:"Check if a stream is a TTY", file: "function.stream-isatty"},
{id:6696, pId:11926, name:"A callback function for the notification context p", file: "function.stream-notification-callback"},
{id:6697, pId:11926, name:"别名 stream_wrapper_register", file: "function.stream-register-wrapper"},
{id:6698, pId:11926, name:"Resolve filename against the include path", file: "function.stream-resolve-include-path"},
{id:6699, pId:11926, name:"Runs the equivalent of the select() system call on", file: "function.stream-select"},
{id:6700, pId:11926, name:"为资源流设置阻塞或者阻塞模式", file: "function.stream-set-blocking"},
{id:6701, pId:11926, name:"设置资源流区块大小", file: "function.stream-set-chunk-size"},
{id:6702, pId:11926, name:"Set read file buffering on the given stream", file: "function.stream-set-read-buffer"},
{id:6703, pId:11926, name:"Set timeout period on a stream", file: "function.stream-set-timeout"},
{id:6704, pId:11926, name:"Sets write file buffering on the given stream", file: "function.stream-set-write-buffer"},
{id:6705, pId:11926, name:"接受由 stream_socket_server 创建的套接字连接", file: "function.stream-socket-accept"},
{id:6706, pId:11926, name:"Open Internet or Unix domain socket connection", file: "function.stream-socket-client"},
{id:6707, pId:11926, name:"Turns encryption on/off on an already connected so", file: "function.stream-socket-enable-crypto"},
{id:6708, pId:11926, name:"获取本地或者远程的套接字名称", file: "function.stream-socket-get-name"},
{id:6709, pId:11926, name:"创建一对完全一样的网络套接字连接流", file: "function.stream-socket-pair"},
{id:6710, pId:11926, name:"Receives data from a socket, connected or not", file: "function.stream-socket-recvfrom"},
{id:6711, pId:11926, name:"Sends a message to a socket, whether it is connect", file: "function.stream-socket-sendto"},
{id:6712, pId:11926, name:"Create an Internet or Unix domain server socket", file: "function.stream-socket-server"},
{id:6713, pId:11926, name:"Shutdown a full-duplex connection", file: "function.stream-socket-shutdown"},
{id:6714, pId:11926, name:"Tells whether the stream supports locking", file: "function.stream-supports-lock"},
{id:6715, pId:11926, name:"注册一个用 PHP 类实现的 URL 封装协议", file: "function.stream-wrapper-register"},
{id:6716, pId:11926, name:"Restores a previously unregistered built-in wrappe", file: "function.stream-wrapper-restore"},
{id:6717, pId:11926, name:"Unregister a URL wrapper", file: "function.stream-wrapper-unregister"},
{id:13372, pId:350, name:"预定义常量", file: "stream.constants"},
{id:13373, pId:350, name:"Stream Contexts", file: "stream.contexts"},
{id:13374, pId:350, name:"Stream Errors", file: "stream.errors"},
{id:13375, pId:350, name:"范例s1c1-0.01%", file: "stream.examples"},
{id:13381, pId:13375, name:"Example class registered as stream wrapper", file: "stream.streamwrapper.example-1"},
{id:13376, pId:350, name:"Stream Filters", file: "stream.filters"},
{id:13380, pId:350, name:"安装/配置s4c4-0.03%", file: "stream.setup"},
{id:13371, pId:13380, name:"运行时配置", file: "stream.configuration"},
{id:13377, pId:13380, name:"安装", file: "stream.installation"},
{id:13378, pId:13380, name:"需求", file: "stream.requirements"},
{id:13379, pId:13380, name:"Stream Classes", file: "stream.resources"},
{id:355, pId:12169, name:"Swooles29c300-2%", file: "book.swoole"},
{id:1198, pId:355, name:"The Swoole\Async classs6c6-0.04%", file: "class.swoole-async"},
{id:13606, pId:1198, name:"Async and non-blocking hostname to IP lookup.", file: "swoole-async.dnslookup"},
{id:13607, pId:1198, name:"Read file stream asynchronously.", file: "swoole-async.read"},
{id:13608, pId:1198, name:"Read a file asynchronously.", file: "swoole-async.readfile"},
{id:13609, pId:1198, name:"Update the async I/O options.", file: "swoole-async.set"},
{id:13610, pId:1198, name:"Write data to a file stream asynchronously.", file: "swoole-async.write"},
{id:13611, pId:1198, name:"Description", file: "swoole-async.writefile"},
{id:1199, pId:355, name:"The Swoole\Atomic classs6c6-0.04%", file: "class.swoole-atomic"},
{id:13612, pId:1199, name:"Add a number to the value to the atomic object.", file: "swoole-atomic.add"},
{id:13613, pId:1199, name:"Compare and set the value of the atomic object.", file: "swoole-atomic.cmpset"},
{id:13614, pId:1199, name:"Construct a swoole atomic object.", file: "swoole-atomic.construct"},
{id:13615, pId:1199, name:"Get the current value of the atomic object.", file: "swoole-atomic.get"},
{id:13616, pId:1199, name:"Set a new value to the atomic object.", file: "swoole-atomic.set"},
{id:13617, pId:1199, name:"Subtract a number to the value of the atomic objec", file: "swoole-atomic.sub"},
{id:1200, pId:355, name:"The Swoole\Buffer classs10c10-0.07%", file: "class.swoole-buffer"},
{id:13618, pId:1200, name:"Append the string or binary data at the end of the", file: "swoole-buffer.append"},
{id:13619, pId:1200, name:"Reset the memory buffer.", file: "swoole-buffer.clear"},
{id:13620, pId:1200, name:"Fixed size memory blocks allocation.", file: "swoole-buffer.construct"},
{id:13621, pId:1200, name:"Destruct the Swoole memory buffer.", file: "swoole-buffer.destruct"},
{id:13622, pId:1200, name:"Expand the size of memory buffer.", file: "swoole-buffer.expand"},
{id:13623, pId:1200, name:"Read data from the memory buffer based on offset a", file: "swoole-buffer.read"},
{id:13624, pId:1200, name:"Release the memory to OS which is not used by the ", file: "swoole-buffer.recycle"},
{id:13625, pId:1200, name:"Read data from the memory buffer based on offset a", file: "swoole-buffer.substr"},
{id:13626, pId:1200, name:"Get the string value of the memory buffer.", file: "swoole-buffer.tostring"},
{id:13627, pId:1200, name:"Write data to the memory buffer. The memory alloca", file: "swoole-buffer.write"},
{id:1201, pId:355, name:"The Swoole\Channel classs5c5-0.03%", file: "class.swoole-channel"},
{id:13628, pId:1201, name:"Construct a Swoole Channel", file: "swoole-channel.construct"},
{id:13629, pId:1201, name:"Destruct a Swoole channel.", file: "swoole-channel.destruct"},
{id:13630, pId:1201, name:"Read and pop data from swoole channel.", file: "swoole-channel.pop"},
{id:13631, pId:1201, name:"Write and push data into Swoole channel.", file: "swoole-channel.push"},
{id:13632, pId:1201, name:"Get stats of swoole channel.", file: "swoole-channel.stats"},
{id:1202, pId:355, name:"The Swoole\Client classs18c18-0.12%", file: "class.swoole-client"},
{id:13633, pId:1202, name:"Close the connection established.", file: "swoole-client.close"},
{id:13634, pId:1202, name:"Connect to the remote TCP or UDP port.", file: "swoole-client.connect"},
{id:13635, pId:1202, name:"Create Swoole sync or async TCP/UDP client, with o", file: "swoole-client.construct"},
{id:13636, pId:1202, name:"Destruct the Swoole client.", file: "swoole-client.destruct"},
{id:13637, pId:1202, name:"Get the remote socket name of the connection.", file: "swoole-client.getpeername"},
{id:13638, pId:1202, name:"Get the local socket name of the connection.", file: "swoole-client.getsockname"},
{id:13639, pId:1202, name:"Check if the connection is established.", file: "swoole-client.isconnected"},
{id:13640, pId:1202, name:"Add callback functions triggered by events.", file: "swoole-client.on"},
{id:13641, pId:1202, name:"Pause receiving data.", file: "swoole-client.pause"},
{id:13642, pId:1202, name:"Redirect the data to another file descriptor.", file: "swoole-client.pipe"},
{id:13643, pId:1202, name:"Receive data from the remote socket.", file: "swoole-client.recv"},
{id:13644, pId:1202, name:"Resume receiving data.", file: "swoole-client.resume"},
{id:13645, pId:1202, name:"Send data to the remote TCP socket.", file: "swoole-client.send"},
{id:13646, pId:1202, name:"Send file to the remote TCP socket.", file: "swoole-client.sendfile"},
{id:13647, pId:1202, name:"Send data to the remote UDP address.", file: "swoole-client.sendto"},
{id:13648, pId:1202, name:"Set the Swoole client parameters before the connec", file: "swoole-client.set"},
{id:13649, pId:1202, name:"Remove the TCP client from system event loop.", file: "swoole-client.sleep"},
{id:13650, pId:1202, name:"Add the TCP client back into the system event loop", file: "swoole-client.wakeup"},
{id:1203, pId:355, name:"The Swoole\Connection\Iterator classs10c10-0.07%", file: "class.swoole-connection-iterator"},
{id:13651, pId:1203, name:"Count connections.", file: "swoole-connection-iterator.count"},
{id:13652, pId:1203, name:"Return current connection entry.", file: "swoole-connection-iterator.current"},
{id:13653, pId:1203, name:"Return key of the current connection.", file: "swoole-connection-iterator.key"},
{id:13654, pId:1203, name:"Move to the next connection.", file: "swoole-connection-iterator.next"},
{id:13655, pId:1203, name:"Check if offet exists.", file: "swoole-connection-iterator.offsetexists"},
{id:13656, pId:1203, name:"Offset to retrieve.", file: "swoole-connection-iterator.offsetget"},
{id:13657, pId:1203, name:"Assign a Connection to the specified offset.", file: "swoole-connection-iterator.offsetset"},
{id:13658, pId:1203, name:"Unset an offset.", file: "swoole-connection-iterator.offsetunset"},
{id:13659, pId:1203, name:"Rewinds iterator", file: "swoole-connection-iterator.rewind"},
{id:13660, pId:1203, name:"Check if current position is valid.", file: "swoole-connection-iterator.valid"},
{id:1204, pId:355, name:"The Swoole\Coroutine classs43c43-0.29%", file: "class.swoole-coroutine"},
{id:13661, pId:1204, name:"Description", file: "swoole-coroutine-client.close"},
{id:13662, pId:1204, name:"Description", file: "swoole-coroutine-client.connect"},
{id:13663, pId:1204, name:"Description", file: "swoole-coroutine-client.construct"},
{id:13664, pId:1204, name:"Description", file: "swoole-coroutine-client.destruct"},
{id:13665, pId:1204, name:"Description", file: "swoole-coroutine-client.getpeername"},
{id:13666, pId:1204, name:"Description", file: "swoole-coroutine-client.getsockname"},
{id:13667, pId:1204, name:"Description", file: "swoole-coroutine-client.isconnected"},
{id:13668, pId:1204, name:"Description", file: "swoole-coroutine-client.recv"},
{id:13669, pId:1204, name:"Description", file: "swoole-coroutine-client.send"},
{id:13670, pId:1204, name:"Description", file: "swoole-coroutine-client.sendfile"},
{id:13671, pId:1204, name:"Description", file: "swoole-coroutine-client.sendto"},
{id:13672, pId:1204, name:"Description", file: "swoole-coroutine-client.set"},
{id:13673, pId:1204, name:"Description", file: "swoole-coroutine-http-client.addfile"},
{id:13674, pId:1204, name:"Description", file: "swoole-coroutine-http-client.close"},
{id:13675, pId:1204, name:"Description", file: "swoole-coroutine-http-client.construct"},
{id:13676, pId:1204, name:"Description", file: "swoole-coroutine-http-client.destruct"},
{id:13677, pId:1204, name:"Description", file: "swoole-coroutine-http-client.execute"},
{id:13678, pId:1204, name:"Description", file: "swoole-coroutine-http-client.get"},
{id:13679, pId:1204, name:"Description", file: "swoole-coroutine-http-client.getdefer"},
{id:13680, pId:1204, name:"Description", file: "swoole-coroutine-http-client.isconnected"},
{id:13681, pId:1204, name:"Description", file: "swoole-coroutine-http-client.post"},
{id:13682, pId:1204, name:"Description", file: "swoole-coroutine-http-client.recv"},
{id:13683, pId:1204, name:"Description", file: "swoole-coroutine-http-client.set"},
{id:13684, pId:1204, name:"Description", file: "swoole-coroutine-http-client.setcookies"},
{id:13685, pId:1204, name:"Description", file: "swoole-coroutine-http-client.setdata"},
{id:13686, pId:1204, name:"Description", file: "swoole-coroutine-http-client.setdefer"},
{id:13687, pId:1204, name:"Description", file: "swoole-coroutine-http-client.setheaders"},
{id:13688, pId:1204, name:"Description", file: "swoole-coroutine-http-client.setmethod"},
{id:13689, pId:1204, name:"Description", file: "swoole-coroutine-mysql.close"},
{id:13690, pId:1204, name:"Description", file: "swoole-coroutine-mysql.connect"},
{id:13691, pId:1204, name:"Description", file: "swoole-coroutine-mysql.construct"},
{id:13692, pId:1204, name:"Description", file: "swoole-coroutine-mysql.destruct"},
{id:13693, pId:1204, name:"Description", file: "swoole-coroutine-mysql.getdefer"},
{id:13694, pId:1204, name:"Description", file: "swoole-coroutine-mysql.query"},
{id:13695, pId:1204, name:"Description", file: "swoole-coroutine-mysql.recv"},
{id:13696, pId:1204, name:"Description", file: "swoole-coroutine-mysql.setdefer"},
{id:13697, pId:1204, name:"Call a callback with an array of parameters", file: "swoole-coroutine.call-user-func-array"},
{id:13698, pId:1204, name:"Call a callback given by the first parameter", file: "swoole-coroutine.call-user-func"},
{id:13699, pId:1204, name:"Description", file: "swoole-coroutine.cli-wait"},
{id:13700, pId:1204, name:"Description", file: "swoole-coroutine.create"},
{id:13701, pId:1204, name:"Description", file: "swoole-coroutine.getuid"},
{id:13702, pId:1204, name:"Description", file: "swoole-coroutine.resume"},
{id:13703, pId:1204, name:"Description", file: "swoole-coroutine.suspend"},
{id:1205, pId:355, name:"The Swoole\Event classs7c7-0.05%", file: "class.swoole-event"},
{id:13704, pId:1205, name:"Add new callback functions of a socket into the Ev", file: "swoole-event.add"},
{id:13705, pId:1205, name:"Add a callback function to the next event loop.", file: "swoole-event.defer"},
{id:13706, pId:1205, name:"Remove all event callback functions of a socket.", file: "swoole-event.del"},
{id:13707, pId:1205, name:"Exit the eventloop, only available at client side.", file: "swoole-event.exit"},
{id:13708, pId:1205, name:"Update the event callback functions of a socket.", file: "swoole-event.set"},
{id:13709, pId:1205, name:"Description", file: "swoole-event.wait"},
{id:13710, pId:1205, name:"Write data to the socket.", file: "swoole-event.write"},
{id:1206, pId:355, name:"The Swoole\Exception class", file: "class.swoole-exception"},
{id:1207, pId:355, name:"The Swoole\Http\Client classs17c17-0.11%", file: "class.swoole-http-client"},
{id:13711, pId:1207, name:"Add a file to the post form.", file: "swoole-http-client.addfile"},
{id:13712, pId:1207, name:"Close the http connection.", file: "swoole-http-client.close"},
{id:13713, pId:1207, name:"Construct the async HTTP client.", file: "swoole-http-client.construct"},
{id:13714, pId:1207, name:"Destruct the HTTP client.", file: "swoole-http-client.destruct"},
{id:13715, pId:1207, name:"Download a file from the remote server.", file: "swoole-http-client.download"},
{id:13716, pId:1207, name:"Send the HTTP request after setting the parameters", file: "swoole-http-client.execute"},
{id:13717, pId:1207, name:"Send GET http request to the remote server.", file: "swoole-http-client.get"},
{id:13718, pId:1207, name:"Check if the HTTP connection is connected.", file: "swoole-http-client.isconnected"},
{id:13719, pId:1207, name:"Register callback function by event name.", file: "swoole-http-client.on"},
{id:13720, pId:1207, name:"Send POST http request to the remote server.", file: "swoole-http-client.post"},
{id:13721, pId:1207, name:"Push data to websocket client.", file: "swoole-http-client.push"},
{id:13722, pId:1207, name:"Update the HTTP client paramters.", file: "swoole-http-client.set"},
{id:13723, pId:1207, name:"Set the http request cookies.", file: "swoole-http-client.setcookies"},
{id:13724, pId:1207, name:"Set the HTTP request body data.", file: "swoole-http-client.setdata"},
{id:13725, pId:1207, name:"Set the HTTP request headers.", file: "swoole-http-client.setheaders"},
{id:13726, pId:1207, name:"Set the HTTP request method.", file: "swoole-http-client.setmethod"},
{id:13727, pId:1207, name:"Upgrade to websocket protocol.", file: "swoole-http-client.upgrade"},
{id:1208, pId:355, name:"The Swoole\Http\Request classs2c2-0.01%", file: "class.swoole-http-request"},
{id:13728, pId:1208, name:"Destruct the HTTP request.", file: "swoole-http-request.destruct"},
{id:13729, pId:1208, name:"Get the raw HTTP POST body.", file: "swoole-http-request.rawcontent"},
{id:1209, pId:355, name:"The Swoole\Http\Response classs10c10-0.07%", file: "class.swoole-http-response"},
{id:13730, pId:1209, name:"Set the cookies of the HTTP response.", file: "swoole-http-response.cookie"},
{id:13731, pId:1209, name:"Destruct the HTTP response.", file: "swoole-http-response.destruct"},
{id:13732, pId:1209, name:"Send data for the HTTP request and finish the resp", file: "swoole-http-response.end"},
{id:13733, pId:1209, name:"Enable the gzip of response content.", file: "swoole-http-response.gzip"},
{id:13734, pId:1209, name:"Set the HTTP response headers.", file: "swoole-http-response.header"},
{id:13735, pId:1209, name:"Init the HTTP response header.", file: "swoole-http-response.initheader"},
{id:13736, pId:1209, name:"Set the raw cookies to the HTTP response.", file: "swoole-http-response.rawcookie"},
{id:13737, pId:1209, name:"Send file through the HTTP response.", file: "swoole-http-response.sendfile"},
{id:13738, pId:1209, name:"Set the status code of the HTTP response.", file: "swoole-http-response.status"},
{id:13739, pId:1209, name:"Append HTTP body content to the HTTP response.", file: "swoole-http-response.write"},
{id:1210, pId:355, name:"The Swoole\Http\Server classs2c2-0.01%", file: "class.swoole-http-server"},
{id:13740, pId:1210, name:"Bind callback function to HTTP server by event nam", file: "swoole-http-server.on"},
{id:13741, pId:1210, name:"Start the swoole http server.", file: "swoole-http-server.start"},
{id:1211, pId:355, name:"The Swoole\Lock classs7c7-0.05%", file: "class.swoole-lock"},
{id:13742, pId:1211, name:"Construct a memory lock.", file: "swoole-lock.construct"},
{id:13743, pId:1211, name:"Destory a Swoole memory lock.", file: "swoole-lock.destruct"},
{id:13744, pId:1211, name:"Lock a read-write lock for reading.", file: "swoole-lock.lock-read"},
{id:13745, pId:1211, name:"Try to acquire the lock. It will block if the lock", file: "swoole-lock.lock"},
{id:13746, pId:1211, name:"Try to lock a read-write lock for reading and retu", file: "swoole-lock.trylock-read"},
{id:13747, pId:1211, name:"Try to acquire the lock and return straight away e", file: "swoole-lock.trylock"},
{id:13748, pId:1211, name:"Release the lock.", file: "swoole-lock.unlock"},
{id:1212, pId:355, name:"The Swoole\Mmap classs1c1-0.01%", file: "class.swoole-mmap"},
{id:13749, pId:1212, name:"Map a file into memory and return the stream resou", file: "swoole-mmap.open"},
{id:1213, pId:355, name:"The Swoole\MySQL\Exception class", file: "class.swoole-mysql-exception"},
{id:1214, pId:355, name:"The Swoole\MySQL classs7c7-0.05%", file: "class.swoole-mysql"},
{id:13750, pId:1214, name:"Close the async MySQL connection.", file: "swoole-mysql.close"},
{id:13751, pId:1214, name:"Connect to the remote MySQL server.", file: "swoole-mysql.connect"},
{id:13752, pId:1214, name:"Construct an async MySQL client.", file: "swoole-mysql.construct"},
{id:13753, pId:1214, name:"Destory the async MySQL client.", file: "swoole-mysql.destruct"},
{id:13754, pId:1214, name:"Description", file: "swoole-mysql.getbuffer"},
{id:13755, pId:1214, name:"Register callback function based on event name.", file: "swoole-mysql.on"},
{id:13756, pId:1214, name:"Run the SQL query.", file: "swoole-mysql.query"},
{id:1215, pId:355, name:"The Swoole\Process classs19c19-0.13%", file: "class.swoole-process"},
{id:13757, pId:1215, name:"High precision timer which triggers signal with fi", file: "swoole-process.alarm"},
{id:13758, pId:1215, name:"Close the pipe to the child process.", file: "swoole-process.close"},
{id:13759, pId:1215, name:"Construct a process.", file: "swoole-process.construct"},
{id:13760, pId:1215, name:"Change the process to be a daemon process.", file: "swoole-process.daemon"},
{id:13761, pId:1215, name:"Destory the process.", file: "swoole-process.destruct"},
{id:13762, pId:1215, name:"Execute system commands.", file: "swoole-process.exec"},
{id:13763, pId:1215, name:"Stop the child processes.", file: "swoole-process.exit"},
{id:13764, pId:1215, name:"Destory the message queue created by swoole_proces", file: "swoole-process.freequeue"},
{id:13765, pId:1215, name:"Send signal to the child process.", file: "swoole-process.kill"},
{id:13766, pId:1215, name:"Set name of the process.", file: "swoole-process.name"},
{id:13767, pId:1215, name:"Read and pop data from the message queue.", file: "swoole-process.pop"},
{id:13768, pId:1215, name:"Write and push data into the message queue.", file: "swoole-process.push"},
{id:13769, pId:1215, name:"Read data sending to the process.", file: "swoole-process.read"},
{id:13770, pId:1215, name:"Send signal to the child processes.", file: "swoole-process.signal"},
{id:13771, pId:1215, name:"Start the process.", file: "swoole-process.start"},
{id:13772, pId:1215, name:"Get the stats of the message queue used as the com", file: "swoole-process.statqueue"},
{id:13773, pId:1215, name:"Create a message queue as the communication method", file: "swoole-process.usequeue"},
{id:13774, pId:1215, name:"Wait for the events of child processes.", file: "swoole-process.wait"},
{id:13775, pId:1215, name:"Write data into the pipe and communicate with the ", file: "swoole-process.write"},
{id:1216, pId:355, name:"The Swoole\Redis\Server classs3c3-0.02%", file: "class.swoole-redis-server"},
{id:13776, pId:1216, name:"Description", file: "swoole-redis-server.format"},
{id:13777, pId:1216, name:"Description", file: "swoole-redis-server.sethandler"},
{id:13778, pId:1216, name:"Description", file: "swoole-redis-server.start"},
{id:1217, pId:355, name:"The Swoole\Serialize classs2c2-0.01%", file: "class.swoole-serialize"},
{id:13779, pId:1217, name:"Serialize the data.", file: "swoole-serialize.pack"},
{id:13780, pId:1217, name:"Unserialize the data.", file: "swoole-serialize.unpack"},
{id:1218, pId:355, name:"The Swoole\Server classs41c41-0.27%", file: "class.swoole-server"},
{id:13781, pId:1218, name:"Construct a server port", file: "swoole-server-port.construct"},
{id:13782, pId:1218, name:"Destory server port", file: "swoole-server-port.destruct"},
{id:13783, pId:1218, name:"Register callback functions by event.", file: "swoole-server-port.on"},
{id:13784, pId:1218, name:"Set protocol of the server port.", file: "swoole-server-port.set"},
{id:13785, pId:1218, name:"Add a new listener to the server.", file: "swoole-server.addlistener"},
{id:13786, pId:1218, name:"Add a user defined swoole_process to the server.", file: "swoole-server.addprocess"},
{id:13787, pId:1218, name:"Trigger a callback function after a period of time", file: "swoole-server.after"},
{id:13788, pId:1218, name:"Bind the connection to a user defined user ID.", file: "swoole-server.bind"},
{id:13789, pId:1218, name:"Stop and destory a timer.", file: "swoole-server.cleartimer"},
{id:13790, pId:1218, name:"Close a connection to the client.", file: "swoole-server.close"},
{id:13791, pId:1218, name:"Check status of the connection.", file: "swoole-server.confirm"},
{id:13792, pId:1218, name:"Get the connection info by file description.", file: "swoole-server.connection-info"},
{id:13793, pId:1218, name:"Get all of the established connections.", file: "swoole-server.connection-list"},
{id:13794, pId:1218, name:"Construct a Swoole server.", file: "swoole-server.construct"},
{id:13795, pId:1218, name:"Delay execution of the callback function at the en", file: "swoole-server.defer"},
{id:13796, pId:1218, name:"Check if the connection is existed.", file: "swoole-server.exist"},
{id:13797, pId:1218, name:"Used in task process for sending result to the wor", file: "swoole-server.finish"},
{id:13798, pId:1218, name:"Get the connection info by file description.", file: "swoole-server.getclientinfo"},
{id:13799, pId:1218, name:"Get all of the established connections.", file: "swoole-server.getclientlist"},
{id:13800, pId:1218, name:"Get the error code of the most recent error.", file: "swoole-server.getlasterror"},
{id:13801, pId:1218, name:"Check all the connections on the server.", file: "swoole-server.heartbeat"},
{id:13802, pId:1218, name:"Listen on the given IP and port, socket type.", file: "swoole-server.listen"},
{id:13803, pId:1218, name:"Register a callback function by event name.", file: "swoole-server.on"},
{id:13804, pId:1218, name:"Stop receiving data from the connection.", file: "swoole-server.pause"},
{id:13805, pId:1218, name:"Set the connection to be protected mode.", file: "swoole-server.protect"},
{id:13806, pId:1218, name:"Restart all the worker process.", file: "swoole-server.reload"},
{id:13807, pId:1218, name:"Start receving data from the connection.", file: "swoole-server.resume"},
{id:13808, pId:1218, name:"Send data to the client.", file: "swoole-server.send"},
{id:13809, pId:1218, name:"Send file to the connection.", file: "swoole-server.sendfile"},
{id:13810, pId:1218, name:"Send message to worker processes by ID.", file: "swoole-server.sendmessage"},
{id:13811, pId:1218, name:"Send data to the remote UDP address.", file: "swoole-server.sendto"},
{id:13812, pId:1218, name:"Send data to the remote socket in the blocking way", file: "swoole-server.sendwait"},
{id:13813, pId:1218, name:"Set the runtime settings of the swoole server.", file: "swoole-server.set"},
{id:13814, pId:1218, name:"Shutdown the master server process, this function ", file: "swoole-server.shutdown"},
{id:13815, pId:1218, name:"Start the Swoole server.", file: "swoole-server.start"},
{id:13816, pId:1218, name:"Get the stats of the Swoole server.", file: "swoole-server.stats"},
{id:13817, pId:1218, name:"Stop the Swoole server.", file: "swoole-server.stop"},
{id:13818, pId:1218, name:"Send data to the task worker processes.", file: "swoole-server.task"},
{id:13819, pId:1218, name:"Send data to the task worker processes in blocking", file: "swoole-server.taskwait"},
{id:13820, pId:1218, name:"Execute multiple tasks concurrently.", file: "swoole-server.taskwaitmulti"},
{id:13821, pId:1218, name:"Repeats a given function at every given time-inter", file: "swoole-server.tick"},
{id:1219, pId:355, name:"The Swoole\Table classs16c16-0.11%", file: "class.swoole-table"},
{id:13822, pId:1219, name:"Set the data type and size of the columns.", file: "swoole-table.column"},
{id:13823, pId:1219, name:"Construct a Swoole memory table with fixed size.", file: "swoole-table.construct"},
{id:13824, pId:1219, name:"Count the rows in the table, or count all the elem", file: "swoole-table.count"},
{id:13825, pId:1219, name:"Create the swoole memory table.", file: "swoole-table.create"},
{id:13826, pId:1219, name:"Get the current row.", file: "swoole-table.current"},
{id:13827, pId:1219, name:"Decrement the value in the Swoole table by $row_ke", file: "swoole-table.decr"},
{id:13828, pId:1219, name:"Delete a row in the Swoole table by $row_key.", file: "swoole-table.del"},
{id:13829, pId:1219, name:"Destroy the Swoole table.", file: "swoole-table.destroy"},
{id:13830, pId:1219, name:"Check if a row is existed by $row_key.", file: "swoole-table.exist"},
{id:13831, pId:1219, name:"Get the value in the Swoole table by $row_key and ", file: "swoole-table.get"},
{id:13832, pId:1219, name:"Increment the value by $row_key and $column_key.", file: "swoole-table.incr"},
{id:13833, pId:1219, name:"Get the key of current row.", file: "swoole-table.key"},
{id:13834, pId:1219, name:"Iterator the next row.", file: "swoole-table.next"},
{id:13835, pId:1219, name:"Rewind the iterator.", file: "swoole-table.rewind"},
{id:13836, pId:1219, name:"Update a row of the table by $row_key.", file: "swoole-table.set"},
{id:13837, pId:1219, name:"Check current if the current row is valid.", file: "swoole-table.valid"},
{id:1220, pId:355, name:"The Swoole\Timer classs4c4-0.03%", file: "class.swoole-timer"},
{id:13838, pId:1220, name:"Trigger a callback function after a period of time", file: "swoole-timer.after"},
{id:13839, pId:1220, name:"Delete a timer by timer ID.", file: "swoole-timer.clear"},
{id:13840, pId:1220, name:"Check if a timer is existed.", file: "swoole-timer.exists"},
{id:13841, pId:1220, name:"Repeats a given function at every given time-inter", file: "swoole-timer.tick"},
{id:1221, pId:355, name:"The Swoole\WebSocket\Frame class", file: "class.swoole-websocket-frame"},
{id:1222, pId:355, name:"The Swoole\WebSocket\Server classs5c5-0.03%", file: "class.swoole-websocket-server"},
{id:13842, pId:1222, name:"Check if the file descriptor exists.", file: "swoole-websocket-server.exist"},
{id:13843, pId:1222, name:"Register event callback function", file: "swoole-websocket-server.on"},
{id:13844, pId:1222, name:"Get a pack of binary data to send in a single fram", file: "swoole-websocket-server.pack"},
{id:13845, pId:1222, name:"Push data to the remote client.", file: "swoole-websocket-server.push"},
{id:13846, pId:1222, name:"Unpack the binary data received from the client.", file: "swoole-websocket-server.unpack"},
{id:9271, pId:355, name:"简介", file: "intro.swoole"},
{id:11930, pId:355, name:"Swoole 函数s26c26-0.17%", file: "ref.swoole-funcs"},
{id:6796, pId:11930, name:"Async and non-blocking hostname to IP lookup", file: "function.swoole-async-dns-lookup"},
{id:6797, pId:11930, name:"Read file stream asynchronously", file: "function.swoole-async-read"},
{id:6798, pId:11930, name:"Read a file asynchronously", file: "function.swoole-async-readfile"},
{id:6799, pId:11930, name:"Update the async I/O options", file: "function.swoole-async-set"},
{id:6800, pId:11930, name:"Write data to a file stream asynchronously", file: "function.swoole-async-write"},
{id:6801, pId:11930, name:"Write data to a file asynchronously", file: "function.swoole-async-writefile"},
{id:6802, pId:11930, name:"Get the file description which are ready to read/w", file: "function.swoole-client-select"},
{id:6803, pId:11930, name:"Get the number of CPU", file: "function.swoole-cpu-num"},
{id:6804, pId:11930, name:"Get the error code of the latest system call", file: "function.swoole-errno"},
{id:6805, pId:11930, name:"Add new callback functions of a socket into the Ev", file: "function.swoole-event-add"},
{id:6806, pId:11930, name:"Add callback function to the next event loop", file: "function.swoole-event-defer"},
{id:6807, pId:11930, name:"Remove all event callback functions of a socket", file: "function.swoole-event-del"},
{id:6808, pId:11930, name:"Exit the eventloop, only available at the client s", file: "function.swoole-event-exit"},
{id:6809, pId:11930, name:"Update the event callback functions of a socket", file: "function.swoole-event-set"},
{id:6810, pId:11930, name:"Start the event loop", file: "function.swoole-event-wait"},
{id:6811, pId:11930, name:"Write data to a socket", file: "function.swoole-event-write"},
{id:6812, pId:11930, name:"Get the IPv4 IP addresses of each NIC on the machi", file: "function.swoole-get-local-ip"},
{id:6813, pId:11930, name:"Get the lastest error message", file: "function.swoole-last-error"},
{id:6814, pId:11930, name:"Load a swoole extension", file: "function.swoole-load-module"},
{id:6815, pId:11930, name:"Select the file descriptions which are ready to re", file: "function.swoole-select"},
{id:6816, pId:11930, name:"Set the process name", file: "function.swoole-set-process-name"},
{id:6817, pId:11930, name:"Convert the Errno into error messages", file: "function.swoole-strerror"},
{id:6818, pId:11930, name:"Trigger a one time callback function in the future", file: "function.swoole-timer-after"},
{id:6819, pId:11930, name:"Check if a timer callback function is existed", file: "function.swoole-timer-exists"},
{id:6820, pId:11930, name:"Trigger a timer tick callback function by time int", file: "function.swoole-timer-tick"},
{id:6821, pId:11930, name:"Get the version of Swoole", file: "function.swoole-version"},
{id:13848, pId:355, name:"预定义常量", file: "swoole.constants"},
{id:13852, pId:355, name:"安装/配置s4c4-0.03%", file: "swoole.setup"},
{id:13847, pId:13852, name:"运行时配置", file: "swoole.configuration"},
{id:13849, pId:13852, name:"安装", file: "swoole.installation"},
{id:13850, pId:13852, name:"需求", file: "swoole.requirements"},
{id:13851, pId:13852, name:"资源类型", file: "swoole.resources"},
{id:358, pId:12169, name:"Taints4c14-0.09%", file: "book.taint"},
{id:9274, pId:358, name:"简介", file: "intro.taint"},
{id:11932, pId:358, name:"Taint 函数s3c3-0.02%", file: "ref.taint"},
{id:4419, pId:11932, name:"Checks whether a string is tainted", file: "function.is-tainted"},
{id:6852, pId:11932, name:"Taint a string", file: "function.taint"},
{id:7081, pId:11932, name:"Untaint strings", file: "function.untaint"},
{id:13895, pId:358, name:"More Detailss3c3-0.02%", file: "taint.detail"},
{id:13894, pId:13895, name:"Functions and Statements which will spread the tai", file: "taint.detail.basic"},
{id:13896, pId:13895, name:"Functions and statements which will check tainted ", file: "taint.detail.taint"},
{id:13897, pId:13895, name:"Functions which untaint the tainted string", file: "taint.detail.untaint"},
{id:13901, pId:358, name:"安装/配置s4c4-0.03%", file: "taint.setup"},
{id:13893, pId:13901, name:"运行时配置", file: "taint.configuration"},
{id:13898, pId:13901, name:"安装", file: "taint.installation"},
{id:13899, pId:13901, name:"需求", file: "taint.requirements"},
{id:13900, pId:13901, name:"资源类型", file: "taint.resources"},
{id:360, pId:12169, name:"Tidys7c48-0.32%", file: "book.tidy"},
{id:1230, pId:360, name:"The tidy classs20c20-0.13%", file: "class.tidy"},
{id:13937, pId:1230, name:"Returns a tidyNode object starting from the <bo", file: "tidy.body"},
{id:13938, pId:1230, name:"Execute configured cleanup and repair operations o", file: "tidy.cleanrepair"},
{id:13941, pId:1230, name:"Constructs a new tidy object", file: "tidy.construct"},
{id:13942, pId:1230, name:"Run configured diagnostics on parsed and repaired ", file: "tidy.diagnose"},
{id:13945, pId:1230, name:"Get current Tidy configuration", file: "tidy.getconfig"},
{id:13946, pId:1230, name:"Get the Detected HTML version for the specified do", file: "tidy.gethtmlver"},
{id:13947, pId:1230, name:"Returns the value of the specified configuration o", file: "tidy.getopt"},
{id:13948, pId:1230, name:"Returns the documentation for the given option nam", file: "tidy.getoptdoc"},
{id:13949, pId:1230, name:"Get release date (version) for Tidy library", file: "tidy.getrelease"},
{id:13950, pId:1230, name:"Get status of specified document", file: "tidy.getstatus"},
{id:13951, pId:1230, name:"Returns a tidyNode object starting from the <he", file: "tidy.head"},
{id:13952, pId:1230, name:"Returns a tidyNode object starting from the <ht", file: "tidy.html"},
{id:13954, pId:1230, name:"Indicates if the document is a XHTML document", file: "tidy.isxhtml"},
{id:13955, pId:1230, name:"Indicates if the document is a generic (non HTML/X", file: "tidy.isxml"},
{id:13956, pId:1230, name:"Parse markup in file or URI", file: "tidy.parsefile"},
{id:13957, pId:1230, name:"Parse a document stored in a string", file: "tidy.parsestring"},
{id:13958, pId:1230, name:"Return warnings and errors which occurred parsing ", file: "tidy.props.errorbuffer"},
{id:13959, pId:1230, name:"Repair a file and return it as a string", file: "tidy.repairfile"},
{id:13960, pId:1230, name:"Repair a string using an optionally provided confi", file: "tidy.repairstring"},
{id:13963, pId:1230, name:"Returns a tidyNode object representing the root of", file: "tidy.root"},
{id:1231, pId:360, name:"The tidyNode classs10c10-0.07%", file: "class.tidynode"},
{id:13965, pId:1231, name:"Private constructor to disallow direct instantiati", file: "tidynode.construct"},
{id:13966, pId:1231, name:"Returns the parent node of the current node", file: "tidynode.getparent"},
{id:13967, pId:1231, name:"Checks if a node has children", file: "tidynode.haschildren"},
{id:13968, pId:1231, name:"Checks if a node has siblings", file: "tidynode.hassiblings"},
{id:13969, pId:1231, name:"Checks if this node is ASP", file: "tidynode.isasp"},
{id:13970, pId:1231, name:"Checks if a node represents a comment", file: "tidynode.iscomment"},
{id:13971, pId:1231, name:"Checks if a node is part of a HTML document", file: "tidynode.ishtml"},
{id:13972, pId:1231, name:"Checks if this node is JSTE", file: "tidynode.isjste"},
{id:13973, pId:1231, name:"Checks if a node is PHP", file: "tidynode.isphp"},
{id:13974, pId:1231, name:"Checks if a node represents text (no markup)", file: "tidynode.istext"},
{id:9276, pId:360, name:"简介", file: "intro.tidy"},
{id:11934, pId:360, name:"Tidy 函数s6c6-0.04%", file: "ref.tidy"},
{id:5357, pId:11934, name:"ob_start callback function to repair the buffer", file: "function.ob-tidyhandler"},
{id:6858, pId:11934, name:"Returns the Number of Tidy accessibility warnings ", file: "function.tidy-access-count"},
{id:6859, pId:11934, name:"Returns the Number of Tidy configuration errors en", file: "function.tidy-config-count"},
{id:6860, pId:11934, name:"Returns the Number of Tidy errors encountered for ", file: "function.tidy-error-count"},
{id:6861, pId:11934, name:"Return a string representing the parsed tidy marku", file: "function.tidy-get-output"},
{id:6862, pId:11934, name:"Returns the Number of Tidy warnings encountered fo", file: "function.tidy-warning-count"},
{id:13940, pId:360, name:"预定义常量", file: "tidy.constants"},
{id:13944, pId:360, name:"范例s1c1-0.01%", file: "tidy.examples"},
{id:13943, pId:13944, name:"Tidy example", file: "tidy.examples.basic"},
{id:13964, pId:360, name:"安装/配置s4c4-0.03%", file: "tidy.setup"},
{id:13939, pId:13964, name:"运行时配置", file: "tidy.configuration"},
{id:13953, pId:13964, name:"安装", file: "tidy.installation"},
{id:13961, pId:13964, name:"需求", file: "tidy.requirements"},
{id:13962, pId:13964, name:"资源类型", file: "tidy.resources"},
{id:361, pId:12169, name:"Tokenizers5c11-0.07%", file: "book.tokenizer"},
{id:9277, pId:361, name:"简介", file: "intro.tokenizer"},
{id:11935, pId:361, name:"Tokenizer 函数s2c2-0.01%", file: "ref.tokenizer"},
{id:6876, pId:11935, name:"将提供的源码按 PHP 标记进行分割", file: "function.token-get-all"},
{id:6877, pId:11935, name:"获取提供的 PHP 解析器代号的符号名称", file: "function.token-name"},
{id:13988, pId:361, name:"预定义常量", file: "tokenizer.constants"},
{id:13989, pId:361, name:"范例", file: "tokenizer.examples"},
{id:13993, pId:361, name:"安装/配置s4c4-0.03%", file: "tokenizer.setup"},
{id:13987, pId:13993, name:"运行时配置", file: "tokenizer.configuration"},
{id:13990, pId:13993, name:"安装", file: "tokenizer.installation"},
{id:13991, pId:13993, name:"需求", file: "tokenizer.requirements"},
{id:13992, pId:13993, name:"资源类型", file: "tokenizer.resources"},
{id:367, pId:12169, name:"URLss4c18-0.12%", file: "book.url"},
{id:9283, pId:367, name:"简介", file: "intro.url"},
{id:11940, pId:367, name:"URL 函数s10c10-0.07%", file: "ref.url"},
{id:2652, pId:11940, name:"对使用 MIME base64 编码的数据进行解码", file: "function.base64-decode"},
{id:2653, pId:11940, name:"使用 MIME base64 对数据进行编码", file: "function.base64-encode"},
{id:3788, pId:11940, name:"取得服务器响应一个 HTTP 请求所发送的所有标头", file: "function.get-headers"},
{id:3795, pId:11940, name:"从一个文件中提取所有的 meta 标签 content 属性,返回一个数组", file: "function.get-meta-tags"},
{id:4005, pId:11940, name:"生成 URL-encode 之后的请求字符串", file: "function.http-build-query"},
{id:5600, pId:11940, name:"解析 URL,返回其组成部分", file: "function.parse-url"},
{id:6146, pId:11940, name:"对已编码的 URL 字符串进行解码", file: "function.rawurldecode"},
{id:6147, pId:11940, name:"按照 RFC 3986 对 URL 进行编码", file: "function.rawurlencode"},
{id:7112, pId:11940, name:"解码已编码的 URL 字符串", file: "function.urldecode"},
{id:7113, pId:11940, name:"编码 URL 字符串", file: "function.urlencode"},
{id:14311, pId:367, name:"预定义常量", file: "url.constants"},
{id:14315, pId:367, name:"安装/配置s4c4-0.03%", file: "url.setup"},
{id:14310, pId:14315, name:"运行时配置", file: "url.configuration"},
{id:14312, pId:14315, name:"安装", file: "url.installation"},
{id:14313, pId:14315, name:"需求", file: "url.requirements"},
{id:14314, pId:14315, name:"资源类型", file: "url.resources"},
{id:368, pId:12169, name:"V8 Javascript Engine Integrations5c18-0.12%", file: "book.v8js"},
{id:1289, pId:368, name:"The V8Js classs5c5-0.03%", file: "class.v8js"},
{id:14321, pId:1289, name:"Construct a new V8Js object", file: "v8js.construct"},
{id:14323, pId:1289, name:"Execute a string as Javascript code", file: "v8js.executestring"},
{id:14324, pId:1289, name:"Return an array of registered extensions", file: "v8js.getextensions"},
{id:14325, pId:1289, name:"Return pending uncaught Javascript exception", file: "v8js.getpendingexception"},
{id:14327, pId:1289, name:"Register Javascript extensions for V8Js", file: "v8js.registerextension"},
{id:1290, pId:368, name:"The V8JsException classs4c4-0.03%", file: "class.v8jsexception"},
{id:14331, pId:1290, name:"The getJsFileName purpose", file: "v8jsexception.getjsfilename"},
{id:14332, pId:1290, name:"The getJsLineNumber purpose", file: "v8jsexception.getjslinenumber"},
{id:14333, pId:1290, name:"The getJsSourceLine purpose", file: "v8jsexception.getjssourceline"},
{id:14334, pId:1290, name:"The getJsTrace purpose", file: "v8jsexception.getjstrace"},
{id:9284, pId:368, name:"简介", file: "intro.v8js"},
{id:14322, pId:368, name:"范例", file: "v8js.examples"},
{id:14330, pId:368, name:"安装/配置s4c4-0.03%", file: "v8js.setup"},
{id:14320, pId:14330, name:"运行时配置", file: "v8js.configuration"},
{id:14326, pId:14330, name:"安装", file: "v8js.installation"},
{id:14328, pId:14330, name:"需求", file: "v8js.requirements"},
{id:14329, pId:14330, name:"资源类型", file: "v8js.resources"},
{id:388, pId:12169, name:"Yaconfs4c10-0.07%", file: "book.yaconf"},
{id:1310, pId:388, name:"The Yaconf classs2c2-0.01%", file: "class.yaconf"},
{id:14615, pId:1310, name:"Retrieve a item", file: "yaconf.get"},
{id:14616, pId:1310, name:"Determine if a item exists", file: "yaconf.has"},
{id:9304, pId:388, name:"简介", file: "intro.yaconf"},
{id:14614, pId:388, name:"预定义常量", file: "yaconf.constants"},
{id:14620, pId:388, name:"安装/配置s4c4-0.03%", file: "yaconf.setup"},
{id:14613, pId:14620, name:"运行时配置", file: "yaconf.configuration"},
{id:14617, pId:14620, name:"安装", file: "yaconf.installation"},
{id:14618, pId:14620, name:"需求", file: "yaconf.requirements"},
{id:14619, pId:14620, name:"资源类型", file: "yaconf.resources"},
{id:389, pId:12169, name:"Yet Another Frameworks41c298-1.98%", file: "book.yaf"},
{id:1311, pId:389, name:"The Yaf_Action_Abstract classs2c2-0.01%", file: "class.yaf-action-abstract"},
{id:14621, pId:1311, name:"执行动作", file: "yaf-action-abstract.execute"},
{id:14622, pId:1311, name:"得到控制器实例", file: "yaf-action-abstract.getcontroller"},
{id:1312, pId:389, name:"The Yaf_Application classs18c18-0.12%", file: "class.yaf-application"},
{id:14623, pId:1312, name:"获取当前的Yaf_Application实例", file: "yaf-application.app"},
{id:14624, pId:1312, name:"调用bootstrap", file: "yaf-application.bootstrap"},
{id:14625, pId:1312, name:"清除最后的错误信息", file: "yaf-application.clearlasterror"},
{id:14626, pId:1312, name:"Yaf_Application不能被克隆", file: "yaf-application.clone"},
{id:14627, pId:1312, name:"Yaf_Application的构造函数", file: "yaf-application.construct"},
{id:14628, pId:1312, name:"析构函数", file: "yaf-application.destruct"},
{id:14629, pId:1312, name:"获取当前Yaf_Application的环境名", file: "yaf-application.environ"},
{id:14630, pId:1312, name:"运行回调函数", file: "yaf-application.execute"},
{id:14631, pId:1312, name:"获取应用的目录", file: "yaf-application.getappdirectory"},
{id:14632, pId:1312, name:"获取 Yaf_Config_Abstract 的实例", file: "yaf-application.getconfig"},
{id:14633, pId:1312, name:"获取 Yaf_Dispatcher 的实例", file: "yaf-application.getdispatcher"},
{id:14634, pId:1312, name:"获取最近产生的错误的错误信息", file: "yaf-application.getlasterrormsg"},
{id:14635, pId:1312, name:"获取最后产生的错误的错误代码", file: "yaf-application.getlasterrorno"},
{id:14636, pId:1312, name:"获取在配置文件中申明的模块", file: "yaf-application.getmodules"},
{id:14637, pId:1312, name:"运行 Yaf_Application", file: "yaf-application.run"},
{id:14638, pId:1312, name:"改变应用目录", file: "yaf-application.setappdirectory"},
{id:14639, pId:1312, name:"Yaf_Application 不能被序列化", file: "yaf-application.sleep"},
{id:14640, pId:1312, name:"Yaf_Application 不能被反序列化", file: "yaf-application.wakeup"},
{id:1313, pId:389, name:"The Yaf_Bootstrap_Abstract class", file: "class.yaf-bootstrap-abstract"},
{id:1314, pId:389, name:"The Yaf_Config_Abstract classs4c4-0.03%", file: "class.yaf-config-abstract"},
{id:14641, pId:1314, name:"Getter", file: "yaf-config-abstract.get"},
{id:14642, pId:1314, name:"寻找只读配置", file: "yaf-config-abstract.readonly"},
{id:14643, pId:1314, name:"Setter", file: "yaf-config-abstract.set"},
{id:14644, pId:1314, name:"转换为数组", file: "yaf-config-abstract.toarray"},
{id:1315, pId:389, name:"The Yaf_Config_Ini classs16c16-0.11%", file: "class.yaf-config-ini"},
{id:14645, pId:1315, name:"构造函数", file: "yaf-config-ini.construct"},
{id:14646, pId:1315, name:"返回配置的节数量", file: "yaf-config-ini.count"},
{id:14647, pId:1315, name:"返回当前节点", file: "yaf-config-ini.current"},
{id:14648, pId:1315, name:"读取节点配置", file: "yaf-config-ini.get"},
{id:14649, pId:1315, name:"检查节点是否存在", file: "yaf-config-ini.isset"},
{id:14650, pId:1315, name:"返回当前元素的键", file: "yaf-config-ini.key"},
{id:14651, pId:1315, name:"向前移动到下一个元素", file: "yaf-config-ini.next"},
{id:14652, pId:1315, name:"检查一个偏移位置是否存在", file: "yaf-config-ini.offsetexists"},
{id:14653, pId:1315, name:"获取一个偏移位置的值", file: "yaf-config-ini.offsetget"},
{id:14654, pId:1315, name:"设置一个偏移位置的值", file: "yaf-config-ini.offsetset"},
{id:14655, pId:1315, name:"复位一个偏移位置的值", file: "yaf-config-ini.offsetunset"},
{id:14656, pId:1315, name:"检查配置是否只读", file: "yaf-config-ini.readonly"},
{id:14657, pId:1315, name:"检查当前位置是否有效", file: "yaf-config-ini.rewind"},
{id:14658, pId:1315, name:"The __set purpose", file: "yaf-config-ini.set"},
{id:14659, pId:1315, name:"转换为数组的格式", file: "yaf-config-ini.toarray"},
{id:14660, pId:1315, name:"检查迭代器是否有效", file: "yaf-config-ini.valid"},
{id:1316, pId:389, name:"The Yaf_Config_Simple classs16c16-0.11%", file: "class.yaf-config-simple"},
{id:14661, pId:1316, name:"构造函数", file: "yaf-config-simple.construct"},
{id:14662, pId:1316, name:"返回配置的节数量", file: "yaf-config-simple.count"},
{id:14663, pId:1316, name:"返回当前节点", file: "yaf-config-simple.current"},
{id:14664, pId:1316, name:"读取节点配置", file: "yaf-config-simple.get"},
{id:14665, pId:1316, name:"检查节点是否存在", file: "yaf-config-simple.isset"},
{id:14666, pId:1316, name:"返回当前元素的键", file: "yaf-config-simple.key"},
{id:14667, pId:1316, name:"向前移动到下一个元素", file: "yaf-config-simple.next"},
{id:14668, pId:1316, name:"检查一个偏移位置是否存在", file: "yaf-config-simple.offsetexists"},
{id:14669, pId:1316, name:"获取一个偏移位置的值", file: "yaf-config-simple.offsetget"},
{id:14670, pId:1316, name:"设置一个偏移位置的值", file: "yaf-config-simple.offsetset"},
{id:14671, pId:1316, name:"复位一个偏移位置的值", file: "yaf-config-simple.offsetunset"},
{id:14672, pId:1316, name:"检查配置是否只读", file: "yaf-config-simple.readonly"},
{id:14673, pId:1316, name:"检查当前位置是否有效", file: "yaf-config-simple.rewind"},
{id:14674, pId:1316, name:"设置节点配置", file: "yaf-config-simple.set"},
{id:14675, pId:1316, name:"转换为数组的格式", file: "yaf-config-simple.toarray"},
{id:14676, pId:1316, name:"检查迭代器是否有效", file: "yaf-config-simple.valid"},
{id:1317, pId:389, name:"The Yaf_Controller_Abstract classs16c16-0.11%", file: "class.yaf-controller-abstract"},
{id:14677, pId:1317, name:"Yaf_Controller_Abstract 不能被克隆", file: "yaf-controller-abstract.clone"},
{id:14678, pId:1317, name:"Yaf_Controller_Abstract constructor", file: "yaf-controller-abstract.construct"},
{id:14679, pId:1317, name:"The display purpose", file: "yaf-controller-abstract.display"},
{id:14680, pId:1317, name:"The forward purpose", file: "yaf-controller-abstract.forward"},
{id:14681, pId:1317, name:"The getInvokeArg purpose", file: "yaf-controller-abstract.getinvokearg"},
{id:14682, pId:1317, name:"The getInvokeArgs purpose", file: "yaf-controller-abstract.getinvokeargs"},
{id:14683, pId:1317, name:"获取当前控制器所属的模块名", file: "yaf-controller-abstract.getmodulename"},
{id:14684, pId:1317, name:"The getRequest purpose", file: "yaf-controller-abstract.getrequest"},
{id:14685, pId:1317, name:"The getResponse purpose", file: "yaf-controller-abstract.getresponse"},
{id:14686, pId:1317, name:"获取当前的视图引擎", file: "yaf-controller-abstract.getview"},
{id:14687, pId:1317, name:"The getViewpath purpose", file: "yaf-controller-abstract.getviewpath"},
{id:14688, pId:1317, name:"控制器初始化", file: "yaf-controller-abstract.init"},
{id:14689, pId:1317, name:"The initView purpose", file: "yaf-controller-abstract.initview"},
{id:14690, pId:1317, name:"The redirect purpose", file: "yaf-controller-abstract.redirect"},
{id:14691, pId:1317, name:"渲染视图模板", file: "yaf-controller-abstract.render"},
{id:14692, pId:1317, name:"The setViewpath purpose", file: "yaf-controller-abstract.setviewpath"},
{id:1318, pId:389, name:"Yaf_Dispatcher 类s24c24-0.16%", file: "class.yaf-dispatcher"},
{id:14693, pId:1318, name:"开启/关闭自动渲染功能", file: "yaf-dispatcher.autorender"},
{id:14694, pId:1318, name:"开启/关闭自动异常捕获功能", file: "yaf-dispatcher.catchexception"},
{id:14695, pId:1318, name:"Yaf_Dispatcher 不能被克隆", file: "yaf-dispatcher.clone"},
{id:14696, pId:1318, name:"Yaf_Dispatcher 构造函数", file: "yaf-dispatcher.construct"},
{id:14697, pId:1318, name:"关闭自动渲染", file: "yaf-dispatcher.disableview"},
{id:14698, pId:1318, name:"分发请求", file: "yaf-dispatcher.dispatch"},
{id:14699, pId:1318, name:"开启自动渲染", file: "yaf-dispatcher.enableview"},
{id:14700, pId:1318, name:"打开关闭自动响应", file: "yaf-dispatcher.flushinstantly"},
{id:14701, pId:1318, name:"获取当前的Yaf_Application实例", file: "yaf-dispatcher.getapplication"},
{id:14702, pId:1318, name:"获取当前的Yaf_Dispatcher实例", file: "yaf-dispatcher.getinstance"},
{id:14703, pId:1318, name:"获取当前的请求实例", file: "yaf-dispatcher.getrequest"},
{id:14704, pId:1318, name:"获取路由器", file: "yaf-dispatcher.getrouter"},
{id:14705, pId:1318, name:"初始化视图引擎并返回它", file: "yaf-dispatcher.initview"},
{id:14706, pId:1318, name:"注册一个插件", file: "yaf-dispatcher.registerplugin"},
{id:14707, pId:1318, name:"The returnResponse purpose", file: "yaf-dispatcher.returnresponse"},
{id:14708, pId:1318, name:"设置路由的默认动作", file: "yaf-dispatcher.setdefaultaction"},
{id:14709, pId:1318, name:"设置路由的默认控制器", file: "yaf-dispatcher.setdefaultcontroller"},
{id:14710, pId:1318, name:"设置路由的默认模块", file: "yaf-dispatcher.setdefaultmodule"},
{id:14711, pId:1318, name:"设置错误处理函数", file: "yaf-dispatcher.seterrorhandler"},
{id:14712, pId:1318, name:"The setRequest purpose", file: "yaf-dispatcher.setrequest"},
{id:14713, pId:1318, name:"设置视图引擎", file: "yaf-dispatcher.setview"},
{id:14714, pId:1318, name:"Yaf_Dispatcher 不能被序列化", file: "yaf-dispatcher.sleep"},
{id:14715, pId:1318, name:"开启/关闭异常抛出", file: "yaf-dispatcher.throwexception"},
{id:14716, pId:1318, name:"Yaf_Dispatcher 不能被反序列化", file: "yaf-dispatcher.wakeup"},
{id:1319, pId:389, name:"The Yaf_Exception_DispatchFailed class", file: "class.yaf-exception-dispatchfailed"},
{id:1320, pId:389, name:"The Yaf_Exception_LoadFailed_Action class", file: "class.yaf-exception-loadfailed-action"},
{id:1321, pId:389, name:"The Yaf_Exception_LoadFailed_Controller class", file: "class.yaf-exception-loadfailed-controller"},
{id:1322, pId:389, name:"The Yaf_Exception_LoadFailed_Module class", file: "class.yaf-exception-loadfailed-module"},
{id:1323, pId:389, name:"The Yaf_Exception_LoadFailed_View class", file: "class.yaf-exception-loadfailed-view"},
{id:1324, pId:389, name:"The Yaf_Exception_LoadFailed class", file: "class.yaf-exception-loadfailed"},
{id:1325, pId:389, name:"The Yaf_Exception_RouterFailed class", file: "class.yaf-exception-routerfailed"},
{id:1326, pId:389, name:"The Yaf_Exception_StartupError class", file: "class.yaf-exception-startuperror"},
{id:1327, pId:389, name:"The Yaf_Exception_TypeError class", file: "class.yaf-exception-typeerror"},
{id:1328, pId:389, name:"The Yaf_Exception classs2c2-0.01%", file: "class.yaf-exception"},
{id:14717, pId:1328, name:"The __construct purpose", file: "yaf-exception.construct"},
{id:14718, pId:1328, name:"The getPrevious purpose", file: "yaf-exception.getprevious"},
{id:1329, pId:389, name:"The Yaf_Loader classs13c13-0.09%", file: "class.yaf-loader"},
{id:14719, pId:1329, name:"The autoload purpose", file: "yaf-loader.autoload"},
{id:14720, pId:1329, name:"The clearLocalNamespace purpose", file: "yaf-loader.clearlocalnamespace"},
{id:14721, pId:1329, name:"The __clone purpose", file: "yaf-loader.clone"},
{id:14722, pId:1329, name:"The __construct purpose", file: "yaf-loader.construct"},
{id:14723, pId:1329, name:"The getInstance purpose", file: "yaf-loader.getinstance"},
{id:14724, pId:1329, name:"get the library path", file: "yaf-loader.getlibrarypath"},
{id:14725, pId:1329, name:"The getLocalNamespace purpose", file: "yaf-loader.getlocalnamespace"},
{id:14726, pId:1329, name:"The import purpose", file: "yaf-loader.import"},
{id:14727, pId:1329, name:"The isLocalName purpose", file: "yaf-loader.islocalname"},
{id:14728, pId:1329, name:"注册本地类前缀", file: "yaf-loader.registerlocalnamespace"},
{id:14729, pId:1329, name:"改变library路径", file: "yaf-loader.setlibrarypath"},
{id:14730, pId:1329, name:"The __sleep purpose", file: "yaf-loader.sleep"},
{id:14731, pId:1329, name:"The __wakeup purpose", file: "yaf-loader.wakeup"},
{id:1330, pId:389, name:"The Yaf_Plugin_Abstract classs7c7-0.05%", file: "class.yaf-plugin-abstract"},
{id:14732, pId:1330, name:"The dispatchLoopShutdown purpose", file: "yaf-plugin-abstract.dispatchloopshutdown"},
{id:14733, pId:1330, name:"The dispatchLoopStartup purpose", file: "yaf-plugin-abstract.dispatchloopstartup"},
{id:14734, pId:1330, name:"The postDispatch purpose", file: "yaf-plugin-abstract.postdispatch"},
{id:14735, pId:1330, name:"The preDispatch purpose", file: "yaf-plugin-abstract.predispatch"},
{id:14736, pId:1330, name:"The preResponse purpose", file: "yaf-plugin-abstract.preresponse"},
{id:14737, pId:1330, name:"The routerShutdown purpose", file: "yaf-plugin-abstract.routershutdown"},
{id:14738, pId:1330, name:"RouterStartup hook", file: "yaf-plugin-abstract.routerstartup"},
{id:1331, pId:389, name:"The Yaf_Registry classs6c6-0.04%", file: "class.yaf-registry"},
{id:14739, pId:1331, name:"The __clone purpose", file: "yaf-registry.clone"},
{id:14740, pId:1331, name:"Yaf_Registry implements singleton", file: "yaf-registry.construct"},
{id:14741, pId:1331, name:"Remove an item from registry", file: "yaf-registry.del"},
{id:14742, pId:1331, name:"Retrieve an item from registry", file: "yaf-registry.get"},
{id:14743, pId:1331, name:"Check whether an item exists", file: "yaf-registry.has"},
{id:14744, pId:1331, name:"Add an item into registry", file: "yaf-registry.set"},
{id:1332, pId:389, name:"The Yaf_Request_Abstract classs29c29-0.19%", file: "class.yaf-request-abstract"},
{id:14745, pId:1332, name:"The getActionName purpose", file: "yaf-request-abstract.getactionname"},
{id:14746, pId:1332, name:"The getBaseUri purpose", file: "yaf-request-abstract.getbaseuri"},
{id:14747, pId:1332, name:"The getControllerName purpose", file: "yaf-request-abstract.getcontrollername"},
{id:14748, pId:1332, name:"取得ENV变量的值", file: "yaf-request-abstract.getenv"},
{id:14749, pId:1332, name:"The getException purpose", file: "yaf-request-abstract.getexception"},
{id:14750, pId:1332, name:"The getLanguage purpose", file: "yaf-request-abstract.getlanguage"},
{id:14751, pId:1332, name:"The getMethod purpose", file: "yaf-request-abstract.getmethod"},
{id:14752, pId:1332, name:"The getModuleName purpose", file: "yaf-request-abstract.getmodulename"},
{id:14753, pId:1332, name:"The getParam purpose", file: "yaf-request-abstract.getparam"},
{id:14754, pId:1332, name:"The getParams purpose", file: "yaf-request-abstract.getparams"},
{id:14755, pId:1332, name:"The getRequestUri purpose", file: "yaf-request-abstract.getrequesturi"},
{id:14756, pId:1332, name:"返回SERVER变量的值", file: "yaf-request-abstract.getserver"},
{id:14757, pId:1332, name:"The isCli purpose", file: "yaf-request-abstract.iscli"},
{id:14758, pId:1332, name:"The isDispatched purpose", file: "yaf-request-abstract.isdispatched"},
{id:14759, pId:1332, name:"The isGet purpose", file: "yaf-request-abstract.isget"},
{id:14760, pId:1332, name:"The isHead purpose", file: "yaf-request-abstract.ishead"},
{id:14761, pId:1332, name:"The isOptions purpose", file: "yaf-request-abstract.isoptions"},
{id:14762, pId:1332, name:"The isPost purpose", file: "yaf-request-abstract.ispost"},
{id:14763, pId:1332, name:"The isPut purpose", file: "yaf-request-abstract.isput"},
{id:14764, pId:1332, name:"The isRouted purpose", file: "yaf-request-abstract.isrouted"},
{id:14765, pId:1332, name:"The isXmlHttpRequest purpose", file: "yaf-request-abstract.isxmlhttprequest"},
{id:14766, pId:1332, name:"The setActionName purpose", file: "yaf-request-abstract.setactionname"},
{id:14767, pId:1332, name:"The setBaseUri purpose", file: "yaf-request-abstract.setbaseuri"},
{id:14768, pId:1332, name:"The setControllerName purpose", file: "yaf-request-abstract.setcontrollername"},
{id:14769, pId:1332, name:"The setDispatched purpose", file: "yaf-request-abstract.setdispatched"},
{id:14770, pId:1332, name:"The setModuleName purpose", file: "yaf-request-abstract.setmodulename"},
{id:14771, pId:1332, name:"The setParam purpose", file: "yaf-request-abstract.setparam"},
{id:14772, pId:1332, name:"The setRequestUri purpose", file: "yaf-request-abstract.setrequesturi"},
{id:14773, pId:1332, name:"The setRouted purpose", file: "yaf-request-abstract.setrouted"},
{id:1333, pId:389, name:"The Yaf_Request_Http classs10c10-0.07%", file: "class.yaf-request-http"},
{id:14774, pId:1333, name:"The __clone purpose", file: "yaf-request-http.clone"},
{id:14775, pId:1333, name:"The __construct purpose", file: "yaf-request-http.construct"},
{id:14776, pId:1333, name:"从客户端返回变量", file: "yaf-request-http.get"},
{id:14777, pId:1333, name:"返回Cookie变量", file: "yaf-request-http.getcookie"},
{id:14778, pId:1333, name:"The getFiles purpose", file: "yaf-request-http.getfiles"},
{id:14779, pId:1333, name:"返回POST变量", file: "yaf-request-http.getpost"},
{id:14780, pId:1333, name:"fetch a query parameter", file: "yaf-request-http.getquery"},
{id:14781, pId:1333, name:"Retrieve Raw request body", file: "yaf-request-http.getraw"},
{id:14782, pId:1333, name:"The getRequest purpose", file: "yaf-request-http.getrequest"},
{id:14783, pId:1333, name:"是否为Ajax请求", file: "yaf-request-http.isxmlhttprequest"},
{id:1334, pId:389, name:"The Yaf_Request_Simple classs9c9-0.06%", file: "class.yaf-request-simple"},
{id:14784, pId:1334, name:"The __clone purpose", file: "yaf-request-simple.clone"},
{id:14785, pId:1334, name:"The __construct purpose", file: "yaf-request-simple.construct"},
{id:14786, pId:1334, name:"The get purpose", file: "yaf-request-simple.get"},
{id:14787, pId:1334, name:"The getCookie purpose", file: "yaf-request-simple.getcookie"},
{id:14788, pId:1334, name:"The getFiles purpose", file: "yaf-request-simple.getfiles"},
{id:14789, pId:1334, name:"The getPost purpose", file: "yaf-request-simple.getpost"},
{id:14790, pId:1334, name:"The getQuery purpose", file: "yaf-request-simple.getquery"},
{id:14791, pId:1334, name:"The getRequest purpose", file: "yaf-request-simple.getrequest"},
{id:14792, pId:1334, name:"The isXmlHttpRequest purpose", file: "yaf-request-simple.isxmlhttprequest"},
{id:1335, pId:389, name:"The Yaf_Response_Abstract classs15c15-0.1%", file: "class.yaf-response-abstract"},
{id:14793, pId:1335, name:"往已有的响应body后附加新的内容", file: "yaf-response-abstract.appendbody"},
{id:14794, pId:1335, name:"清除已经设置的响应body", file: "yaf-response-abstract.clearbody"},
{id:14795, pId:1335, name:"The clearHeaders purpose", file: "yaf-response-abstract.clearheaders"},
{id:14796, pId:1335, name:"The __clone purpose", file: "yaf-response-abstract.clone"},
{id:14797, pId:1335, name:"The __construct purpose", file: "yaf-response-abstract.construct"},
{id:14798, pId:1335, name:"The __destruct purpose", file: "yaf-response-abstract.destruct"},
{id:14799, pId:1335, name:"获取已经设置的响应body", file: "yaf-response-abstract.getbody"},
{id:14800, pId:1335, name:"The getHeader purpose", file: "yaf-response-abstract.getheader"},
{id:14801, pId:1335, name:"The prependBody purpose", file: "yaf-response-abstract.prependbody"},
{id:14802, pId:1335, name:"send response", file: "yaf-response-abstract.response"},
{id:14803, pId:1335, name:"The setAllHeaders purpose", file: "yaf-response-abstract.setallheaders"},
{id:14804, pId:1335, name:"设置响应的Body", file: "yaf-response-abstract.setbody"},
{id:14805, pId:1335, name:"The setHeader purpose", file: "yaf-response-abstract.setheader"},
{id:14806, pId:1335, name:"The setRedirect purpose", file: "yaf-response-abstract.setredirect"},
{id:14807, pId:1335, name:"The __toString purpose", file: "yaf-response-abstract.tostring"},
{id:1336, pId:389, name:"The Yaf_Route_Interface classs2c2-0.01%", file: "class.yaf-route-interface"},
{id:14808, pId:1336, name:"将指定路由规则组合成一个url", file: "yaf-route-interface.assemble"},
{id:14809, pId:1336, name:"route a request", file: "yaf-route-interface.route"},
{id:1337, pId:389, name:"The Yaf_Route_Map classs3c3-0.02%", file: "class.yaf-route-map"},
{id:14810, pId:1337, name:"组合url", file: "yaf-route-map.assemble"},
{id:14811, pId:1337, name:"The __construct purpose", file: "yaf-route-map.construct"},
{id:14812, pId:1337, name:"The route purpose", file: "yaf-route-map.route"},
{id:1338, pId:389, name:"The Yaf_Route_Regex classs3c3-0.02%", file: "class.yaf-route-regex"},
{id:14813, pId:1338, name:"组合url", file: "yaf-route-regex.assemble"},
{id:14814, pId:1338, name:"The __construct purpose", file: "yaf-route-regex.construct"},
{id:14815, pId:1338, name:"The route purpose", file: "yaf-route-regex.route"},
{id:1339, pId:389, name:"The Yaf_Route_Rewrite classs3c3-0.02%", file: "class.yaf-route-rewrite"},
{id:14816, pId:1339, name:"组合url", file: "yaf-route-rewrite.assemble"},
{id:14817, pId:1339, name:"The __construct purpose", file: "yaf-route-rewrite.construct"},
{id:14818, pId:1339, name:"The route purpose", file: "yaf-route-rewrite.route"},
{id:1340, pId:389, name:"The Yaf_Route_Simple classs3c3-0.02%", file: "class.yaf-route-simple"},
{id:14819, pId:1340, name:"组合url", file: "yaf-route-simple.assemble"},
{id:14820, pId:1340, name:"Yaf_Route_Simple constructor", file: "yaf-route-simple.construct"},
{id:14821, pId:1340, name:"Route a request", file: "yaf-route-simple.route"},
{id:1341, pId:389, name:"The Yaf_Route_Static classs3c3-0.02%", file: "class.yaf-route-static"},
{id:14822, pId:1341, name:"组合url", file: "yaf-route-static.assemble"},
{id:14823, pId:1341, name:"The match purpose", file: "yaf-route-static.match"},
{id:14824, pId:1341, name:"Route a request", file: "yaf-route-static.route"},
{id:1342, pId:389, name:"The Yaf_Route_Supervar classs3c3-0.02%", file: "class.yaf-route-supervar"},
{id:14825, pId:1342, name:"组合url", file: "yaf-route-supervar.assemble"},
{id:14826, pId:1342, name:"The __construct purpose", file: "yaf-route-supervar.construct"},
{id:14827, pId:1342, name:"The route purpose", file: "yaf-route-supervar.route"},
{id:1343, pId:389, name:"The Yaf_Router classs7c7-0.05%", file: "class.yaf-router"},
{id:14828, pId:1343, name:"向Router中添加配置文件中定义的路由", file: "yaf-router.addconfig"},
{id:14829, pId:1343, name:"往Router中添加新的路由", file: "yaf-router.addroute"},
{id:14830, pId:1343, name:"Yaf_Router constructor", file: "yaf-router.construct"},
{id:14831, pId:1343, name:"取得当前有效的路由名", file: "yaf-router.getcurrentroute"},
{id:14832, pId:1343, name:"The getRoute purpose", file: "yaf-router.getroute"},
{id:14833, pId:1343, name:"The getRoutes purpose", file: "yaf-router.getroutes"},
{id:14834, pId:1343, name:"The route purpose", file: "yaf-router.route"},
{id:1344, pId:389, name:"The Yaf_Session classs22c22-0.15%", file: "class.yaf-session"},
{id:14835, pId:1344, name:"The __clone purpose", file: "yaf-session.clone"},
{id:14836, pId:1344, name:"The __construct purpose", file: "yaf-session.construct"},
{id:14837, pId:1344, name:"The count purpose", file: "yaf-session.count"},
{id:14838, pId:1344, name:"The current purpose", file: "yaf-session.current"},
{id:14839, pId:1344, name:"The del purpose", file: "yaf-session.del"},
{id:14840, pId:1344, name:"The __get purpose", file: "yaf-session.get"},
{id:14841, pId:1344, name:"The getInstance purpose", file: "yaf-session.getinstance"},
{id:14842, pId:1344, name:"The has purpose", file: "yaf-session.has"},
{id:14843, pId:1344, name:"The __isset purpose", file: "yaf-session.isset"},
{id:14844, pId:1344, name:"The key purpose", file: "yaf-session.key"},
{id:14845, pId:1344, name:"The next purpose", file: "yaf-session.next"},
{id:14846, pId:1344, name:"The offsetExists purpose", file: "yaf-session.offsetexists"},
{id:14847, pId:1344, name:"The offsetGet purpose", file: "yaf-session.offsetget"},
{id:14848, pId:1344, name:"The offsetSet purpose", file: "yaf-session.offsetset"},
{id:14849, pId:1344, name:"The offsetUnset purpose", file: "yaf-session.offsetunset"},
{id:14850, pId:1344, name:"The rewind purpose", file: "yaf-session.rewind"},
{id:14851, pId:1344, name:"The __set purpose", file: "yaf-session.set"},
{id:14852, pId:1344, name:"The __sleep purpose", file: "yaf-session.sleep"},
{id:14853, pId:1344, name:"The start purpose", file: "yaf-session.start"},
{id:14854, pId:1344, name:"The __unset purpose", file: "yaf-session.unset"},
{id:14855, pId:1344, name:"The valid purpose", file: "yaf-session.valid"},
{id:14856, pId:1344, name:"The __wakeup purpose", file: "yaf-session.wakeup"},
{id:1345, pId:389, name:"The Yaf_View_Interface classs5c5-0.03%", file: "class.yaf-view-interface"},
{id:14857, pId:1345, name:"为视图引擎分配一个模板变量", file: "yaf-view-interface.assign"},
{id:14858, pId:1345, name:"渲染一个视图模板, 并直接输出给请求端", file: "yaf-view-interface.display"},
{id:14859, pId:1345, name:"The getScriptPath purpose", file: "yaf-view-interface.getscriptpath"},
{id:14860, pId:1345, name:"渲染一个视图模板", file: "yaf-view-interface.render"},
{id:14861, pId:1345, name:"The setScriptPath purpose", file: "yaf-view-interface.setscriptpath"},
{id:1346, pId:389, name:"The Yaf_View_Simple Classs12c12-0.08%", file: "class.yaf-view-simple"},
{id:14862, pId:1346, name:"为视图引擎分配一个模板变量", file: "yaf-view-simple.assign"},
{id:14863, pId:1346, name:"The assignRef purpose", file: "yaf-view-simple.assignref"},
{id:14864, pId:1346, name:"Clear Assigned values", file: "yaf-view-simple.clear"},
{id:14865, pId:1346, name:"Constructor of Yaf_View_Simple", file: "yaf-view-simple.construct"},
{id:14866, pId:1346, name:"渲染一个视图模板, 并直接输出给请求端", file: "yaf-view-simple.display"},
{id:14867, pId:1346, name:"渲染模板", file: "yaf-view-simple.eval"},
{id:14868, pId:1346, name:"获取视图引擎的一个模板变量值", file: "yaf-view-simple.get"},
{id:14869, pId:1346, name:"获取模板目录", file: "yaf-view-simple.getscriptpath"},
{id:14870, pId:1346, name:"The __isset purpose", file: "yaf-view-simple.isset"},
{id:14871, pId:1346, name:"渲染模板", file: "yaf-view-simple.render"},
{id:14872, pId:1346, name:"为视图引擎分配一个模板变量", file: "yaf-view-simple.set"},
{id:14873, pId:1346, name:"设置模板的目录", file: "yaf-view-simple.setscriptpath"},
{id:9305, pId:389, name:"简介", file: "intro.yaf"},
{id:14874, pId:389, name:"应用配置", file: "yaf.appconfig"},
{id:14876, pId:389, name:"预定义常量", file: "yaf.constants"},
{id:14880, pId:389, name:"安装/配置s4c4-0.03%", file: "yaf.setup"},
{id:14875, pId:14880, name:"运行时配置", file: "yaf.configuration"},
{id:14877, pId:14880, name:"安装", file: "yaf.installation"},
{id:14878, pId:14880, name:"需求", file: "yaf.requirements"},
{id:14879, pId:14880, name:"资源类型", file: "yaf.resources"},
{id:14881, pId:389, name:"范例", file: "yaf.tutorials"},
{id:390, pId:12169, name:"YAML 数据序列化s6c17-0.11%", file: "book.yaml"},
{id:9306, pId:390, name:"简介", file: "intro.yaml"},
{id:11953, pId:390, name:"Yaml 函数s5c5-0.03%", file: "ref.yaml"},
{id:7320, pId:11953, name:"Send the YAML representation of a value to a file", file: "function.yaml-emit-file"},
{id:7321, pId:11953, name:"Returns the YAML representation of a value", file: "function.yaml-emit"},
{id:7322, pId:11953, name:"Parse a YAML stream from a file", file: "function.yaml-parse-file"},
{id:7323, pId:11953, name:"Parse a Yaml stream from a URL", file: "function.yaml-parse-url"},
{id:7324, pId:11953, name:"Parse a YAML stream", file: "function.yaml-parse"},
{id:14883, pId:390, name:"Callbackss2c2-0.01%", file: "yaml.callbacks"},
{id:14882, pId:14883, name:"Emit callbacks", file: "yaml.callbacks.emit"},
{id:14884, pId:14883, name:"Parse callbacks", file: "yaml.callbacks.parse"},
{id:14886, pId:390, name:"预定义常量", file: "yaml.constants"},
{id:14887, pId:390, name:"范例", file: "yaml.examples"},
{id:14891, pId:390, name:"安装/配置s4c4-0.03%", file: "yaml.setup"},
{id:14885, pId:14891, name:"运行时配置", file: "yaml.configuration"},
{id:14888, pId:14891, name:"安装", file: "yaml.installation"},
{id:14889, pId:14891, name:"需求", file: "yaml.requirements"},
{id:14890, pId:14891, name:"资源类型", file: "yaml.resources"},
{id:12170, pId:2527, name:"s21c541-3.6%", file: "refs.basic.php"},
{id:158, pId:12170, name:"Alternative PHP Cache (可选 PHP 缓存)s5c37-0.25%", file: "book.apc"},
{id:18, pId:158, name:"预定义常量", file: "apc.constants"},
{id:22, pId:158, name:"安装/配置s4c4-0.03%", file: "apc.setup"},
{id:17, pId:22, name:"运行时配置", file: "apc.configuration"},
{id:19, pId:22, name:"安装", file: "apc.installation"},
{id:20, pId:22, name:"需求", file: "apc.requirements"},
{id:21, pId:22, name:"资源类型", file: "apc.resources"},
{id:655, pId:158, name:"APCIterator 类s9c9-0.06%", file: "class.apciterator"},
{id:23, pId:655, name:"构造一个 APCIterator 迭代器对象", file: "apciterator.construct"},
{id:24, pId:655, name:"获取当前项", file: "apciterator.current"},
{id:25, pId:655, name:"获取总数", file: "apciterator.gettotalcount"},
{id:26, pId:655, name:"获取缓存命中数", file: "apciterator.gettotalhits"},
{id:27, pId:655, name:"获取所有缓存的尺寸大小", file: "apciterator.gettotalsize"},
{id:28, pId:655, name:"获取迭代器的键", file: "apciterator.key"},
{id:29, pId:655, name:"移到下一项", file: "apciterator.next"},
{id:30, pId:655, name:"倒退迭代器", file: "apciterator.rewind"},
{id:31, pId:655, name:"检查当前位置是否有效", file: "apciterator.valid"},
{id:9078, pId:158, name:"简介", file: "intro.apc"},
{id:11742, pId:158, name:"APC 函数s19c19-0.13%", file: "ref.apc"},
{id:2543, pId:11742, name:"缓存一个变量到数据存储", file: "function.apc-add"},
{id:2544, pId:11742, name:"获取给定文件和变量的二进制文件转储。", file: "function.apc-bin-dump"},
{id:2545, pId:11742, name:"Output a binary dump of cached files and user vari", file: "function.apc-bin-dumpfile"},
{id:2546, pId:11742, name:"Load a binary dump into the APC file/user cache", file: "function.apc-bin-load"},
{id:2547, pId:11742, name:"Load a binary dump from a file into the APC file/u", file: "function.apc-bin-loadfile"},
{id:2548, pId:11742, name:"Retrieves cached information from APC's data store", file: "function.apc-cache-info"},
{id:2549, pId:11742, name:"用新值更新旧值", file: "function.apc-cas"},
{id:2550, pId:11742, name:"清除APC缓存", file: "function.apc-clear-cache"},
{id:2551, pId:11742, name:"Stores a file in the bytecode cache, bypassing all", file: "function.apc-compile-file"},
{id:2552, pId:11742, name:"Decrease a stored number", file: "function.apc-dec"},
{id:2553, pId:11742, name:"Defines a set of constants for retrieval and mass-", file: "function.apc-define-constants"},
{id:2554, pId:11742, name:"Deletes files from the opcode cache", file: "function.apc-delete-file"},
{id:2555, pId:11742, name:"从用户缓存中删除某个变量", file: "function.apc-delete"},
{id:2556, pId:11742, name:"检查APC中是否存在某个或者某些key", file: "function.apc-exists"},
{id:2557, pId:11742, name:"从缓存中取出存储的变量", file: "function.apc-fetch"},
{id:2558, pId:11742, name:"递增一个储存的数字", file: "function.apc-inc"},
{id:2559, pId:11742, name:"Loads a set of constants from the cache", file: "function.apc-load-constants"},
{id:2560, pId:11742, name:"Retrieves APC's Shared Memory Allocation informati", file: "function.apc-sma-info"},
{id:2561, pId:11742, name:"Cache a variable in the data store", file: "function.apc-store"},
{id:159, pId:12170, name:"APC User Caches5c30-0.2%", file: "book.apcu"},
{id:33, pId:159, name:"预定义常量", file: "apcu.constants"},
{id:37, pId:159, name:"安装/配置s4c4-0.03%", file: "apcu.setup"},
{id:32, pId:37, name:"运行时配置", file: "apcu.configuration"},
{id:34, pId:37, name:"安装", file: "apcu.installation"},
{id:35, pId:37, name:"需求", file: "apcu.requirements"},
{id:36, pId:37, name:"资源类型", file: "apcu.resources"},
{id:656, pId:159, name:"The APCUIterator classs9c9-0.06%", file: "class.apcuiterator"},
{id:38, pId:656, name:"Constructs an APCUIterator iterator object", file: "apcuiterator.construct"},
{id:39, pId:656, name:"Get current item", file: "apcuiterator.current"},
{id:40, pId:656, name:"Get total count", file: "apcuiterator.gettotalcount"},
{id:41, pId:656, name:"Get total cache hits", file: "apcuiterator.gettotalhits"},
{id:42, pId:656, name:"Get total cache size", file: "apcuiterator.gettotalsize"},
{id:43, pId:656, name:"Get iterator key", file: "apcuiterator.key"},
{id:44, pId:656, name:"Move pointer to next item", file: "apcuiterator.next"},
{id:45, pId:656, name:"Rewinds iterator", file: "apcuiterator.rewind"},
{id:46, pId:656, name:"Checks if current position is valid", file: "apcuiterator.valid"},
{id:9079, pId:159, name:"简介", file: "intro.apcu"},
{id:11743, pId:159, name:"APCu 函数s12c12-0.08%", file: "ref.apcu"},
{id:2562, pId:11743, name:"Cache a new variable in the data store", file: "function.apcu-add"},
{id:2563, pId:11743, name:"Retrieves cached information from APCu's data stor", file: "function.apcu-cache-info"},
{id:2564, pId:11743, name:"Updates an old value with a new value", file: "function.apcu-cas"},
{id:2565, pId:11743, name:"Clears the APCu cache", file: "function.apcu-clear-cache"},
{id:2566, pId:11743, name:"Decrease a stored number", file: "function.apcu-dec"},
{id:2567, pId:11743, name:"Removes a stored variable from the cache", file: "function.apcu-delete"},
{id:2568, pId:11743, name:"Atomically fetch or generate a cache entry", file: "function.apcu-entry"},
{id:2569, pId:11743, name:"Checks if entry exists", file: "function.apcu-exists"},
{id:2570, pId:11743, name:"Fetch a stored variable from the cache", file: "function.apcu-fetch"},
{id:2571, pId:11743, name:"Increase a stored number", file: "function.apcu-inc"},
{id:2572, pId:11743, name:"Retrieves APCu Shared Memory Allocation informatio", file: "function.apcu-sma-info"},
{id:2573, pId:11743, name:"Cache a variable in the data store", file: "function.apcu-store"},
{id:160, pId:12170, name:"Advanced PHP debuggers5c27-0.18%", file: "book.apd"},
{id:48, pId:160, name:"预定义常量", file: "apd.constants"},
{id:49, pId:160, name:"范例s1c1-0.01%", file: "apd.examples"},
{id:50, pId:49, name:"How to use PHP-APD in your scripts", file: "apd.examples.usage"},
{id:55, pId:160, name:"安装/配置s5c5-0.03%", file: "apd.setup"},
{id:47, pId:55, name:"运行时配置", file: "apd.configuration"},
{id:51, pId:55, name:"安装", file: "apd.installation"},
{id:52, pId:55, name:"Building on Win32", file: "apd.installwin32"},
{id:53, pId:55, name:"需求", file: "apd.requirements"},
{id:54, pId:55, name:"资源类型", file: "apd.resources"},
{id:9080, pId:160, name:"简介", file: "intro.apd"},
{id:11744, pId:160, name:"APD 函数s16c16-0.11%", file: "ref.apd"},
{id:2574, pId:11744, name:"Stops the interpreter and waits on a CR from the s", file: "function.apd-breakpoint"},
{id:2575, pId:11744, name:"Returns the current call stack as an array", file: "function.apd-callstack"},
{id:2576, pId:11744, name:"Throw a warning and a callstack", file: "function.apd-clunk"},
{id:2577, pId:11744, name:"Restarts the interpreter", file: "function.apd-continue"},
{id:2578, pId:11744, name:"Throw an error, a callstack and then exit", file: "function.apd-croak"},
{id:2579, pId:11744, name:"Outputs the current function table", file: "function.apd-dump-function-table"},
{id:2580, pId:11744, name:"Return all persistent resources as an array", file: "function.apd-dump-persistent-resources"},
{id:2581, pId:11744, name:"Return all current regular resources as an array", file: "function.apd-dump-regular-resources"},
{id:2582, pId:11744, name:"Echo to the debugging socket", file: "function.apd-echo"},
{id:2583, pId:11744, name:"Get an array of the current variables names in the", file: "function.apd-get-active-symbols"},
{id:2584, pId:11744, name:"Starts the session debugging", file: "function.apd-set-pprof-trace"},
{id:2585, pId:11744, name:"Starts the remote session debugging", file: "function.apd-set-session-trace-socket"},
{id:2586, pId:11744, name:"Starts the session debugging", file: "function.apd-set-session-trace"},
{id:2587, pId:11744, name:"Changes or sets the current debugging level", file: "function.apd-set-session"},
{id:5595, pId:11744, name:"Overrides built-in functions", file: "function.override-function"},
{id:6174, pId:11744, name:"Renames orig_name to new_name in the global functi", file: "function.rename-function"},
{id:164, pId:12170, name:"PHP 字节码编译器s4c21-0.14%", file: "book.bcompiler"},
{id:146, pId:164, name:"预定义常量", file: "bcompiler.constants"},
{id:150, pId:164, name:"安装/配置s4c4-0.03%", file: "bcompiler.setup"},
{id:145, pId:150, name:"运行时配置", file: "bcompiler.configuration"},
{id:147, pId:150, name:"安装", file: "bcompiler.installation"},
{id:148, pId:150, name:"需求", file: "bcompiler.requirements"},
{id:149, pId:150, name:"资源类型", file: "bcompiler.resources"},
{id:9084, pId:164, name:"简介", file: "intro.bcompiler"},
{id:11748, pId:164, name:"bcompiler 函数s13c13-0.09%", file: "ref.bcompiler"},
{id:2667, pId:11748, name:"从一个 bcompiler exe 文件中读取并创建类", file: "function.bcompiler-load-exe"},
{id:2668, pId:11748, name:"从一个 bz 压缩过的文件中读取并创建类", file: "function.bcompiler-load"},
{id:2669, pId:11748, name:"读取一个类的字节码并回调一个用户的函数", file: "function.bcompiler-parse-class"},
{id:2670, pId:11748, name:"从一个文件句柄中读取并创建类", file: "function.bcompiler-read"},
{id:2671, pId:11748, name:"写入定义过的类的字节码", file: "function.bcompiler-write-class"},
{id:2672, pId:11748, name:"写入定义过的常量的字节码", file: "function.bcompiler-write-constant"},
{id:2673, pId:11748, name:"写入开始位置以及 exe 类型文件的结尾信号", file: "function.bcompiler-write-exe-footer"},
{id:2674, pId:11748, name:"写入 PHP 源码文件的字节码", file: "function.bcompiler-write-file"},
{id:2675, pId:11748, name:"写入单个字符 \x00 用于标识编译数据的结尾", file: "function.bcompiler-write-footer"},
{id:2676, pId:11748, name:"以字节码写入定义过的函数", file: "function.bcompiler-write-function"},
{id:2677, pId:11748, name:"以字节码写入一个文件中定义过的所以函数", file: "function.bcompiler-write-functions-from-file"},
{id:2678, pId:11748, name:"写入 bcompiler 头", file: "function.bcompiler-write-header"},
{id:2679, pId:11748, name:"写入一个包含的文件的字节码", file: "function.bcompiler-write-included-filename"},
{id:165, pId:12170, name:"Blenc - BLowfish ENCoder for PHP source scriptss4c9-0.06%", file: "book.blenc"},
{id:152, pId:165, name:"预定义常量", file: "blenc.constants"},
{id:156, pId:165, name:"安装/配置s4c4-0.03%", file: "blenc.setup"},
{id:151, pId:156, name:"运行时配置", file: "blenc.configuration"},
{id:153, pId:156, name:"安装", file: "blenc.installation"},
{id:154, pId:156, name:"需求", file: "blenc.requirements"},
{id:155, pId:156, name:"资源类型", file: "blenc.resources"},
{id:9085, pId:165, name:"简介", file: "intro.blenc"},
{id:11749, pId:165, name:"Blenc 函数s1c1-0.01%", file: "ref.blenc"},
{id:2689, pId:11749, name:"Encrypt a PHP script with BLENC", file: "function.blenc-encrypt"},
{id:175, pId:12170, name:"Componeres8c43-0.29%", file: "book.componere"},
{id:737, pId:175, name:"The Componere\Abstract\Definition classs4c4-0.03%", file: "class.componere-abstract-definition"},
{id:1435, pId:737, name:"Add Interface", file: "componere-abstract-definition.addinterface"},
{id:1436, pId:737, name:"Add Method", file: "componere-abstract-definition.addmethod"},
{id:1437, pId:737, name:"Add Trait", file: "componere-abstract-definition.addtrait"},
{id:1438, pId:737, name:"Reflection", file: "componere-abstract-definition.getreflector"},
{id:738, pId:175, name:"The Componere\Definition classs7c7-0.05%", file: "class.componere-definition"},
{id:1439, pId:738, name:"Add Constant", file: "componere-definition.addconstant"},
{id:1440, pId:738, name:"Add Property", file: "componere-definition.addproperty"},
{id:1441, pId:738, name:"Definition Construction", file: "componere-definition.construct"},
{id:1442, pId:738, name:"Get Closure", file: "componere-definition.getclosure"},
{id:1443, pId:738, name:"Get Closures", file: "componere-definition.getclosures"},
{id:1444, pId:738, name:"State Detection", file: "componere-definition.isregistered"},
{id:1445, pId:738, name:"Registration", file: "componere-definition.register"},
{id:739, pId:175, name:"The Componere\Method classs5c5-0.03%", file: "class.componere-method"},
{id:1446, pId:739, name:"Method Construction", file: "componere-method.construct"},
{id:1447, pId:739, name:"Reflection", file: "componere-method.getreflector"},
{id:1448, pId:739, name:"Accessibility Modification", file: "componere-method.setprivate"},
{id:1449, pId:739, name:"Accessibility Modification", file: "componere-method.setprotected"},
{id:1450, pId:739, name:"Accessibility Modification", file: "componere-method.setstatic"},
{id:740, pId:175, name:"The Componere\Patch classs7c7-0.05%", file: "class.componere-patch"},
{id:1451, pId:740, name:"Application", file: "componere-patch.apply"},
{id:1452, pId:740, name:"Patch Construction", file: "componere-patch.construct"},
{id:1453, pId:740, name:"Patch Derivation", file: "componere-patch.derive"},
{id:1454, pId:740, name:"Get Closure", file: "componere-patch.getclosure"},
{id:1455, pId:740, name:"Get Closures", file: "componere-patch.getclosures"},
{id:1456, pId:740, name:"State Detection", file: "componere-patch.isapplied"},
{id:1457, pId:740, name:"Reversal", file: "componere-patch.revert"},
{id:741, pId:175, name:"The Componere\Value classs8c8-0.05%", file: "class.componere-value"},
{id:1458, pId:741, name:"Value Construction", file: "componere-value.construct"},
{id:1459, pId:741, name:"Value Interaction", file: "componere-value.hasdefault"},
{id:1460, pId:741, name:"Accessibility Detection", file: "componere-value.isprivate"},
{id:1461, pId:741, name:"Accessibility Detection", file: "componere-value.isprotected"},
{id:1462, pId:741, name:"Accessibility Detection", file: "componere-value.isstatic"},
{id:1463, pId:741, name:"Accessibility Modification", file: "componere-value.setprivate"},
{id:1464, pId:741, name:"Accessibility Modification", file: "componere-value.setprotected"},
{id:1465, pId:741, name:"Accessibility Modification", file: "componere-value.setstatic"},
{id:1470, pId:175, name:"安装/配置s2c2-0.01%", file: "componere.setup"},
{id:1468, pId:1470, name:"安装", file: "componere.installation"},
{id:1469, pId:1470, name:"需求", file: "componere.requirements"},
{id:9094, pId:175, name:"简介", file: "intro.componere"},
{id:11958, pId:175, name:"Componere 函数s2c2-0.01%", file: "reference.componere"},
{id:1466, pId:11958, name:"Casting", file: "componere.cast"},
{id:1467, pId:11958, name:"Casting", file: "componere.cast_by_ref"},
{id:193, pId:12170, name:"错误处理和日志记录s5c21-0.14%", file: "book.errorfunc"},
{id:2047, pId:193, name:"预定义常量", file: "errorfunc.constants"},
{id:2048, pId:193, name:"范例", file: "errorfunc.examples"},
{id:2052, pId:193, name:"安装/配置s4c4-0.03%", file: "errorfunc.setup"},
{id:2046, pId:2052, name:"运行时配置", file: "errorfunc.configuration"},
{id:2049, pId:2052, name:"安装", file: "errorfunc.installation"},
{id:2050, pId:2052, name:"需求", file: "errorfunc.requirements"},
{id:2051, pId:2052, name:"资源类型", file: "errorfunc.resources"},
{id:9111, pId:193, name:"简介", file: "intro.errorfunc"},
{id:11775, pId:193, name:"错误处理 函数s12c12-0.08%", file: "ref.errorfunc"},
{id:3173, pId:11775, name:"产生一条回溯跟踪(backtrace)", file: "function.debug-backtrace"},
{id:3174, pId:11775, name:"打印一条回溯。", file: "function.debug-print-backtrace"},
{id:3299, pId:11775, name:"清除最近一次错误", file: "function.error-clear-last"},
{id:3300, pId:11775, name:"获取最后发生的错误", file: "function.error-get-last"},
{id:3301, pId:11775, name:"发送错误信息到某个地方", file: "function.error-log"},
{id:3302, pId:11775, name:"设置应该报告何种 PHP 错误", file: "function.error-reporting"},
{id:6179, pId:11775, name:"还原之前的错误处理函数", file: "function.restore-error-handler"},
{id:6180, pId:11775, name:"恢复之前定义过的异常处理函数。", file: "function.restore-exception-handler"},
{id:6278, pId:11775, name:"设置用户自定义的错误处理函数", file: "function.set-error-handler"},
{id:6279, pId:11775, name:"设置用户自定义的异常处理函数", file: "function.set-exception-handler"},
{id:7043, pId:11775, name:"产生一个用户级别的 error/warning/notice 信息", file: "function.trigger-error"},
{id:7115, pId:11775, name:"trigger_error 的别名", file: "function.user-error"},
{id:203, pId:12170, name:"Foreign Function Interfaces9c33-0.22%", file: "book.ffi"},
{id:815, pId:203, name:"C Data Handles", file: "class.ffi-cdata"},
{id:816, pId:203, name:"C Type Handles", file: "class.ffi-ctype"},
{id:817, pId:203, name:"FFI Exceptions", file: "class.ffi-exception"},
{id:818, pId:203, name:"FFI Parser Exceptions", file: "class.ffi-parserexception"},
{id:819, pId:203, name:"Main interface to C code and datas17c17-0.11%", file: "class.ffi"},
{id:2422, pId:819, name:"Creates an unmanaged pointer to C data", file: "ffi.addr"},
{id:2423, pId:819, name:"Gets the alignment", file: "ffi.alignof"},
{id:2424, pId:819, name:"Dynamically constructs a new C array type", file: "ffi.arraytype"},
{id:2425, pId:819, name:"Performs a C type cast", file: "ffi.cast"},
{id:2426, pId:819, name:"Creates a new FFI object", file: "ffi.cdef"},
{id:2433, pId:819, name:"Releases an unmanaged data structure", file: "ffi.free"},
{id:2435, pId:819, name:"Checks whether a FFI\CData is a null pointer", file: "ffi.isnull"},
{id:2436, pId:819, name:"Loads C declarations from a C header file", file: "ffi.load"},
{id:2437, pId:819, name:"Compares memory areas", file: "ffi.memcmp"},
{id:2438, pId:819, name:"Copies one memory area to another", file: "ffi.memcpy"},
{id:2439, pId:819, name:"Fills a memory area", file: "ffi.memset"},
{id:2440, pId:819, name:"Creates a C data structure", file: "ffi.new"},
{id:2443, pId:819, name:"Instantiates an FFI object with C declarations par", file: "ffi.scope"},
{id:2445, pId:819, name:"Gets the size of C data or types", file: "ffi.sizeof"},
{id:2446, pId:819, name:"Creates a PHP string from a memory area", file: "ffi.string"},
{id:2447, pId:819, name:"Creates an FFI\CType object from a C declaration", file: "ffi.type"},
{id:2448, pId:819, name:"Gets the FFI\CType of FFI\CData", file: "ffi.typeof"},
{id:2428, pId:203, name:"预定义常量", file: "ffi.constants"},
{id:2432, pId:203, name:"范例s3c3-0.02%", file: "ffi.examples"},
{id:2429, pId:2432, name:"Basic FFI usage", file: "ffi.examples-basic"},
{id:2430, pId:2432, name:"PHP Callbacks", file: "ffi.examples-callback"},
{id:2431, pId:2432, name:"A Complete PHP/FFI/preloading Example", file: "ffi.examples-complete"},
{id:2444, pId:203, name:"安装/配置s4c4-0.03%", file: "ffi.setup"},
{id:2427, pId:2444, name:"运行时配置", file: "ffi.configuration"},
{id:2434, pId:2444, name:"安装", file: "ffi.installation"},
{id:2441, pId:2444, name:"需求", file: "ffi.requirements"},
{id:2442, pId:2444, name:"资源类型", file: "ffi.resources"},
{id:9121, pId:203, name:"简介", file: "intro.ffi"},
{id:223, pId:12170, name:"htaccess-like support for all SAPIss2c6-0.04%", file: "book.htscanner"},
{id:7947, pId:223, name:"安装/配置s4c4-0.03%", file: "htscanner.setup"},
{id:7943, pId:7947, name:"运行时配置", file: "htscanner.configuration"},
{id:7944, pId:7947, name:"安装", file: "htscanner.installation"},
{id:7945, pId:7947, name:"需求", file: "htscanner.requirements"},
{id:7946, pId:7947, name:"资源类型", file: "htscanner.resources"},
{id:9141, pId:223, name:"简介", file: "intro.htscanner"},
{id:234, pId:12170, name:"Inclusion hierarchy viewers6c12-0.08%", file: "book.inclued"},
{id:8588, pId:234, name:"预定义常量", file: "inclued.constants"},
{id:8590, pId:234, name:"范例s1c1-0.01%", file: "inclued.examples"},
{id:8589, pId:8590, name:"Example that implements inclued into an applicatio", file: "inclued.examples-implementation"},
{id:8594, pId:234, name:"安装/配置s4c4-0.03%", file: "inclued.setup"},
{id:8587, pId:8594, name:"运行时配置", file: "inclued.configuration"},
{id:8591, pId:8594, name:"安装", file: "inclued.installation"},
{id:8592, pId:8594, name:"需求", file: "inclued.requirements"},
{id:8593, pId:8594, name:"资源类型", file: "inclued.resources"},
{id:8595, pId:234, name:"", file: "index"},
{id:9152, pId:234, name:"简介", file: "intro.inclued"},
{id:11806, pId:234, name:"inclued 函数s1c1-0.01%", file: "ref.inclued"},
{id:4330, pId:11806, name:"Get the inclued data", file: "function.inclued-get-data"},
{id:235, pId:12170, name:"PHP 选项和信息s4c66-0.44%", file: "book.info"},
{id:8602, pId:235, name:"预定义常量", file: "info.constants"},
{id:8606, pId:235, name:"安装/配置s4c4-0.03%", file: "info.setup"},
{id:8601, pId:8606, name:"运行时配置", file: "info.configuration"},
{id:8603, pId:8606, name:"安装", file: "info.installation"},
{id:8604, pId:8606, name:"需求", file: "info.requirements"},
{id:8605, pId:8606, name:"资源类型", file: "info.resources"},
{id:9153, pId:235, name:"简介", file: "intro.info"},
{id:11807, pId:235, name:"PHP 选项/信息 函数s58c58-0.39%", file: "ref.info"},
{id:2645, pId:11807, name:"设置/获取断言的各种标志", file: "function.assert-options"},
{id:2646, pId:11807, name:"检查一个断言是否为 FALSE", file: "function.assert"},
{id:2827, pId:11807, name:"Returns the current process title", file: "function.cli-get-process-title"},
{id:2828, pId:11807, name:"Sets the process title", file: "function.cli-set-process-title"},
{id:3202, pId:11807, name:"运行时载入一个 PHP 扩展", file: "function.dl"},
{id:3347, pId:11807, name:"检查一个扩展是否已经加载", file: "function.extension-loaded"},
{id:3748, pId:11807, name:"强制收集所有现存的垃圾循环周期", file: "function.gc-collect-cycles"},
{id:3749, pId:11807, name:"停用循环引用收集器", file: "function.gc-disable"},
{id:3750, pId:11807, name:"激活循环引用收集器", file: "function.gc-enable"},
{id:3751, pId:11807, name:"返回循环引用计数器的状态", file: "function.gc-enabled"},
{id:3752, pId:11807, name:"Reclaims memory used by the Zend Engine memory man", file: "function.gc-mem-caches"},
{id:3753, pId:11807, name:"Gets information about the garbage collector", file: "function.gc-status"},
{id:3776, pId:11807, name:"获取 PHP 配置选项的值", file: "function.get-cfg-var"},
{id:3780, pId:11807, name:"获取当前 PHP 脚本所有者名称", file: "function.get-current-user"},
{id:3784, pId:11807, name:"返回所有常量的关联数组,键是常量名,值是常量值", file: "function.get-defined-constants"},
{id:3787, pId:11807, name:"返回模块函数名称的数组", file: "function.get-extension-funcs"},
{id:3790, pId:11807, name:"获取当前的 include_path 配置选项", file: "function.get-include-path"},
{id:3791, pId:11807, name:"返回被 include 和 require 文件名的 array", file: "function.get-included-files"},
{id:3792, pId:11807, name:"返回所有编译并加载模块名的 array", file: "function.get-loaded-extensions"},
{id:3793, pId:11807, name:"获取当前 magic_quotes_gpc 的配置选项设置", file: "function.get-magic-quotes-gpc"},
{id:3794, pId:11807, name:"获取当前 magic_quotes_runtime 配置选项的激活状态", file: "function.get-magic-quotes-runtime"},
{id:3798, pId:11807, name:"别名 get_included_files", file: "function.get-required-files"},
{id:3800, pId:11807, name:"Returns active resources", file: "function.get-resources"},
{id:3804, pId:11807, name:"获取一个环境变量的值", file: "function.getenv"},
{id:3811, pId:11807, name:"获取页面最后修改的时间", file: "function.getlastmod"},
{id:3813, pId:11807, name:"获取当前 PHP 脚本拥有者的 GID", file: "function.getmygid"},
{id:3814, pId:11807, name:"获取当前脚本的索引节点(inode)", file: "function.getmyinode"},
{id:3815, pId:11807, name:"获取 PHP 进程的 ID", file: "function.getmypid"},
{id:3816, pId:11807, name:"获取 PHP 脚本所有者的 UID", file: "function.getmyuid"},
{id:3817, pId:11807, name:"从命令行参数列表中获取选项", file: "function.getopt"},
{id:3821, pId:11807, name:"获取当前资源使用状况", file: "function.getrusage"},
{id:4371, pId:11807, name:"别名 ini_set", file: "function.ini-alter"},
{id:4372, pId:11807, name:"获取所有配置选项", file: "function.ini-get-all"},
{id:4373, pId:11807, name:"获取一个配置选项的值", file: "function.ini-get"},
{id:4374, pId:11807, name:"恢复配置选项的值", file: "function.ini-restore"},
{id:4375, pId:11807, name:"为一个配置选项设置值", file: "function.ini-set"},
{id:4589, pId:11807, name:"别名 set_magic_quotes_runtime", file: "function.magic-quotes-runtime"},
{id:4605, pId:11807, name:"虚拟的main", file: "function.main"},
{id:4807, pId:11807, name:"返回分配给 PHP 内存的峰值", file: "function.memory-get-peak-usage"},
{id:4808, pId:11807, name:"返回分配给 PHP 的内存量", file: "function.memory-get-usage"},
{id:5904, pId:11807, name:"取得已加载的 php.ini 文件的路径", file: "function.php-ini-loaded-file"},
{id:5905, pId:11807, name:"返回从额外 ini 目录里解析的 .ini 文件列表", file: "function.php-ini-scanned-files"},
{id:5906, pId:11807, name:"获取 logo 的 guid", file: "function.php-logo-guid"},
{id:5907, pId:11807, name:"返回 web 服务器和 PHP 之间的接口类型", file: "function.php-sapi-name"},
{id:5909, pId:11807, name:"返回运行 PHP 的系统的有关信息", file: "function.php-uname"},
{id:5910, pId:11807, name:"打印 PHP 贡献者名单", file: "function.phpcredits"},
{id:5922, pId:11807, name:"输出关于 PHP 配置的信息", file: "function.phpinfo"},
{id:5923, pId:11807, name:"获取当前的PHP版本", file: "function.phpversion"},
{id:6083, pId:11807, name:"设置环境变量的值", file: "function.putenv"},
{id:6181, pId:11807, name:"还原 include_path 配置选项的值", file: "function.restore-include-path"},
{id:6281, pId:11807, name:"设置 include_path 配置选项", file: "function.set-include-path"},
{id:6282, pId:11807, name:"设置当前 magic_quotes_runtime 配置选项的激活状态", file: "function.set-magic-quotes-runtime"},
{id:6284, pId:11807, name:"设置脚本最大执行时间", file: "function.set-time-limit"},
{id:6848, pId:11807, name:"返回用于临时文件的目录", file: "function.sys-get-temp-dir"},
{id:7148, pId:11807, name:"对比两个「PHP 规范化」的版本数字字符串", file: "function.version-compare"},
{id:7360, pId:11807, name:"获取 Zend guid", file: "function.zend-logo-guid"},
{id:7361, pId:11807, name:"返回当前线程的唯一识别符", file: "function.zend-thread-id"},
{id:7362, pId:11807, name:"获取当前 Zend 引擎的版本", file: "function.zend-version"},
{id:259, pId:12170, name:"Memtracks4c9-0.06%", file: "book.memtrack"},
{id:9177, pId:259, name:"简介", file: "intro.memtrack"},
{id:9722, pId:259, name:"预定义常量", file: "memtrack.constants"},
{id:9724, pId:259, name:"范例s1c1-0.01%", file: "memtrack.examples"},
{id:9723, pId:9724, name:"Basic usage", file: "memtrack.examples.basic"},
{id:9729, pId:259, name:"安装/配置s4c4-0.03%", file: "memtrack.setup"},
{id:9725, pId:9729, name:"运行时配置", file: "memtrack.ini"},
{id:9726, pId:9729, name:"安装", file: "memtrack.installation"},
{id:9727, pId:9729, name:"需求", file: "memtrack.requirements"},
{id:9728, pId:9729, name:"资源类型", file: "memtrack.resources"},
{id:289, pId:12170, name:"OPcaches3c13-0.09%", file: "book.opcache"},
{id:9205, pId:289, name:"简介", file: "intro.opcache"},
{id:11092, pId:289, name:"安装/配置s4c4-0.03%", file: "opcache.setup"},
{id:11088, pId:11092, name:"运行时配置", file: "opcache.configuration"},
{id:11089, pId:11092, name:"安装", file: "opcache.installation"},
{id:11090, pId:11092, name:"需求", file: "opcache.requirements"},
{id:11091, pId:11092, name:"资源类型", file: "opcache.resources"},
{id:11853, pId:289, name:"OPcache 函数s6c6-0.04%", file: "ref.opcache"},
{id:5505, pId:11853, name:"无需运行,即可编译并缓存 PHP 脚本", file: "function.opcache-compile-file"},
{id:5506, pId:11853, name:"获取缓存的配置信息", file: "function.opcache-get-configuration"},
{id:5507, pId:11853, name:"获取缓存的状态信息", file: "function.opcache-get-status"},
{id:5508, pId:11853, name:"废除脚本缓存", file: "function.opcache-invalidate"},
{id:5509, pId:11853, name:"Tells whether a script is cached in OPCache", file: "function.opcache-is-script-cached"},
{id:5510, pId:11853, name:"重置字节码缓存的内容", file: "function.opcache-reset"},
{id:292, pId:12170, name:"输出缓冲控制s5c27-0.18%", file: "book.outcontrol"},
{id:9208, pId:292, name:"简介", file: "intro.outcontrol"},
{id:11116, pId:292, name:"预定义常量", file: "outcontrol.constants"},
{id:11118, pId:292, name:"范例s1c1-0.01%", file: "outcontrol.examples"},
{id:11117, pId:11118, name:"基本用法", file: "outcontrol.examples.basic"},
{id:11122, pId:292, name:"安装/配置s4c4-0.03%", file: "outcontrol.setup"},
{id:11115, pId:11122, name:"运行时配置", file: "outcontrol.configuration"},
{id:11119, pId:11122, name:"安装", file: "outcontrol.installation"},
{id:11120, pId:11122, name:"需求", file: "outcontrol.requirements"},
{id:11121, pId:11122, name:"资源类型", file: "outcontrol.resources"},
{id:11856, pId:292, name:"Output Control 函数s17c17-0.11%", file: "ref.outcontrol"},
{id:3687, pId:11856, name:"刷新输出缓冲", file: "function.flush"},
{id:5342, pId:11856, name:"清空(擦掉)输出缓冲区", file: "function.ob-clean"},
{id:5343, pId:11856, name:"清空(擦除)缓冲区并关闭输出缓冲", file: "function.ob-end-clean"},
{id:5344, pId:11856, name:"冲刷出(送出)输出缓冲区内容并关闭缓冲", file: "function.ob-end-flush"},
{id:5345, pId:11856, name:"冲刷出(送出)输出缓冲区中的内容", file: "function.ob-flush"},
{id:5346, pId:11856, name:"得到当前缓冲区的内容并删除当前输出缓。", file: "function.ob-get-clean"},
{id:5347, pId:11856, name:"返回输出缓冲区的内容", file: "function.ob-get-contents"},
{id:5348, pId:11856, name:"刷出(送出)缓冲区内容,以字符串形式返回内容,并关闭输出缓冲区。", file: "function.ob-get-flush"},
{id:5349, pId:11856, name:"返回输出缓冲区内容的长度", file: "function.ob-get-length"},
{id:5350, pId:11856, name:"返回输出缓冲机制的嵌套级别", file: "function.ob-get-level"},
{id:5351, pId:11856, name:"得到所有输出缓冲区的状态", file: "function.ob-get-status"},
{id:5352, pId:11856, name:"在ob_start中使用的用来压缩输出缓冲区中内容的回调函数。ob_start callback f", file: "function.ob-gzhandler"},
{id:5354, pId:11856, name:"打开/关闭绝对刷送", file: "function.ob-implicit-flush"},
{id:5355, pId:11856, name:"列出所有使用中的输出处理程序。", file: "function.ob-list-handlers"},
{id:5356, pId:11856, name:"打开输出控制缓冲", file: "function.ob-start"},
{id:5593, pId:11856, name:"添加URL重写器的值(Add URL rewriter values)", file: "function.output-add-rewrite-var"},
{id:5594, pId:11856, name:"重设URL重写器的值(Reset URL rewriter values)", file: "function.output-reset-rewrite-vars"},
{id:305, pId:12170, name:"Interactive PHP Debuggers4c16-0.11%", file: "book.phpdbg"},
{id:9221, pId:305, name:"简介", file: "intro.phpdbg"},
{id:11492, pId:305, name:"预定义常量", file: "phpdbg.constants"},
{id:11493, pId:305, name:"安装/配置s1c1-0.01%", file: "phpdbg.setup"},
{id:11491, pId:11493, name:"运行时配置", file: "phpdbg.configuration"},
{id:11889, pId:305, name:"phpdbg 函数s11c11-0.07%", file: "ref.phpdbg"},
{id:5911, pId:11889, name:"Inserts a breakpoint at a line in a file", file: "function.phpdbg-break-file"},
{id:5912, pId:11889, name:"Inserts a breakpoint at entry to a function", file: "function.phpdbg-break-function"},
{id:5913, pId:11889, name:"Inserts a breakpoint at entry to a method", file: "function.phpdbg-break-method"},
{id:5914, pId:11889, name:"Inserts a breakpoint at the next opcode", file: "function.phpdbg-break-next"},
{id:5915, pId:11889, name:"Clears all breakpoints", file: "function.phpdbg-clear"},
{id:5916, pId:11889, name:"Sets the color of certain elements", file: "function.phpdbg-color"},
{id:5917, pId:11889, name:"说明", file: "function.phpdbg-end-oplog"},
{id:5918, pId:11889, name:"Attempts to set the execution context", file: "function.phpdbg-exec"},
{id:5919, pId:11889, name:"说明", file: "function.phpdbg-get-executable"},
{id:5920, pId:11889, name:"Sets the command prompt", file: "function.phpdbg-prompt"},
{id:5921, pId:11889, name:"说明", file: "function.phpdbg-start-oplog"},
{id:321, pId:12170, name:"runkits4c31-0.21%", file: "book.runkit"},
{id:9237, pId:321, name:"简介", file: "intro.runkit"},
{id:11901, pId:321, name:"runkit 函数s23c23-0.15%", file: "ref.runkit"},
{id:6208, pId:11901, name:"Convert a base class to an inherited class, add an", file: "function.runkit-class-adopt"},
{id:6209, pId:11901, name:"Convert an inherited class to a base class, remove", file: "function.runkit-class-emancipate"},
{id:6210, pId:11901, name:"Similar to define(), but allows defining in class ", file: "function.runkit-constant-add"},
{id:6211, pId:11901, name:"Redefine an already defined constant", file: "function.runkit-constant-redefine"},
{id:6212, pId:11901, name:"Remove/Delete an already defined constant", file: "function.runkit-constant-remove"},
{id:6213, pId:11901, name:"Add a new function, similar to create_function", file: "function.runkit-function-add"},
{id:6214, pId:11901, name:"Copy a function to a new function name", file: "function.runkit-function-copy"},
{id:6215, pId:11901, name:"Replace a function definition with a new implement", file: "function.runkit-function-redefine"},
{id:6216, pId:11901, name:"Remove a function definition", file: "function.runkit-function-remove"},
{id:6217, pId:11901, name:"Change a function's name", file: "function.runkit-function-rename"},
{id:6218, pId:11901, name:"Process a PHP file importing function and class de", file: "function.runkit-import"},
{id:6219, pId:11901, name:"Check the PHP syntax of the specified file", file: "function.runkit-lint-file"},
{id:6220, pId:11901, name:"Check the PHP syntax of the specified php code", file: "function.runkit-lint"},
{id:6221, pId:11901, name:"Dynamically adds a new method to a given class", file: "function.runkit-method-add"},
{id:6222, pId:11901, name:"Copies a method from class to another", file: "function.runkit-method-copy"},
{id:6223, pId:11901, name:"Dynamically changes the code of the given method", file: "function.runkit-method-redefine"},
{id:6224, pId:11901, name:"Dynamically removes the given method", file: "function.runkit-method-remove"},
{id:6225, pId:11901, name:"Dynamically changes the name of the given method", file: "function.runkit-method-rename"},
{id:6226, pId:11901, name:"Determines if the current functions return value w", file: "function.runkit-return-value-used"},
{id:6227, pId:11901, name:"Specify a function to capture and/or process outpu", file: "function.runkit-sandbox-output-handler"},
{id:6228, pId:11901, name:"Return numerically indexed array of registered sup", file: "function.runkit-superglobals"},
{id:12294, pId:11901, name:"Runkit Anti-Sandbox Class", file: "runkit.sandbox-parent"},
{id:12295, pId:11901, name:"Runkit Sandbox Class -- PHP Virtual Machine", file: "runkit.sandbox"},
{id:12290, pId:321, name:"预定义常量", file: "runkit.constants"},
{id:12296, pId:321, name:"安装/配置s4c4-0.03%", file: "runkit.setup"},
{id:12289, pId:12296, name:"运行时配置", file: "runkit.configuration"},
{id:12291, pId:12296, name:"安装", file: "runkit.installation"},
{id:12292, pId:12296, name:"需求", file: "runkit.requirements"},
{id:12293, pId:12296, name:"资源类型", file: "runkit.resources"},
{id:325, pId:12170, name:"Break the silence operators3c8-0.05%", file: "book.scream"},
{id:9241, pId:325, name:"简介", file: "intro.scream"},
{id:12356, pId:325, name:"范例s1c1-0.01%", file: "scream.examples"},
{id:12355, pId:12356, name:"Example that shows the effect of scream", file: "scream.examples-simple"},
{id:12360, pId:325, name:"安装/配置s4c4-0.03%", file: "scream.setup"},
{id:12354, pId:12360, name:"运行时配置", file: "scream.configuration"},
{id:12357, pId:12360, name:"安装", file: "scream.installation"},
{id:12358, pId:12360, name:"需求", file: "scream.requirements"},
{id:12359, pId:12360, name:"资源类型", file: "scream.resources"},
{id:366, pId:12170, name:"User Operations for Zends4c38-0.25%", file: "book.uopz"},
{id:9282, pId:366, name:"简介", file: "intro.uopz"},
{id:11939, pId:366, name:"Uopz 函数s30c30-0.2%", file: "ref.uopz"},
{id:7082, pId:11939, name:"Adds non-existent function or method", file: "function.uopz-add-function"},
{id:7083, pId:11939, name:"Allows control over disabled exit opcode", file: "function.uopz-allow-exit"},
{id:7084, pId:11939, name:"Backup a function", file: "function.uopz-backup"},
{id:7085, pId:11939, name:"Compose a class", file: "function.uopz-compose"},
{id:7086, pId:11939, name:"Copy a function", file: "function.uopz-copy"},
{id:7087, pId:11939, name:"Deletes previously added function or method", file: "function.uopz-del-function"},
{id:7088, pId:11939, name:"Delete a function", file: "function.uopz-delete"},
{id:7089, pId:11939, name:"Extend a class at runtime", file: "function.uopz-extend"},
{id:7090, pId:11939, name:"Get or set flags on function or class", file: "function.uopz-flags"},
{id:7091, pId:11939, name:"Creates a function at runtime", file: "function.uopz-function"},
{id:7092, pId:11939, name:"Retrieve the last set exit status", file: "function.uopz-get-exit-status"},
{id:7093, pId:11939, name:"Gets previously set hook on function or method", file: "function.uopz-get-hook"},
{id:7094, pId:11939, name:"Get the current mock for a class", file: "function.uopz-get-mock"},
{id:7095, pId:11939, name:"Gets value of class or instance property", file: "function.uopz-get-property"},
{id:7096, pId:11939, name:"Gets a previous set return value for a function", file: "function.uopz-get-return"},
{id:7097, pId:11939, name:"Gets the static variables from function or method ", file: "function.uopz-get-static"},
{id:7098, pId:11939, name:"Implements an interface at runtime", file: "function.uopz-implement"},
{id:7099, pId:11939, name:"Overload a VM opcode", file: "function.uopz-overload"},
{id:7100, pId:11939, name:"Redefine a constant", file: "function.uopz-redefine"},
{id:7101, pId:11939, name:"Rename a function at runtime", file: "function.uopz-rename"},
{id:7102, pId:11939, name:"Restore a previously backed up function", file: "function.uopz-restore"},
{id:7103, pId:11939, name:"Sets hook to execute when entering a function or m", file: "function.uopz-set-hook"},
{id:7104, pId:11939, name:"Use mock instead of class for new objects", file: "function.uopz-set-mock"},
{id:7105, pId:11939, name:"Sets value of existing class or instance property", file: "function.uopz-set-property"},
{id:7106, pId:11939, name:"Provide a return value for an existing function", file: "function.uopz-set-return"},
{id:7107, pId:11939, name:"Sets the static variables in function or method sc", file: "function.uopz-set-static"},
{id:7108, pId:11939, name:"Undefine a constant", file: "function.uopz-undefine"},
{id:7109, pId:11939, name:"Removes previously set hook on function or method", file: "function.uopz-unset-hook"},
{id:7110, pId:11939, name:"Unset previously set mock", file: "function.uopz-unset-mock"},
{id:7111, pId:11939, name:"Unsets a previously set return value for a functio", file: "function.uopz-unset-return"},
{id:14305, pId:366, name:"预定义常量", file: "uopz.constants"},
{id:14309, pId:366, name:"安装/配置s4c4-0.03%", file: "uopz.setup"},
{id:14304, pId:14309, name:"运行时配置", file: "uopz.configuration"},
{id:14306, pId:14309, name:"安装", file: "uopz.installation"},
{id:14307, pId:14309, name:"需求", file: "uopz.requirements"},
{id:14308, pId:14309, name:"资源类型", file: "uopz.resources"},
{id:373, pId:12170, name:"Weak Referencess4c23-0.15%", file: "book.weakref"},
{id:1298, pId:373, name:"The WeakMap classs11c11-0.07%", file: "class.weakmap"},
{id:14409, pId:1298, name:"Constructs a new map", file: "weakmap.construct"},
{id:14410, pId:1298, name:"Counts the number of live entries in the map", file: "weakmap.count"},
{id:14411, pId:1298, name:"Returns the current value under iteration", file: "weakmap.current"},
{id:14412, pId:1298, name:"Returns the current key under iteration", file: "weakmap.key"},
{id:14413, pId:1298, name:"Advances to the next map element", file: "weakmap.next"},
{id:14414, pId:1298, name:"Checks whether a certain object is in the map", file: "weakmap.offsetexists"},
{id:14415, pId:1298, name:"Returns the value pointed to by a certain object", file: "weakmap.offsetget"},
{id:14416, pId:1298, name:"Updates the map with a new key-value pair", file: "weakmap.offsetset"},
{id:14417, pId:1298, name:"Removes an entry from the map", file: "weakmap.offsetunset"},
{id:14418, pId:1298, name:"Rewinds the iterator to the beginning of the map", file: "weakmap.rewind"},
{id:14419, pId:1298, name:"Returns whether the iterator is still on a valid m", file: "weakmap.valid"},
{id:1299, pId:373, name:"The WeakRef classs5c5-0.03%", file: "class.weakref"},
{id:14420, pId:1299, name:"Acquires a strong reference on that object", file: "weakref.acquire"},
{id:14421, pId:1299, name:"Constructs a new weak reference", file: "weakref.construct"},
{id:14422, pId:1299, name:"Returns the object pointed to by the weak referenc", file: "weakref.get"},
{id:14424, pId:1299, name:"Releases a previously acquired reference", file: "weakref.release"},
{id:14428, pId:1299, name:"Checks whether the object referenced still exists", file: "weakref.valid"},
{id:9289, pId:373, name:"简介", file: "intro.weakref"},
{id:14427, pId:373, name:"安装/配置s3c3-0.02%", file: "weakref.setup"},
{id:14423, pId:14427, name:"安装", file: "weakref.installation"},
{id:14425, pId:14427, name:"需求", file: "weakref.requirements"},
{id:14426, pId:14427, name:"资源类型", file: "weakref.resources"},
{id:376, pId:12170, name:"Windows Cache for PHPs5c37-0.25%", file: "book.wincache"},
{id:9292, pId:376, name:"简介", file: "intro.wincache"},
{id:11946, pId:376, name:"WinCache 函数s22c22-0.15%", file: "ref.wincache"},
{id:7192, pId:11946, name:"Retrieves information about files cached in the fi", file: "function.wincache-fcache-fileinfo"},
{id:7193, pId:11946, name:"Retrieves information about file cache memory usag", file: "function.wincache-fcache-meminfo"},
{id:7194, pId:11946, name:"Acquires an exclusive lock on a given key", file: "function.wincache-lock"},
{id:7195, pId:11946, name:"Retrieves information about files cached in the op", file: "function.wincache-ocache-fileinfo"},
{id:7196, pId:11946, name:"Retrieves information about opcode cache memory us", file: "function.wincache-ocache-meminfo"},
{id:7197, pId:11946, name:"Refreshes the cache entries for the cached files", file: "function.wincache-refresh-if-changed"},
{id:7198, pId:11946, name:"Retrieves information about resolve file path cach", file: "function.wincache-rplist-fileinfo"},
{id:7199, pId:11946, name:"Retrieves information about memory usage by the re", file: "function.wincache-rplist-meminfo"},
{id:7200, pId:11946, name:"Retrieves information about files cached in the se", file: "function.wincache-scache-info"},
{id:7201, pId:11946, name:"Retrieves information about session cache memory u", file: "function.wincache-scache-meminfo"},
{id:7202, pId:11946, name:"Adds a variable in user cache only if variable doe", file: "function.wincache-ucache-add"},
{id:7203, pId:11946, name:"Compares the variable with old value and assigns n", file: "function.wincache-ucache-cas"},
{id:7204, pId:11946, name:"Deletes entire content of the user cache", file: "function.wincache-ucache-clear"},
{id:7205, pId:11946, name:"Decrements the value associated with the key", file: "function.wincache-ucache-dec"},
{id:7206, pId:11946, name:"Deletes variables from the user cache", file: "function.wincache-ucache-delete"},
{id:7207, pId:11946, name:"Checks if a variable exists in the user cache", file: "function.wincache-ucache-exists"},
{id:7208, pId:11946, name:"Gets a variable stored in the user cache", file: "function.wincache-ucache-get"},
{id:7209, pId:11946, name:"Increments the value associated with the key", file: "function.wincache-ucache-inc"},
{id:7210, pId:11946, name:"Retrieves information about data stored in the use", file: "function.wincache-ucache-info"},
{id:7211, pId:11946, name:"Retrieves information about user cache memory usag", file: "function.wincache-ucache-meminfo"},
{id:7212, pId:11946, name:"Adds a variable in user cache and overwrites a var", file: "function.wincache-ucache-set"},
{id:7213, pId:11946, name:"Releases an exclusive lock on a given key", file: "function.wincache-unlock"},
{id:14457, pId:376, name:"预定义常量", file: "wincache.constants"},
{id:14463, pId:376, name:"安装/配置s7c7-0.05%", file: "wincache.setup"},
{id:14456, pId:14463, name:"运行时配置", file: "wincache.configuration"},
{id:14458, pId:14463, name:"安装", file: "wincache.installation"},
{id:14459, pId:14463, name:"需求", file: "wincache.requirements"},
{id:14460, pId:14463, name:"WinCache Functions Reroutes", file: "wincache.reroutes"},
{id:14461, pId:14463, name:"资源类型", file: "wincache.resources"},
{id:14462, pId:14463, name:"WinCache Session Handler", file: "wincache.sessionhandler"},
{id:14464, pId:14463, name:"WinCache Statistics Script", file: "wincache.stats"},
{id:14466, pId:376, name:"Building for Windowss3c3-0.02%", file: "wincache.win32build"},
{id:14465, pId:14466, name:"Compiling and building", file: "wincache.win32build.building"},
{id:14467, pId:14466, name:"Prerequisites", file: "wincache.win32build.prereq"},
{id:14468, pId:14466, name:"Verifying the build", file: "wincache.win32build.verify"},
{id:380, pId:12170, name:"层次式性能分析器s5c13-0.09%", file: "book.xhprof"},
{id:9296, pId:380, name:"简介", file: "intro.xhprof"},
{id:11949, pId:380, name:"Xhprof 函数s4c4-0.03%", file: "ref.xhprof"},
{id:7238, pId:11949, name:"停止 xhprof 分析器", file: "function.xhprof-disable"},
{id:7239, pId:11949, name:"启动 xhprof 性能分析器", file: "function.xhprof-enable"},
{id:7240, pId:11949, name:"停止 xhprof 性能采样分析器", file: "function.xhprof-sample-disable"},
{id:7241, pId:11949, name:"以采样模式启动 XHProf 性能分析", file: "function.xhprof-sample-enable"},
{id:14514, pId:380, name:"预定义常量", file: "xhprof.constants"},
{id:14515, pId:380, name:"范例", file: "xhprof.examples"},
{id:14519, pId:380, name:"安装/配置s4c4-0.03%", file: "xhprof.setup"},
{id:14513, pId:14519, name:"运行时配置", file: "xhprof.configuration"},
{id:14516, pId:14519, name:"安装", file: "xhprof.installation"},
{id:14517, pId:14519, name:"需求", file: "xhprof.requirements"},
{id:14518, pId:14519, name:"资源类型", file: "xhprof.resources"},
{id:12171, pId:2527, name:"Session 扩展s3c104-0.69%", file: "refs.basic.session"},
{id:268, pId:12171, name:"Mohawk Software Session Handler Functionss4c29-0.19%", file: "book.msession"},
{id:9184, pId:268, name:"简介", file: "intro.msession"},
{id:10379, pId:268, name:"预定义常量", file: "msession.constants"},
{id:10383, pId:268, name:"安装/配置s4c4-0.03%", file: "msession.setup"},
{id:10378, pId:10383, name:"运行时配置", file: "msession.configuration"},
{id:10380, pId:10383, name:"安装", file: "msession.installation"},
{id:10381, pId:10383, name:"需求", file: "msession.requirements"},
{id:10382, pId:10383, name:"资源类型", file: "msession.resources"},
{id:11835, pId:268, name:"Msession 函数s21c21-0.14%", file: "ref.msession"},
{id:4851, pId:11835, name:"Connect to msession server", file: "function.msession-connect"},
{id:4852, pId:11835, name:"Get session count", file: "function.msession-count"},
{id:4853, pId:11835, name:"Create a session", file: "function.msession-create"},
{id:4854, pId:11835, name:"Destroy a session", file: "function.msession-destroy"},
{id:4855, pId:11835, name:"Close connection to msession server", file: "function.msession-disconnect"},
{id:4856, pId:11835, name:"Find all sessions with name and value", file: "function.msession-find"},
{id:4857, pId:11835, name:"Get array of msession variables", file: "function.msession-get-array"},
{id:4858, pId:11835, name:"Get data session unstructured data", file: "function.msession-get-data"},
{id:4859, pId:11835, name:"Get value from session", file: "function.msession-get"},
{id:4860, pId:11835, name:"Increment value in session", file: "function.msession-inc"},
{id:4861, pId:11835, name:"List all sessions", file: "function.msession-list"},
{id:4862, pId:11835, name:"List sessions with variable", file: "function.msession-listvar"},
{id:4863, pId:11835, name:"Lock a session", file: "function.msession-lock"},
{id:4864, pId:11835, name:"Call an escape function within the msession person", file: "function.msession-plugin"},
{id:4865, pId:11835, name:"Get random string", file: "function.msession-randstr"},
{id:4866, pId:11835, name:"Set msession variables from an array", file: "function.msession-set-array"},
{id:4867, pId:11835, name:"Set data session unstructured data", file: "function.msession-set-data"},
{id:4868, pId:11835, name:"Set value in session", file: "function.msession-set"},
{id:4869, pId:11835, name:"Set/get session timeout", file: "function.msession-timeout"},
{id:4870, pId:11835, name:"Get unique id", file: "function.msession-uniq"},
{id:4871, pId:11835, name:"Unlock a session", file: "function.msession-unlock"},
{id:331, pId:12171, name:"PostgreSQL Session Save Handlers5c15-0.1%", file: "book.session-pgsql"},
{id:9247, pId:331, name:"简介", file: "intro.session-pgsql"},
{id:11910, pId:331, name:"Session PgSQL 函数s6c6-0.04%", file: "ref.session-pgsql"},
{id:6260, pId:11910, name:"Increments error counts and sets last error messag", file: "function.session-pgsql-add-error"},
{id:6261, pId:11910, name:"Returns number of errors and last error message", file: "function.session-pgsql-get-error"},
{id:6262, pId:11910, name:"Get custom field value", file: "function.session-pgsql-get-field"},
{id:6263, pId:11910, name:"Reset connection to session database servers", file: "function.session-pgsql-reset"},
{id:6264, pId:11910, name:"Set custom field value", file: "function.session-pgsql-set-field"},
{id:6265, pId:11910, name:"Get current save handler status", file: "function.session-pgsql-status"},
{id:12533, pId:331, name:"预定义常量", file: "session-pgsql.constants"},
{id:12537, pId:331, name:"安装/配置s4c4-0.03%", file: "session-pgsql.setup"},
{id:12532, pId:12537, name:"运行时配置", file: "session-pgsql.configuration"},
{id:12534, pId:12537, name:"安装", file: "session-pgsql.installation"},
{id:12535, pId:12537, name:"需求", file: "session-pgsql.requirements"},
{id:12536, pId:12537, name:"资源类型", file: "session-pgsql.resources"},
{id:12538, pId:331, name:"Table definitions", file: "session-pgsql.tables"},
{id:332, pId:12171, name:"Session Handlings9c57-0.38%", file: "book.session"},
{id:1115, pId:332, name:"The SessionHandler classs7c7-0.05%", file: "class.sessionhandler"},
{id:12552, pId:1115, name:"Close the session", file: "sessionhandler.close"},
{id:12553, pId:1115, name:"Return a new session ID", file: "sessionhandler.create-sid"},
{id:12554, pId:1115, name:"Destroy a session", file: "sessionhandler.destroy"},
{id:12555, pId:1115, name:"Cleanup old sessions", file: "sessionhandler.gc"},
{id:12556, pId:1115, name:"Initialize session", file: "sessionhandler.open"},
{id:12557, pId:1115, name:"Read session data", file: "sessionhandler.read"},
{id:12558, pId:1115, name:"Write session data", file: "sessionhandler.write"},
{id:1116, pId:332, name:"The SessionHandlerInterface classs6c6-0.04%", file: "class.sessionhandlerinterface"},
{id:12559, pId:1116, name:"Close the session", file: "sessionhandlerinterface.close"},
{id:12560, pId:1116, name:"Destroy a session", file: "sessionhandlerinterface.destroy"},
{id:12561, pId:1116, name:"Cleanup old sessions", file: "sessionhandlerinterface.gc"},
{id:12562, pId:1116, name:"Initialize session", file: "sessionhandlerinterface.open"},
{id:12563, pId:1116, name:"Read session data", file: "sessionhandlerinterface.read"},
{id:12564, pId:1116, name:"Write session data", file: "sessionhandlerinterface.write"},
{id:9248, pId:332, name:"简介", file: "intro.session"},
{id:11911, pId:332, name:"Session 函数s26c26-0.17%", file: "ref.session"},
{id:6246, pId:11911, name:"Discard session array changes and finish session", file: "function.session-abort"},
{id:6247, pId:11911, name:"返回当前缓存的到期时间", file: "function.session-cache-expire"},
{id:6248, pId:11911, name:"读取/设置缓存限制器", file: "function.session-cache-limiter"},
{id:6249, pId:11911, name:"session_write_close 的别名", file: "function.session-commit"},
{id:6250, pId:11911, name:"Create new session id", file: "function.session-create-id"},
{id:6251, pId:11911, name:"解码会话数据", file: "function.session-decode"},
{id:6252, pId:11911, name:"销毁一个会话中的全部数据", file: "function.session-destroy"},
{id:6253, pId:11911, name:"将当前会话数据编码为一个字符串", file: "function.session-encode"},
{id:6254, pId:11911, name:"Perform session data garbage collection", file: "function.session-gc"},
{id:6255, pId:11911, name:"获取会话 cookie 参数", file: "function.session-get-cookie-params"},
{id:6256, pId:11911, name:"获取/设置当前会话 ID", file: "function.session-id"},
{id:6257, pId:11911, name:"检查变量是否在会话中已经注册", file: "function.session-is-registered"},
{id:6258, pId:11911, name:"获取/设置会话模块名称", file: "function.session-module-name"},
{id:6259, pId:11911, name:"读取/设置会话名称", file: "function.session-name"},
{id:6266, pId:11911, name:"使用新生成的会话 ID 更新现有会话 ID", file: "function.session-regenerate-id"},
{id:6267, pId:11911, name:"关闭会话", file: "function.session-register-shutdown"},
{id:6268, pId:11911, name:"Register one or more global variables with the cur", file: "function.session-register"},
{id:6269, pId:11911, name:"Re-initialize session array with original values", file: "function.session-reset"},
{id:6270, pId:11911, name:"读取/设置当前会话的保存路径", file: "function.session-save-path"},
{id:6271, pId:11911, name:"设置会话 cookie 参数", file: "function.session-set-cookie-params"},
{id:6272, pId:11911, name:"设置用户自定义会话存储函数", file: "function.session-set-save-handler"},
{id:6273, pId:11911, name:"启动新会话或者重用现有会话", file: "function.session-start"},
{id:6274, pId:11911, name:"返回当前会话状态", file: "function.session-status"},
{id:6275, pId:11911, name:"Unregister a global variable from the current sess", file: "function.session-unregister"},
{id:6276, pId:11911, name:"释放所有的会话变量", file: "function.session-unset"},
{id:6277, pId:11911, name:"Write session data and end session", file: "function.session-write-close"},
{id:12540, pId:332, name:"预定义常量", file: "session.constants"},
{id:12543, pId:332, name:"范例s3c3-0.02%", file: "session.examples"},
{id:12541, pId:12543, name:"自定义会话管理器", file: "session.customhandler"},
{id:12542, pId:12543, name:"基本用法", file: "session.examples.basic"},
{id:12544, pId:12543, name:"传送会话ID", file: "session.idpassing"},
{id:12548, pId:332, name:"会话和安全s2c2-0.01%", file: "session.security"},
{id:2419, pId:12548, name:"会话管理基础", file: "features.session.security.management"},
{id:12549, pId:12548, name:"和会话安全相关的配置项", file: "session.security.ini"},
{id:12550, pId:332, name:"安装/配置s4c4-0.03%", file: "session.setup"},
{id:12539, pId:12550, name:"运行时配置", file: "session.configuration"},
{id:12545, pId:12550, name:"安装", file: "session.installation"},
{id:12546, pId:12550, name:"需求", file: "session.requirements"},
{id:12547, pId:12550, name:"资源类型", file: "session.resources"},
{id:12551, pId:332, name:"Session 上传进度", file: "session.upload-progress"},
{id:12172, pId:2527, name:"文本处理s7c335-2.23%", file: "refs.basic.text"},
{id:162, pId:12172, name:"Bulletin Board Codes4c15-0.1%", file: "book.bbcode"},
{id:134, pId:162, name:"预定义常量", file: "bbcode.constants"},
{id:138, pId:162, name:"安装/配置s4c4-0.03%", file: "bbcode.setup"},
{id:133, pId:138, name:"运行时配置", file: "bbcode.configuration"},
{id:135, pId:138, name:"安装", file: "bbcode.installation"},
{id:136, pId:138, name:"需求", file: "bbcode.requirements"},
{id:137, pId:138, name:"资源类型", file: "bbcode.resources"},
{id:9082, pId:162, name:"简介", file: "intro.bbcode"},
{id:11746, pId:162, name:"BBCode 函数s7c7-0.05%", file: "ref.bbcode"},
{id:2655, pId:11746, name:"Adds a bbcode element", file: "function.bbcode-add-element"},
{id:2656, pId:11746, name:"Adds a smiley to the parser", file: "function.bbcode-add-smiley"},
{id:2657, pId:11746, name:"Create a BBCode Resource", file: "function.bbcode-create"},
{id:2658, pId:11746, name:"Close BBCode_container resource", file: "function.bbcode-destroy"},
{id:2659, pId:11746, name:"Parse a string following a given rule set", file: "function.bbcode-parse"},
{id:2660, pId:11746, name:"Attach another parser in order to use another rule", file: "function.bbcode-set-arg-parser"},
{id:2661, pId:11746, name:"Set or alter parser options", file: "function.bbcode-set-flags"},
{id:173, pId:12172, name:"CommonMarks29c59-0.39%", file: "book.cmark"},
{id:711, pId:173, name:"The CommonMark\CQL classs2c2-0.01%", file: "class.commonmark-cql"},
{id:1413, pId:711, name:"CQL Construction", file: "commonmark-cql.construct"},
{id:1414, pId:711, name:"CQL Execution", file: "commonmark-cql.invoke"},
{id:712, pId:173, name:"The CommonMark\Interfaces\IVisitable interfaces1c1-0.01%", file: "class.commonmark-interfaces-ivisitable"},
{id:1415, pId:712, name:"Visitation", file: "commonmark-interfaces-ivisitable.accept"},
{id:713, pId:173, name:"The CommonMark\Interfaces\IVisitor interfaces2c2-0.01%", file: "class.commonmark-interfaces-ivisitor"},
{id:1416, pId:713, name:"Visitation", file: "commonmark-interfaces-ivisitor.enter"},
{id:1417, pId:713, name:"Visitation", file: "commonmark-interfaces-ivisitor.leave"},
{id:714, pId:173, name:"BlockQuote concrete CommonMark\Node", file: "class.commonmark-node-blockquote"},
{id:715, pId:173, name:"BulletList concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-bulletlist"},
{id:1418, pId:715, name:"BulletList Construction", file: "commonmark-node-bulletlist.construct"},
{id:716, pId:173, name:"Code concrete CommonMark\Node", file: "class.commonmark-node-code"},
{id:717, pId:173, name:"CodeBlock concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-codeblock"},
{id:1419, pId:717, name:"CodeBlock Construction", file: "commonmark-node-codeblock.construct"},
{id:718, pId:173, name:"CustomBlock concrete CommonMark\Node", file: "class.commonmark-node-customblock"},
{id:719, pId:173, name:"CustomInline concrete CommonMark\Node", file: "class.commonmark-node-custominline"},
{id:720, pId:173, name:"Document concrete CommonMark\Node", file: "class.commonmark-node-document"},
{id:721, pId:173, name:"Heading concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-heading"},
{id:1420, pId:721, name:"Heading Construction", file: "commonmark-node-heading.construct"},
{id:722, pId:173, name:"HTMLBlock concrete CommonMark\Node", file: "class.commonmark-node-htmlblock"},
{id:723, pId:173, name:"HTMLInline concrete CommonMark\Node", file: "class.commonmark-node-htmlinline"},
{id:724, pId:173, name:"Image concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-image"},
{id:1421, pId:724, name:"Image Construction", file: "commonmark-node-image.construct"},
{id:725, pId:173, name:"Item concrete CommonMark\Node", file: "class.commonmark-node-item"},
{id:726, pId:173, name:"LineBreak concrete CommonMark\Node", file: "class.commonmark-node-linebreak"},
{id:727, pId:173, name:"Link concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-link"},
{id:1422, pId:727, name:"Link Construction", file: "commonmark-node-link.construct"},
{id:728, pId:173, name:"OrderedList concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-orderedlist"},
{id:1423, pId:728, name:"OrderedList Construction", file: "commonmark-node-orderedlist.construct"},
{id:729, pId:173, name:"Paragraph concrete CommonMark\Node", file: "class.commonmark-node-paragraph"},
{id:730, pId:173, name:"SoftBreak concrete CommonMark\Node", file: "class.commonmark-node-softbreak"},
{id:731, pId:173, name:"Emphasis concrete CommonMark\Node", file: "class.commonmark-node-text-emphasis"},
{id:732, pId:173, name:"Strong concrete CommonMark\Node", file: "class.commonmark-node-text-strong"},
{id:733, pId:173, name:"Text concrete CommonMark\Nodes1c1-0.01%", file: "class.commonmark-node-text"},
{id:1424, pId:733, name:"Text Construction", file: "commonmark-node-text.construct"},
{id:734, pId:173, name:"ThematicBreak concrete CommonMark\Node", file: "class.commonmark-node-thematicbreak"},
{id:735, pId:173, name:"Abstract CommonMark\Nodes7c7-0.05%", file: "class.commonmark-node"},
{id:1425, pId:735, name:"Visitation", file: "commonmark-node.accept"},
{id:1426, pId:735, name:"AST Manipulation", file: "commonmark-node.appendchild"},
{id:1427, pId:735, name:"AST Manipulation", file: "commonmark-node.insertafter"},
{id:1428, pId:735, name:"AST Manipulation", file: "commonmark-node.insertbefore"},
{id:1429, pId:735, name:"AST Manipulation", file: "commonmark-node.prependchild"},
{id:1430, pId:735, name:"AST Manipulation", file: "commonmark-node.replace"},
{id:1431, pId:735, name:"AST Manipulation", file: "commonmark-node.unlink"},
{id:736, pId:173, name:"The CommonMark\Parser classs3c3-0.02%", file: "class.commonmark-parser"},
{id:1432, pId:736, name:"Parsing", file: "commonmark-parser.construct"},
{id:1433, pId:736, name:"Parsing", file: "commonmark-parser.finish"},
{id:1434, pId:736, name:"Parsing", file: "commonmark-parser.parse"},
{id:1385, pId:173, name:"安装/配置s2c2-0.01%", file: "cmark.setup"},
{id:1383, pId:1385, name:"安装", file: "cmark.installation"},
{id:1384, pId:1385, name:"需求", file: "cmark.requirements"},
{id:9092, pId:173, name:"简介", file: "intro.cmark"},
{id:11757, pId:173, name:"CommonMark 函数s6c6-0.04%", file: "ref.cmark"},
{id:2837, pId:11757, name:"Parsing", file: "function.commonmark-parse"},
{id:2838, pId:11757, name:"Rendering", file: "function.commonmark-render-html"},
{id:2839, pId:11757, name:"Rendering", file: "function.commonmark-render-latex"},
{id:2840, pId:11757, name:"Rendering", file: "function.commonmark-render-man"},
{id:2841, pId:11757, name:"Rendering", file: "function.commonmark-render-xml"},
{id:2842, pId:11757, name:"Rendering", file: "function.commonmark-render"},
{id:295, pId:12172, name:"Parsing and lexings14c77-0.51%", file: "book.parle"},
{id:1048, pId:295, name:"The Parle\ErrorInfo class", file: "class.parle-errorinfo"},
{id:1049, pId:295, name:"The Parle\Lexer classs9c9-0.06%", file: "class.parle-lexer"},
{id:11169, pId:1049, name:"Process next lexer rule", file: "parle-lexer.advance"},
{id:11170, pId:1049, name:"Finalize the lexer rule set", file: "parle-lexer.build"},
{id:11171, pId:1049, name:"Define token callback", file: "parle-lexer.callout"},
{id:11172, pId:1049, name:"Pass the data for processing", file: "parle-lexer.consume"},
{id:11173, pId:1049, name:"Dump the state machine", file: "parle-lexer.dump"},
{id:11174, pId:1049, name:"Retrieve the current token", file: "parle-lexer.gettoken"},
{id:11175, pId:1049, name:"Insert regex macro", file: "parle-lexer.insertmacro"},
{id:11176, pId:1049, name:"Add a lexer rule", file: "parle-lexer.push"},
{id:11177, pId:1049, name:"Reset lexer", file: "parle-lexer.reset"},
{id:1050, pId:295, name:"The Parle\LexerException class", file: "class.parle-lexerexception"},
{id:1051, pId:295, name:"The Parle\Parser classs16c16-0.11%", file: "class.parle-parser"},
{id:11178, pId:1051, name:"Process next parser rule", file: "parle-parser.advance"},
{id:11179, pId:1051, name:"Finalize the grammar rules", file: "parle-parser.build"},
{id:11180, pId:1051, name:"Consume the data for processing", file: "parle-parser.consume"},
{id:11181, pId:1051, name:"Dump the grammar", file: "parle-parser.dump"},
{id:11182, pId:1051, name:"Retrieve the error information", file: "parle-parser.errorinfo"},
{id:11183, pId:1051, name:"Declare a token with left-associativity", file: "parle-parser.left"},
{id:11184, pId:1051, name:"Declare a token with no associativity", file: "parle-parser.nonassoc"},
{id:11185, pId:1051, name:"Declare a precedence rule", file: "parle-parser.precedence"},
{id:11186, pId:1051, name:"Add a grammar rule", file: "parle-parser.push"},
{id:11187, pId:1051, name:"Reset parser state", file: "parle-parser.reset"},
{id:11188, pId:1051, name:"Declare a token with right-associativity", file: "parle-parser.right"},
{id:11189, pId:1051, name:"Retrieve a matching part of a rule", file: "parle-parser.sigil"},
{id:11190, pId:1051, name:"Declare a token", file: "parle-parser.token"},
{id:11191, pId:1051, name:"Get token id", file: "parle-parser.tokenid"},
{id:11192, pId:1051, name:"Trace the parser operation", file: "parle-parser.trace"},
{id:11193, pId:1051, name:"Validate input", file: "parle-parser.validate"},
{id:1052, pId:295, name:"The Parle\ParserException class", file: "class.parle-parserexception"},
{id:1053, pId:295, name:"The Parle\RLexer classs10c10-0.07%", file: "class.parle-rlexer"},
{id:11194, pId:1053, name:"Process next lexer rule", file: "parle-rlexer.advance"},
{id:11195, pId:1053, name:"Finalize the lexer rule set", file: "parle-rlexer.build"},
{id:11196, pId:1053, name:"Define token callback", file: "parle-rlexer.callout"},
{id:11197, pId:1053, name:"Pass the data for processing", file: "parle-rlexer.consume"},
{id:11198, pId:1053, name:"Dump the state machine", file: "parle-rlexer.dump"},
{id:11199, pId:1053, name:"Retrieve the current token", file: "parle-rlexer.gettoken"},
{id:11200, pId:1053, name:"Insert regex macro", file: "parle-rlexer.insertmacro"},
{id:11201, pId:1053, name:"Add a lexer rule", file: "parle-rlexer.push"},
{id:11202, pId:1053, name:"Push a new start state", file: "parle-rlexer.pushstate"},
{id:11203, pId:1053, name:"Reset lexer", file: "parle-rlexer.reset"},
{id:1054, pId:295, name:"The Parle\RParser classs16c16-0.11%", file: "class.parle-rparser"},
{id:11204, pId:1054, name:"Process next parser rule", file: "parle-rparser.advance"},
{id:11205, pId:1054, name:"Finalize the grammar rules", file: "parle-rparser.build"},
{id:11206, pId:1054, name:"Consume the data for processing", file: "parle-rparser.consume"},
{id:11207, pId:1054, name:"Dump the grammar", file: "parle-rparser.dump"},
{id:11208, pId:1054, name:"Retrieve the error information", file: "parle-rparser.errorinfo"},
{id:11209, pId:1054, name:"Declare a token with left-associativity", file: "parle-rparser.left"},
{id:11210, pId:1054, name:"Declare a token with no associativity", file: "parle-rparser.nonassoc"},
{id:11211, pId:1054, name:"Declare a precedence rule", file: "parle-rparser.precedence"},
{id:11212, pId:1054, name:"Add a grammar rule", file: "parle-rparser.push"},
{id:11213, pId:1054, name:"Reset parser state", file: "parle-rparser.reset"},
{id:11214, pId:1054, name:"Declare a token with right-associativity", file: "parle-rparser.right"},
{id:11215, pId:1054, name:"Retrieve a matching part of a rule", file: "parle-rparser.sigil"},
{id:11216, pId:1054, name:"Declare a token", file: "parle-rparser.token"},
{id:11217, pId:1054, name:"Get token id", file: "parle-rparser.tokenid"},
{id:11218, pId:1054, name:"Trace the parser operation", file: "parle-rparser.trace"},
{id:11219, pId:1054, name:"Validate input", file: "parle-rparser.validate"},
{id:1055, pId:295, name:"The Parle\Stack classs2c2-0.01%", file: "class.parle-stack"},
{id:11220, pId:1055, name:"Pop an item from the stack", file: "parle-stack.pop"},
{id:11221, pId:1055, name:"Push an item into the stack", file: "parle-stack.push"},
{id:1056, pId:295, name:"The Parle\Token class", file: "class.parle-token"},
{id:9211, pId:295, name:"简介", file: "intro.parle"},
{id:11222, pId:295, name:"预定义常量", file: "parle.constants"},
{id:11223, pId:295, name:"范例s2c2-0.01%", file: "parle.examples"},
{id:11224, pId:11223, name:"Lexer examples", file: "parle.examples.lexer"},
{id:11225, pId:11223, name:"Parser examples", file: "parle.examples.parser"},
{id:11227, pId:295, name:"Parle pattern matchings6c6-0.04%", file: "parle.pattern.matching"},
{id:11228, pId:11227, name:"Alternation and repetition", file: "parle.regex.alternation"},
{id:11229, pId:11227, name:"Anchors", file: "parle.regex.anchors"},
{id:11230, pId:11227, name:"Character classes", file: "parle.regex.charclass"},
{id:11231, pId:11227, name:"Character representations", file: "parle.regex.chars"},
{id:11232, pId:11227, name:"Grouping", file: "parle.regex.grouping"},
{id:11233, pId:11227, name:"Unicode character classes", file: "parle.regex.unicodecharclass"},
{id:11235, pId:295, name:"安装/配置s2c2-0.01%", file: "parle.setup"},
{id:11226, pId:11235, name:"安装", file: "parle.installation"},
{id:11234, pId:11235, name:"需求", file: "parle.requirements"},
{id:299, pId:12172, name:"正则表达式(兼容 Perl)s6c43-0.29%", file: "book.pcre"},
{id:9215, pId:299, name:"简介", file: "intro.pcre"},
{id:11257, pId:299, name:"预定义常量", file: "pcre.constants"},
{id:11258, pId:299, name:"范例", file: "pcre.examples"},
{id:11260, pId:299, name:"PCRE模式s4c23-0.15%", file: "pcre.pattern"},
{id:11960, pId:11260, name:"与 perl 的不同之处", file: "reference.pcre.pattern.differences"},
{id:11961, pId:11260, name:"模式修饰符", file: "reference.pcre.pattern.modifiers"},
{id:11962, pId:11260, name:"与 POSIX 正则表达式的不同", file: "reference.pcre.pattern.posix"},
{id:11963, pId:11260, name:"模式语法s19c19-0.13%", file: "reference.pcre.pattern.syntax"},
{id:12214, pId:11963, name:"简介", file: "regexp.introduction"},
{id:12215, pId:11963, name:"可选路径(|)", file: "regexp.reference.alternation"},
{id:12216, pId:11963, name:"锚", file: "regexp.reference.anchors"},
{id:12217, pId:11963, name:"断言", file: "regexp.reference.assertions"},
{id:12218, pId:11963, name:"后向引用", file: "regexp.reference.back-references"},
{id:12219, pId:11963, name:"字符类(方括号)", file: "regexp.reference.character-classes"},
{id:12220, pId:11963, name:"注释", file: "regexp.reference.comments"},
{id:12221, pId:11963, name:"条件子组", file: "regexp.reference.conditional"},
{id:12222, pId:11963, name:"分隔符", file: "regexp.reference.delimiters"},
{id:12223, pId:11963, name:"句点", file: "regexp.reference.dot"},
{id:12224, pId:11963, name:"转义序列(反斜线)", file: "regexp.reference.escape"},
{id:12225, pId:11963, name:"内部选项设置", file: "regexp.reference.internal-options"},
{id:12226, pId:11963, name:"元字符", file: "regexp.reference.meta"},
{id:12227, pId:11963, name:"一次性子组", file: "regexp.reference.onlyonce"},
{id:12228, pId:11963, name:"性能", file: "regexp.reference.performance"},
{id:12229, pId:11963, name:"递归模式", file: "regexp.reference.recursive"},
{id:12230, pId:11963, name:"重复/量词", file: "regexp.reference.repetition"},
{id:12231, pId:11963, name:"子组(子模式)", file: "regexp.reference.subpatterns"},
{id:12232, pId:11963, name:"Unicode字符属性", file: "regexp.reference.unicode"},
{id:11263, pId:299, name:"安装/配置s4c4-0.03%", file: "pcre.setup"},
{id:11256, pId:11263, name:"运行时配置", file: "pcre.configuration"},
{id:11259, pId:11263, name:"安装", file: "pcre.installation"},
{id:11261, pId:11263, name:"需求", file: "pcre.requirements"},
{id:11262, pId:11263, name:"资源类型", file: "pcre.resources"},
{id:11861, pId:299, name:"PCRE 函数s10c10-0.07%", file: "ref.pcre"},
{id:5966, pId:11861, name:"执行一个正则表达式搜索和替换", file: "function.preg-filter"},
{id:5967, pId:11861, name:"返回匹配模式的数组条目", file: "function.preg-grep"},
{id:5968, pId:11861, name:"返回最后一个PCRE正则执行产生的错误代码", file: "function.preg-last-error"},
{id:5969, pId:11861, name:"执行一个全局正则表达式匹配", file: "function.preg-match-all"},
{id:5970, pId:11861, name:"执行匹配正则表达式", file: "function.preg-match"},
{id:5971, pId:11861, name:"转义正则表达式字符", file: "function.preg-quote"},
{id:5972, pId:11861, name:"Perform a regular expression search and replace us", file: "function.preg-replace-callback-array"},
{id:5973, pId:11861, name:"执行一个正则表达式搜索并且使用一个回调进行替换", file: "function.preg-replace-callback"},
{id:5974, pId:11861, name:"执行一个正则表达式的搜索和替换", file: "function.preg-replace"},
{id:5975, pId:11861, name:"通过一个正则表达式分隔字符串", file: "function.preg-split"},
{id:318, pId:12172, name:"Regular Expression (POSIX Extended)s5c16-0.11%", file: "book.regex"},
{id:9234, pId:318, name:"简介", file: "intro.regex"},
{id:11898, pId:318, name:"POSIX 正则表达式函数s7c7-0.05%", file: "ref.regex"},
{id:3295, pId:11898, name:"正则表达式替换", file: "function.ereg-replace"},
{id:3296, pId:11898, name:"正则表达式匹配", file: "function.ereg"},
{id:3297, pId:11898, name:"不区分大小写的正则表达式替换", file: "function.eregi-replace"},
{id:3298, pId:11898, name:"不区分大小写的正则表达式匹配", file: "function.eregi"},
{id:6480, pId:11898, name:"用正则表达式将字符串分割到数组中", file: "function.split"},
{id:6481, pId:11898, name:"用正则表达式不区分大小写将字符串分割到数组中", file: "function.spliti"},
{id:6483, pId:11898, name:"产生用于不区分大小的匹配的正则表达式", file: "function.sql-regcase"},
{id:12199, pId:318, name:"预定义常量", file: "regex.constants"},
{id:12200, pId:318, name:"范例", file: "regex.examples"},
{id:12204, pId:318, name:"安装/配置s4c4-0.03%", file: "regex.setup"},
{id:12198, pId:12204, name:"运行时配置", file: "regex.configuration"},
{id:12201, pId:12204, name:"安装", file: "regex.installation"},
{id:12202, pId:12204, name:"需求", file: "regex.requirements"},
{id:12203, pId:12204, name:"资源类型", file: "regex.resources"},
{id:346, pId:12172, name:"ssdeep Fuzzy Hashings4c11-0.07%", file: "book.ssdeep"},
{id:9262, pId:346, name:"简介", file: "intro.ssdeep"},
{id:11922, pId:346, name:"ssdeep 函数s3c3-0.02%", file: "ref.ssdeep"},
{id:6553, pId:11922, name:"Calculates the match score between two fuzzy hash ", file: "function.ssdeep-fuzzy-compare"},
{id:6554, pId:11922, name:"Create a fuzzy hash from a file", file: "function.ssdeep-fuzzy-hash-filename"},
{id:6555, pId:11922, name:"Create a fuzzy hash from a string", file: "function.ssdeep-fuzzy-hash"},
{id:13331, pId:346, name:"预定义常量", file: "ssdeep.constants"},
{id:13335, pId:346, name:"安装/配置s4c4-0.03%", file: "ssdeep.setup"},
{id:13330, pId:13335, name:"运行时配置", file: "ssdeep.configuration"},
{id:13332, pId:13335, name:"安装", file: "ssdeep.installation"},
{id:13333, pId:13335, name:"需求", file: "ssdeep.requirements"},
{id:13334, pId:13335, name:"资源类型", file: "ssdeep.resources"},
{id:351, pId:12172, name:"字符串s5c107-0.71%", file: "book.strings"},
{id:645, pId:351, name:"更新日志", file: "changelog.strings"},
{id:9267, pId:351, name:"简介", file: "intro.strings"},
{id:11927, pId:351, name:"字符串 函数s98c98-0.65%", file: "ref.strings"},
{id:2531, pId:11927, name:"以 C 语言风格使用反斜线转义字符串中的字符", file: "function.addcslashes"},
{id:2532, pId:11927, name:"使用反斜线引用字符串", file: "function.addslashes"},
{id:2685, pId:11927, name:"函数把包含数据的二进制字符串转换为十六进制值", file: "function.bin2hex"},
{id:2810, pId:11927, name:"rtrim 的别名", file: "function.chop"},
{id:2812, pId:11927, name:"返回指定的字符", file: "function.chr"},
{id:2814, pId:11927, name:"将字符串分割成小块", file: "function.chunk-split"},
{id:2847, pId:11927, name:"将字符由一种 Cyrillic 字符转换成另一种", file: "function.convert-cyr-string"},
{id:2848, pId:11927, name:"解码一个 uuencode 编码的字符串", file: "function.convert-uudecode"},
{id:2849, pId:11927, name:"使用 uuencode 编码一个字符串", file: "function.convert-uuencode"},
{id:2853, pId:11927, name:"返回字符串所用字符的信息", file: "function.count-chars"},
{id:2859, pId:11927, name:"计算一个字符串的 crc32 多项式", file: "function.crc32"},
{id:2861, pId:11927, name:"单向字符串散列", file: "function.crypt"},
{id:3212, pId:11927, name:"输出一个或多个字符串", file: "function.echo"},
{id:3345, pId:11927, name:"使用一个字符串分割另一个字符串", file: "function.explode"},
{id:3694, pId:11927, name:"将格式化后的字符串写入到流", file: "function.fprintf"},
{id:3789, pId:11927, name:"返回使用 htmlspecialchars 和 htmlentities 后的转换表", file: "function.get-html-translation-table"},
{id:3994, pId:11927, name:"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew", file: "function.hebrev"},
{id:3995, pId:11927, name:"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew", file: "function.hebrevc"},
{id:3996, pId:11927, name:"转换十六进制字符串为二进制字符串", file: "function.hex2bin"},
{id:4001, pId:11927, name:"Convert HTML entities to their corresponding chara", file: "function.html-entity-decode"},
{id:4002, pId:11927, name:"将字符转换为 HTML 转义字符", file: "function.htmlentities"},
{id:4003, pId:11927, name:"将特殊的 HTML 实体转换回普通字符", file: "function.htmlspecialchars-decode"},
{id:4004, pId:11927, name:"将特殊字符转换为 HTML 实体", file: "function.htmlspecialchars"},
{id:4325, pId:11927, name:"将一个一维数组的值转化为字符串", file: "function.implode"},
{id:4435, pId:11927, name:"别名 implode", file: "function.join"},
{id:4458, pId:11927, name:"使一个字符串的第一个字符小写", file: "function.lcfirst"},
{id:4521, pId:11927, name:"计算两个字符串之间的编辑距离", file: "function.levenshtein"},
{id:4532, pId:11927, name:"Get numeric formatting information", file: "function.localeconv"},
{id:4546, pId:11927, name:"删除字符串开头的空白字符(或其他字符)", file: "function.ltrim"},
{id:4803, pId:11927, name:"计算指定文件的 MD5 散列值", file: "function.md5-file"},
{id:4804, pId:11927, name:"计算字符串的 MD5 散列值", file: "function.md5"},
{id:4809, pId:11927, name:"Calculate the metaphone key of a string", file: "function.metaphone"},
{id:4827, pId:11927, name:"将数字格式化成货币字符串", file: "function.money-format"},
{id:5334, pId:11927, name:"Query language and locale information", file: "function.nl-langinfo"},
{id:5335, pId:11927, name:"在字符串所有新行之前插入 HTML 换行标记", file: "function.nl2br"},
{id:5339, pId:11927, name:"以千位分隔符方式格式化一个数字", file: "function.number-format"},
{id:5592, pId:11927, name:"转换字符串第一个字节为 0-255 之间的值", file: "function.ord"},
{id:5599, pId:11927, name:"将字符串解析成多个变量", file: "function.parse-str"},
{id:5978, pId:11927, name:"输出字符串", file: "function.print"},
{id:5979, pId:11927, name:"输出格式化字符串", file: "function.printf"},
{id:6109, pId:11927, name:"将 quoted-printable 字符串转换为 8-bit 字符串", file: "function.quoted-printable-decode"},
{id:6110, pId:11927, name:"将 8-bit 字符串转换成 quoted-printable 字符串", file: "function.quoted-printable-encode"},
{id:6111, pId:11927, name:"转义元字符集", file: "function.quotemeta"},
{id:6207, pId:11927, name:"删除字符串末端的空白字符(或者其他字符)", file: "function.rtrim"},
{id:6286, pId:11927, name:"设置地区信息", file: "function.setlocale"},
{id:6291, pId:11927, name:"计算文件的 sha1 散列值", file: "function.sha1-file"},
{id:6292, pId:11927, name:"计算字符串的 sha1 散列值", file: "function.sha1"},
{id:6309, pId:11927, name:"计算两个字符串的相似度", file: "function.similar-text"},
{id:6470, pId:11927, name:"Calculate the soundex key of a string", file: "function.soundex"},
{id:6482, pId:11927, name:"Return a formatted string", file: "function.sprintf"},
{id:6552, pId:11927, name:"根据指定格式解析输入的字符", file: "function.sscanf"},
{id:6658, pId:11927, name:"解析 CSV 字符串为一个数组", file: "function.str-getcsv"},
{id:6659, pId:11927, name:"str_replace 的忽略大小写版本", file: "function.str-ireplace"},
{id:6660, pId:11927, name:"使用另一个字符串填充字符串为指定长度", file: "function.str-pad"},
{id:6661, pId:11927, name:"重复一个字符串", file: "function.str-repeat"},
{id:6662, pId:11927, name:"子字符串替换", file: "function.str-replace"},
{id:6663, pId:11927, name:"对字符串执行 ROT13 转换", file: "function.str-rot13"},
{id:6664, pId:11927, name:"随机打乱一个字符串", file: "function.str-shuffle"},
{id:6665, pId:11927, name:"将字符串转换为数组", file: "function.str-split"},
{id:6666, pId:11927, name:"返回字符串中单词的使用情况", file: "function.str-word-count"},
{id:6667, pId:11927, name:"二进制安全比较字符串(不区分大小写)", file: "function.strcasecmp"},
{id:6668, pId:11927, name:"别名 strstr", file: "function.strchr"},
{id:6669, pId:11927, name:"二进制安全字符串比较", file: "function.strcmp"},
{id:6670, pId:11927, name:"基于区域设置的字符串比较", file: "function.strcoll"},
{id:6671, pId:11927, name:"获取不匹配遮罩的起始子字符串的长度", file: "function.strcspn"},
{id:6719, pId:11927, name:"从字符串中去除 HTML 和 PHP 标记", file: "function.strip-tags"},
{id:6720, pId:11927, name:"反引用一个使用 addcslashes 转义的字符串", file: "function.stripcslashes"},
{id:6721, pId:11927, name:"查找字符串首次出现的位置(不区分大小写)", file: "function.stripos"},
{id:6722, pId:11927, name:"反引用一个引用字符串", file: "function.stripslashes"},
{id:6723, pId:11927, name:"strstr 函数的忽略大小写版本", file: "function.stristr"},
{id:6724, pId:11927, name:"获取字符串长度", file: "function.strlen"},
{id:6725, pId:11927, name:"使用“自然顺序”算法比较字符串(不区分大小写)", file: "function.strnatcasecmp"},
{id:6726, pId:11927, name:"使用自然排序算法比较字符串", file: "function.strnatcmp"},
{id:6727, pId:11927, name:"二进制安全比较字符串开头的若干个字符(不区分大小写)", file: "function.strncasecmp"},
{id:6728, pId:11927, name:"二进制安全比较字符串开头的若干个字符", file: "function.strncmp"},
{id:6729, pId:11927, name:"在字符串中查找一组字符的任何一个字符", file: "function.strpbrk"},
{id:6730, pId:11927, name:"查找字符串首次出现的位置", file: "function.strpos"},
{id:6732, pId:11927, name:"查找指定字符在字符串中的最后一次出现", file: "function.strrchr"},
{id:6733, pId:11927, name:"反转字符串", file: "function.strrev"},
{id:6734, pId:11927, name:"计算指定字符串在目标字符串中最后一次出现的位置(不区分大小写)", file: "function.strripos"},
{id:6735, pId:11927, name:"计算指定字符串在目标字符串中最后一次出现的位置", file: "function.strrpos"},
{id:6736, pId:11927, name:"计算字符串中全部字符都存在于指定字符集合中的第一段子串的长度。", file: "function.strspn"},
{id:6737, pId:11927, name:"查找字符串的首次出现", file: "function.strstr"},
{id:6738, pId:11927, name:"标记分割字符串", file: "function.strtok"},
{id:6739, pId:11927, name:"将字符串转化为小写", file: "function.strtolower"},
{id:6741, pId:11927, name:"将字符串转化为大写", file: "function.strtoupper"},
{id:6742, pId:11927, name:"转换指定字符", file: "function.strtr"},
{id:6744, pId:11927, name:"二进制安全比较字符串(从偏移位置比较指定长度)", file: "function.substr-compare"},
{id:6745, pId:11927, name:"计算字串出现的次数", file: "function.substr-count"},
{id:6746, pId:11927, name:"替换字符串的子串", file: "function.substr-replace"},
{id:6747, pId:11927, name:"返回字符串的子串", file: "function.substr"},
{id:7044, pId:11927, name:"去除字符串首尾处的空白字符(或者其他字符)", file: "function.trim"},
{id:7046, pId:11927, name:"将字符串的首字母转换为大写", file: "function.ucfirst"},
{id:7047, pId:11927, name:"将字符串中每个单词的首字母转换为大写", file: "function.ucwords"},
{id:7149, pId:11927, name:"将格式化字符串写入流", file: "function.vfprintf"},
{id:7168, pId:11927, name:"输出格式化字符串", file: "function.vprintf"},
{id:7169, pId:11927, name:"返回格式化字符串", file: "function.vsprintf"},
{id:7214, pId:11927, name:"打断字符串为指定数量的字串", file: "function.wordwrap"},
{id:13407, pId:351, name:"预定义常量", file: "string.constants"},
{id:13412, pId:351, name:"安装/配置s4c4-0.03%", file: "strings.setup"},
{id:13408, pId:13412, name:"运行时配置", file: "strings.configuration"},
{id:13409, pId:13412, name:"安装", file: "strings.installation"},
{id:13410, pId:13412, name:"需求", file: "strings.requirements"},
{id:13411, pId:13412, name:"资源类型", file: "strings.resources"},
{id:12173, pId:2527, name:"变量与类型相关扩展s9c526-3.5%", file: "refs.basic.vartype"},
{id:161, pId:12173, name:"数组s5c90-0.6%", file: "book.array"},
{id:68, pId:161, name:"预定义常量", file: "array.constants"},
{id:72, pId:161, name:"安装/配置s4c4-0.03%", file: "array.setup"},
{id:67, pId:72, name:"运行时配置", file: "array.configuration"},
{id:69, pId:72, name:"安装", file: "array.installation"},
{id:70, pId:72, name:"需求", file: "array.requirements"},
{id:71, pId:72, name:"资源类型", file: "array.resources"},
{id:73, pId:161, name:"对数组进行排序", file: "array.sorting"},
{id:9081, pId:161, name:"简介", file: "intro.array"},
{id:11745, pId:161, name:"数组 函数s81c81-0.54%", file: "ref.array"},
{id:2588, pId:11745, name:"将数组中的所有键名修改为全大写或小写", file: "function.array-change-key-case"},
{id:2589, pId:11745, name:"将一个数组分割成多个", file: "function.array-chunk"},
{id:2590, pId:11745, name:"返回数组中指定的一列", file: "function.array-column"},
{id:2591, pId:11745, name:"创建一个数组,用一个数组的值作为其键名,另一个数组的值作为其值", file: "function.array-combine"},
{id:2592, pId:11745, name:"统计数组中所有的值", file: "function.array-count-values"},
{id:2593, pId:11745, name:"带索引检查计算数组的差集", file: "function.array-diff-assoc"},
{id:2594, pId:11745, name:"使用键名比较计算数组的差集", file: "function.array-diff-key"},
{id:2595, pId:11745, name:"用用户提供的回调函数做索引检查来计算数组的差集", file: "function.array-diff-uassoc"},
{id:2596, pId:11745, name:"用回调函数对键名比较计算数组的差集", file: "function.array-diff-ukey"},
{id:2597, pId:11745, name:"计算数组的差集", file: "function.array-diff"},
{id:2598, pId:11745, name:"使用指定的键和值填充数组", file: "function.array-fill-keys"},
{id:2599, pId:11745, name:"用给定的值填充数组", file: "function.array-fill"},
{id:2600, pId:11745, name:"用回调函数过滤数组中的单元", file: "function.array-filter"},
{id:2601, pId:11745, name:"交换数组中的键和值", file: "function.array-flip"},
{id:2602, pId:11745, name:"带索引检查计算数组的交集", file: "function.array-intersect-assoc"},
{id:2603, pId:11745, name:"使用键名比较计算数组的交集", file: "function.array-intersect-key"},
{id:2604, pId:11745, name:"带索引检查计算数组的交集,用回调函数比较索引", file: "function.array-intersect-uassoc"},
{id:2605, pId:11745, name:"用回调函数比较键名来计算数组的交集", file: "function.array-intersect-ukey"},
{id:2606, pId:11745, name:"计算数组的交集", file: "function.array-intersect"},
{id:2607, pId:11745, name:"检查数组里是否有指定的键名或索引", file: "function.array-key-exists"},
{id:2608, pId:11745, name:"Gets the first key of an array", file: "function.array-key-first"},
{id:2609, pId:11745, name:"Gets the last key of an array", file: "function.array-key-last"},
{id:2610, pId:11745, name:"返回数组中部分的或所有的键名", file: "function.array-keys"},
{id:2611, pId:11745, name:"为数组的每个元素应用回调函数", file: "function.array-map"},
{id:2612, pId:11745, name:"递归地合并一个或多个数组", file: "function.array-merge-recursive"},
{id:2613, pId:11745, name:"合并一个或多个数组", file: "function.array-merge"},
{id:2614, pId:11745, name:"对多个数组或多维数组进行排序", file: "function.array-multisort"},
{id:2615, pId:11745, name:"以指定长度将一个值填充进数组", file: "function.array-pad"},
{id:2616, pId:11745, name:"弹出数组最后一个单元(出栈)", file: "function.array-pop"},
{id:2617, pId:11745, name:"计算数组中所有值的乘积", file: "function.array-product"},
{id:2618, pId:11745, name:"将一个或多个单元压入数组的末尾(入栈)", file: "function.array-push"},
{id:2619, pId:11745, name:"从数组中随机取出一个或多个单元", file: "function.array-rand"},
{id:2620, pId:11745, name:"用回调函数迭代地将数组简化为单一的值", file: "function.array-reduce"},
{id:2621, pId:11745, name:"使用传递的数组递归替换第一个数组的元素", file: "function.array-replace-recursive"},
{id:2622, pId:11745, name:"使用传递的数组替换第一个数组的元素", file: "function.array-replace"},
{id:2623, pId:11745, name:"返回单元顺序相反的数组", file: "function.array-reverse"},
{id:2624, pId:11745, name:"在数组中搜索给定的值,如果成功则返回首个相应的键名", file: "function.array-search"},
{id:2625, pId:11745, name:"将数组开头的单元移出数组", file: "function.array-shift"},
{id:2626, pId:11745, name:"从数组中取出一段", file: "function.array-slice"},
{id:2627, pId:11745, name:"去掉数组中的某一部分并用其它值取代", file: "function.array-splice"},
{id:2628, pId:11745, name:"对数组中所有值求和", file: "function.array-sum"},
{id:2629, pId:11745, name:"带索引检查计算数组的差集,用回调函数比较数据", file: "function.array-udiff-assoc"},
{id:2630, pId:11745, name:"带索引检查计算数组的差集,用回调函数比较数据和索引", file: "function.array-udiff-uassoc"},
{id:2631, pId:11745, name:"用回调函数比较数据来计算数组的差集", file: "function.array-udiff"},
{id:2632, pId:11745, name:"带索引检查计算数组的交集,用回调函数比较数据", file: "function.array-uintersect-assoc"},
{id:2633, pId:11745, name:"带索引检查计算数组的交集,用单独的回调函数比较数据和索引", file: "function.array-uintersect-uassoc"},
{id:2634, pId:11745, name:"计算数组的交集,用回调函数比较数据", file: "function.array-uintersect"},
{id:2635, pId:11745, name:"移除数组中重复的值", file: "function.array-unique"},
{id:2636, pId:11745, name:"在数组开头插入一个或多个单元", file: "function.array-unshift"},
{id:2637, pId:11745, name:"返回数组中所有的值", file: "function.array-values"},
{id:2638, pId:11745, name:"对数组中的每个成员递归地应用用户函数", file: "function.array-walk-recursive"},
{id:2639, pId:11745, name:"使用用户自定义函数对数组中的每个元素做回调处理", file: "function.array-walk"},
{id:2640, pId:11745, name:"新建一个数组", file: "function.array"},
{id:2641, pId:11745, name:"对数组进行逆向排序并保持索引关系", file: "function.arsort"},
{id:2644, pId:11745, name:"对数组进行排序并保持索引关系", file: "function.asort"},
{id:2843, pId:11745, name:"建立一个数组,包括变量名和它们的值", file: "function.compact"},
{id:2854, pId:11745, name:"计算数组中的单元数目,或对象中的属性个数", file: "function.count"},
{id:3003, pId:11745, name:"返回数组中的当前单元", file: "function.current"},
{id:3209, pId:11745, name:"返回数组中当前的键/值对并将数组指针向前移动一步", file: "function.each"},
{id:3294, pId:11745, name:"将数组的内部指针指向最后一个单元", file: "function.end"},
{id:3348, pId:11745, name:"从数组中将变量导入到当前的符号表", file: "function.extract"},
{id:4327, pId:11745, name:"检查数组中是否存在某个值", file: "function.in-array"},
{id:4454, pId:11745, name:"别名 array_key_exists", file: "function.key-exists"},
{id:4455, pId:11745, name:"从关联数组中取得键名", file: "function.key"},
{id:4456, pId:11745, name:"对数组按照键名逆向排序", file: "function.krsort"},
{id:4457, pId:11745, name:"对数组按照键名排序", file: "function.ksort"},
{id:4531, pId:11745, name:"把数组中的值赋给一组变量", file: "function.list"},
{id:5054, pId:11745, name:"用“自然排序”算法对数组进行不区分大小写字母的排序", file: "function.natcasesort"},
{id:5055, pId:11745, name:"用“自然排序”算法对数组排序", file: "function.natsort"},
{id:5332, pId:11745, name:"将数组中的内部指针向前移动一位", file: "function.next"},
{id:5927, pId:11745, name:"current 的别名", file: "function.pos"},
{id:5976, pId:11745, name:"将数组的内部指针倒回一位", file: "function.prev"},
{id:6144, pId:11745, name:"根据范围创建数组,包含指定的元素", file: "function.range"},
{id:6178, pId:11745, name:"将数组的内部指针指向第一个单元", file: "function.reset"},
{id:6206, pId:11745, name:"对数组逆向排序", file: "function.rsort"},
{id:6308, pId:11745, name:"打乱数组", file: "function.shuffle"},
{id:6315, pId:11745, name:"count 的别名", file: "function.sizeof"},
{id:6469, pId:11745, name:"对数组排序", file: "function.sort"},
{id:7045, pId:11745, name:"使用用户自定义的比较函数对数组中的值进行排序并保持索引关联", file: "function.uasort"},
{id:7072, pId:11745, name:"使用用户自定义的比较函数对数组中的键名进行排序", file: "function.uksort"},
{id:7117, pId:11745, name:"使用用户自定义的比较函数对数组中的值进行排序", file: "function.usort"},
{id:171, pId:12173, name:"Classkits4c14-0.09%", file: "book.classkit"},
{id:1368, pId:171, name:"预定义常量", file: "classkit.constants"},
{id:1372, pId:171, name:"安装/配置s4c4-0.03%", file: "classkit.setup"},
{id:1367, pId:1372, name:"运行时配置", file: "classkit.configuration"},
{id:1369, pId:1372, name:"安装", file: "classkit.installation"},
{id:1370, pId:1372, name:"需求", file: "classkit.requirements"},
{id:1371, pId:1372, name:"资源类型", file: "classkit.resources"},
{id:9090, pId:171, name:"简介", file: "intro.classkit"},
{id:11755, pId:171, name:"Classkit 函数s6c6-0.04%", file: "ref.classkit"},
{id:2820, pId:11755, name:"Import new class method definitions from a file", file: "function.classkit-import"},
{id:2821, pId:11755, name:"Dynamically adds a new method to a given class", file: "function.classkit-method-add"},
{id:2822, pId:11755, name:"Copies a method from class to another", file: "function.classkit-method-copy"},
{id:2823, pId:11755, name:"Dynamically changes the code of the given method", file: "function.classkit-method-redefine"},
{id:2824, pId:11755, name:"Dynamically removes the given method", file: "function.classkit-method-remove"},
{id:2825, pId:11755, name:"Dynamically changes the name of the given method", file: "function.classkit-method-rename"},
{id:172, pId:12173, name:"类/对象的信息s5c29-0.19%", file: "book.classobj"},
{id:1374, pId:172, name:"预定义常量", file: "classobj.constants"},
{id:1375, pId:172, name:"范例", file: "classobj.examples"},
{id:1379, pId:172, name:"安装/配置s4c4-0.03%", file: "classobj.setup"},
{id:1373, pId:1379, name:"运行时配置", file: "classobj.configuration"},
{id:1376, pId:1379, name:"安装", file: "classobj.installation"},
{id:1377, pId:1379, name:"需求", file: "classobj.requirements"},
{id:1378, pId:1379, name:"资源类型", file: "classobj.resources"},
{id:9091, pId:172, name:"简介", file: "intro.classobj"},
{id:11756, pId:172, name:"类/对象 函数s20c20-0.13%", file: "ref.classobj"},
{id:2650, pId:11756, name:"尝试加载未定义的类", file: "function.autoload"},
{id:2801, pId:11756, name:"以参数列表的数组,调用用户方法", file: "function.call-user-method-array"},
{id:2802, pId:11756, name:"对特定对象调用用户方法", file: "function.call-user-method"},
{id:2815, pId:11756, name:"为一个类创建别名", file: "function.class-alias"},
{id:2816, pId:11756, name:"检查类是否已定义", file: "function.class-exists"},
{id:3775, pId:11756, name:"后期静态绑定(Late Static Binding)类的名称", file: "function.get-called-class"},
{id:3777, pId:11756, name:"返回由类的方法名组成的数组", file: "function.get-class-methods"},
{id:3778, pId:11756, name:"返回由类的默认属性组成的数组", file: "function.get-class-vars"},
{id:3779, pId:11756, name:"返回对象的类名", file: "function.get-class"},
{id:3781, pId:11756, name:"返回由已定义类的名字所组成的数组", file: "function.get-declared-classes"},
{id:3782, pId:11756, name:"返回一个数组包含所有已声明的接口", file: "function.get-declared-interfaces"},
{id:3783, pId:11756, name:"返回所有已定义的 traits 的数组", file: "function.get-declared-traits"},
{id:3796, pId:11756, name:"返回由对象属性组成的关联数组", file: "function.get-object-vars"},
{id:3797, pId:11756, name:"返回对象或类的父类名", file: "function.get-parent-class"},
{id:4382, pId:11756, name:"检查接口是否已被定义", file: "function.interface-exists"},
{id:4391, pId:11756, name:"如果对象属于该类或该类是此对象的父类则返回 TRUE", file: "function.is-a"},
{id:4418, pId:11756, name:"如果此对象是该类的子类,则返回 TRUE", file: "function.is-subclass-of"},
{id:4810, pId:11756, name:"检查类的方法是否存在", file: "function.method-exists"},
{id:5985, pId:11756, name:"检查对象或类是否具有该属性", file: "function.property-exists"},
{id:7042, pId:11756, name:"检查指定的 trait 是否存在", file: "function.trait-exists"},
{id:178, pId:12173, name:"字符类型检测s4c19-0.13%", file: "book.ctype"},
{id:1537, pId:178, name:"预定义常量", file: "ctype.constants"},
{id:1541, pId:178, name:"安装/配置s4c4-0.03%", file: "ctype.setup"},
{id:1536, pId:1541, name:"运行时配置", file: "ctype.configuration"},
{id:1538, pId:1541, name:"安装", file: "ctype.installation"},
{id:1539, pId:1541, name:"需求", file: "ctype.requirements"},
{id:1540, pId:1541, name:"资源类型", file: "ctype.resources"},
{id:9097, pId:178, name:"简介", file: "intro.ctype"},
{id:11761, pId:178, name:"Ctype 函数s11c11-0.07%", file: "ref.ctype"},
{id:2862, pId:11761, name:"做字母和数字字符检测", file: "function.ctype-alnum"},
{id:2863, pId:11761, name:"做纯字符检测", file: "function.ctype-alpha"},
{id:2864, pId:11761, name:"做控制字符检测", file: "function.ctype-cntrl"},
{id:2865, pId:11761, name:"做纯数字检测", file: "function.ctype-digit"},
{id:2866, pId:11761, name:"做可打印字符串检测,空格除外", file: "function.ctype-graph"},
{id:2867, pId:11761, name:"做小写字符检测", file: "function.ctype-lower"},
{id:2868, pId:11761, name:"做可打印字符检测", file: "function.ctype-print"},
{id:2869, pId:11761, name:"检测可打印的字符是不是不包含空白、数字和字母", file: "function.ctype-punct"},
{id:2870, pId:11761, name:"做空白字符检测", file: "function.ctype-space"},
{id:2871, pId:11761, name:"做大写字母检测", file: "function.ctype-upper"},
{id:2872, pId:11761, name:"检测字符串是否只包含十六进制字符", file: "function.ctype-xdigit"},
{id:207, pId:12173, name:"Data Filterings6c23-0.15%", file: "book.filter"},
{id:2475, pId:207, name:"预定义常量", file: "filter.constants"},
{id:2476, pId:207, name:"范例s2c2-0.01%", file: "filter.examples"},
{id:2477, pId:2476, name:"Sanitization", file: "filter.examples.sanitization"},
{id:2478, pId:2476, name:"Validation", file: "filter.examples.validation"},
{id:2480, pId:207, name:"Types of filterss4c4-0.03%", file: "filter.filters"},
{id:2479, pId:2480, name:"Filter flags", file: "filter.filters.flags"},
{id:2481, pId:2480, name:"Other filters", file: "filter.filters.misc"},
{id:2482, pId:2480, name:"Sanitize filters", file: "filter.filters.sanitize"},
{id:2483, pId:2480, name:"Validate filters", file: "filter.filters.validate"},
{id:2487, pId:207, name:"安装/配置s4c4-0.03%", file: "filter.setup"},
{id:2474, pId:2487, name:"运行时配置", file: "filter.configuration"},
{id:2484, pId:2487, name:"安装", file: "filter.installation"},
{id:2485, pId:2487, name:"需求", file: "filter.requirements"},
{id:2486, pId:2487, name:"资源类型", file: "filter.resources"},
{id:9125, pId:207, name:"简介", file: "intro.filter"},
{id:11786, pId:207, name:"过滤器函数s7c7-0.05%", file: "ref.filter"},
{id:3672, pId:11786, name:"检测是否存在指定类型的变量", file: "function.filter-has-var"},
{id:3673, pId:11786, name:"返回与某个特定名称的过滤器相关联的id", file: "function.filter-id"},
{id:3674, pId:11786, name:"获取一系列外部变量,并且可以通过过滤器处理它们", file: "function.filter-input-array"},
{id:3675, pId:11786, name:"通过名称获取特定的外部变量,并且可以通过过滤器处理它", file: "function.filter-input"},
{id:3676, pId:11786, name:"返回所支持的过滤器列表", file: "function.filter-list"},
{id:3677, pId:11786, name:"获取多个变量并且过滤它们", file: "function.filter-var-array"},
{id:3678, pId:11786, name:"使用特定的过滤器过滤一个变量", file: "function.filter-var"},
{id:211, pId:12173, name:"函数处理s4c21-0.14%", file: "book.funchand"},
{id:2522, pId:211, name:"预定义常量", file: "funchand.constants"},
{id:2526, pId:211, name:"安装/配置s4c4-0.03%", file: "funchand.setup"},
{id:2521, pId:2526, name:"运行时配置", file: "funchand.configuration"},
{id:2523, pId:2526, name:"安装", file: "funchand.installation"},
{id:2524, pId:2526, name:"需求", file: "funchand.requirements"},
{id:2525, pId:2526, name:"资源类型", file: "funchand.resources"},
{id:9129, pId:211, name:"简介", file: "intro.funchand"},
{id:11790, pId:211, name:"函数处理 函数s13c13-0.09%", file: "ref.funchand"},
{id:2799, pId:11790, name:"调用回调函数,并把一个数组参数作为回调函数的参数", file: "function.call-user-func-array"},
{id:2800, pId:11790, name:"把第一个参数作为回调函数调用", file: "function.call-user-func"},
{id:2860, pId:11790, name:"Create an anonymous (lambda-style) function", file: "function.create-function"},
{id:3691, pId:11790, name:"Call a static method and pass the arguments as arr", file: "function.forward-static-call-array"},
{id:3692, pId:11790, name:"Call a static method", file: "function.forward-static-call"},
{id:3743, pId:11790, name:"返回参数列表的某一项", file: "function.func-get-arg"},
{id:3744, pId:11790, name:"返回一个包含函数参数列表的数组", file: "function.func-get-args"},
{id:3745, pId:11790, name:"Returns the number of arguments passed to the func", file: "function.func-num-args"},
{id:3746, pId:11790, name:"如果给定的函数已经被定义就返回 TRUE", file: "function.function-exists"},
{id:3785, pId:11790, name:"返回所有已定义函数的数组", file: "function.get-defined-functions"},
{id:6172, pId:11790, name:"注册一个会在php中止时执行的函数", file: "function.register-shutdown-function"},
{id:6173, pId:11790, name:"Register a function for execution on each tick", file: "function.register-tick-function"},
{id:7078, pId:11790, name:"De-register a function for execution on each tick", file: "function.unregister-tick-function"},
{id:312, pId:12173, name:"Quickhashs8c56-0.37%", file: "book.quickhash"},
{id:1074, pId:312, name:"The QuickHashIntHash classs12c12-0.08%", file: "class.quickhashinthash"},
{id:11581, pId:1074, name:"This method adds a new entry to the hash", file: "quickhashinthash.add"},
{id:11582, pId:1074, name:"Creates a new QuickHashIntHash object", file: "quickhashinthash.construct"},
{id:11583, pId:1074, name:"This method deletes am entry from the hash", file: "quickhashinthash.delete"},
{id:11584, pId:1074, name:"This method checks whether a key is part of the ha", file: "quickhashinthash.exists"},
{id:11585, pId:1074, name:"This method retrieves a value from the hash by its", file: "quickhashinthash.get"},
{id:11586, pId:1074, name:"Returns the number of elements in the hash", file: "quickhashinthash.getsize"},
{id:11587, pId:1074, name:"This factory method creates a hash from a file", file: "quickhashinthash.loadfromfile"},
{id:11588, pId:1074, name:"This factory method creates a hash from a string", file: "quickhashinthash.loadfromstring"},
{id:11589, pId:1074, name:"This method stores an in-memory hash to disk", file: "quickhashinthash.savetofile"},
{id:11590, pId:1074, name:"This method returns a serialized version of the ha", file: "quickhashinthash.savetostring"},
{id:11591, pId:1074, name:"This method updates an entry in the hash with a ne", file: "quickhashinthash.set"},
{id:11592, pId:1074, name:"This method updates an entry in the hash with a ne", file: "quickhashinthash.update"},
{id:1075, pId:312, name:"The QuickHashIntSet classs9c9-0.06%", file: "class.quickhashintset"},
{id:11593, pId:1075, name:"This method adds a new entry to the set", file: "quickhashintset.add"},
{id:11594, pId:1075, name:"Creates a new QuickHashIntSet object", file: "quickhashintset.construct"},
{id:11595, pId:1075, name:"This method deletes an entry from the set", file: "quickhashintset.delete"},
{id:11596, pId:1075, name:"This method checks whether a key is part of the se", file: "quickhashintset.exists"},
{id:11597, pId:1075, name:"Returns the number of elements in the set", file: "quickhashintset.getsize"},
{id:11598, pId:1075, name:"This factory method creates a set from a file", file: "quickhashintset.loadfromfile"},
{id:11599, pId:1075, name:"This factory method creates a set from a string", file: "quickhashintset.loadfromstring"},
{id:11600, pId:1075, name:"This method stores an in-memory set to disk", file: "quickhashintset.savetofile"},
{id:11601, pId:1075, name:"This method returns a serialized version of the se", file: "quickhashintset.savetostring"},
{id:1076, pId:312, name:"The QuickHashIntStringHash classs12c12-0.08%", file: "class.quickhashintstringhash"},
{id:11602, pId:1076, name:"This method adds a new entry to the hash", file: "quickhashintstringhash.add"},
{id:11603, pId:1076, name:"Creates a new QuickHashIntStringHash object", file: "quickhashintstringhash.construct"},
{id:11604, pId:1076, name:"This method deletes am entry from the hash", file: "quickhashintstringhash.delete"},
{id:11605, pId:1076, name:"This method checks whether a key is part of the ha", file: "quickhashintstringhash.exists"},
{id:11606, pId:1076, name:"This method retrieves a value from the hash by its", file: "quickhashintstringhash.get"},
{id:11607, pId:1076, name:"Returns the number of elements in the hash", file: "quickhashintstringhash.getsize"},
{id:11608, pId:1076, name:"This factory method creates a hash from a file", file: "quickhashintstringhash.loadfromfile"},
{id:11609, pId:1076, name:"This factory method creates a hash from a string", file: "quickhashintstringhash.loadfromstring"},
{id:11610, pId:1076, name:"This method stores an in-memory hash to disk", file: "quickhashintstringhash.savetofile"},
{id:11611, pId:1076, name:"This method returns a serialized version of the ha", file: "quickhashintstringhash.savetostring"},
{id:11612, pId:1076, name:"This method updates an entry in the hash with a ne", file: "quickhashintstringhash.set"},
{id:11613, pId:1076, name:"This method updates an entry in the hash with a ne", file: "quickhashintstringhash.update"},
{id:1077, pId:312, name:"The QuickHashStringIntHash classs12c12-0.08%", file: "class.quickhashstringinthash"},
{id:11614, pId:1077, name:"This method adds a new entry to the hash", file: "quickhashstringinthash.add"},
{id:11615, pId:1077, name:"Creates a new QuickHashStringIntHash object", file: "quickhashstringinthash.construct"},
{id:11616, pId:1077, name:"This method deletes am entry from the hash", file: "quickhashstringinthash.delete"},
{id:11617, pId:1077, name:"This method checks whether a key is part of the ha", file: "quickhashstringinthash.exists"},
{id:11618, pId:1077, name:"This method retrieves a value from the hash by its", file: "quickhashstringinthash.get"},
{id:11619, pId:1077, name:"Returns the number of elements in the hash", file: "quickhashstringinthash.getsize"},
{id:11620, pId:1077, name:"This factory method creates a hash from a file", file: "quickhashstringinthash.loadfromfile"},
{id:11621, pId:1077, name:"This factory method creates a hash from a string", file: "quickhashstringinthash.loadfromstring"},
{id:11622, pId:1077, name:"This method stores an in-memory hash to disk", file: "quickhashstringinthash.savetofile"},
{id:11623, pId:1077, name:"This method returns a serialized version of the ha", file: "quickhashstringinthash.savetostring"},
{id:11624, pId:1077, name:"This method updates an entry in the hash with a ne", file: "quickhashstringinthash.set"},
{id:11625, pId:1077, name:"This method updates an entry in the hash with a ne", file: "quickhashstringinthash.update"},
{id:9228, pId:312, name:"简介", file: "intro.quickhash"},
{id:11576, pId:312, name:"预定义常量", file: "quickhash.constants"},
{id:11577, pId:312, name:"范例", file: "quickhash.examples"},
{id:11580, pId:312, name:"安装/配置s3c3-0.02%", file: "quickhash.setup"},
{id:11575, pId:11580, name:"运行时配置", file: "quickhash.configuration"},
{id:11578, pId:11580, name:"安装", file: "quickhash.installation"},
{id:11579, pId:11580, name:"需求", file: "quickhash.requirements"},
{id:317, pId:12173, name:"反射s20c221-1.47%", file: "book.reflection"},
{id:1091, pId:317, name:"Reflection 类s2c2-0.01%", file: "class.reflection"},
{id:11967, pId:1091, name:"Exports", file: "reflection.export"},
{id:11969, pId:1091, name:"获取修饰符的名称", file: "reflection.getmodifiernames"},
{id:1092, pId:317, name:"ReflectionClass 类s53c53-0.35%", file: "class.reflectionclass"},
{id:11974, pId:1092, name:"初始化 ReflectionClass 类", file: "reflectionclass.construct"},
{id:11975, pId:1092, name:"导出一个类", file: "reflectionclass.export"},
{id:11976, pId:1092, name:"获取定义过的一个常量", file: "reflectionclass.getconstant"},
{id:11977, pId:1092, name:"获取一组常量", file: "reflectionclass.getconstants"},
{id:11978, pId:1092, name:"获取类的构造函数", file: "reflectionclass.getconstructor"},
{id:11979, pId:1092, name:"获取默认属性", file: "reflectionclass.getdefaultproperties"},
{id:11980, pId:1092, name:"获取文档注释", file: "reflectionclass.getdoccomment"},
{id:11981, pId:1092, name:"获取最后一行的行数", file: "reflectionclass.getendline"},
{id:11982, pId:1092, name:"根据已定义的类获取所在扩展的 ReflectionExtension 对象", file: "reflectionclass.getextension"},
{id:11983, pId:1092, name:"获取定义的类所在的扩展的名称", file: "reflectionclass.getextensionname"},
{id:11984, pId:1092, name:"获取定义类的文件名", file: "reflectionclass.getfilename"},
{id:11985, pId:1092, name:"获取接口(interface)名称", file: "reflectionclass.getinterfacenames"},
{id:11986, pId:1092, name:"获取接口", file: "reflectionclass.getinterfaces"},
{id:11987, pId:1092, name:"获取一个类方法的 ReflectionMethod。", file: "reflectionclass.getmethod"},
{id:11988, pId:1092, name:"获取方法的数组", file: "reflectionclass.getmethods"},
{id:11989, pId:1092, name:"获取类的修饰符", file: "reflectionclass.getmodifiers"},
{id:11990, pId:1092, name:"获取类名", file: "reflectionclass.getname"},
{id:11991, pId:1092, name:"获取命名空间的名称", file: "reflectionclass.getnamespacename"},
{id:11992, pId:1092, name:"获取父类", file: "reflectionclass.getparentclass"},
{id:11993, pId:1092, name:"获取一组属性", file: "reflectionclass.getproperties"},
{id:11994, pId:1092, name:"获取类的一个属性的 ReflectionProperty", file: "reflectionclass.getproperty"},
{id:11995, pId:1092, name:"Gets a ReflectionClassConstant for a class's const", file: "reflectionclass.getreflectionconstant"},
{id:11996, pId:1092, name:"Gets class constants", file: "reflectionclass.getreflectionconstants"},
{id:11997, pId:1092, name:"获取短名", file: "reflectionclass.getshortname"},
{id:11998, pId:1092, name:"获取起始行号", file: "reflectionclass.getstartline"},
{id:11999, pId:1092, name:"获取静态(static)属性", file: "reflectionclass.getstaticproperties"},
{id:12000, pId:1092, name:"获取静态(static)属性的值", file: "reflectionclass.getstaticpropertyvalue"},
{id:12001, pId:1092, name:"返回 trait 别名的一个数组", file: "reflectionclass.gettraitaliases"},
{id:12002, pId:1092, name:"返回这个类所使用 traits 的名称的数组", file: "reflectionclass.gettraitnames"},
{id:12003, pId:1092, name:"返回这个类所使用的 traits 数组", file: "reflectionclass.gettraits"},
{id:12004, pId:1092, name:"检查常量是否已经定义", file: "reflectionclass.hasconstant"},
{id:12005, pId:1092, name:"检查方法是否已定义", file: "reflectionclass.hasmethod"},
{id:12006, pId:1092, name:"检查属性是否已定义", file: "reflectionclass.hasproperty"},
{id:12007, pId:1092, name:"接口的实现", file: "reflectionclass.implementsinterface"},
{id:12008, pId:1092, name:"检查是否位于命名空间中", file: "reflectionclass.innamespace"},
{id:12009, pId:1092, name:"检查类是否是抽象类(abstract)", file: "reflectionclass.isabstract"},
{id:12010, pId:1092, name:"检查类是否是匿名类", file: "reflectionclass.isanonymous"},
{id:12011, pId:1092, name:"返回了一个类是否可复制", file: "reflectionclass.iscloneable"},
{id:12012, pId:1092, name:"检查类是否声明为 final", file: "reflectionclass.isfinal"},
{id:12013, pId:1092, name:"检查类的实例", file: "reflectionclass.isinstance"},
{id:12014, pId:1092, name:"检查类是否可实例化", file: "reflectionclass.isinstantiable"},
{id:12015, pId:1092, name:"检查类是否是一个接口(interface)", file: "reflectionclass.isinterface"},
{id:12016, pId:1092, name:"检查类是否由扩展或核心在内部定义", file: "reflectionclass.isinternal"},
{id:12017, pId:1092, name:"Check whether this class is iterable", file: "reflectionclass.isiterable"},
{id:12018, pId:1092, name:"检查是否可迭代(iterateable)", file: "reflectionclass.isiterateable"},
{id:12019, pId:1092, name:"检查是否为一个子类", file: "reflectionclass.issubclassof"},
{id:12020, pId:1092, name:"返回了是否为一个 trait", file: "reflectionclass.istrait"},
{id:12021, pId:1092, name:"检查是否由用户定义的", file: "reflectionclass.isuserdefined"},
{id:12022, pId:1092, name:"从指定的参数创建一个新的类实例", file: "reflectionclass.newinstance"},
{id:12023, pId:1092, name:"从给出的参数创建一个新的类实例。", file: "reflectionclass.newinstanceargs"},
{id:12024, pId:1092, name:"创建一个新的类实例而不调用它的构造函数", file: "reflectionclass.newinstancewithoutconstructor"},
{id:12025, pId:1092, name:"设置静态属性的值", file: "reflectionclass.setstaticpropertyvalue"},
{id:12026, pId:1092, name:"返回 ReflectionClass 对象字符串的表示形式。", file: "reflectionclass.tostring"},
{id:1093, pId:317, name:"The ReflectionClassConstant classs11c11-0.07%", file: "class.reflectionclassconstant"},
{id:12027, pId:1093, name:"Constructs a ReflectionClassConstant", file: "reflectionclassconstant.construct"},
{id:12028, pId:1093, name:"Export", file: "reflectionclassconstant.export"},
{id:12029, pId:1093, name:"Gets declaring class", file: "reflectionclassconstant.getdeclaringclass"},
{id:12030, pId:1093, name:"Gets doc comments", file: "reflectionclassconstant.getdoccomment"},
{id:12031, pId:1093, name:"Gets the class constant modifiers", file: "reflectionclassconstant.getmodifiers"},
{id:12032, pId:1093, name:"Get name of the constant", file: "reflectionclassconstant.getname"},
{id:12033, pId:1093, name:"Gets value", file: "reflectionclassconstant.getvalue"},
{id:12034, pId:1093, name:"Checks if class constant is private", file: "reflectionclassconstant.isprivate"},
{id:12035, pId:1093, name:"Checks if class constant is protected", file: "reflectionclassconstant.isprotected"},
{id:12036, pId:1093, name:"Checks if class constant is public", file: "reflectionclassconstant.ispublic"},
{id:12037, pId:1093, name:"Returns the string representation of the Reflectio", file: "reflectionclassconstant.tostring"},
{id:1094, pId:317, name:"ReflectionException 类", file: "class.reflectionexception"},
{id:1095, pId:317, name:"ReflectionExtension 类s15c15-0.1%", file: "class.reflectionextension"},
{id:12038, pId:1095, name:"Clones", file: "reflectionextension.clone"},
{id:12039, pId:1095, name:"Constructs a ReflectionExtension", file: "reflectionextension.construct"},
{id:12040, pId:1095, name:"Export", file: "reflectionextension.export"},
{id:12041, pId:1095, name:"Gets classes", file: "reflectionextension.getclasses"},
{id:12042, pId:1095, name:"获取类名称", file: "reflectionextension.getclassnames"},
{id:12043, pId:1095, name:"获取常量", file: "reflectionextension.getconstants"},
{id:12044, pId:1095, name:"获取依赖", file: "reflectionextension.getdependencies"},
{id:12045, pId:1095, name:"获取扩展中的函数", file: "reflectionextension.getfunctions"},
{id:12046, pId:1095, name:"获取ini配置", file: "reflectionextension.getinientries"},
{id:12047, pId:1095, name:"获取扩展名称", file: "reflectionextension.getname"},
{id:12048, pId:1095, name:"获取扩展版本号", file: "reflectionextension.getversion"},
{id:12049, pId:1095, name:"输出扩展信息", file: "reflectionextension.info"},
{id:12050, pId:1095, name:"返回扩展是否持久化载入", file: "reflectionextension.ispersistent"},
{id:12051, pId:1095, name:"返回扩展是否是临时载入", file: "reflectionextension.istemporary"},
{id:12052, pId:1095, name:"To string", file: "reflectionextension.tostring"},
{id:1096, pId:317, name:"ReflectionFunction 类s7c7-0.05%", file: "class.reflectionfunction"},
{id:12053, pId:1096, name:"Constructs a ReflectionFunction object", file: "reflectionfunction.construct"},
{id:12054, pId:1096, name:"Exports function", file: "reflectionfunction.export"},
{id:12055, pId:1096, name:"Returns a dynamically created closure for the func", file: "reflectionfunction.getclosure"},
{id:12056, pId:1096, name:"Invokes function", file: "reflectionfunction.invoke"},
{id:12057, pId:1096, name:"Invokes function args", file: "reflectionfunction.invokeargs"},
{id:12058, pId:1096, name:"Checks if function is disabled", file: "reflectionfunction.isdisabled"},
{id:12059, pId:1096, name:"To string", file: "reflectionfunction.tostring"},
{id:1097, pId:317, name:"ReflectionFunctionAbstract 类s27c27-0.18%", file: "class.reflectionfunctionabstract"},
{id:12060, pId:1097, name:"复制函数", file: "reflectionfunctionabstract.clone"},
{id:12061, pId:1097, name:"Returns the scope associated to the closure", file: "reflectionfunctionabstract.getclosurescopeclass"},
{id:12062, pId:1097, name:"返回本身的匿名函数", file: "reflectionfunctionabstract.getclosurethis"},
{id:12063, pId:1097, name:"获取注释内容", file: "reflectionfunctionabstract.getdoccomment"},
{id:12064, pId:1097, name:"获取结束行号", file: "reflectionfunctionabstract.getendline"},
{id:12065, pId:1097, name:"获取扩展信息", file: "reflectionfunctionabstract.getextension"},
{id:12066, pId:1097, name:"获取扩展名称", file: "reflectionfunctionabstract.getextensionname"},
{id:12067, pId:1097, name:"获取文件名称", file: "reflectionfunctionabstract.getfilename"},
{id:12068, pId:1097, name:"获取函数名称", file: "reflectionfunctionabstract.getname"},
{id:12069, pId:1097, name:"获取命名空间", file: "reflectionfunctionabstract.getnamespacename"},
{id:12070, pId:1097, name:"获取参数数目", file: "reflectionfunctionabstract.getnumberofparameters"},
{id:12071, pId:1097, name:"获取必须输入参数个数", file: "reflectionfunctionabstract.getnumberofrequiredparameters"},
{id:12072, pId:1097, name:"获取参数", file: "reflectionfunctionabstract.getparameters"},
{id:12073, pId:1097, name:"Gets the specified return type of a function", file: "reflectionfunctionabstract.getreturntype"},
{id:12074, pId:1097, name:"获取函数短名称", file: "reflectionfunctionabstract.getshortname"},
{id:12075, pId:1097, name:"获取开始行号", file: "reflectionfunctionabstract.getstartline"},
{id:12076, pId:1097, name:"获取静态变量", file: "reflectionfunctionabstract.getstaticvariables"},
{id:12077, pId:1097, name:"Checks if the function has a specified return type", file: "reflectionfunctionabstract.hasreturntype"},
{id:12078, pId:1097, name:"检查是否处于命名空间", file: "reflectionfunctionabstract.innamespace"},
{id:12079, pId:1097, name:"检查是否是匿名函数", file: "reflectionfunctionabstract.isclosure"},
{id:12080, pId:1097, name:"检查是否已经弃用", file: "reflectionfunctionabstract.isdeprecated"},
{id:12081, pId:1097, name:"判断函数是否是一个生成器函数", file: "reflectionfunctionabstract.isgenerator"},
{id:12082, pId:1097, name:"判断函数是否是内置函数", file: "reflectionfunctionabstract.isinternal"},
{id:12083, pId:1097, name:"检查是否是用户定义", file: "reflectionfunctionabstract.isuserdefined"},
{id:12084, pId:1097, name:"Checks if the function is variadic", file: "reflectionfunctionabstract.isvariadic"},
{id:12085, pId:1097, name:"检查是否返回参考信息", file: "reflectionfunctionabstract.returnsreference"},
{id:12086, pId:1097, name:"字符串化", file: "reflectionfunctionabstract.tostring"},
{id:1098, pId:317, name:"生成器反射类s7c7-0.05%", file: "class.reflectiongenerator"},
{id:12087, pId:1098, name:"Constructs a ReflectionGenerator object", file: "reflectiongenerator.construct"},
{id:12088, pId:1098, name:"Gets the file name of the currently executing gene", file: "reflectiongenerator.getexecutingfile"},
{id:12089, pId:1098, name:"Gets the executing Generator object", file: "reflectiongenerator.getexecutinggenerator"},
{id:12090, pId:1098, name:"Gets the currently executing line of the generator", file: "reflectiongenerator.getexecutingline"},
{id:12091, pId:1098, name:"Gets the function name of the generator", file: "reflectiongenerator.getfunction"},
{id:12092, pId:1098, name:"Gets the $this value of the generator", file: "reflectiongenerator.getthis"},
{id:12093, pId:1098, name:"Gets the trace of the executing generator", file: "reflectiongenerator.gettrace"},
{id:1099, pId:317, name:"ReflectionMethod 类s18c18-0.12%", file: "class.reflectionmethod"},
{id:12094, pId:1099, name:"ReflectionMethod 的构造函数", file: "reflectionmethod.construct"},
{id:12095, pId:1099, name:"输出一个回调方法", file: "reflectionmethod.export"},
{id:12096, pId:1099, name:"返回一个动态建立的方法调用接口,译者注:可以使用这个返回值直接调用非公开方法。", file: "reflectionmethod.getclosure"},
{id:12097, pId:1099, name:"获取反射函数调用参数的类表达", file: "reflectionmethod.getdeclaringclass"},
{id:12098, pId:1099, name:"获取方法的修饰符", file: "reflectionmethod.getmodifiers"},
{id:12099, pId:1099, name:"返回方法原型 (如果存在)", file: "reflectionmethod.getprototype"},
{id:12100, pId:1099, name:"Invoke", file: "reflectionmethod.invoke"},
{id:12101, pId:1099, name:"带参数执行", file: "reflectionmethod.invokeargs"},
{id:12102, pId:1099, name:"判断方法是否是抽象方法", file: "reflectionmethod.isabstract"},
{id:12103, pId:1099, name:"判断方法是否是构造方法", file: "reflectionmethod.isconstructor"},
{id:12104, pId:1099, name:"判断方法是否是析构方法", file: "reflectionmethod.isdestructor"},
{id:12105, pId:1099, name:"判断方法是否定义 final", file: "reflectionmethod.isfinal"},
{id:12106, pId:1099, name:"判断方法是否是私有方法", file: "reflectionmethod.isprivate"},
{id:12107, pId:1099, name:"判断方法是否是保护方法 (protected)", file: "reflectionmethod.isprotected"},
{id:12108, pId:1099, name:"判断方法是否是公开方法", file: "reflectionmethod.ispublic"},
{id:12109, pId:1099, name:"判断方法是否是静态方法", file: "reflectionmethod.isstatic"},
{id:12110, pId:1099, name:"设置方法是否访问", file: "reflectionmethod.setaccessible"},
{id:12111, pId:1099, name:"返回反射方法对象的字符串表达", file: "reflectionmethod.tostring"},
{id:1100, pId:317, name:"ReflectionObject 类s2c2-0.01%", file: "class.reflectionobject"},
{id:12112, pId:1100, name:"Constructs a ReflectionObject", file: "reflectionobject.construct"},
{id:12113, pId:1100, name:"Export", file: "reflectionobject.export"},
{id:1101, pId:317, name:"ReflectionParameter 类s22c22-0.15%", file: "class.reflectionparameter"},
{id:12114, pId:1101, name:"Checks if null is allowed", file: "reflectionparameter.allowsnull"},
{id:12115, pId:1101, name:"Returns whether this parameter can be passed by va", file: "reflectionparameter.canbepassedbyvalue"},
{id:12116, pId:1101, name:"Clone", file: "reflectionparameter.clone"},
{id:12117, pId:1101, name:"Construct", file: "reflectionparameter.construct"},
{id:12118, pId:1101, name:"Exports", file: "reflectionparameter.export"},
{id:12119, pId:1101, name:"获得类型提示类。", file: "reflectionparameter.getclass"},
{id:12120, pId:1101, name:"Gets declaring class", file: "reflectionparameter.getdeclaringclass"},
{id:12121, pId:1101, name:"Gets declaring function", file: "reflectionparameter.getdeclaringfunction"},
{id:12122, pId:1101, name:"Gets default parameter value", file: "reflectionparameter.getdefaultvalue"},
{id:12123, pId:1101, name:"Returns the default value's constant name if defau", file: "reflectionparameter.getdefaultvalueconstantname"},
{id:12124, pId:1101, name:"Gets parameter name", file: "reflectionparameter.getname"},
{id:12125, pId:1101, name:"Gets parameter position", file: "reflectionparameter.getposition"},
{id:12126, pId:1101, name:"Gets a parameter's type", file: "reflectionparameter.gettype"},
{id:12127, pId:1101, name:"Checks if parameter has a type", file: "reflectionparameter.hastype"},
{id:12128, pId:1101, name:"Checks if parameter expects an array", file: "reflectionparameter.isarray"},
{id:12129, pId:1101, name:"Returns whether parameter MUST be callable", file: "reflectionparameter.iscallable"},
{id:12130, pId:1101, name:"检查是否有默认值。", file: "reflectionparameter.isdefaultvalueavailable"},
{id:12131, pId:1101, name:"Returns whether the default value of this paramete", file: "reflectionparameter.isdefaultvalueconstant"},
{id:12132, pId:1101, name:"Checks if optional", file: "reflectionparameter.isoptional"},
{id:12133, pId:1101, name:"Checks if passed by reference", file: "reflectionparameter.ispassedbyreference"},
{id:12134, pId:1101, name:"Checks if the parameter is variadic", file: "reflectionparameter.isvariadic"},
{id:12135, pId:1101, name:"To string", file: "reflectionparameter.tostring"},
{id:1102, pId:317, name:"ReflectionProperty 类s19c19-0.13%", file: "class.reflectionproperty"},
{id:12136, pId:1102, name:"Clone", file: "reflectionproperty.clone"},
{id:12137, pId:1102, name:"Construct a ReflectionProperty object", file: "reflectionproperty.construct"},
{id:12138, pId:1102, name:"Export", file: "reflectionproperty.export"},
{id:12139, pId:1102, name:"Gets declaring class", file: "reflectionproperty.getdeclaringclass"},
{id:12140, pId:1102, name:"Gets the property doc comment", file: "reflectionproperty.getdoccomment"},
{id:12141, pId:1102, name:"Gets the property modifiers", file: "reflectionproperty.getmodifiers"},
{id:12142, pId:1102, name:"Gets property name", file: "reflectionproperty.getname"},
{id:12143, pId:1102, name:"Gets a property's type", file: "reflectionproperty.gettype"},
{id:12144, pId:1102, name:"Gets value", file: "reflectionproperty.getvalue"},
{id:12145, pId:1102, name:"Checks if property has a type", file: "reflectionproperty.hastype"},
{id:12146, pId:1102, name:"Checks if property is a default property", file: "reflectionproperty.isdefault"},
{id:12147, pId:1102, name:"Checks whether a property is initialized", file: "reflectionproperty.isinitialized"},
{id:12148, pId:1102, name:"Checks if property is private", file: "reflectionproperty.isprivate"},
{id:12149, pId:1102, name:"Checks if property is protected", file: "reflectionproperty.isprotected"},
{id:12150, pId:1102, name:"Checks if property is public", file: "reflectionproperty.ispublic"},
{id:12151, pId:1102, name:"Checks if property is static", file: "reflectionproperty.isstatic"},
{id:12152, pId:1102, name:"Set property accessibility", file: "reflectionproperty.setaccessible"},
{id:12153, pId:1102, name:"Set property value", file: "reflectionproperty.setvalue"},
{id:12154, pId:1102, name:"To string", file: "reflectionproperty.tostring"},
{id:1103, pId:317, name:"The ReflectionType classs3c3-0.02%", file: "class.reflectiontype"},
{id:12155, pId:1103, name:"Checks if null is allowed", file: "reflectiontype.allowsnull"},
{id:12156, pId:1103, name:"Checks if it is a built-in type", file: "reflectiontype.isbuiltin"},
{id:12157, pId:1103, name:"To string", file: "reflectiontype.tostring"},
{id:1104, pId:317, name:"ReflectionZendExtension 类s9c9-0.06%", file: "class.reflectionzendextension"},
{id:12158, pId:1104, name:"Clone handler", file: "reflectionzendextension.clone"},
{id:12159, pId:1104, name:"Constructor", file: "reflectionzendextension.construct"},
{id:12160, pId:1104, name:"Export", file: "reflectionzendextension.export"},
{id:12161, pId:1104, name:"Gets author", file: "reflectionzendextension.getauthor"},
{id:12162, pId:1104, name:"Gets copyright", file: "reflectionzendextension.getcopyright"},
{id:12163, pId:1104, name:"Gets name", file: "reflectionzendextension.getname"},
{id:12164, pId:1104, name:"Gets URL", file: "reflectionzendextension.geturl"},
{id:12165, pId:1104, name:"Gets version", file: "reflectionzendextension.getversion"},
{id:12166, pId:1104, name:"To string handler", file: "reflectionzendextension.tostring"},
{id:1105, pId:317, name:"Reflector 接口s2c2-0.01%", file: "class.reflector"},
{id:12167, pId:1105, name:"Exports", file: "reflector.export"},
{id:12168, pId:1105, name:"转化成字符串", file: "reflector.tostring"},
{id:9233, pId:317, name:"简介", file: "intro.reflection"},
{id:11965, pId:317, name:"预定义常量", file: "reflection.constants"},
{id:11966, pId:317, name:"范例", file: "reflection.examples"},
{id:11968, pId:317, name:"扩展", file: "reflection.extending"},
{id:11973, pId:317, name:"安装/配置s4c4-0.03%", file: "reflection.setup"},
{id:11964, pId:11973, name:"运行时配置", file: "reflection.configuration"},
{id:11970, pId:11973, name:"安装", file: "reflection.installation"},
{id:11971, pId:11973, name:"需求", file: "reflection.requirements"},
{id:11972, pId:11973, name:"资源类型", file: "reflection.resources"},
{id:369, pId:12173, name:"Variable handlings4c44-0.29%", file: "book.var"},
{id:9285, pId:369, name:"简介", file: "intro.var"},
{id:11941, pId:369, name:"Variable handling 函数s36c36-0.24%", file: "ref.var"},
{id:2690, pId:11941, name:"获取变量的布尔值", file: "function.boolval"},
{id:3175, pId:11941, name:"Dumps a string representation of an internal zend ", file: "function.debug-zval-dump"},
{id:3208, pId:11941, name:"floatval 的别名", file: "function.doubleval"},
{id:3272, pId:11941, name:"检查一个变量是否为空", file: "function.empty"},
{id:3684, pId:11941, name:"获取变量的浮点值", file: "function.floatval"},
{id:3786, pId:11941, name:"返回由所有已定义变量所组成的数组", file: "function.get-defined-vars"},
{id:3799, pId:11941, name:"返回资源(resource)类型", file: "function.get-resource-type"},
{id:3826, pId:11941, name:"获取变量的类型", file: "function.gettype"},
{id:4326, pId:11941, name:"将 GET/POST/Cookie 变量导入到全局作用域中", file: "function.import-request-variables"},
{id:4387, pId:11941, name:"获取变量的整数值", file: "function.intval"},
{id:4392, pId:11941, name:"检测变量是否是数组", file: "function.is-array"},
{id:4393, pId:11941, name:"检测变量是否是布尔型", file: "function.is-bool"},
{id:4394, pId:11941, name:"检测参数是否为合法的可调用结构", file: "function.is-callable"},
{id:4395, pId:11941, name:"Verify that the contents of a variable is a counta", file: "function.is-countable"},
{id:4397, pId:11941, name:"is_float 的别名", file: "function.is-double"},
{id:4401, pId:11941, name:"检测变量是否是浮点型", file: "function.is-float"},
{id:4403, pId:11941, name:"检测变量是否是整数", file: "function.is-int"},
{id:4404, pId:11941, name:"is_int 的别名", file: "function.is-integer"},
{id:4405, pId:11941, name:"Verify that the contents of a variable is an itera", file: "function.is-iterable"},
{id:4407, pId:11941, name:"is_int 的别名", file: "function.is-long"},
{id:4409, pId:11941, name:"检测变量是否为 NULL", file: "function.is-null"},
{id:4410, pId:11941, name:"检测变量是否为数字或数字字符串", file: "function.is-numeric"},
{id:4411, pId:11941, name:"检测变量是否是一个对象", file: "function.is-object"},
{id:4413, pId:11941, name:"is_float 的别名", file: "function.is-real"},
{id:4414, pId:11941, name:"检测变量是否为资源类型", file: "function.is-resource"},
{id:4415, pId:11941, name:"检测变量是否是一个标量", file: "function.is-scalar"},
{id:4417, pId:11941, name:"检测变量是否是字符串", file: "function.is-string"},
{id:4423, pId:11941, name:"检测变量是否已设置并且非 NULL", file: "function.isset"},
{id:5977, pId:11941, name:"以易于理解的格式打印变量。", file: "function.print-r"},
{id:6245, pId:11941, name:"产生一个可存储的值的表示", file: "function.serialize"},
{id:6290, pId:11941, name:"设置变量的类型", file: "function.settype"},
{id:6743, pId:11941, name:"获取变量的字符串值", file: "function.strval"},
{id:7079, pId:11941, name:"从已存储的表示中创建 PHP 的值", file: "function.unserialize"},
{id:7080, pId:11941, name:"释放给定的变量", file: "function.unset"},
{id:7120, pId:11941, name:"打印变量的相关信息", file: "function.var-dump"},
{id:7121, pId:11941, name:"输出或返回一个变量的字符串表示", file: "function.var-export"},
{id:14336, pId:369, name:"预定义常量", file: "var.constants"},
{id:14340, pId:369, name:"安装/配置s4c4-0.03%", file: "var.setup"},
{id:14335, pId:14340, name:"运行时配置", file: "var.configuration"},
{id:14337, pId:14340, name:"安装", file: "var.installation"},
{id:14338, pId:14340, name:"需求", file: "var.requirements"},
{id:14339, pId:14340, name:"资源类型", file: "var.resources"},
{id:12174, pId:2527, name:"日期与时间相关扩展s3c178-1.18%", file: "refs.calendar"},
{id:169, pId:12174, name:"Calendars4c26-0.17%", file: "book.calendar"},
{id:634, pId:169, name:"预定义常量", file: "calendar.constants"},
{id:638, pId:169, name:"安装/配置s4c4-0.03%", file: "calendar.setup"},
{id:633, pId:638, name:"运行时配置", file: "calendar.configuration"},
{id:635, pId:638, name:"安装", file: "calendar.installation"},
{id:636, pId:638, name:"需求", file: "calendar.requirements"},
{id:637, pId:638, name:"资源类型", file: "calendar.resources"},
{id:9088, pId:169, name:"简介", file: "intro.calendar"},
{id:11753, pId:169, name:"日历 函数s18c18-0.12%", file: "ref.calendar"},
{id:2795, pId:11753, name:"返回某个历法中某年中某月的天数", file: "function.cal-days-in-month"},
{id:2796, pId:11753, name:"转换Julian Day计数到一个支持的历法。", file: "function.cal-from-jd"},
{id:2797, pId:11753, name:"返回选定历法的信息", file: "function.cal-info"},
{id:2798, pId:11753, name:"从一个支持的历法转变为Julian Day计数。", file: "function.cal-to-jd"},
{id:3210, pId:11753, name:"得到指定年份的复活节午夜时的Unix时间戳。", file: "function.easter-date"},
{id:3211, pId:11753, name:"得到指定年份的3月21日到复活节之间的天数", file: "function.easter-days"},
{id:3698, pId:11753, name:"从一个French Republican历法的日期得到Julian Day计数。", file: "function.frenchtojd"},
{id:3914, pId:11753, name:"转变一个Gregorian历法日期到Julian Day计数", file: "function.gregoriantojd"},
{id:4427, pId:11753, name:"返回星期的日期", file: "function.jddayofweek"},
{id:4428, pId:11753, name:"返回月份的名称", file: "function.jdmonthname"},
{id:4429, pId:11753, name:"转变一个Julian Day计数到French Republican历法的日期", file: "function.jdtofrench"},
{id:4430, pId:11753, name:"转变一个Julian Day计数为Gregorian历法日期", file: "function.jdtogregorian"},
{id:4431, pId:11753, name:"转换一个julian天数为Jewish历法的日期", file: "function.jdtojewish"},
{id:4432, pId:11753, name:"转变一个Julian Day计数到Julian历法的日期", file: "function.jdtojulian"},
{id:4433, pId:11753, name:"转变Julian Day计数为一个Unix时间戳", file: "function.jdtounix"},
{id:4434, pId:11753, name:"转变一个Jewish历法的日期为一个Julian Day计数", file: "function.jewishtojd"},
{id:4443, pId:11753, name:"转变一个Julian历法的日期为Julian Day计数", file: "function.juliantojd"},
{id:7075, pId:11753, name:"转变Unix时间戳为Julian Day计数", file: "function.unixtojd"},
{id:182, pId:12174, name:"日期和时间s13c131-0.87%", file: "book.datetime"},
{id:745, pId:182, name:"DateInterval 类s3c3-0.02%", file: "class.dateinterval"},
{id:1571, pId:745, name:"Creates a new DateInterval object", file: "dateinterval.construct"},
{id:1572, pId:745, name:"Sets up a DateInterval from the relative parts of ", file: "dateinterval.createfromdatestring"},
{id:1573, pId:745, name:"Formats the interval", file: "dateinterval.format"},
{id:746, pId:182, name:"DatePeriod 类s5c5-0.03%", file: "class.dateperiod"},
{id:1574, pId:746, name:"Creates a new DatePeriod object", file: "dateperiod.construct"},
{id:1575, pId:746, name:"Gets the interval", file: "dateperiod.getdateinterval"},
{id:1576, pId:746, name:"Gets the end date", file: "dateperiod.getenddate"},
{id:1577, pId:746, name:"Gets the number of recurrences", file: "dateperiod.getrecurrences"},
{id:1578, pId:746, name:"Gets the start date", file: "dateperiod.getstartdate"},
{id:747, pId:182, name:"DateTime 类s13c13-0.09%", file: "class.datetime"},
{id:1579, pId:747, name:"给一个 DateTime 对象增加一定量的天,月,年,小时,分钟 以及秒。", file: "datetime.add"},
{id:1582, pId:747, name:"返回一个新的 DateTime 对象", file: "datetime.construct"},
{id:1583, pId:747, name:"根据给定的格式解析日期时间字符串", file: "datetime.createfromformat"},
{id:1584, pId:747, name:"Returns new DateTime object encapsulating the give", file: "datetime.createfromimmutable"},
{id:1594, pId:747, name:"获取警告和错误信息", file: "datetime.getlasterrors"},
{id:1599, pId:747, name:"修改日期时间对象的值", file: "datetime.modify"},
{id:1602, pId:747, name:"__set_state 魔术方法处理函数", file: "datetime.set-state"},
{id:1603, pId:747, name:"设置 DateTime 对象的日期", file: "datetime.setdate"},
{id:1604, pId:747, name:"设置 ISO 日期", file: "datetime.setisodate"},
{id:1605, pId:747, name:"设置 DateTime 对象的时间", file: "datetime.settime"},
{id:1606, pId:747, name:"以 Unix 时间戳的方式设置 DateTime 对象", file: "datetime.settimestamp"},
{id:1607, pId:747, name:"设置 DateTime 对象的时区", file: "datetime.settimezone"},
{id:1609, pId:747, name:"对一个 DateTime 对象减去一定量的 日、月、年、小时、分钟和秒。", file: "datetime.sub"},
{id:748, pId:182, name:"The DateTimeImmutable classs13c13-0.09%", file: "class.datetimeimmutable"},
{id:1611, pId:748, name:"Adds an amount of days, months, years, hours, minu", file: "datetimeimmutable.add"},
{id:1612, pId:748, name:"Returns new DateTimeImmutable object", file: "datetimeimmutable.construct"},
{id:1613, pId:748, name:"Parses a time string according to a specified form", file: "datetimeimmutable.createfromformat"},
{id:1614, pId:748, name:"Returns new DateTimeImmutable object encapsulating", file: "datetimeimmutable.createfrommutable"},
{id:1615, pId:748, name:"Returns the warnings and errors", file: "datetimeimmutable.getlasterrors"},
{id:1616, pId:748, name:"Creates a new object with modified timestamp", file: "datetimeimmutable.modify"},
{id:1617, pId:748, name:"The __set_state handler", file: "datetimeimmutable.set-state"},
{id:1618, pId:748, name:"Sets the date", file: "datetimeimmutable.setdate"},
{id:1619, pId:748, name:"Sets the ISO date", file: "datetimeimmutable.setisodate"},
{id:1620, pId:748, name:"Sets the time", file: "datetimeimmutable.settime"},
{id:1621, pId:748, name:"Sets the date and time based on a Unix timestamp", file: "datetimeimmutable.settimestamp"},
{id:1622, pId:748, name:"Sets the time zone", file: "datetimeimmutable.settimezone"},
{id:1623, pId:748, name:"Subtracts an amount of days, months, years, hours,", file: "datetimeimmutable.sub"},
{id:749, pId:182, name:"The DateTimeInterface interfaces6c6-0.04%", file: "class.datetimeinterface"},
{id:1585, pId:749, name:"Returns the difference between two DateTime object", file: "datetime.diff"},
{id:1588, pId:749, name:"Returns date formatted according to given format", file: "datetime.format"},
{id:1595, pId:749, name:"Returns the timezone offset", file: "datetime.getoffset"},
{id:1596, pId:749, name:"Gets the Unix timestamp", file: "datetime.gettimestamp"},
{id:1597, pId:749, name:"Return time zone relative to given DateTime", file: "datetime.gettimezone"},
{id:1610, pId:749, name:"The __wakeup handler", file: "datetime.wakeup"},
{id:750, pId:182, name:"The DateTimeZone classs7c7-0.05%", file: "class.datetimezone"},
{id:1624, pId:750, name:"创建新的DateTimeZone对象", file: "datetimezone.construct"},
{id:1625, pId:750, name:"返回与时区相关的定位信息。", file: "datetimezone.getlocation"},
{id:1626, pId:750, name:"返回时区名称。", file: "datetimezone.getname"},
{id:1627, pId:750, name:"返回相对于 GMT 的时差。", file: "datetimezone.getoffset"},
{id:1628, pId:750, name:"Returns all transitions for the timezone", file: "datetimezone.gettransitions"},
{id:1629, pId:750, name:"返回一个包含 dst (夏令时),时差和时区信息的关联数组。", file: "datetimezone.listabbreviations"},
{id:1630, pId:750, name:"返回一个包含了所有时区标示符的索引数组。", file: "datetimezone.listidentifiers"},
{id:1581, pId:182, name:"预定义常量", file: "datetime.constants"},
{id:1587, pId:182, name:"范例s1c1-0.01%", file: "datetime.examples"},
{id:1586, pId:1587, name:"DateTime Arithmetic", file: "datetime.examples-arithmetic"},
{id:1591, pId:182, name:"Supported Date and Time Formatss4c4-0.03%", file: "datetime.formats"},
{id:1589, pId:1591, name:"Compound Formats", file: "datetime.formats.compound"},
{id:1590, pId:1591, name:"Date Formats", file: "datetime.formats.date"},
{id:1592, pId:1591, name:"Relative Formats", file: "datetime.formats.relative"},
{id:1593, pId:1591, name:"Time Formats", file: "datetime.formats.time"},
{id:1608, pId:182, name:"安装/配置s4c4-0.03%", file: "datetime.setup"},
{id:1580, pId:1608, name:"运行时配置", file: "datetime.configuration"},
{id:1598, pId:1608, name:"安装", file: "datetime.installation"},
{id:1600, pId:1608, name:"需求", file: "datetime.requirements"},
{id:1601, pId:1608, name:"资源类型", file: "datetime.resources"},
{id:9101, pId:182, name:"简介", file: "intro.datetime"},
{id:11765, pId:182, name:"Date/Time 函数s51c51-0.34%", file: "ref.datetime"},
{id:2806, pId:11765, name:"验证一个格里高里日期", file: "function.checkdate"},
{id:3010, pId:11765, name:"别名 DateTime::add", file: "function.date-add"},
{id:3011, pId:11765, name:"别名 DateTime::createFromFormat", file: "function.date-create-from-format"},
{id:3012, pId:11765, name:"别名 DateTimeImmutable::createFromFormat", file: "function.date-create-immutable-from-format"},
{id:3013, pId:11765, name:"别名 DateTimeImmutable::__construct", file: "function.date-create-immutable"},
{id:3014, pId:11765, name:"别名 DateTime::__construct", file: "function.date-create"},
{id:3015, pId:11765, name:"别名 DateTime::setDate", file: "function.date-date-set"},
{id:3016, pId:11765, name:"取得一个脚本中所有日期时间函数所使用的默认时区", file: "function.date-default-timezone-get"},
{id:3017, pId:11765, name:"设定用于一个脚本中所有日期时间函数的默认时区", file: "function.date-default-timezone-set"},
{id:3018, pId:11765, name:"别名 DateTime::diff", file: "function.date-diff"},
{id:3019, pId:11765, name:"别名 DateTime::format", file: "function.date-format"},
{id:3020, pId:11765, name:"别名 DateTime::getLastErrors", file: "function.date-get-last-errors"},
{id:3021, pId:11765, name:"别名 DateInterval::createFromDateString", file: "function.date-interval-create-from-date-string"},
{id:3022, pId:11765, name:"别名 DateInterval::format", file: "function.date-interval-format"},
{id:3023, pId:11765, name:"别名 DateTime::setISODate", file: "function.date-isodate-set"},
{id:3024, pId:11765, name:"别名 DateTime::modify", file: "function.date-modify"},
{id:3025, pId:11765, name:"别名 DateTime::getOffset", file: "function.date-offset-get"},
{id:3026, pId:11765, name:"Get info about given date formatted according to t", file: "function.date-parse-from-format"},
{id:3027, pId:11765, name:"Returns associative array with detailed info about", file: "function.date-parse"},
{id:3028, pId:11765, name:"别名 DateTime::sub", file: "function.date-sub"},
{id:3029, pId:11765, name:"Returns an array with information about sunset/sun", file: "function.date-sun-info"},
{id:3030, pId:11765, name:"返回给定的日期与地点的日出时间", file: "function.date-sunrise"},
{id:3031, pId:11765, name:"返回给定的日期与地点的日落时间", file: "function.date-sunset"},
{id:3032, pId:11765, name:"别名 DateTime::setTime", file: "function.date-time-set"},
{id:3033, pId:11765, name:"别名 DateTime::getTimestamp", file: "function.date-timestamp-get"},
{id:3034, pId:11765, name:"别名 DateTime::setTimestamp", file: "function.date-timestamp-set"},
{id:3035, pId:11765, name:"别名 DateTime::getTimezone", file: "function.date-timezone-get"},
{id:3036, pId:11765, name:"别名 DateTime::setTimezone", file: "function.date-timezone-set"},
{id:3037, pId:11765, name:"格式化一个本地时间/日期", file: "function.date"},
{id:3803, pId:11765, name:"取得日期/时间信息", file: "function.getdate"},
{id:3825, pId:11765, name:"取得当前时间", file: "function.gettimeofday"},
{id:3828, pId:11765, name:"格式化一个 GMT/UTC 日期/时间", file: "function.gmdate"},
{id:3829, pId:11765, name:"取得 GMT 日期的 UNIX 时间戳", file: "function.gmmktime"},
{id:3882, pId:11765, name:"根据区域设置格式化 GMT/UTC 时间/日期", file: "function.gmstrftime"},
{id:4079, pId:11765, name:"将本地时间日期格式化为整数", file: "function.idate"},
{id:4533, pId:11765, name:"取得本地时间", file: "function.localtime"},
{id:4816, pId:11765, name:"返回当前 Unix 时间戳和微秒数", file: "function.microtime"},
{id:4826, pId:11765, name:"取得一个日期的 Unix 时间戳", file: "function.mktime"},
{id:6718, pId:11765, name:"根据区域设置格式化本地时间/日期", file: "function.strftime"},
{id:6731, pId:11765, name:"解析由 strftime 生成的日期/时间", file: "function.strptime"},
{id:6740, pId:11765, name:"将任何字符串的日期时间描述解析为 Unix 时间戳", file: "function.strtotime"},
{id:6865, pId:11765, name:"返回当前的 Unix 时间戳", file: "function.time"},
{id:6866, pId:11765, name:"别名 DateTimeZone::listAbbreviations", file: "function.timezone-abbreviations-list"},
{id:6867, pId:11765, name:"别名 DateTimeZone::listIdentifiers", file: "function.timezone-identifiers-list"},
{id:6868, pId:11765, name:"别名 DateTimeZone::getLocation", file: "function.timezone-location-get"},
{id:6869, pId:11765, name:"Returns the timezone name from abbreviation", file: "function.timezone-name-from-abbr"},
{id:6870, pId:11765, name:"别名 DateTimeZone::getName", file: "function.timezone-name-get"},
{id:6871, pId:11765, name:"别名 DateTimeZone::getOffset", file: "function.timezone-offset-get"},
{id:6872, pId:11765, name:"别名 DateTimeZone::__construct", file: "function.timezone-open"},
{id:6873, pId:11765, name:"别名 DateTimeZone::getTransitions", file: "function.timezone-transitions-get"},
{id:6874, pId:11765, name:"Gets the version of the timezonedb", file: "function.timezone-version-get"},
{id:13983, pId:182, name:"所支持的时区列表s11c11-0.07%", file: "timezones"},
{id:13975, pId:13983, name:"非洲", file: "timezones.africa"},
{id:13976, pId:13983, name:"美洲", file: "timezones.america"},
{id:13977, pId:13983, name:"南极洲", file: "timezones.antarctica"},
{id:13978, pId:13983, name:"北极", file: "timezones.arctic"},
{id:13979, pId:13983, name:"亚洲", file: "timezones.asia"},
{id:13980, pId:13983, name:"大西洋", file: "timezones.atlantic"},
{id:13981, pId:13983, name:"澳洲", file: "timezones.australia"},
{id:13982, pId:13983, name:"欧洲", file: "timezones.europe"},
{id:13984, pId:13983, name:"印度", file: "timezones.indian"},
{id:13985, pId:13983, name:"其他", file: "timezones.others"},
{id:13986, pId:13983, name:"太平洋地区", file: "timezones.pacific"},
{id:222, pId:12174, name:"High resolution timings6c18-0.12%", file: "book.hrtime"},
{id:844, pId:222, name:"The HRTime\PerformanceCounter classs3c3-0.02%", file: "class.hrtime-performancecounter"},
{id:7929, pId:844, name:"Timer frequency in ticks per second", file: "hrtime-performancecounter.getfrequency"},
{id:7930, pId:844, name:"Current ticks from the system", file: "hrtime-performancecounter.getticks"},
{id:7931, pId:844, name:"Ticks elapsed since the given value", file: "hrtime-performancecounter.gettickssince"},
{id:845, pId:222, name:"The HRTime\StopWatch classs7c7-0.05%", file: "class.hrtime-stopwatch"},
{id:7932, pId:845, name:"Get elapsed ticks for all intervals", file: "hrtime-stopwatch.getelapsedticks"},
{id:7933, pId:845, name:"Get elapsed time for all intervals", file: "hrtime-stopwatch.getelapsedtime"},
{id:7934, pId:845, name:"Get elapsed ticks for the last interval", file: "hrtime-stopwatch.getlastelapsedticks"},
{id:7935, pId:845, name:"Get elapsed time for the last interval", file: "hrtime-stopwatch.getlastelapsedtime"},
{id:7936, pId:845, name:"Whether the measurement is running", file: "hrtime-stopwatch.isrunning"},
{id:7937, pId:845, name:"Start time measurement", file: "hrtime-stopwatch.start"},
{id:7938, pId:845, name:"Stop time measurement", file: "hrtime-stopwatch.stop"},
{id:846, pId:222, name:"The HRTime\Unit class", file: "class.hrtime-unit"},
{id:7940, pId:222, name:"范例s1c1-0.01%", file: "hrtime.examples"},
{id:7939, pId:7940, name:"Basic usage", file: "hrtime.example.basic"},
{id:7942, pId:222, name:"安装/配置s1c1-0.01%", file: "hrtime.setup"},
{id:7941, pId:7942, name:"安装", file: "hrtime.installation"},
{id:9140, pId:222, name:"简介", file: "intro.hrtime"},
{id:12175, pId:2527, name:"压缩与归档扩展s6c301-2%", file: "refs.compression"},
{id:167, pId:12175, name:"Bzip2s5c19-0.13%", file: "book.bzip2"},
{id:398, pId:167, name:"预定义常量", file: "bzip2.constants"},
{id:399, pId:167, name:"范例", file: "bzip2.examples"},
{id:403, pId:167, name:"安装/配置s4c4-0.03%", file: "bzip2.setup"},
{id:397, pId:403, name:"运行时配置", file: "bzip2.configuration"},
{id:400, pId:403, name:"安装", file: "bzip2.installation"},
{id:401, pId:403, name:"需求", file: "bzip2.requirements"},
{id:402, pId:403, name:"资源类型", file: "bzip2.resources"},
{id:9086, pId:167, name:"简介", file: "intro.bzip2"},
{id:11751, pId:167, name:"Bzip2 函数s10c10-0.07%", file: "ref.bzip2"},
{id:2693, pId:11751, name:"关闭一个 bzip2 文件", file: "function.bzclose"},
{id:2694, pId:11751, name:"把一个字符串压缩成 bzip2 编码数据", file: "function.bzcompress"},
{id:2695, pId:11751, name:"解压经 bzip2 编码过的数据", file: "function.bzdecompress"},
{id:2696, pId:11751, name:"返回一个 bzip2 错误码", file: "function.bzerrno"},
{id:2697, pId:11751, name:"返回包含 bzip2 错误号和错误字符串的一个 array", file: "function.bzerror"},
{id:2698, pId:11751, name:"返回一个 bzip2 的错误字符串", file: "function.bzerrstr"},
{id:2699, pId:11751, name:"强制写入所有写缓冲区的数据", file: "function.bzflush"},
{id:2700, pId:11751, name:"打开 bzip2 压缩文件", file: "function.bzopen"},
{id:2701, pId:11751, name:"bzip2 文件二进制安全地读取", file: "function.bzread"},
{id:2702, pId:11751, name:"二进制安全地写入 bzip2 文件", file: "function.bzwrite"},
{id:249, pId:12175, name:"LZFs4c11-0.07%", file: "book.lzf"},
{id:9167, pId:249, name:"简介", file: "intro.lzf"},
{id:9576, pId:249, name:"预定义常量", file: "lzf.constants"},
{id:9580, pId:249, name:"安装/配置s4c4-0.03%", file: "lzf.setup"},
{id:9575, pId:9580, name:"运行时配置", file: "lzf.configuration"},
{id:9577, pId:9580, name:"安装", file: "lzf.installation"},
{id:9578, pId:9580, name:"需求", file: "lzf.requirements"},
{id:9579, pId:9580, name:"资源类型", file: "lzf.resources"},
{id:11819, pId:249, name:"LZF 函数s3c3-0.02%", file: "ref.lzf"},
{id:4547, pId:11819, name:"LZF compression", file: "function.lzf-compress"},
{id:4548, pId:11819, name:"LZF decompression", file: "function.lzf-decompress"},
{id:4549, pId:11819, name:"Determines what LZF extension was optimized for", file: "function.lzf-optimized-for"},
{id:303, pId:12175, name:"Phars10c128-0.85%", file: "book.phar"},
{id:1060, pId:303, name:"The Phar classs58c58-0.39%", file: "class.phar"},
{id:11344, pId:1060, name:"添加一个空目录到 phar 档案", file: "phar.addemptydir"},
{id:11345, pId:1060, name:"将一个文件从文件系统添加到 phar 档案中", file: "phar.addfile"},
{id:11346, pId:1060, name:"以字符串的形式添加一个文件到 phar 档案", file: "phar.addfromstring"},
{id:11347, pId:1060, name:"Returns the api version", file: "phar.apiversion"},
{id:11348, pId:1060, name:"Construct a phar archive from the files within a d", file: "phar.buildfromdirectory"},
{id:11349, pId:1060, name:"Construct a phar archive from an iterator", file: "phar.buildfromiterator"},
{id:11350, pId:1060, name:"Returns whether phar extension supports compressio", file: "phar.cancompress"},
{id:11351, pId:1060, name:"Returns whether phar extension supports writing an", file: "phar.canwrite"},
{id:11352, pId:1060, name:"Compresses the entire Phar archive using Gzip or B", file: "phar.compress"},
{id:11353, pId:1060, name:"Compresses all files in the current Phar archive u", file: "phar.compressallfilesbzip2"},
{id:11354, pId:1060, name:"Compresses all files in the current Phar archive u", file: "phar.compressallfilesgz"},
{id:11355, pId:1060, name:"Compresses all files in the current Phar archive", file: "phar.compressfiles"},
{id:11358, pId:1060, name:"Construct a Phar archive object", file: "phar.construct"},
{id:11359, pId:1060, name:"Convert a phar archive to a non-executable tar or ", file: "phar.converttodata"},
{id:11360, pId:1060, name:"Convert a phar archive to another executable phar ", file: "phar.converttoexecutable"},
{id:11361, pId:1060, name:"Copy a file internal to the phar archive to anothe", file: "phar.copy"},
{id:11362, pId:1060, name:"Returns the number of entries (files) in the Phar ", file: "phar.count"},
{id:11363, pId:1060, name:"Create a phar-file format specific stub", file: "phar.createdefaultstub"},
{id:11366, pId:1060, name:"Decompresses the entire Phar archive", file: "phar.decompress"},
{id:11367, pId:1060, name:"Decompresses all files in the current Phar archive", file: "phar.decompressfiles"},
{id:11368, pId:1060, name:"删除 phar 档案中的一个文件", file: "phar.delete"},
{id:11369, pId:1060, name:"Deletes the global metadata of the phar", file: "phar.delmetadata"},
{id:11370, pId:1060, name:"Extract the contents of a phar archive to a direct", file: "phar.extractto"},
{id:11381, pId:1060, name:"Get the alias for Phar", file: "phar.getalias"},
{id:11382, pId:1060, name:"Returns phar archive meta-data", file: "phar.getmetadata"},
{id:11383, pId:1060, name:"Return whether phar was modified", file: "phar.getmodified"},
{id:11384, pId:1060, name:"Get the real path to the Phar archive on disk", file: "phar.getpath"},
{id:11385, pId:1060, name:"Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of", file: "phar.getsignature"},
{id:11386, pId:1060, name:"Return the PHP loader or bootstrap stub of a Phar ", file: "phar.getstub"},
{id:11387, pId:1060, name:"Return array of supported compression algorithms", file: "phar.getsupportedcompression"},
{id:11388, pId:1060, name:"Return array of supported signature types", file: "phar.getsupportedsignatures"},
{id:11389, pId:1060, name:"Return version info of Phar archive", file: "phar.getversion"},
{id:11390, pId:1060, name:"Returns whether phar has global meta-data", file: "phar.hasmetadata"},
{id:11392, pId:1060, name:"Instructs phar to intercept fopen, file_get_conten", file: "phar.interceptfilefuncs"},
{id:11393, pId:1060, name:"Used to determine whether Phar write operations ar", file: "phar.isbuffering"},
{id:11394, pId:1060, name:"Returns Phar::GZ or PHAR::BZ2 if the entire phar a", file: "phar.iscompressed"},
{id:11395, pId:1060, name:"Returns true if the phar archive is based on the t", file: "phar.isfileformat"},
{id:11396, pId:1060, name:"Returns whether the given filename is a valid phar", file: "phar.isvalidpharfilename"},
{id:11397, pId:1060, name:"Returns true if the phar archive can be modified", file: "phar.iswritable"},
{id:11398, pId:1060, name:"Loads any phar archive with an alias", file: "phar.loadphar"},
{id:11399, pId:1060, name:"Reads the currently executed file (a phar) and reg", file: "phar.mapphar"},
{id:11400, pId:1060, name:"Mount an external path or file to a virtual locati", file: "phar.mount"},
{id:11401, pId:1060, name:"Defines a list of up to 4 $_SERVER variables that ", file: "phar.mungserver"},
{id:11402, pId:1060, name:"Determines whether a file exists in the phar", file: "phar.offsetexists"},
{id:11403, pId:1060, name:"Gets a PharFileInfo object for a specific file", file: "phar.offsetget"},
{id:11404, pId:1060, name:"Set the contents of an internal file to those of a", file: "phar.offsetset"},
{id:11405, pId:1060, name:"Remove a file from a phar", file: "phar.offsetunset"},
{id:11408, pId:1060, name:"Returns the full path on disk or full phar URL to ", file: "phar.running"},
{id:11409, pId:1060, name:"Set the alias for the Phar archive", file: "phar.setalias"},
{id:11410, pId:1060, name:"Used to set the PHP loader or bootstrap stub of a ", file: "phar.setdefaultstub"},
{id:11411, pId:1060, name:"Sets phar archive meta-data", file: "phar.setmetadata"},
{id:11412, pId:1060, name:"Set the signature algorithm for a phar and apply i", file: "phar.setsignaturealgorithm"},
{id:11413, pId:1060, name:"Used to set the PHP loader or bootstrap stub of a ", file: "phar.setstub"},
{id:11415, pId:1060, name:"Start buffering Phar write operations, do not modi", file: "phar.startbuffering"},
{id:11416, pId:1060, name:"Stop buffering write requests to the Phar archive,", file: "phar.stopbuffering"},
{id:11417, pId:1060, name:"Uncompresses all files in the current Phar archive", file: "phar.uncompressallfiles"},
{id:11418, pId:1060, name:"Completely remove a phar archive from disk and fro", file: "phar.unlinkarchive"},
{id:11423, pId:1060, name:"mapPhar for web-based phars. front controller for ", file: "phar.webphar"},
{id:1061, pId:303, name:"The PharData classs24c24-0.16%", file: "class.phardata"},
{id:11424, pId:1061, name:"Add an empty directory to the tar/zip archive", file: "phardata.addemptydir"},
{id:11425, pId:1061, name:"Add a file from the filesystem to the tar/zip arch", file: "phardata.addfile"},
{id:11426, pId:1061, name:"Add a file from the filesystem to the tar/zip arch", file: "phardata.addfromstring"},
{id:11427, pId:1061, name:"Construct a tar/zip archive from the files within ", file: "phardata.buildfromdirectory"},
{id:11428, pId:1061, name:"Construct a tar or zip archive from an iterator", file: "phardata.buildfromiterator"},
{id:11429, pId:1061, name:"Compresses the entire tar/zip archive using Gzip o", file: "phardata.compress"},
{id:11430, pId:1061, name:"Compresses all files in the current tar/zip archiv", file: "phardata.compressfiles"},
{id:11431, pId:1061, name:"Construct a non-executable tar or zip archive obje", file: "phardata.construct"},
{id:11432, pId:1061, name:"Convert a phar archive to a non-executable tar or ", file: "phardata.converttodata"},
{id:11433, pId:1061, name:"Convert a non-executable tar/zip archive to an exe", file: "phardata.converttoexecutable"},
{id:11434, pId:1061, name:"Copy a file internal to the phar archive to anothe", file: "phardata.copy"},
{id:11435, pId:1061, name:"Decompresses the entire Phar archive", file: "phardata.decompress"},
{id:11436, pId:1061, name:"Decompresses all files in the current zip archive", file: "phardata.decompressfiles"},
{id:11437, pId:1061, name:"Delete a file within a tar/zip archive", file: "phardata.delete"},
{id:11438, pId:1061, name:"Deletes the global metadata of a zip archive", file: "phardata.delmetadata"},
{id:11439, pId:1061, name:"Extract the contents of a tar/zip archive to a dir", file: "phardata.extractto"},
{id:11440, pId:1061, name:"Returns true if the tar/zip archive can be modifie", file: "phardata.iswritable"},
{id:11441, pId:1061, name:"Set the contents of a file within the tar/zip to t", file: "phardata.offsetset"},
{id:11442, pId:1061, name:"Remove a file from a tar/zip archive", file: "phardata.offsetunset"},
{id:11443, pId:1061, name:"Dummy function (Phar::setAlias is not valid for Ph", file: "phardata.setalias"},
{id:11444, pId:1061, name:"Dummy function (Phar::setDefaultStub is not valid ", file: "phardata.setdefaultstub"},
{id:11445, pId:1061, name:"Sets phar archive meta-data", file: "phardata.setmetadata"},
{id:11446, pId:1061, name:"Set the signature algorithm for a phar and apply i", file: "phardata.setsignaturealgorithm"},
{id:11447, pId:1061, name:"Dummy function (Phar::setStub is not valid for Pha", file: "phardata.setstub"},
{id:1062, pId:303, name:"The PharException class", file: "class.pharexception"},
{id:1063, pId:303, name:"The PharFileInfo classs19c19-0.13%", file: "class.pharfileinfo"},
{id:11448, pId:1063, name:"Sets file-specific permission bits", file: "pharfileinfo.chmod"},
{id:11449, pId:1063, name:"Compresses the current Phar entry with either zlib", file: "pharfileinfo.compress"},
{id:11450, pId:1063, name:"Construct a Phar entry object", file: "pharfileinfo.construct"},
{id:11451, pId:1063, name:"Decompresses the current Phar entry within the pha", file: "pharfileinfo.decompress"},
{id:11452, pId:1063, name:"Deletes the metadata of the entry", file: "pharfileinfo.delmetadata"},
{id:11453, pId:1063, name:"Returns the actual size of the file (with compress", file: "pharfileinfo.getcompressedsize"},
{id:11454, pId:1063, name:"Get the complete file contents of the entry", file: "pharfileinfo.getcontent"},
{id:11455, pId:1063, name:"Returns CRC32 code or throws an exception if CRC h", file: "pharfileinfo.getcrc32"},
{id:11456, pId:1063, name:"Returns file-specific meta-data saved with a file", file: "pharfileinfo.getmetadata"},
{id:11457, pId:1063, name:"Returns the Phar file entry flags", file: "pharfileinfo.getpharflags"},
{id:11458, pId:1063, name:"Returns the metadata of the entry", file: "pharfileinfo.hasmetadata"},
{id:11459, pId:1063, name:"Returns whether the entry is compressed", file: "pharfileinfo.iscompressed"},
{id:11460, pId:1063, name:"Returns whether the entry is compressed using bzip", file: "pharfileinfo.iscompressedbzip2"},
{id:11461, pId:1063, name:"Returns whether the entry is compressed using gz", file: "pharfileinfo.iscompressedgz"},
{id:11462, pId:1063, name:"Returns whether file entry has had its CRC verifie", file: "pharfileinfo.iscrcchecked"},
{id:11463, pId:1063, name:"Compresses the current Phar entry within the phar ", file: "pharfileinfo.setcompressedbzip2"},
{id:11464, pId:1063, name:"Compresses the current Phar entry within the phar ", file: "pharfileinfo.setcompressedgz"},
{id:11465, pId:1063, name:"Sets file-specific meta-data saved with a file", file: "pharfileinfo.setmetadata"},
{id:11466, pId:1063, name:"Uncompresses the current Phar entry within the pha", file: "pharfileinfo.setuncompressed"},
{id:9219, pId:303, name:"简介", file: "intro.phar"},
{id:11357, pId:303, name:"预定义常量", file: "phar.constants"},
{id:11364, pId:303, name:"Creating Phar Archivess1c1-0.01%", file: "phar.creating"},
{id:11365, pId:11364, name:"Creating Phar Archives: Introduction", file: "phar.creating.intro"},
{id:11373, pId:303, name:"What makes a phar a phar and not a tar or a zip?s9c9-0.06%", file: "phar.fileformat"},
{id:11371, pId:11373, name:"Head-to-head comparison of Phar, Tar and Zip", file: "phar.fileformat.comparison"},
{id:11372, pId:11373, name:"Global Phar bitmapped flags", file: "phar.fileformat.flags"},
{id:11374, pId:11373, name:"Ingredients of all Phar archives, independent of f", file: "phar.fileformat.ingredients"},
{id:11375, pId:11373, name:"Phar manifest file entry definition", file: "phar.fileformat.manifestfile"},
{id:11376, pId:11373, name:"Phar File Format", file: "phar.fileformat.phar"},
{id:11377, pId:11373, name:"Phar Signature format", file: "phar.fileformat.signature"},
{id:11378, pId:11373, name:"Phar file stub", file: "phar.fileformat.stub"},
{id:11379, pId:11373, name:"Tar-based phars", file: "phar.fileformat.tar"},
{id:11380, pId:11373, name:"Zip-based phars", file: "phar.fileformat.zip"},
{id:11414, pId:303, name:"安装/配置s4c4-0.03%", file: "phar.setup"},
{id:11356, pId:11414, name:"运行时配置", file: "phar.configuration"},
{id:11391, pId:11414, name:"安装", file: "phar.installation"},
{id:11406, pId:11414, name:"需求", file: "phar.requirements"},
{id:11407, pId:11414, name:"资源类型", file: "phar.resources"},
{id:11419, pId:303, name:"Using Phar Archivess3c3-0.02%", file: "phar.using"},
{id:11420, pId:11419, name:"Using Phar Archives: Introduction", file: "phar.using.intro"},
{id:11421, pId:11419, name:"Using Phar Archives: the Phar and PharData class", file: "phar.using.object"},
{id:11422, pId:11419, name:"Using Phar Archives: the phar stream wrapper", file: "phar.using.stream"},
{id:314, pId:12175, name:"Rar Archivings8c38-0.25%", file: "book.rar"},
{id:1079, pId:314, name:"The RarArchive classs9c9-0.06%", file: "class.rararchive"},
{id:11644, pId:1079, name:"Close RAR archive and free all resources", file: "rararchive.close"},
{id:11645, pId:1079, name:"Get comment text from the RAR archive", file: "rararchive.getcomment"},
{id:11646, pId:1079, name:"Get full list of entries from the RAR archive", file: "rararchive.getentries"},
{id:11647, pId:1079, name:"Get entry object from the RAR archive", file: "rararchive.getentry"},
{id:11648, pId:1079, name:"Test whether an archive is broken (incomplete)", file: "rararchive.isbroken"},
{id:11649, pId:1079, name:"Check whether the RAR archive is solid", file: "rararchive.issolid"},
{id:11650, pId:1079, name:"Open RAR archive", file: "rararchive.open"},
{id:11651, pId:1079, name:"Whether opening broken archives is allowed", file: "rararchive.setallowbroken"},
{id:11652, pId:1079, name:"Get text representation", file: "rararchive.tostring"},
{id:1080, pId:314, name:"The RarEntry classs14c14-0.09%", file: "class.rarentry"},
{id:11653, pId:1080, name:"Extract entry from the archive", file: "rarentry.extract"},
{id:11654, pId:1080, name:"Get attributes of the entry", file: "rarentry.getattr"},
{id:11655, pId:1080, name:"Get CRC of the entry", file: "rarentry.getcrc"},
{id:11656, pId:1080, name:"Get entry last modification time", file: "rarentry.getfiletime"},
{id:11657, pId:1080, name:"Get entry host OS", file: "rarentry.gethostos"},
{id:11658, pId:1080, name:"Get pack method of the entry", file: "rarentry.getmethod"},
{id:11659, pId:1080, name:"Get name of the entry", file: "rarentry.getname"},
{id:11660, pId:1080, name:"Get packed size of the entry", file: "rarentry.getpackedsize"},
{id:11661, pId:1080, name:"Get file handler for entry", file: "rarentry.getstream"},
{id:11662, pId:1080, name:"Get unpacked size of the entry", file: "rarentry.getunpackedsize"},
{id:11663, pId:1080, name:"Get minimum version of RAR program required to unp", file: "rarentry.getversion"},
{id:11664, pId:1080, name:"Test whether an entry represents a directory", file: "rarentry.isdirectory"},
{id:11665, pId:1080, name:"Test whether an entry is encrypted", file: "rarentry.isencrypted"},
{id:11666, pId:1080, name:"Get text representation of entry", file: "rarentry.tostring"},
{id:1081, pId:314, name:"The RarException classs2c2-0.01%", file: "class.rarexception"},
{id:11667, pId:1081, name:"Check whether error handling with exceptions is in", file: "rarexception.isusingexceptions"},
{id:11668, pId:1081, name:"Activate and deactivate error handling with except", file: "rarexception.setusingexceptions"},
{id:9230, pId:314, name:"简介", file: "intro.rar"},
{id:11638, pId:314, name:"预定义常量", file: "rar.constants"},
{id:11639, pId:314, name:"范例", file: "rar.examples"},
{id:11643, pId:314, name:"安装/配置s4c4-0.03%", file: "rar.setup"},
{id:11637, pId:11643, name:"运行时配置", file: "rar.configuration"},
{id:11640, pId:11643, name:"安装", file: "rar.installation"},
{id:11641, pId:11643, name:"需求", file: "rar.requirements"},
{id:11642, pId:11643, name:"资源类型", file: "rar.resources"},
{id:11895, pId:314, name:"Rar 函数s1c1-0.01%", file: "ref.rar"},
{id:6145, pId:11895, name:"Cache hits and misses for the URL wrapper", file: "function.rar-wrapper-cache-stats"},
{id:393, pId:12175, name:"Zips6c60-0.4%", file: "book.zip"},
{id:1352, pId:393, name:"ZipArchive 类s40c40-0.27%", file: "class.ziparchive"},
{id:14923, pId:1352, name:"Add a new directory", file: "ziparchive.addemptydir"},
{id:14924, pId:1352, name:"Adds a file to a ZIP archive from the given path", file: "ziparchive.addfile"},
{id:14925, pId:1352, name:"Add a file to a ZIP archive using its contents", file: "ziparchive.addfromstring"},
{id:14926, pId:1352, name:"Add files from a directory by glob pattern", file: "ziparchive.addglob"},
{id:14927, pId:1352, name:"Add files from a directory by PCRE pattern", file: "ziparchive.addpattern"},
{id:14928, pId:1352, name:"Close the active archive (opened or newly created)", file: "ziparchive.close"},
{id:14929, pId:1352, name:"Counts the number of files in the achive", file: "ziparchive.count"},
{id:14930, pId:1352, name:"Delete an entry in the archive using its index", file: "ziparchive.deleteindex"},
{id:14931, pId:1352, name:"Delete an entry in the archive using its name", file: "ziparchive.deletename"},
{id:14932, pId:1352, name:"解压缩文件", file: "ziparchive.extractto"},
{id:14933, pId:1352, name:"Returns the Zip archive comment", file: "ziparchive.getarchivecomment"},
{id:14934, pId:1352, name:"Returns the comment of an entry using the entry in", file: "ziparchive.getcommentindex"},
{id:14935, pId:1352, name:"Returns the comment of an entry using the entry na", file: "ziparchive.getcommentname"},
{id:14936, pId:1352, name:"Retrieve the external attributes of an entry defin", file: "ziparchive.getexternalattributesindex"},
{id:14937, pId:1352, name:"Retrieve the external attributes of an entry defin", file: "ziparchive.getexternalattributesname"},
{id:14938, pId:1352, name:"Returns the entry contents using its index", file: "ziparchive.getfromindex"},
{id:14939, pId:1352, name:"Returns the entry contents using its name", file: "ziparchive.getfromname"},
{id:14940, pId:1352, name:"Returns the name of an entry using its index", file: "ziparchive.getnameindex"},
{id:14941, pId:1352, name:"Returns the status error message, system and/or zi", file: "ziparchive.getstatusstring"},
{id:14942, pId:1352, name:"Get a file handler to the entry defined by its nam", file: "ziparchive.getstream"},
{id:14943, pId:1352, name:"Returns the index of the entry in the archive", file: "ziparchive.locatename"},
{id:14944, pId:1352, name:"Open a ZIP file archive", file: "ziparchive.open"},
{id:14945, pId:1352, name:"Renames an entry defined by its index", file: "ziparchive.renameindex"},
{id:14946, pId:1352, name:"Renames an entry defined by its name", file: "ziparchive.renamename"},
{id:14947, pId:1352, name:"Set the comment of a ZIP archive", file: "ziparchive.setarchivecomment"},
{id:14948, pId:1352, name:"Set the comment of an entry defined by its index", file: "ziparchive.setcommentindex"},
{id:14949, pId:1352, name:"Set the comment of an entry defined by its name", file: "ziparchive.setcommentname"},
{id:14950, pId:1352, name:"Set the compression method of an entry defined by ", file: "ziparchive.setcompressionindex"},
{id:14951, pId:1352, name:"Set the compression method of an entry defined by ", file: "ziparchive.setcompressionname"},
{id:14952, pId:1352, name:"Set the encryption method of an entry defined by i", file: "ziparchive.setencryptionindex"},
{id:14953, pId:1352, name:"Set the encryption method of an entry defined by i", file: "ziparchive.setencryptionname"},
{id:14954, pId:1352, name:"Set the external attributes of an entry defined by", file: "ziparchive.setexternalattributesindex"},
{id:14955, pId:1352, name:"Set the external attributes of an entry defined by", file: "ziparchive.setexternalattributesname"},
{id:14956, pId:1352, name:"Set the password for the active archive", file: "ziparchive.setpassword"},
{id:14957, pId:1352, name:"Get the details of an entry defined by its index", file: "ziparchive.statindex"},
{id:14958, pId:1352, name:"Get the details of an entry defined by its name", file: "ziparchive.statname"},
{id:14959, pId:1352, name:"Undo all changes done in the archive", file: "ziparchive.unchangeall"},
{id:14960, pId:1352, name:"Revert all global changes done in the archive", file: "ziparchive.unchangearchive"},
{id:14961, pId:1352, name:"Revert all changes done to an entry at the given i", file: "ziparchive.unchangeindex"},
{id:14962, pId:1352, name:"Revert all changes done to an entry with the given", file: "ziparchive.unchangename"},
{id:9309, pId:393, name:"简介", file: "intro.zip"},
{id:11955, pId:393, name:"Zip 函数s10c10-0.07%", file: "ref.zip"},
{id:7363, pId:11955, name:"关闭一个ZIP档案文件", file: "function.zip-close"},
{id:7364, pId:11955, name:"关闭目录项", file: "function.zip-entry-close"},
{id:7365, pId:11955, name:"检索目录项压缩过后的大小", file: "function.zip-entry-compressedsize"},
{id:7366, pId:11955, name:"检索目录实体的压缩方法", file: "function.zip-entry-compressionmethod"},
{id:7367, pId:11955, name:"检索目录实体的实际大小", file: "function.zip-entry-filesize"},
{id:7368, pId:11955, name:"检索目录项的名称", file: "function.zip-entry-name"},
{id:7369, pId:11955, name:"打开用于读取的目录实体", file: "function.zip-entry-open"},
{id:7370, pId:11955, name:"读取一个打开了的压缩目录实体", file: "function.zip-entry-read"},
{id:7371, pId:11955, name:"打开ZIP存档文件", file: "function.zip-open"},
{id:7372, pId:11955, name:"读取ZIP存档文件中下一项", file: "function.zip-read"},
{id:14917, pId:393, name:"预定义常量", file: "zip.constants"},
{id:14918, pId:393, name:"范例", file: "zip.examples"},
{id:14922, pId:393, name:"安装/配置s4c4-0.03%", file: "zip.setup"},
{id:14916, pId:14922, name:"运行时配置", file: "zip.configuration"},
{id:14919, pId:14922, name:"安装", file: "zip.installation"},
{id:14920, pId:14922, name:"需求", file: "zip.requirements"},
{id:14921, pId:14922, name:"资源类型", file: "zip.resources"},
{id:394, pId:12175, name:"Zlib Compressions5c39-0.26%", file: "book.zlib"},
{id:9310, pId:394, name:"简介", file: "intro.zlib"},
{id:11956, pId:394, name:"Zlib 函数s30c30-0.2%", file: "ref.zlib"},
{id:3182, pId:11956, name:"Incrementally deflate data", file: "function.deflate-add"},
{id:3183, pId:11956, name:"Initialize an incremental deflate context", file: "function.deflate-init"},
{id:3953, pId:11956, name:"Close an open gz-file pointer", file: "function.gzclose"},
{id:3954, pId:11956, name:"Compress a string", file: "function.gzcompress"},
{id:3955, pId:11956, name:"Decodes a gzip compressed string", file: "function.gzdecode"},
{id:3956, pId:11956, name:"Deflate a string", file: "function.gzdeflate"},
{id:3957, pId:11956, name:"Create a gzip compressed string", file: "function.gzencode"},
{id:3958, pId:11956, name:"Test for EOF on a gz-file pointer", file: "function.gzeof"},
{id:3959, pId:11956, name:"Read entire gz-file into an array", file: "function.gzfile"},
{id:3960, pId:11956, name:"Get character from gz-file pointer", file: "function.gzgetc"},
{id:3961, pId:11956, name:"Get line from file pointer", file: "function.gzgets"},
{id:3962, pId:11956, name:"Get line from gz-file pointer and strip HTML tags", file: "function.gzgetss"},
{id:3963, pId:11956, name:"Inflate a deflated string", file: "function.gzinflate"},
{id:3964, pId:11956, name:"Open gz-file", file: "function.gzopen"},
{id:3965, pId:11956, name:"Output all remaining data on a gz-file pointer", file: "function.gzpassthru"},
{id:3966, pId:11956, name:"别名 gzwrite", file: "function.gzputs"},
{id:3967, pId:11956, name:"Binary-safe gz-file read", file: "function.gzread"},
{id:3968, pId:11956, name:"Rewind the position of a gz-file pointer", file: "function.gzrewind"},
{id:3969, pId:11956, name:"Seek on a gz-file pointer", file: "function.gzseek"},
{id:3970, pId:11956, name:"Tell gz-file pointer read/write position", file: "function.gztell"},
{id:3971, pId:11956, name:"Uncompress a compressed string", file: "function.gzuncompress"},
{id:3972, pId:11956, name:"Binary-safe gz-file write", file: "function.gzwrite"},
{id:4333, pId:11956, name:"Incrementally inflate encoded data", file: "function.inflate-add"},
{id:4334, pId:11956, name:"Get number of bytes read so far", file: "function.inflate-get-read-len"},
{id:4335, pId:11956, name:"Get decompression status", file: "function.inflate-get-status"},
{id:4336, pId:11956, name:"Initialize an incremental inflate context", file: "function.inflate-init"},
{id:6151, pId:11956, name:"Output a gz-file", file: "function.readgzfile"},
{id:7373, pId:11956, name:"Uncompress any raw/gzip/zlib encoded data", file: "function.zlib-decode"},
{id:7374, pId:11956, name:"Compress data with the specified encoding", file: "function.zlib-encode"},
{id:7375, pId:11956, name:"Returns the coding type used for output compressio", file: "function.zlib-get-coding-type"},
{id:14964, pId:394, name:"预定义常量", file: "zlib.constants"},
{id:14965, pId:394, name:"范例", file: "zlib.examples"},
{id:14969, pId:394, name:"安装/配置s4c4-0.03%", file: "zlib.setup"},
{id:14963, pId:14969, name:"运行时配置", file: "zlib.configuration"},
{id:14966, pId:14969, name:"安装", file: "zlib.installation"},
{id:14967, pId:14969, name:"需求", file: "zlib.requirements"},
{id:14968, pId:14969, name:"资源类型", file: "zlib.resources"},
{id:12176, pId:2527, name:"信用卡处理s1c48-0.32%", file: "refs.creditcard"},
{id:256, pId:12176, name:"MCVE (Monetra) Payments4c47-0.31%", file: "book.mcve"},
{id:9174, pId:256, name:"简介", file: "intro.mcve"},
{id:9629, pId:256, name:"预定义常量", file: "mcve.constants"},
{id:9633, pId:256, name:"安装/配置s4c4-0.03%", file: "mcve.setup"},
{id:9628, pId:9633, name:"运行时配置", file: "mcve.configuration"},
{id:9630, pId:9633, name:"安装", file: "mcve.installation"},
{id:9631, pId:9633, name:"需求", file: "mcve.requirements"},
{id:9632, pId:9633, name:"资源类型", file: "mcve.resources"},
{id:11826, pId:256, name:"MCVE 函数s39c39-0.26%", file: "ref.mcve"},
{id:4550, pId:11826, name:"Check to see if a transaction has completed", file: "function.m-checkstatus"},
{id:4551, pId:11826, name:"Number of complete authorizations in queue, return", file: "function.m-completeauthorizations"},
{id:4552, pId:11826, name:"Establish the connection to MCVE", file: "function.m-connect"},
{id:4553, pId:11826, name:"Get a textual representation of why a connection f", file: "function.m-connectionerror"},
{id:4554, pId:11826, name:"Delete specified transaction from MCVE_CONN struct", file: "function.m-deletetrans"},
{id:4555, pId:11826, name:"Destroy the connection and MCVE_CONN structure", file: "function.m-destroyconn"},
{id:4556, pId:11826, name:"Free memory associated with IP/SSL connectivity", file: "function.m-destroyengine"},
{id:4557, pId:11826, name:"Get a specific cell from a comma delimited respons", file: "function.m-getcell"},
{id:4558, pId:11826, name:"Get a specific cell from a comma delimited respons", file: "function.m-getcellbynum"},
{id:4559, pId:11826, name:"Get the RAW comma delimited data returned from MCV", file: "function.m-getcommadelimited"},
{id:4560, pId:11826, name:"Get the name of the column in a comma-delimited re", file: "function.m-getheader"},
{id:4561, pId:11826, name:"Create and initialize an MCVE_CONN structure", file: "function.m-initconn"},
{id:4562, pId:11826, name:"Ready the client for IP/SSL Communication", file: "function.m-initengine"},
{id:4563, pId:11826, name:"Checks to see if response is comma delimited", file: "function.m-iscommadelimited"},
{id:4564, pId:11826, name:"The maximum amount of time the API will attempt a ", file: "function.m-maxconntimeout"},
{id:4565, pId:11826, name:"Perform communication with MCVE (send/receive data", file: "function.m-monitor"},
{id:4566, pId:11826, name:"Number of columns returned in a comma delimited re", file: "function.m-numcolumns"},
{id:4567, pId:11826, name:"Number of rows returned in a comma delimited respo", file: "function.m-numrows"},
{id:4568, pId:11826, name:"Parse the comma delimited response so m_getcell, e", file: "function.m-parsecommadelimited"},
{id:4569, pId:11826, name:"Returns array of strings which represents the keys", file: "function.m-responsekeys"},
{id:4570, pId:11826, name:"Get a custom response parameter", file: "function.m-responseparam"},
{id:4571, pId:11826, name:"Check to see if the transaction was successful", file: "function.m-returnstatus"},
{id:4572, pId:11826, name:"Set blocking/non-blocking mode for connection", file: "function.m-setblocking"},
{id:4573, pId:11826, name:"Set the connection method to Drop-File", file: "function.m-setdropfile"},
{id:4574, pId:11826, name:"Set the connection method to IP", file: "function.m-setip"},
{id:4575, pId:11826, name:"Set SSL CA (Certificate Authority) file for verifi", file: "function.m-setssl-cafile"},
{id:4576, pId:11826, name:"Set certificate key files and certificates if serv", file: "function.m-setssl-files"},
{id:4577, pId:11826, name:"Set the connection method to SSL", file: "function.m-setssl"},
{id:4578, pId:11826, name:"Set maximum transaction time (per trans)", file: "function.m-settimeout"},
{id:4579, pId:11826, name:"Generate hash for SSL client certificate verificat", file: "function.m-sslcert-gen-hash"},
{id:4580, pId:11826, name:"Check to see if outgoing buffer is clear", file: "function.m-transactionssent"},
{id:4581, pId:11826, name:"Number of transactions in client-queue", file: "function.m-transinqueue"},
{id:4582, pId:11826, name:"Add key/value pair to a transaction. Replaces depr", file: "function.m-transkeyval"},
{id:4583, pId:11826, name:"Start a new transaction", file: "function.m-transnew"},
{id:4584, pId:11826, name:"Finalize and send the transaction", file: "function.m-transsend"},
{id:4585, pId:11826, name:"Wait x microsecs", file: "function.m-uwait"},
{id:4586, pId:11826, name:"Whether or not to validate the passed identifier o", file: "function.m-validateidentifier"},
{id:4587, pId:11826, name:"Set whether or not to PING upon connect to verify ", file: "function.m-verifyconnection"},
{id:4588, pId:11826, name:"Set whether or not to verify the server ssl certif", file: "function.m-verifysslcert"},
{id:12177, pId:2527, name:"加密扩展s8c294-1.96%", file: "refs.crypto"},
{id:176, pId:12177, name:"Cracklibs5c13-0.09%", file: "book.crack"},
{id:1524, pId:176, name:"预定义常量", file: "crack.constants"},
{id:1525, pId:176, name:"范例", file: "crack.examples"},
{id:1529, pId:176, name:"安装/配置s4c4-0.03%", file: "crack.setup"},
{id:1523, pId:1529, name:"运行时配置", file: "crack.configuration"},
{id:1526, pId:1529, name:"安装", file: "crack.installation"},
{id:1527, pId:1529, name:"需求", file: "crack.requirements"},
{id:1528, pId:1529, name:"资源类型", file: "crack.resources"},
{id:9095, pId:176, name:"简介", file: "intro.crack"},
{id:11759, pId:176, name:"Crack 函数s4c4-0.03%", file: "ref.crack"},
{id:2855, pId:11759, name:"用给定的密码来进行破解测试", file: "function.crack-check"},
{id:2856, pId:11759, name:"Closes an open CrackLib dictionary", file: "function.crack-closedict"},
{id:2857, pId:11759, name:"Returns the message from the last obscure check", file: "function.crack-getlastmessage"},
{id:2858, pId:11759, name:"Opens a new CrackLib dictionary", file: "function.crack-opendict"},
{id:177, pId:12177, name:"CSPRNGs4c10-0.07%", file: "book.csprng"},
{id:1531, pId:177, name:"预定义常量", file: "csprng.constants"},
{id:1535, pId:177, name:"安装/配置s4c4-0.03%", file: "csprng.setup"},
{id:1530, pId:1535, name:"运行时配置", file: "csprng.configuration"},
{id:1532, pId:1535, name:"安装", file: "csprng.installation"},
{id:1533, pId:1535, name:"需求", file: "csprng.requirements"},
{id:1534, pId:1535, name:"资源类型", file: "csprng.resources"},
{id:9096, pId:177, name:"简介", file: "intro.csprng"},
{id:11760, pId:177, name:"CSPRNG 函数s2c2-0.01%", file: "ref.csprng"},
{id:6142, pId:11760, name:"Generates cryptographically secure pseudo-random b", file: "function.random-bytes"},
{id:6143, pId:11760, name:"Generates cryptographically secure pseudo-random i", file: "function.random-int"},
{id:221, pId:12177, name:"哈希信息摘要框架s4c23-0.15%", file: "book.hash"},
{id:7919, pId:221, name:"预定义常量", file: "hash.constants"},
{id:7923, pId:221, name:"安装/配置s4c4-0.03%", file: "hash.setup"},
{id:7918, pId:7923, name:"运行时配置", file: "hash.configuration"},
{id:7920, pId:7923, name:"安装", file: "hash.installation"},
{id:7921, pId:7923, name:"需求", file: "hash.requirements"},
{id:7922, pId:7923, name:"资源类型", file: "hash.resources"},
{id:9139, pId:221, name:"简介", file: "intro.hash"},
{id:11796, pId:221, name:"Hash 函数s15c15-0.1%", file: "ref.hash"},
{id:3974, pId:11796, name:"返回已注册的哈希算法列表", file: "function.hash-algos"},
{id:3975, pId:11796, name:"拷贝哈希运算上下文", file: "function.hash-copy"},
{id:3976, pId:11796, name:"可防止时序攻击的字符串比较", file: "function.hash-equals"},
{id:3977, pId:11796, name:"使用给定文件的内容生成哈希值", file: "function.hash-file"},
{id:3978, pId:11796, name:"结束增量哈希,并且返回摘要结果", file: "function.hash-final"},
{id:3979, pId:11796, name:"Generate a HKDF key derivation of a supplied key i", file: "function.hash-hkdf"},
{id:3980, pId:11796, name:"Return a list of registered hashing algorithms sui", file: "function.hash-hmac-algos"},
{id:3981, pId:11796, name:"使用 HMAC 方法和给定文件的内容生成带密钥的哈希值", file: "function.hash-hmac-file"},
{id:3982, pId:11796, name:"使用 HMAC 方法生成带有密钥的哈希值", file: "function.hash-hmac"},
{id:3983, pId:11796, name:"初始化增量哈希运算上下文", file: "function.hash-init"},
{id:3984, pId:11796, name:"生成所提供密码的 PBKDF2 密钥导出", file: "function.hash-pbkdf2"},
{id:3985, pId:11796, name:"从文件向活跃的哈希运算上下文中填充数据", file: "function.hash-update-file"},
{id:3986, pId:11796, name:"从打开的流向活跃的哈希运算上下文中填充数据", file: "function.hash-update-stream"},
{id:3987, pId:11796, name:"向活跃的哈希运算上下文中填充数据", file: "function.hash-update"},
{id:3988, pId:11796, name:"生成哈希值 (消息摘要)", file: "function.hash"},
{id:255, pId:12177, name:"Mcrypts6c47-0.31%", file: "book.mcrypt"},
{id:9173, pId:255, name:"", file: "intro.mcrypt"},
{id:9620, pId:255, name:"Mcrypt 密码", file: "mcrypt.ciphers"},
{id:9622, pId:255, name:"预定义常量", file: "mcrypt.constants"},
{id:9623, pId:255, name:"范例", file: "mcrypt.examples"},
{id:9627, pId:255, name:"安装/配置s4c4-0.03%", file: "mcrypt.setup"},
{id:9621, pId:9627, name:"运行时配置", file: "mcrypt.configuration"},
{id:9624, pId:9627, name:"安装", file: "mcrypt.installation"},
{id:9625, pId:9627, name:"需求", file: "mcrypt.requirements"},
{id:9626, pId:9627, name:"资源类型", file: "mcrypt.resources"},
{id:11825, pId:255, name:"Mcrypt 函数s37c37-0.25%", file: "ref.mcrypt"},
{id:4767, pId:11825, name:"以 CBC 模式加解密数据", file: "function.mcrypt-cbc"},
{id:4768, pId:11825, name:"以 CFB 模式加解密数据", file: "function.mcrypt-cfb"},
{id:4769, pId:11825, name:"从随机源创建初始向量", file: "function.mcrypt-create-iv"},
{id:4770, pId:11825, name:"使用给定参数解密密文", file: "function.mcrypt-decrypt"},
{id:4771, pId:11825, name:"已废弃:使用 ECB 模式加解密数据", file: "function.mcrypt-ecb"},
{id:4772, pId:11825, name:"返回打开的算法名称", file: "function.mcrypt-enc-get-algorithms-name"},
{id:4773, pId:11825, name:"返回打开的算法的分组大小", file: "function.mcrypt-enc-get-block-size"},
{id:4774, pId:11825, name:"返回打开的算法的初始向量大小", file: "function.mcrypt-enc-get-iv-size"},
{id:4775, pId:11825, name:"返回打开的模式所能支持的最长密钥", file: "function.mcrypt-enc-get-key-size"},
{id:4776, pId:11825, name:"返回打开的模式的名称", file: "function.mcrypt-enc-get-modes-name"},
{id:4777, pId:11825, name:"以数组方式返回打开的算法所支持的密钥长度", file: "function.mcrypt-enc-get-supported-key-sizes"},
{id:4778, pId:11825, name:"检测打开的模式是否支持分组加密", file: "function.mcrypt-enc-is-block-algorithm-mode"},
{id:4779, pId:11825, name:"检测打开模式的算法是否为分组算法", file: "function.mcrypt-enc-is-block-algorithm"},
{id:4780, pId:11825, name:"检测打开的模式是否以分组方式输出", file: "function.mcrypt-enc-is-block-mode"},
{id:4781, pId:11825, name:"在打开的模块上进行自检", file: "function.mcrypt-enc-self-test"},
{id:4782, pId:11825, name:"使用给定参数加密明文", file: "function.mcrypt-encrypt"},
{id:4783, pId:11825, name:"对加密模块进行清理工作", file: "function.mcrypt-generic-deinit"},
{id:4784, pId:11825, name:"终止加密", file: "function.mcrypt-generic-end"},
{id:4785, pId:11825, name:"初始化加密所需的缓冲区", file: "function.mcrypt-generic-init"},
{id:4786, pId:11825, name:"加密数据", file: "function.mcrypt-generic"},
{id:4787, pId:11825, name:"获得加密算法的分组大小", file: "function.mcrypt-get-block-size"},
{id:4788, pId:11825, name:"获取加密算法名称", file: "function.mcrypt-get-cipher-name"},
{id:4789, pId:11825, name:"返回指定算法/模式组合的初始向量大小", file: "function.mcrypt-get-iv-size"},
{id:4790, pId:11825, name:"获取指定加密算法的密钥大小", file: "function.mcrypt-get-key-size"},
{id:4791, pId:11825, name:"获取支持的加密算法", file: "function.mcrypt-list-algorithms"},
{id:4792, pId:11825, name:"获取所支持的模式", file: "function.mcrypt-list-modes"},
{id:4793, pId:11825, name:"关闭加密模块", file: "function.mcrypt-module-close"},
{id:4794, pId:11825, name:"返回指定算法的分组大小", file: "function.mcrypt-module-get-algo-block-size"},
{id:4795, pId:11825, name:"获取打开模式所支持的最大密钥大小", file: "function.mcrypt-module-get-algo-key-size"},
{id:4796, pId:11825, name:"以数组形式返回打开的算法所支持的密钥大小", file: "function.mcrypt-module-get-supported-key-sizes"},
{id:4797, pId:11825, name:"返回指定模块是否是分组加密模式", file: "function.mcrypt-module-is-block-algorithm-mode"},
{id:4798, pId:11825, name:"检测指定算法是否为分组加密算法", file: "function.mcrypt-module-is-block-algorithm"},
{id:4799, pId:11825, name:"检测指定模式是否以分组方式输出", file: "function.mcrypt-module-is-block-mode"},
{id:4800, pId:11825, name:"打开算法和模式对应的模块", file: "function.mcrypt-module-open"},
{id:4801, pId:11825, name:"在指定模块上执行自检", file: "function.mcrypt-module-self-test"},
{id:4802, pId:11825, name:"使用 OFB 模式加密/解密数据", file: "function.mcrypt-ofb"},
{id:4805, pId:11825, name:"解密数据", file: "function.mdecrypt-generic"},
{id:260, pId:12177, name:"Mhashs5c14-0.09%", file: "book.mhash"},
{id:9178, pId:260, name:"简介", file: "intro.mhash"},
{id:9741, pId:260, name:"预定义常量", file: "mhash.constants"},
{id:9742, pId:260, name:"范例", file: "mhash.examples"},
{id:9746, pId:260, name:"安装/配置s4c4-0.03%", file: "mhash.setup"},
{id:9740, pId:9746, name:"运行时配置", file: "mhash.configuration"},
{id:9743, pId:9746, name:"安装", file: "mhash.installation"},
{id:9744, pId:9746, name:"需求", file: "mhash.requirements"},
{id:9745, pId:9746, name:"资源类型", file: "mhash.resources"},
{id:11828, pId:260, name:"Mhash 函数s5c5-0.03%", file: "ref.mhash"},
{id:4811, pId:11828, name:"Gets the highest available hash ID", file: "function.mhash-count"},
{id:4812, pId:11828, name:"Gets the block size of the specified hash", file: "function.mhash-get-block-size"},
{id:4813, pId:11828, name:"Gets the name of the specified hash", file: "function.mhash-get-hash-name"},
{id:4814, pId:11828, name:"Generates a key", file: "function.mhash-keygen-s2k"},
{id:4815, pId:11828, name:"Computes hash", file: "function.mhash"},
{id:291, pId:12177, name:"OpenSSLs6c74-0.49%", file: "book.openssl"},
{id:9207, pId:291, name:"简介", file: "intro.openssl"},
{id:11099, pId:291, name:"证书验证", file: "openssl.cert.verification"},
{id:11100, pId:291, name:"密钥/证书参数", file: "openssl.certparams"},
{id:11103, pId:291, name:"预定义常量s8c8-0.05%", file: "openssl.constants"},
{id:11101, pId:11103, name:"Ciphers", file: "openssl.ciphers"},
{id:11104, pId:11103, name:"Server Name Indication constants", file: "openssl.constsni"},
{id:11105, pId:11103, name:"Version constants", file: "openssl.constversion"},
{id:11107, pId:11103, name:"密钥类型", file: "openssl.key-types"},
{id:11108, pId:11103, name:"非对称加密的填充标志", file: "openssl.padding"},
{id:11109, pId:11103, name:"PKCS7 标志/常量", file: "openssl.pkcs7.flags"},
{id:11110, pId:11103, name:"目的检查标志", file: "openssl.purpose-check"},
{id:11114, pId:11103, name:"Signature Algorithms", file: "openssl.signature-algos"},
{id:11113, pId:291, name:"安装/配置s4c4-0.03%", file: "openssl.setup"},
{id:11102, pId:11113, name:"运行时配置", file: "openssl.configuration"},
{id:11106, pId:11113, name:"安装", file: "openssl.installation"},
{id:11111, pId:11113, name:"需求", file: "openssl.requirements"},
{id:11112, pId:11113, name:"资源类型", file: "openssl.resources"},
{id:11855, pId:291, name:"OpenSSL 函数s56c56-0.37%", file: "ref.openssl"},
{id:5536, pId:11855, name:"获取密码iv长度", file: "function.openssl-cipher-iv-length"},
{id:5537, pId:11855, name:"将CSR导出到文件", file: "function.openssl-csr-export-to-file"},
{id:5538, pId:11855, name:"将CSR作为字符串导出", file: "function.openssl-csr-export"},
{id:5539, pId:11855, name:"返回CSR的公钥", file: "function.openssl-csr-get-public-key"},
{id:5540, pId:11855, name:"返回CSR的主题", file: "function.openssl-csr-get-subject"},
{id:5541, pId:11855, name:"生成一个 CSR", file: "function.openssl-csr-new"},
{id:5542, pId:11855, name:"用另一个证书签署 CSR (或者本身) 并且生成一个证书", file: "function.openssl-csr-sign"},
{id:5543, pId:11855, name:"解密数据", file: "function.openssl-decrypt"},
{id:5544, pId:11855, name:"计算远程DH密钥(公钥)和本地DH密钥的共享密钥", file: "function.openssl-dh-compute-key"},
{id:5545, pId:11855, name:"计算摘要", file: "function.openssl-digest"},
{id:5546, pId:11855, name:"加密数据", file: "function.openssl-encrypt"},
{id:5547, pId:11855, name:"返回 openSSL 错误消息", file: "function.openssl-error-string"},
{id:5548, pId:11855, name:"释放密钥资源", file: "function.openssl-free-key"},
{id:5549, pId:11855, name:"检索可用的证书位置", file: "function.openssl-get-cert-locations"},
{id:5550, pId:11855, name:"获取可用的加密算法", file: "function.openssl-get-cipher-methods"},
{id:5551, pId:11855, name:"获得ECC的可用曲线名称列表", file: "function.openssl-get-curve-names"},
{id:5552, pId:11855, name:"获取可用的摘要算法", file: "function.openssl-get-md-methods"},
{id:5553, pId:11855, name:"别名 openssl_pkey_get_private", file: "function.openssl-get-privatekey"},
{id:5554, pId:11855, name:"别名 openssl_pkey_get_public", file: "function.openssl-get-publickey"},
{id:5555, pId:11855, name:"打开密封的数据", file: "function.openssl-open"},
{id:5556, pId:11855, name:"生成一个 PKCS5 v2 PBKDF2 字符串", file: "function.openssl-pbkdf2"},
{id:5557, pId:11855, name:"输出一个 PKCS#12 兼容的证书存储文件", file: "function.openssl-pkcs12-export-to-file"},
{id:5558, pId:11855, name:"将 PKCS#12 兼容证书存储文件导出到变量", file: "function.openssl-pkcs12-export"},
{id:5559, pId:11855, name:"将 PKCS#12 证书存储区解析到数组中", file: "function.openssl-pkcs12-read"},
{id:5560, pId:11855, name:"解密一个 S/MIME 加密的消息", file: "function.openssl-pkcs7-decrypt"},
{id:5561, pId:11855, name:"加密一个 S/MIME 消息", file: "function.openssl-pkcs7-encrypt"},
{id:5562, pId:11855, name:"将PKCS7文件导出为PEM格式证书的数组", file: "function.openssl-pkcs7-read"},
{id:5563, pId:11855, name:"对一个 S/MIME 消息进行签名", file: "function.openssl-pkcs7-sign"},
{id:5564, pId:11855, name:"校验一个已签名的 S/MIME 消息的签名", file: "function.openssl-pkcs7-verify"},
{id:5565, pId:11855, name:"将密钥导出到文件中", file: "function.openssl-pkey-export-to-file"},
{id:5566, pId:11855, name:"将一个密钥的可输出表示转换为字符串", file: "function.openssl-pkey-export"},
{id:5567, pId:11855, name:"释放一个私钥", file: "function.openssl-pkey-free"},
{id:5568, pId:11855, name:"返回包含密钥详情的数组", file: "function.openssl-pkey-get-details"},
{id:5569, pId:11855, name:"获取私钥", file: "function.openssl-pkey-get-private"},
{id:5570, pId:11855, name:"从证书中解析公钥,以供使用。", file: "function.openssl-pkey-get-public"},
{id:5571, pId:11855, name:"生成一个新的私钥", file: "function.openssl-pkey-new"},
{id:5572, pId:11855, name:"使用私钥解密数据", file: "function.openssl-private-decrypt"},
{id:5573, pId:11855, name:"使用私钥加密数据", file: "function.openssl-private-encrypt"},
{id:5574, pId:11855, name:"使用公钥解密数据", file: "function.openssl-public-decrypt"},
{id:5575, pId:11855, name:"使用公钥加密数据", file: "function.openssl-public-encrypt"},
{id:5576, pId:11855, name:"生成一个伪随机字节串", file: "function.openssl-random-pseudo-bytes"},
{id:5577, pId:11855, name:"密封 (加密) 数据", file: "function.openssl-seal"},
{id:5578, pId:11855, name:"Generate signature", file: "function.openssl-sign"},
{id:5579, pId:11855, name:"导出与签名公钥和挑战相关的挑战字符串", file: "function.openssl-spki-export-challenge"},
{id:5580, pId:11855, name:"通过签名公钥和挑战导出一个可用的PEM格式的公钥", file: "function.openssl-spki-export"},
{id:5581, pId:11855, name:"生成一个新的签名公钥和挑战", file: "function.openssl-spki-new"},
{id:5582, pId:11855, name:"验证签名公钥和挑战。", file: "function.openssl-spki-verify"},
{id:5583, pId:11855, name:"验证签名", file: "function.openssl-verify"},
{id:5584, pId:11855, name:"检查私钥是否对应于证书", file: "function.openssl-x509-check-private-key"},
{id:5585, pId:11855, name:"验证是否可以为特定目的使用证书", file: "function.openssl-x509-checkpurpose"},
{id:5586, pId:11855, name:"导出证书至文件", file: "function.openssl-x509-export-to-file"},
{id:5587, pId:11855, name:"以字符串格式导出证书", file: "function.openssl-x509-export"},
{id:5588, pId:11855, name:"计算一个给定的x.509证书的指纹或摘要", file: "function.openssl-x509-fingerprint"},
{id:5589, pId:11855, name:"释放证书资源", file: "function.openssl-x509-free"},
{id:5590, pId:11855, name:"解析一个X509证书并作为一个数组返回信息", file: "function.openssl-x509-parse"},
{id:5591, pId:11855, name:"解析一个x.509证书并返回一个资源标识符", file: "function.openssl-x509-read"},
{id:297, pId:12177, name:"密码散列算法s4c12-0.08%", file: "book.password"},
{id:9213, pId:297, name:"简介", file: "intro.password"},
{id:11243, pId:297, name:"预定义常量", file: "password.constants"},
{id:11247, pId:297, name:"安装/配置s4c4-0.03%", file: "password.setup"},
{id:11242, pId:11247, name:"运行时配置", file: "password.configuration"},
{id:11244, pId:11247, name:"安装", file: "password.installation"},
{id:11245, pId:11247, name:"需求", file: "password.requirements"},
{id:11246, pId:11247, name:"资源类型", file: "password.resources"},
{id:11859, pId:297, name:"密码散列算法函数s4c4-0.03%", file: "ref.password"},
{id:5605, pId:11859, name:"返回指定散列(hash)的相关信息", file: "function.password-get-info"},
{id:5606, pId:11859, name:"创建密码的散列(hash)", file: "function.password-hash"},
{id:5607, pId:11859, name:"检测散列值是否匹配指定的选项", file: "function.password-needs-rehash"},
{id:5608, pId:11859, name:"验证密码是否和散列值匹配", file: "function.password-verify"},
{id:338, pId:12177, name:"Sodiums4c93-0.62%", file: "book.sodium"},
{id:9254, pId:338, name:"简介", file: "intro.sodium"},
{id:11917, pId:338, name:"Sodium 函数s85c85-0.57%", file: "ref.sodium"},
{id:6383, pId:11917, name:"Add large numbers", file: "function.sodium-add"},
{id:6384, pId:11917, name:"Description", file: "function.sodium-base642bin"},
{id:6385, pId:11917, name:"Description", file: "function.sodium-bin2base64"},
{id:6386, pId:11917, name:"Encode to hexadecimal", file: "function.sodium-bin2hex"},
{id:6387, pId:11917, name:"Compare large numbers", file: "function.sodium-compare"},
{id:6388, pId:11917, name:"Decrypt in combined mode with precalculation", file: "function.sodium-crypto-aead-aes256gcm-decrypt"},
{id:6389, pId:11917, name:"Encrypt in combined mode with precalculation", file: "function.sodium-crypto-aead-aes256gcm-encrypt"},
{id:6390, pId:11917, name:"Check if hardware supports AES256-GCM", file: "function.sodium-crypto-aead-aes256gcm-is-available"},
{id:6391, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-aead-aes256gcm-keygen"},
{id:6392, pId:11917, name:"Verify that the ciphertext includes a valid tag", file: "function.sodium-crypto-aead-chacha20poly1305-decrypt"},
{id:6393, pId:11917, name:"Encrypt a message", file: "function.sodium-crypto-aead-chacha20poly1305-encrypt"},
{id:6394, pId:11917, name:"Verify that the ciphertext includes a valid tag", file: "function.sodium-crypto-aead-chacha20poly1305-ietf-decrypt"},
{id:6395, pId:11917, name:"Encrypt a message", file: "function.sodium-crypto-aead-chacha20poly1305-ietf-encrypt"},
{id:6396, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-aead-chacha20poly1305-ietf-keygen"},
{id:6397, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-aead-chacha20poly1305-keygen"},
{id:6398, pId:11917, name:"Description", file: "function.sodium-crypto-aead-xchacha20poly1305-ietf-decrypt"},
{id:6399, pId:11917, name:"Description", file: "function.sodium-crypto-aead-xchacha20poly1305-ietf-encrypt"},
{id:6400, pId:11917, name:"Description", file: "function.sodium-crypto-aead-xchacha20poly1305-ietf-keygen"},
{id:6401, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-auth-keygen"},
{id:6402, pId:11917, name:"Verifies that the tag is valid for the message", file: "function.sodium-crypto-auth-verify"},
{id:6403, pId:11917, name:"Compute a tag for the message", file: "function.sodium-crypto-auth"},
{id:6404, pId:11917, name:"Description", file: "function.sodium-crypto-box-keypair-from-secretkey-and-publickey"},
{id:6405, pId:11917, name:"Randomly generate a secret key and a corresponding", file: "function.sodium-crypto-box-keypair"},
{id:6406, pId:11917, name:"Verify and decrypt a ciphertext", file: "function.sodium-crypto-box-open"},
{id:6407, pId:11917, name:"Description", file: "function.sodium-crypto-box-publickey-from-secretkey"},
{id:6408, pId:11917, name:"Description", file: "function.sodium-crypto-box-publickey"},
{id:6409, pId:11917, name:"Decrypt the ciphertext", file: "function.sodium-crypto-box-seal-open"},
{id:6410, pId:11917, name:"Encrypt a message", file: "function.sodium-crypto-box-seal"},
{id:6411, pId:11917, name:"Description", file: "function.sodium-crypto-box-secretkey"},
{id:6412, pId:11917, name:"Deterministically derive the key pair from a singl", file: "function.sodium-crypto-box-seed-keypair"},
{id:6413, pId:11917, name:"Encrypt a message", file: "function.sodium-crypto-box"},
{id:6414, pId:11917, name:"Complete the hash", file: "function.sodium-crypto-generichash-final"},
{id:6415, pId:11917, name:"Initialize a hash", file: "function.sodium-crypto-generichash-init"},
{id:6416, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-generichash-keygen"},
{id:6417, pId:11917, name:"Add message to a hash", file: "function.sodium-crypto-generichash-update"},
{id:6418, pId:11917, name:"Get a hash of the message", file: "function.sodium-crypto-generichash"},
{id:6419, pId:11917, name:"Derive a subkey", file: "function.sodium-crypto-kdf-derive-from-key"},
{id:6420, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-kdf-keygen"},
{id:6421, pId:11917, name:"Description", file: "function.sodium-crypto-kx-client-session-keys"},
{id:6422, pId:11917, name:"Creates a new sodium keypair", file: "function.sodium-crypto-kx-keypair"},
{id:6423, pId:11917, name:"Description", file: "function.sodium-crypto-kx-publickey"},
{id:6424, pId:11917, name:"Description", file: "function.sodium-crypto-kx-secretkey"},
{id:6425, pId:11917, name:"Description", file: "function.sodium-crypto-kx-seed-keypair"},
{id:6426, pId:11917, name:"Description", file: "function.sodium-crypto-kx-server-session-keys"},
{id:6427, pId:11917, name:"Verify that the password is a valid password verif", file: "function.sodium-crypto-pwhash-scryptsalsa208sha256-str-verify"},
{id:6428, pId:11917, name:"Get an ASCII encoded hash", file: "function.sodium-crypto-pwhash-scryptsalsa208sha256-str"},
{id:6429, pId:11917, name:"Derives a key from a password", file: "function.sodium-crypto-pwhash-scryptsalsa208sha256"},
{id:6430, pId:11917, name:"Description", file: "function.sodium-crypto-pwhash-str-needs-rehash"},
{id:6431, pId:11917, name:"Verifies that a password matches a hash", file: "function.sodium-crypto-pwhash-str-verify"},
{id:6432, pId:11917, name:"Get an ASCII-encoded hash", file: "function.sodium-crypto-pwhash-str"},
{id:6433, pId:11917, name:"Derive a key from a password", file: "function.sodium-crypto-pwhash"},
{id:6434, pId:11917, name:"别名 sodium_crypto_box_publickey_from_secretkey", file: "function.sodium-crypto-scalarmult-base"},
{id:6435, pId:11917, name:"Compute a shared secret given a user's secret key ", file: "function.sodium-crypto-scalarmult"},
{id:6436, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-secretbox-keygen"},
{id:6437, pId:11917, name:"Verify and decrypt a ciphertext", file: "function.sodium-crypto-secretbox-open"},
{id:6438, pId:11917, name:"Encrypt a message", file: "function.sodium-crypto-secretbox"},
{id:6439, pId:11917, name:"Description", file: "function.sodium-crypto-secretstream-xchacha20poly1305-init-pull"},
{id:6440, pId:11917, name:"Description", file: "function.sodium-crypto-secretstream-xchacha20poly1305-init-push"},
{id:6441, pId:11917, name:"Description", file: "function.sodium-crypto-secretstream-xchacha20poly1305-keygen"},
{id:6442, pId:11917, name:"Description", file: "function.sodium-crypto-secretstream-xchacha20poly1305-pull"},
{id:6443, pId:11917, name:"Description", file: "function.sodium-crypto-secretstream-xchacha20poly1305-push"},
{id:6444, pId:11917, name:"Description", file: "function.sodium-crypto-secretstream-xchacha20poly1305-rekey"},
{id:6445, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-shorthash-keygen"},
{id:6446, pId:11917, name:"Compute a fixed-size fingerprint for the message", file: "function.sodium-crypto-shorthash"},
{id:6447, pId:11917, name:"Sign the message", file: "function.sodium-crypto-sign-detached"},
{id:6448, pId:11917, name:"Convert an Ed25519 public key to a Curve25519 publ", file: "function.sodium-crypto-sign-ed25519-pk-to-curve25519"},
{id:6449, pId:11917, name:"Convert an Ed25519 secret key to a Curve25519 secr", file: "function.sodium-crypto-sign-ed25519-sk-to-curve25519"},
{id:6450, pId:11917, name:"Description", file: "function.sodium-crypto-sign-keypair-from-secretkey-and-publickey"},
{id:6451, pId:11917, name:"Randomly generate a secret key and a corresponding", file: "function.sodium-crypto-sign-keypair"},
{id:6452, pId:11917, name:"Check that the signed message has a valid signatur", file: "function.sodium-crypto-sign-open"},
{id:6453, pId:11917, name:"Extract the public key from the secret key", file: "function.sodium-crypto-sign-publickey-from-secretkey"},
{id:6454, pId:11917, name:"Description", file: "function.sodium-crypto-sign-publickey"},
{id:6455, pId:11917, name:"Description", file: "function.sodium-crypto-sign-secretkey"},
{id:6456, pId:11917, name:"Deterministically derive the key pair from a singl", file: "function.sodium-crypto-sign-seed-keypair"},
{id:6457, pId:11917, name:"Verify signature for the message", file: "function.sodium-crypto-sign-verify-detached"},
{id:6458, pId:11917, name:"Sign a message", file: "function.sodium-crypto-sign"},
{id:6459, pId:11917, name:"Get random bytes for key", file: "function.sodium-crypto-stream-keygen"},
{id:6460, pId:11917, name:"Encrypt a message", file: "function.sodium-crypto-stream-xor"},
{id:6461, pId:11917, name:"Generate a deterministic sequence of bytes from a ", file: "function.sodium-crypto-stream"},
{id:6462, pId:11917, name:"Decodes a hexadecimally encoded binary string", file: "function.sodium-hex2bin"},
{id:6463, pId:11917, name:"Increment large number", file: "function.sodium-increment"},
{id:6464, pId:11917, name:"Test for equality in constant-time", file: "function.sodium-memcmp"},
{id:6465, pId:11917, name:"Overwrite buf with zeros", file: "function.sodium-memzero"},
{id:6466, pId:11917, name:"Add padding data", file: "function.sodium-pad"},
{id:6467, pId:11917, name:"Remove padding data", file: "function.sodium-unpad"},
{id:12669, pId:338, name:"预定义常量", file: "sodium.constants"},
{id:12673, pId:338, name:"安装/配置s4c4-0.03%", file: "sodium.setup"},
{id:12668, pId:12673, name:"运行时配置", file: "sodium.configuration"},
{id:12670, pId:12673, name:"安装", file: "sodium.installation"},
{id:12671, pId:12673, name:"需求", file: "sodium.requirements"},
{id:12672, pId:12673, name:"资源类型", file: "sodium.resources"},
{id:12179, pId:2527, name:"数据库扩展s2c2676-17.8%", file: "refs.database"},
{id:12178, pId:12179, name:"数据库抽象层s4c189-1.26%", file: "refs.database.abstract"},
{id:183, pId:12178, name:"Database (dbm-style) Abstraction Layers5c25-0.17%", file: "book.dba"},
{id:1632, pId:183, name:"预定义常量", file: "dba.constants"},
{id:1634, pId:183, name:"范例s1c1-0.01%", file: "dba.examples"},
{id:1633, pId:1634, name:"Basic usage", file: "dba.example"},
{id:1638, pId:183, name:"安装/配置s4c4-0.03%", file: "dba.setup"},
{id:1631, pId:1638, name:"运行时配置", file: "dba.configuration"},
{id:1635, pId:1638, name:"安装", file: "dba.installation"},
{id:1636, pId:1638, name:"需求", file: "dba.requirements"},
{id:1637, pId:1638, name:"资源类型", file: "dba.resources"},
{id:9102, pId:183, name:"简介", file: "intro.dba"},
{id:11766, pId:183, name:"DBA 函数s15c15-0.1%", file: "ref.dba"},
{id:3089, pId:11766, name:"Close a DBA database", file: "function.dba-close"},
{id:3090, pId:11766, name:"Delete DBA entry specified by key", file: "function.dba-delete"},
{id:3091, pId:11766, name:"Check whether key exists", file: "function.dba-exists"},
{id:3092, pId:11766, name:"Fetch data specified by key", file: "function.dba-fetch"},
{id:3093, pId:11766, name:"Fetch first key", file: "function.dba-firstkey"},
{id:3094, pId:11766, name:"List all the handlers available", file: "function.dba-handlers"},
{id:3095, pId:11766, name:"Insert entry", file: "function.dba-insert"},
{id:3096, pId:11766, name:"Splits a key in string representation into array r", file: "function.dba-key-split"},
{id:3097, pId:11766, name:"List all open database files", file: "function.dba-list"},
{id:3098, pId:11766, name:"Fetch next key", file: "function.dba-nextkey"},
{id:3099, pId:11766, name:"Open database", file: "function.dba-open"},
{id:3100, pId:11766, name:"Optimize database", file: "function.dba-optimize"},
{id:3101, pId:11766, name:"Open database persistently", file: "function.dba-popen"},
{id:3102, pId:11766, name:"Replace or insert entry", file: "function.dba-replace"},
{id:3103, pId:11766, name:"Synchronize database", file: "function.dba-sync"},
{id:186, pId:12178, name:"dbxs4c16-0.11%", file: "book.dbx"},
{id:1483, pId:186, name:"预定义常量", file: "constants.dbx"},
{id:1656, pId:186, name:"安装/配置s4c4-0.03%", file: "dbx.setup"},
{id:1652, pId:1656, name:"运行时配置", file: "dbx.configuration"},
{id:1653, pId:1656, name:"安装", file: "dbx.installation"},
{id:1654, pId:1656, name:"需求", file: "dbx.requirements"},
{id:1655, pId:1656, name:"资源类型", file: "dbx.resources"},
{id:9105, pId:186, name:"简介", file: "intro.dbx"},
{id:11769, pId:186, name:"dbx 函数s8c8-0.05%", file: "ref.dbx"},
{id:3163, pId:11769, name:"Close an open connection/database", file: "function.dbx-close"},
{id:3164, pId:11769, name:"Compare two rows for sorting purposes", file: "function.dbx-compare"},
{id:3165, pId:11769, name:"Open a connection/database", file: "function.dbx-connect"},
{id:3166, pId:11769, name:"Report the error message of the latest function ca", file: "function.dbx-error"},
{id:3167, pId:11769, name:"Escape a string so it can safely be used in an sql", file: "function.dbx-escape-string"},
{id:3168, pId:11769, name:"Fetches rows from a query-result that had the D", file: "function.dbx-fetch-row"},
{id:3169, pId:11769, name:"Send a query and fetch all results (if any)", file: "function.dbx-query"},
{id:3170, pId:11769, name:"Sort a result from a dbx_query by a custom sort fu", file: "function.dbx-sort"},
{id:301, pId:12178, name:"PHP 数据对象s12c91-0.61%", file: "book.pdo"},
{id:1057, pId:301, name:"PDO 类s15c15-0.1%", file: "class.pdo"},
{id:11275, pId:1057, name:"启动一个事务", file: "pdo.begintransaction"},
{id:11276, pId:1057, name:"提交一个事务", file: "pdo.commit"},
{id:11280, pId:1057, name:"创建一个表示数据库连接的 PDO 实例", file: "pdo.construct"},
{id:11284, pId:1057, name:"获取跟数据库句柄上一次操作相关的 SQLSTATE", file: "pdo.errorcode"},
{id:11285, pId:1057, name:"Fetch extended error information associated with t", file: "pdo.errorinfo"},
{id:11286, pId:1057, name:"执行一条 SQL 语句,并返回受影响的行数", file: "pdo.exec"},
{id:11287, pId:1057, name:"取回一个数据库连接的属性", file: "pdo.getattribute"},
{id:11288, pId:1057, name:"返回一个可用驱动的数组", file: "pdo.getavailabledrivers"},
{id:11290, pId:1057, name:"检查是否在一个事务内", file: "pdo.intransaction"},
{id:11291, pId:1057, name:"返回最后插入行的ID或序列值", file: "pdo.lastinsertid"},
{id:11302, pId:1057, name:"准备要执行的语句,并返回语句对象", file: "pdo.prepare"},
{id:11304, pId:1057, name:"执行 SQL 语句,以 PDOStatement 对象形式返回结果集", file: "pdo.query"},
{id:11305, pId:1057, name:"为 SQL 查询里的字符串添加引号", file: "pdo.quote"},
{id:11308, pId:1057, name:"回滚一个事务", file: "pdo.rollback"},
{id:11309, pId:1057, name:"设置属性", file: "pdo.setattribute"},
{id:1058, pId:301, name:"PDOException 异常类", file: "class.pdoexception"},
{id:1059, pId:301, name:"PDOStatement 类s19c19-0.13%", file: "class.pdostatement"},
{id:11315, pId:1059, name:"绑定一列到一个 PHP 变量", file: "pdostatement.bindcolumn"},
{id:11316, pId:1059, name:"绑定一个参数到指定的变量名", file: "pdostatement.bindparam"},
{id:11317, pId:1059, name:"把一个值绑定到一个参数", file: "pdostatement.bindvalue"},
{id:11318, pId:1059, name:"关闭游标,使语句能再次被执行。", file: "pdostatement.closecursor"},
{id:11319, pId:1059, name:"返回结果集中的列数", file: "pdostatement.columncount"},
{id:11320, pId:1059, name:"打印一条 SQL 预处理命令", file: "pdostatement.debugdumpparams"},
{id:11321, pId:1059, name:"获取跟上一次语句句柄操作相关的 SQLSTATE", file: "pdostatement.errorcode"},
{id:11322, pId:1059, name:"获取跟上一次语句句柄操作相关的扩展错误信息", file: "pdostatement.errorinfo"},
{id:11323, pId:1059, name:"执行一条预处理语句", file: "pdostatement.execute"},
{id:11324, pId:1059, name:"从结果集中获取下一行", file: "pdostatement.fetch"},
{id:11325, pId:1059, name:"返回一个包含结果集中所有行的数组", file: "pdostatement.fetchall"},
{id:11326, pId:1059, name:"从结果集中的下一行返回单独的一列。", file: "pdostatement.fetchcolumn"},
{id:11327, pId:1059, name:"获取下一行并作为一个对象返回。", file: "pdostatement.fetchobject"},
{id:11328, pId:1059, name:"检索一个语句属性", file: "pdostatement.getattribute"},
{id:11329, pId:1059, name:"返回结果集中一列的元数据", file: "pdostatement.getcolumnmeta"},
{id:11330, pId:1059, name:"在一个多行集语句句柄中推进到下一个行集", file: "pdostatement.nextrowset"},
{id:11331, pId:1059, name:"返回受上一个 SQL 语句影响的行数", file: "pdostatement.rowcount"},
{id:11332, pId:1059, name:"设置一个语句属性", file: "pdostatement.setattribute"},
{id:11333, pId:1059, name:"为语句设置默认的获取模式。", file: "pdostatement.setfetchmode"},
{id:9217, pId:301, name:"简介", file: "intro.pdo"},
{id:11278, pId:301, name:"连接与连接管理", file: "pdo.connections"},
{id:11279, pId:301, name:"预定义常量", file: "pdo.constants"},
{id:11282, pId:301, name:"PDO 驱动s12c41-0.27%", file: "pdo.drivers"},
{id:11864, pId:11282, name:"4D Functions (PDO_4D)s5c5-0.03%", file: "ref.pdo-4d"},
{id:11272, pId:11864, name:"Constants for PDO_4D", file: "pdo-4d.constants"},
{id:11273, pId:11864, name:"Examples PDO_4D", file: "pdo-4d.examples"},
{id:11274, pId:11864, name:"SQL types with PDO_4D and PHP", file: "pdo-4d.sqltypes"},
{id:11863, pId:11864, name:"Connecting to 4D SQL server", file: "ref.pdo-4d.connection"},
{id:11865, pId:11864, name:"PDO and SQL 4D", file: "ref.pdo-4d.sql4d"},
{id:11867, pId:11282, name:"CUBRID Functions (PDO_CUBRID)s2c2-0.01%", file: "ref.pdo-cubrid"},
{id:11281, pId:11867, name:"Get the requested schema information", file: "pdo.cubrid-schema"},
{id:11866, pId:11867, name:"Connecting to CUBRID databases", file: "ref.pdo-cubrid.connection"},
{id:11869, pId:11282, name:"Microsoft SQL Server and Sybase Functions (PDO_DBLs1c1-0.01%", file: "ref.pdo-dblib"},
{id:11868, pId:11869, name:"Connecting to Microsoft SQL Server and Sybase data", file: "ref.pdo-dblib.connection"},
{id:11871, pId:11282, name:"Firebird Functions (PDO_FIREBIRD)s1c1-0.01%", file: "ref.pdo-firebird"},
{id:11870, pId:11871, name:"Connecting to Firebird databases", file: "ref.pdo-firebird.connection"},
{id:11873, pId:11282, name:"IBM Functions (PDO_IBM)s1c1-0.01%", file: "ref.pdo-ibm"},
{id:11872, pId:11873, name:"Connecting to IBM databases", file: "ref.pdo-ibm.connection"},
{id:11875, pId:11282, name:"Informix Functions (PDO_INFORMIX)s1c1-0.01%", file: "ref.pdo-informix"},
{id:11874, pId:11875, name:"Connecting to Informix databases", file: "ref.pdo-informix.connection"},
{id:11877, pId:11282, name:"MySQL Functions (PDO_MYSQL)s1c1-0.01%", file: "ref.pdo-mysql"},
{id:11876, pId:11877, name:"Connecting to MySQL databases", file: "ref.pdo-mysql.connection"},
{id:11879, pId:11282, name:"Oracle Functions (PDO_OCI)s1c1-0.01%", file: "ref.pdo-oci"},
{id:11878, pId:11879, name:"Connecting to Oracle databases", file: "ref.pdo-oci.connection"},
{id:11881, pId:11282, name:"ODBC and DB2 Functions (PDO_ODBC)s1c1-0.01%", file: "ref.pdo-odbc"},
{id:11880, pId:11881, name:"Connecting to ODBC or DB2 databases", file: "ref.pdo-odbc.connection"},
{id:11883, pId:11282, name:"PostgreSQL Functions (PDO_PGSQL)s10c10-0.07%", file: "ref.pdo-pgsql"},
{id:11293, pId:11883, name:"Copy data from PHP array into table", file: "pdo.pgsqlcopyfromarray"},
{id:11294, pId:11883, name:"Copy data from file into table", file: "pdo.pgsqlcopyfromfile"},
{id:11295, pId:11883, name:"Copy data from database table into PHP array", file: "pdo.pgsqlcopytoarray"},
{id:11296, pId:11883, name:"Copy data from table into file", file: "pdo.pgsqlcopytofile"},
{id:11297, pId:11883, name:"Get asynchronous notification", file: "pdo.pgsqlgetnotify"},
{id:11298, pId:11883, name:"Get the server PID", file: "pdo.pgsqlgetpid"},
{id:11299, pId:11883, name:"Creates a new large object", file: "pdo.pgsqllobcreate"},
{id:11300, pId:11883, name:"Opens an existing large object stream", file: "pdo.pgsqllobopen"},
{id:11301, pId:11883, name:"Deletes the large object", file: "pdo.pgsqllobunlink"},
{id:11882, pId:11883, name:"Connecting to PostgreSQL databases", file: "ref.pdo-pgsql.connection"},
{id:11885, pId:11282, name:"SQLite Functions (PDO_SQLITE)s4c4-0.03%", file: "ref.pdo-sqlite"},
{id:11311, pId:11885, name:"Registers an aggregating User Defined Function for", file: "pdo.sqlitecreateaggregate"},
{id:11312, pId:11885, name:"Registers a User Defined Function for use as a col", file: "pdo.sqlitecreatecollation"},
{id:11313, pId:11885, name:"Registers a User Defined Function for use in SQL s", file: "pdo.sqlitecreatefunction"},
{id:11884, pId:11885, name:"Connecting to SQLite databases", file: "ref.pdo-sqlite.connection"},
{id:11887, pId:11282, name:"Microsoft SQL Server Functions (PDO_SQLSRV)s1c1-0.01%", file: "ref.pdo-sqlsrv"},
{id:11886, pId:11887, name:"Connecting to MS SQL Server and SQL Azure database", file: "ref.pdo-sqlsrv.connection"},
{id:11283, pId:301, name:"错误与错误处理", file: "pdo.error-handling"},
{id:11292, pId:301, name:"大对象 (LOBs)", file: "pdo.lobs"},
{id:11303, pId:301, name:"预处理语句与存储过程", file: "pdo.prepared-statements"},
{id:11310, pId:301, name:"安装/配置s4c4-0.03%", file: "pdo.setup"},
{id:11277, pId:11310, name:"运行时配置", file: "pdo.configuration"},
{id:11289, pId:11310, name:"安装", file: "pdo.installation"},
{id:11306, pId:11310, name:"需求", file: "pdo.requirements"},
{id:11307, pId:11310, name:"资源类型", file: "pdo.resources"},
{id:11314, pId:301, name:"事务与自动提交", file: "pdo.transactions"},
{id:365, pId:12178, name:"ODBC (Unified)s4c53-0.35%", file: "book.uodbc"},
{id:9281, pId:365, name:"简介", file: "intro.uodbc"},
{id:11938, pId:365, name:"ODBC 函数s45c45-0.3%", file: "ref.uodbc"},
{id:5460, pId:11938, name:"Toggle autocommit behaviour", file: "function.odbc-autocommit"},
{id:5461, pId:11938, name:"Handling of binary column data", file: "function.odbc-binmode"},
{id:5462, pId:11938, name:"Close all ODBC connections", file: "function.odbc-close-all"},
{id:5463, pId:11938, name:"Close an ODBC connection", file: "function.odbc-close"},
{id:5464, pId:11938, name:"Lists columns and associated privileges for the gi", file: "function.odbc-columnprivileges"},
{id:5465, pId:11938, name:"Lists the column names in specified tables", file: "function.odbc-columns"},
{id:5466, pId:11938, name:"Commit an ODBC transaction", file: "function.odbc-commit"},
{id:5467, pId:11938, name:"Connect to a datasource", file: "function.odbc-connect"},
{id:5468, pId:11938, name:"Get cursorname", file: "function.odbc-cursor"},
{id:5469, pId:11938, name:"Returns information about a current connection", file: "function.odbc-data-source"},
{id:5470, pId:11938, name:"别名 odbc_exec", file: "function.odbc-do"},
{id:5471, pId:11938, name:"Get the last error code", file: "function.odbc-error"},
{id:5472, pId:11938, name:"Get the last error message", file: "function.odbc-errormsg"},
{id:5473, pId:11938, name:"Prepare and execute an SQL statement", file: "function.odbc-exec"},
{id:5474, pId:11938, name:"Execute a prepared statement", file: "function.odbc-execute"},
{id:5475, pId:11938, name:"Fetch a result row as an associative array", file: "function.odbc-fetch-array"},
{id:5476, pId:11938, name:"Fetch one result row into array", file: "function.odbc-fetch-into"},
{id:5477, pId:11938, name:"Fetch a result row as an object", file: "function.odbc-fetch-object"},
{id:5478, pId:11938, name:"Fetch a row", file: "function.odbc-fetch-row"},
{id:5479, pId:11938, name:"Get the length (precision) of a field", file: "function.odbc-field-len"},
{id:5480, pId:11938, name:"Get the columnname", file: "function.odbc-field-name"},
{id:5481, pId:11938, name:"Return column number", file: "function.odbc-field-num"},
{id:5482, pId:11938, name:"别名 odbc_field_len", file: "function.odbc-field-precision"},
{id:5483, pId:11938, name:"Get the scale of a field", file: "function.odbc-field-scale"},
{id:5484, pId:11938, name:"Datatype of a field", file: "function.odbc-field-type"},
{id:5485, pId:11938, name:"Retrieves a list of foreign keys", file: "function.odbc-foreignkeys"},
{id:5486, pId:11938, name:"Free resources associated with a result", file: "function.odbc-free-result"},
{id:5487, pId:11938, name:"Retrieves information about data types supported b", file: "function.odbc-gettypeinfo"},
{id:5488, pId:11938, name:"Handling of LONG columns", file: "function.odbc-longreadlen"},
{id:5489, pId:11938, name:"Checks if multiple results are available", file: "function.odbc-next-result"},
{id:5490, pId:11938, name:"Number of columns in a result", file: "function.odbc-num-fields"},
{id:5491, pId:11938, name:"Number of rows in a result", file: "function.odbc-num-rows"},
{id:5492, pId:11938, name:"Open a persistent database connection", file: "function.odbc-pconnect"},
{id:5493, pId:11938, name:"Prepares a statement for execution", file: "function.odbc-prepare"},
{id:5494, pId:11938, name:"Gets the primary keys for a table", file: "function.odbc-primarykeys"},
{id:5495, pId:11938, name:"Retrieve information about parameters to procedure", file: "function.odbc-procedurecolumns"},
{id:5496, pId:11938, name:"Get the list of procedures stored in a specific da", file: "function.odbc-procedures"},
{id:5497, pId:11938, name:"Print result as HTML table", file: "function.odbc-result-all"},
{id:5498, pId:11938, name:"Get result data", file: "function.odbc-result"},
{id:5499, pId:11938, name:"Rollback a transaction", file: "function.odbc-rollback"},
{id:5500, pId:11938, name:"Adjust ODBC settings", file: "function.odbc-setoption"},
{id:5501, pId:11938, name:"Retrieves special columns", file: "function.odbc-specialcolumns"},
{id:5502, pId:11938, name:"Retrieve statistics about a table", file: "function.odbc-statistics"},
{id:5503, pId:11938, name:"Lists tables and the privileges associated with ea", file: "function.odbc-tableprivileges"},
{id:5504, pId:11938, name:"Get the list of table names stored in a specific d", file: "function.odbc-tables"},
{id:14300, pId:365, name:"预定义常量", file: "uodbc.constants"},
{id:14303, pId:365, name:"安装/配置s4c4-0.03%", file: "uodbc.setup"},
{id:11074, pId:14303, name:"运行时配置", file: "odbc.configuration"},
{id:11075, pId:14303, name:"安装", file: "odbc.installation"},
{id:14301, pId:14303, name:"需求", file: "uodbc.requirements"},
{id:14302, pId:14303, name:"资源类型", file: "uodbc.resources"},
{id:12180, pId:12179, name:"针对各数据库系统对应的扩展s23c2485-16.53%", file: "refs.database.vendors"},
{id:179, pId:12180, name:"CUBRIDs7c109-0.72%", file: "book.cubrid"},
{id:1543, pId:179, name:"预定义常量", file: "cubrid.constants"},
{id:1544, pId:179, name:"范例", file: "cubrid.examples"},
{id:1548, pId:179, name:"安装/配置s4c4-0.03%", file: "cubrid.setup"},
{id:1542, pId:1548, name:"运行时配置", file: "cubrid.configuration"},
{id:1545, pId:1548, name:"安装", file: "cubrid.installation"},
{id:1546, pId:1548, name:"需求", file: "cubrid.requirements"},
{id:1547, pId:1548, name:"资源类型", file: "cubrid.resources"},
{id:1549, pId:179, name:"CUBRID MySQL 兼容性函数s26c26-0.17%", file: "cubridmysql.cubrid"},
{id:2873, pId:1549, name:"Return the number of rows affected by the last SQL", file: "function.cubrid-affected-rows"},
{id:2875, pId:1549, name:"Return the current CUBRID connection charset", file: "function.cubrid-client-encoding"},
{id:2878, pId:1549, name:"Close CUBRID connection", file: "function.cubrid-close"},
{id:2887, pId:1549, name:"Move the internal row pointer of the CUBRID result", file: "function.cubrid-data-seek"},
{id:2888, pId:1549, name:"Get db name from results of cubrid_list_dbs", file: "function.cubrid-db-name"},
{id:2891, pId:1549, name:"Return the numerical value of the error message fr", file: "function.cubrid-errno"},
{id:2895, pId:1549, name:"Get the error message", file: "function.cubrid-error"},
{id:2897, pId:1549, name:"Fetch a result row as an associative array, a nume", file: "function.cubrid-fetch-array"},
{id:2898, pId:1549, name:"Return the associative array that corresponds to t", file: "function.cubrid-fetch-assoc"},
{id:2899, pId:1549, name:"Get column information from a result and return as", file: "function.cubrid-fetch-field"},
{id:2900, pId:1549, name:"Return an array with the lengths of the values of ", file: "function.cubrid-fetch-lengths"},
{id:2901, pId:1549, name:"Fetch the next row and return it as an object", file: "function.cubrid-fetch-object"},
{id:2902, pId:1549, name:"Return a numerical array with the values of the cu", file: "function.cubrid-fetch-row"},
{id:2904, pId:1549, name:"Return a string with the flags of the given field ", file: "function.cubrid-field-flags"},
{id:2905, pId:1549, name:"Get the maximum length of the specified field", file: "function.cubrid-field-len"},
{id:2906, pId:1549, name:"Return the name of the specified field index", file: "function.cubrid-field-name"},
{id:2907, pId:1549, name:"Move the result set cursor to the specified field ", file: "function.cubrid-field-seek"},
{id:2908, pId:1549, name:"Return the name of the table of the specified fiel", file: "function.cubrid-field-table"},
{id:2909, pId:1549, name:"Return the type of the column corresponding to the", file: "function.cubrid-field-type"},
{id:2921, pId:1549, name:"Return an array with the list of all existing CUBR", file: "function.cubrid-list-dbs"},
{id:2947, pId:1549, name:"Return the number of columns in the result set", file: "function.cubrid-num-fields"},
{id:2951, pId:1549, name:"Ping a server connection or reconnect if there is ", file: "function.cubrid-ping"},
{id:2954, pId:1549, name:"Send a CUBRID query", file: "function.cubrid-query"},
{id:2955, pId:1549, name:"Escape special characters in a string for use in a", file: "function.cubrid-real-escape-string"},
{id:2956, pId:1549, name:"Return the value of a specific field in a specific", file: "function.cubrid-result"},
{id:2969, pId:1549, name:"Perform a query without fetching the results into ", file: "function.cubrid-unbuffered-query"},
{id:9098, pId:179, name:"简介", file: "intro.cubrid"},
{id:11085, pId:179, name:"CUBRID 过时的别名和函数s4c4-0.03%", file: "oldaliases.cubrid"},
{id:2922, pId:11085, name:"Read data from a GLO instance and save it in a fil", file: "function.cubrid-load-from-glo"},
{id:2944, pId:11085, name:"Create a glo instance", file: "function.cubrid-new-glo"},
{id:2958, pId:11085, name:"Save requested file in a GLO instance", file: "function.cubrid-save-to-glo"},
{id:2960, pId:11085, name:"Read data from glo and send it to std output", file: "function.cubrid-send-glo"},
{id:11762, pId:179, name:"CUBRID 函数s68c68-0.45%", file: "ref.cubrid"},
{id:2874, pId:11762, name:"Bind variables to a prepared statement as paramete", file: "function.cubrid-bind"},
{id:2876, pId:11762, name:"Close the request handle", file: "function.cubrid-close-prepare"},
{id:2877, pId:11762, name:"Close the request handle", file: "function.cubrid-close-request"},
{id:2879, pId:11762, name:"Get contents of collection type column using OID", file: "function.cubrid-col-get"},
{id:2880, pId:11762, name:"Get the number of elements in collection type colu", file: "function.cubrid-col-size"},
{id:2881, pId:11762, name:"Get the column names in result", file: "function.cubrid-column-names"},
{id:2882, pId:11762, name:"Get column types in result", file: "function.cubrid-column-types"},
{id:2883, pId:11762, name:"Commit a transaction", file: "function.cubrid-commit"},
{id:2884, pId:11762, name:"Establish the environment for connecting to CUBRID", file: "function.cubrid-connect-with-url"},
{id:2885, pId:11762, name:"Open a connection to a CUBRID Server", file: "function.cubrid-connect"},
{id:2886, pId:11762, name:"Get OID of the current cursor location", file: "function.cubrid-current-oid"},
{id:2889, pId:11762, name:"Close a database connection", file: "function.cubrid-disconnect"},
{id:2890, pId:11762, name:"Delete an instance using OID", file: "function.cubrid-drop"},
{id:2892, pId:11762, name:"Get the facility code of error", file: "function.cubrid-error-code-facility"},
{id:2893, pId:11762, name:"Get error code for the most recent function call", file: "function.cubrid-error-code"},
{id:2894, pId:11762, name:"Get last error message for the most recent functio", file: "function.cubrid-error-msg"},
{id:2896, pId:11762, name:"Execute a prepared SQL statement", file: "function.cubrid-execute"},
{id:2903, pId:11762, name:"Fetch the next row from a result set", file: "function.cubrid-fetch"},
{id:2910, pId:11762, name:"Free the memory occupied by the result data", file: "function.cubrid-free-result"},
{id:2911, pId:11762, name:"Get auto-commit mode of the connection", file: "function.cubrid-get-autocommit"},
{id:2912, pId:11762, name:"Return the current CUBRID connection charset", file: "function.cubrid-get-charset"},
{id:2913, pId:11762, name:"Get the class name using OID", file: "function.cubrid-get-class-name"},
{id:2914, pId:11762, name:"Return the client library version", file: "function.cubrid-get-client-info"},
{id:2915, pId:11762, name:"Returns the CUBRID database parameters", file: "function.cubrid-get-db-parameter"},
{id:2916, pId:11762, name:"Get the query timeout value of the request", file: "function.cubrid-get-query-timeout"},
{id:2917, pId:11762, name:"Return the CUBRID server version", file: "function.cubrid-get-server-info"},
{id:2918, pId:11762, name:"Get a column using OID", file: "function.cubrid-get"},
{id:2919, pId:11762, name:"Return the ID generated for the last updated AUTO_", file: "function.cubrid-insert-id"},
{id:2920, pId:11762, name:"Check whether the instance pointed by OID exists", file: "function.cubrid-is-instance"},
{id:2923, pId:11762, name:"Close BLOB/CLOB data", file: "function.cubrid-lob-close"},
{id:2924, pId:11762, name:"Export BLOB/CLOB data to file", file: "function.cubrid-lob-export"},
{id:2925, pId:11762, name:"Get BLOB/CLOB data", file: "function.cubrid-lob-get"},
{id:2926, pId:11762, name:"Read BLOB/CLOB data and send straight to browser", file: "function.cubrid-lob-send"},
{id:2927, pId:11762, name:"Get BLOB/CLOB data size", file: "function.cubrid-lob-size"},
{id:2928, pId:11762, name:"Bind a lob object or a string as a lob object to a", file: "function.cubrid-lob2-bind"},
{id:2929, pId:11762, name:"Close LOB object", file: "function.cubrid-lob2-close"},
{id:2930, pId:11762, name:"Export the lob object to a file", file: "function.cubrid-lob2-export"},
{id:2931, pId:11762, name:"Import BLOB/CLOB data from a file", file: "function.cubrid-lob2-import"},
{id:2932, pId:11762, name:"Create a lob object", file: "function.cubrid-lob2-new"},
{id:2933, pId:11762, name:"Read from BLOB/CLOB data", file: "function.cubrid-lob2-read"},
{id:2934, pId:11762, name:"Move the cursor of a lob object", file: "function.cubrid-lob2-seek"},
{id:2935, pId:11762, name:"Move the cursor of a lob object", file: "function.cubrid-lob2-seek64"},
{id:2936, pId:11762, name:"Get a lob object's size", file: "function.cubrid-lob2-size"},
{id:2937, pId:11762, name:"Get a lob object's size", file: "function.cubrid-lob2-size64"},
{id:2938, pId:11762, name:"Tell the cursor position of the LOB object", file: "function.cubrid-lob2-tell"},
{id:2939, pId:11762, name:"Tell the cursor position of the LOB object", file: "function.cubrid-lob2-tell64"},
{id:2940, pId:11762, name:"Write to a lob object", file: "function.cubrid-lob2-write"},
{id:2941, pId:11762, name:"Set a read lock on the given OID", file: "function.cubrid-lock-read"},
{id:2942, pId:11762, name:"Set a write lock on the given OID", file: "function.cubrid-lock-write"},
{id:2943, pId:11762, name:"Move the cursor in the result", file: "function.cubrid-move-cursor"},
{id:2945, pId:11762, name:"Get result of next query when executing multiple S", file: "function.cubrid-next-result"},
{id:2946, pId:11762, name:"Return the number of columns in the result set", file: "function.cubrid-num-cols"},
{id:2948, pId:11762, name:"Get the number of rows in the result set", file: "function.cubrid-num-rows"},
{id:2949, pId:11762, name:"Open a persistent connection to CUBRID server", file: "function.cubrid-pconnect-with-url"},
{id:2950, pId:11762, name:"Open a persistent connection to a CUBRID server", file: "function.cubrid-pconnect"},
{id:2952, pId:11762, name:"Prepare a SQL statement for execution", file: "function.cubrid-prepare"},
{id:2953, pId:11762, name:"Update a column using OID", file: "function.cubrid-put"},
{id:2957, pId:11762, name:"Roll back a transaction", file: "function.cubrid-rollback"},
{id:2959, pId:11762, name:"Get the requested schema information", file: "function.cubrid-schema"},
{id:2961, pId:11762, name:"Delete an element from sequence type column using ", file: "function.cubrid-seq-drop"},
{id:2962, pId:11762, name:"Insert an element to a sequence type column using ", file: "function.cubrid-seq-insert"},
{id:2963, pId:11762, name:"Update the element value of sequence type column u", file: "function.cubrid-seq-put"},
{id:2964, pId:11762, name:"Insert a single element to set type column using O", file: "function.cubrid-set-add"},
{id:2965, pId:11762, name:"Set autocommit mode of the connection", file: "function.cubrid-set-autocommit"},
{id:2966, pId:11762, name:"Sets the CUBRID database parameters", file: "function.cubrid-set-db-parameter"},
{id:2967, pId:11762, name:"Delete an element from set type column using OID", file: "function.cubrid-set-drop"},
{id:2968, pId:11762, name:"Set the timeout time of query execution", file: "function.cubrid-set-query-timeout"},
{id:2970, pId:11762, name:"Get the CUBRID PHP module's version", file: "function.cubrid-version"},
{id:184, pId:12180, name:"dBases4c20-0.13%", file: "book.dbase"},
{id:1640, pId:184, name:"预定义常量", file: "dbase.constants"},
{id:1644, pId:184, name:"安装/配置s4c4-0.03%", file: "dbase.setup"},
{id:1639, pId:1644, name:"运行时配置", file: "dbase.configuration"},
{id:1641, pId:1644, name:"安装", file: "dbase.installation"},
{id:1642, pId:1644, name:"需求", file: "dbase.requirements"},
{id:1643, pId:1644, name:"资源类型", file: "dbase.resources"},
{id:9103, pId:184, name:"简介", file: "intro.dbase"},
{id:11767, pId:184, name:"dBase 函数s12c12-0.08%", file: "ref.dbase"},
{id:3104, pId:11767, name:"Adds a record to a database", file: "function.dbase-add-record"},
{id:3105, pId:11767, name:"Closes a database", file: "function.dbase-close"},
{id:3106, pId:11767, name:"Creates a database", file: "function.dbase-create"},
{id:3107, pId:11767, name:"Deletes a record from a database", file: "function.dbase-delete-record"},
{id:3108, pId:11767, name:"Gets the header info of a database", file: "function.dbase-get-header-info"},
{id:3109, pId:11767, name:"Gets a record from a database as an associative ar", file: "function.dbase-get-record-with-names"},
{id:3110, pId:11767, name:"Gets a record from a database as an indexed array", file: "function.dbase-get-record"},
{id:3111, pId:11767, name:"Gets the number of fields of a database", file: "function.dbase-numfields"},
{id:3112, pId:11767, name:"Gets the number of records in a database", file: "function.dbase-numrecords"},
{id:3113, pId:11767, name:"Opens a database", file: "function.dbase-open"},
{id:3114, pId:11767, name:"Packs a database", file: "function.dbase-pack"},
{id:3115, pId:11767, name:"Replaces a record in a database", file: "function.dbase-replace-record"},
{id:185, pId:12180, name:"DB++s4c56-0.37%", file: "book.dbplus"},
{id:1646, pId:185, name:"预定义常量s1c1-0.01%", file: "dbplus.constants"},
{id:1647, pId:1646, name:"db++ error codes", file: "dbplus.errorcodes"},
{id:1651, pId:185, name:"安装/配置s4c4-0.03%", file: "dbplus.setup"},
{id:1645, pId:1651, name:"运行时配置", file: "dbplus.configuration"},
{id:1648, pId:1651, name:"安装", file: "dbplus.installation"},
{id:1649, pId:1651, name:"需求", file: "dbplus.requirements"},
{id:1650, pId:1651, name:"资源类型", file: "dbplus.resources"},
{id:9104, pId:185, name:"简介", file: "intro.dbplus"},
{id:11768, pId:185, name:"DB++ 函数s47c47-0.31%", file: "ref.dbplus"},
{id:3116, pId:11768, name:"Add a tuple to a relation", file: "function.dbplus-add"},
{id:3117, pId:11768, name:"Perform AQL query", file: "function.dbplus-aql"},
{id:3118, pId:11768, name:"Get/Set database virtual current directory", file: "function.dbplus-chdir"},
{id:3119, pId:11768, name:"Close a relation", file: "function.dbplus-close"},
{id:3120, pId:11768, name:"Get current tuple from relation", file: "function.dbplus-curr"},
{id:3121, pId:11768, name:"Get error string for given errorcode or last error", file: "function.dbplus-errcode"},
{id:3122, pId:11768, name:"Get error code for last operation", file: "function.dbplus-errno"},
{id:3123, pId:11768, name:"Set a constraint on a relation", file: "function.dbplus-find"},
{id:3124, pId:11768, name:"Get first tuple from relation", file: "function.dbplus-first"},
{id:3125, pId:11768, name:"Flush all changes made on a relation", file: "function.dbplus-flush"},
{id:3126, pId:11768, name:"Free all locks held by this client", file: "function.dbplus-freealllocks"},
{id:3127, pId:11768, name:"Release write lock on tuple", file: "function.dbplus-freelock"},
{id:3128, pId:11768, name:"Free all tuple locks on given relation", file: "function.dbplus-freerlocks"},
{id:3129, pId:11768, name:"Get a write lock on a tuple", file: "function.dbplus-getlock"},
{id:3130, pId:11768, name:"Get an id number unique to a relation", file: "function.dbplus-getunique"},
{id:3131, pId:11768, name:"Get information about a relation", file: "function.dbplus-info"},
{id:3132, pId:11768, name:"Get last tuple from relation", file: "function.dbplus-last"},
{id:3133, pId:11768, name:"Request write lock on relation", file: "function.dbplus-lockrel"},
{id:3134, pId:11768, name:"Get next tuple from relation", file: "function.dbplus-next"},
{id:3135, pId:11768, name:"Open relation file", file: "function.dbplus-open"},
{id:3136, pId:11768, name:"Get previous tuple from relation", file: "function.dbplus-prev"},
{id:3137, pId:11768, name:"Change relation permissions", file: "function.dbplus-rchperm"},
{id:3138, pId:11768, name:"Creates a new DB++ relation", file: "function.dbplus-rcreate"},
{id:3139, pId:11768, name:"Creates an exact but empty copy of a relation incl", file: "function.dbplus-rcrtexact"},
{id:3140, pId:11768, name:"Creates an empty copy of a relation with default i", file: "function.dbplus-rcrtlike"},
{id:3141, pId:11768, name:"Resolve host information for relation", file: "function.dbplus-resolve"},
{id:3142, pId:11768, name:"Restore position", file: "function.dbplus-restorepos"},
{id:3143, pId:11768, name:"Specify new primary key for a relation", file: "function.dbplus-rkeys"},
{id:3144, pId:11768, name:"Open relation file local", file: "function.dbplus-ropen"},
{id:3145, pId:11768, name:"Perform local (raw) AQL query", file: "function.dbplus-rquery"},
{id:3146, pId:11768, name:"Rename a relation", file: "function.dbplus-rrename"},
{id:3147, pId:11768, name:"Create a new secondary index for a relation", file: "function.dbplus-rsecindex"},
{id:3148, pId:11768, name:"Remove relation from filesystem", file: "function.dbplus-runlink"},
{id:3149, pId:11768, name:"Remove all tuples from relation", file: "function.dbplus-rzap"},
{id:3150, pId:11768, name:"Save position", file: "function.dbplus-savepos"},
{id:3151, pId:11768, name:"Set index", file: "function.dbplus-setindex"},
{id:3152, pId:11768, name:"Set index by number", file: "function.dbplus-setindexbynumber"},
{id:3153, pId:11768, name:"Perform SQL query", file: "function.dbplus-sql"},
{id:3154, pId:11768, name:"Execute TCL code on server side", file: "function.dbplus-tcl"},
{id:3155, pId:11768, name:"Remove tuple and return new current tuple", file: "function.dbplus-tremove"},
{id:3156, pId:11768, name:"Undo", file: "function.dbplus-undo"},
{id:3157, pId:11768, name:"Prepare undo", file: "function.dbplus-undoprepare"},
{id:3158, pId:11768, name:"Give up write lock on relation", file: "function.dbplus-unlockrel"},
{id:3159, pId:11768, name:"Remove a constraint from relation", file: "function.dbplus-unselect"},
{id:3160, pId:11768, name:"Update specified tuple in relation", file: "function.dbplus-update"},
{id:3161, pId:11768, name:"Request exclusive lock on relation", file: "function.dbplus-xlockrel"},
{id:3162, pId:11768, name:"Free exclusive lock on relation", file: "function.dbplus-xunlockrel"},
{id:201, pId:12180, name:"FrontBases4c68-0.45%", file: "book.fbsql"},
{id:2382, pId:201, name:"预定义常量", file: "fbsql.constants"},
{id:2386, pId:201, name:"安装/配置s4c4-0.03%", file: "fbsql.setup"},
{id:2381, pId:2386, name:"运行时配置", file: "fbsql.configuration"},
{id:2383, pId:2386, name:"安装", file: "fbsql.installation"},
{id:2384, pId:2386, name:"需求", file: "fbsql.requirements"},
{id:2385, pId:2386, name:"资源类型", file: "fbsql.resources"},
{id:9119, pId:201, name:"简介", file: "intro.fbsql"},
{id:11781, pId:201, name:"FrontBase 函数s60c60-0.4%", file: "ref.fbsql"},
{id:3550, pId:11781, name:"Get number of affected rows in previous FrontBase ", file: "function.fbsql-affected-rows"},
{id:3551, pId:11781, name:"Enable or disable autocommit", file: "function.fbsql-autocommit"},
{id:3552, pId:11781, name:"Get the size of a BLOB", file: "function.fbsql-blob-size"},
{id:3553, pId:11781, name:"Change logged in user of the active connection", file: "function.fbsql-change-user"},
{id:3554, pId:11781, name:"Get the size of a CLOB", file: "function.fbsql-clob-size"},
{id:3555, pId:11781, name:"Close FrontBase connection", file: "function.fbsql-close"},
{id:3556, pId:11781, name:"Commits a transaction to the database", file: "function.fbsql-commit"},
{id:3557, pId:11781, name:"Open a connection to a FrontBase Server", file: "function.fbsql-connect"},
{id:3558, pId:11781, name:"Create a BLOB", file: "function.fbsql-create-blob"},
{id:3559, pId:11781, name:"Create a CLOB", file: "function.fbsql-create-clob"},
{id:3560, pId:11781, name:"Create a FrontBase database", file: "function.fbsql-create-db"},
{id:3561, pId:11781, name:"Move internal result pointer", file: "function.fbsql-data-seek"},
{id:3562, pId:11781, name:"Sets or retrieves the password for a FrontBase dat", file: "function.fbsql-database-password"},
{id:3563, pId:11781, name:"Get or set the database name used with a connectio", file: "function.fbsql-database"},
{id:3564, pId:11781, name:"Send a FrontBase query", file: "function.fbsql-db-query"},
{id:3565, pId:11781, name:"Get the status for a given database", file: "function.fbsql-db-status"},
{id:3566, pId:11781, name:"Drop (delete) a FrontBase database", file: "function.fbsql-drop-db"},
{id:3567, pId:11781, name:"Returns the error number from previous operation", file: "function.fbsql-errno"},
{id:3568, pId:11781, name:"Returns the error message from previous operation", file: "function.fbsql-error"},
{id:3569, pId:11781, name:"Fetch a result row as an associative array, a nume", file: "function.fbsql-fetch-array"},
{id:3570, pId:11781, name:"Fetch a result row as an associative array", file: "function.fbsql-fetch-assoc"},
{id:3571, pId:11781, name:"Get column information from a result and return as", file: "function.fbsql-fetch-field"},
{id:3572, pId:11781, name:"Get the length of each output in a result", file: "function.fbsql-fetch-lengths"},
{id:3573, pId:11781, name:"Fetch a result row as an object", file: "function.fbsql-fetch-object"},
{id:3574, pId:11781, name:"Get a result row as an enumerated array", file: "function.fbsql-fetch-row"},
{id:3575, pId:11781, name:"Get the flags associated with the specified field ", file: "function.fbsql-field-flags"},
{id:3576, pId:11781, name:"Returns the length of the specified field", file: "function.fbsql-field-len"},
{id:3577, pId:11781, name:"Get the name of the specified field in a result", file: "function.fbsql-field-name"},
{id:3578, pId:11781, name:"Set result pointer to a specified field offset", file: "function.fbsql-field-seek"},
{id:3579, pId:11781, name:"Get name of the table the specified field is in", file: "function.fbsql-field-table"},
{id:3580, pId:11781, name:"Get the type of the specified field in a result", file: "function.fbsql-field-type"},
{id:3581, pId:11781, name:"Free result memory", file: "function.fbsql-free-result"},
{id:3582, pId:11781, name:"说明", file: "function.fbsql-get-autostart-info"},
{id:3583, pId:11781, name:"Get or set the host name used with a connection", file: "function.fbsql-hostname"},
{id:3584, pId:11781, name:"Get the id generated from the previous INSERT oper", file: "function.fbsql-insert-id"},
{id:3585, pId:11781, name:"List databases available on a FrontBase server", file: "function.fbsql-list-dbs"},
{id:3586, pId:11781, name:"List FrontBase result fields", file: "function.fbsql-list-fields"},
{id:3587, pId:11781, name:"List tables in a FrontBase database", file: "function.fbsql-list-tables"},
{id:3588, pId:11781, name:"Move the internal result pointer to the next resul", file: "function.fbsql-next-result"},
{id:3589, pId:11781, name:"Get number of fields in result", file: "function.fbsql-num-fields"},
{id:3590, pId:11781, name:"Get number of rows in result", file: "function.fbsql-num-rows"},
{id:3591, pId:11781, name:"Get or set the user password used with a connectio", file: "function.fbsql-password"},
{id:3592, pId:11781, name:"Open a persistent connection to a FrontBase Server", file: "function.fbsql-pconnect"},
{id:3593, pId:11781, name:"Send a FrontBase query", file: "function.fbsql-query"},
{id:3594, pId:11781, name:"Read a BLOB from the database", file: "function.fbsql-read-blob"},
{id:3595, pId:11781, name:"Read a CLOB from the database", file: "function.fbsql-read-clob"},
{id:3596, pId:11781, name:"Get result data", file: "function.fbsql-result"},
{id:3597, pId:11781, name:"Rollback a transaction to the database", file: "function.fbsql-rollback"},
{id:3598, pId:11781, name:"Get the number of rows affected by the last statem", file: "function.fbsql-rows-fetched"},
{id:3599, pId:11781, name:"Select a FrontBase database", file: "function.fbsql-select-db"},
{id:3600, pId:11781, name:"Change input/output character set", file: "function.fbsql-set-characterset"},
{id:3601, pId:11781, name:"Set the LOB retrieve mode for a FrontBase result s", file: "function.fbsql-set-lob-mode"},
{id:3602, pId:11781, name:"Change the password for a given user", file: "function.fbsql-set-password"},
{id:3603, pId:11781, name:"Set the transaction locking and isolation", file: "function.fbsql-set-transaction"},
{id:3604, pId:11781, name:"Start a database on local or remote server", file: "function.fbsql-start-db"},
{id:3605, pId:11781, name:"Stop a database on local or remote server", file: "function.fbsql-stop-db"},
{id:3606, pId:11781, name:"Get table name of field", file: "function.fbsql-table-name"},
{id:3607, pId:11781, name:"别名 fbsql_table_name", file: "function.fbsql-tablename"},
{id:3608, pId:11781, name:"Get or set the username for the connection", file: "function.fbsql-username"},
{id:3609, pId:11781, name:"Enable or disable FrontBase warnings", file: "function.fbsql-warnings"},
{id:205, pId:12180, name:"filePros4c15-0.1%", file: "book.filepro"},
{id:2456, pId:205, name:"预定义常量", file: "filepro.constants"},
{id:2460, pId:205, name:"安装/配置s4c4-0.03%", file: "filepro.setup"},
{id:2455, pId:2460, name:"运行时配置", file: "filepro.configuration"},
{id:2457, pId:2460, name:"安装", file: "filepro.installation"},
{id:2458, pId:2460, name:"需求", file: "filepro.requirements"},
{id:2459, pId:2460, name:"资源类型", file: "filepro.resources"},
{id:9123, pId:205, name:"简介", file: "intro.filepro"},
{id:11784, pId:205, name:"filePro 函数s7c7-0.05%", file: "ref.filepro"},
{id:3663, pId:11784, name:"Find out how many fields are in a filePro database", file: "function.filepro-fieldcount"},
{id:3664, pId:11784, name:"Gets the name of a field", file: "function.filepro-fieldname"},
{id:3665, pId:11784, name:"Gets the type of a field", file: "function.filepro-fieldtype"},
{id:3666, pId:11784, name:"Gets the width of a field", file: "function.filepro-fieldwidth"},
{id:3667, pId:11784, name:"Retrieves data from a filePro database", file: "function.filepro-retrieve"},
{id:3668, pId:11784, name:"Find out how many rows are in a filePro database", file: "function.filepro-rowcount"},
{id:3669, pId:11784, name:"Read and verify the map file", file: "function.filepro"},
{id:225, pId:12180, name:"Firebird/InterBases4c104-0.69%", file: "book.ibase"},
{id:8005, pId:225, name:"预定义常量", file: "ibase.constants"},
{id:8009, pId:225, name:"安装/配置s4c4-0.03%", file: "ibase.setup"},
{id:8004, pId:8009, name:"运行时配置", file: "ibase.configuration"},
{id:8006, pId:8009, name:"安装", file: "ibase.installation"},
{id:8007, pId:8009, name:"需求", file: "ibase.requirements"},
{id:8008, pId:8009, name:"资源类型", file: "ibase.resources"},
{id:9143, pId:225, name:"简介", file: "intro.ibase"},
{id:11798, pId:225, name:"Firebird/InterBase 函数s96c96-0.64%", file: "ref.ibase"},
{id:3502, pId:11798, name:"别名 ibase_add_user", file: "function.fbird-add-user"},
{id:3503, pId:11798, name:"别名 ibase_affected_rows", file: "function.fbird-affected-rows"},
{id:3504, pId:11798, name:"别名 ibase_backup", file: "function.fbird-backup"},
{id:3505, pId:11798, name:"别名 ibase_blob_add", file: "function.fbird-blob-add"},
{id:3506, pId:11798, name:"Cancel creating blob", file: "function.fbird-blob-cancel"},
{id:3507, pId:11798, name:"别名 ibase_blob_close", file: "function.fbird-blob-close"},
{id:3508, pId:11798, name:"别名 ibase_blob_create", file: "function.fbird-blob-create"},
{id:3509, pId:11798, name:"别名 ibase_blob_echo", file: "function.fbird-blob-echo"},
{id:3510, pId:11798, name:"别名 ibase_blob_get", file: "function.fbird-blob-get"},
{id:3511, pId:11798, name:"别名 ibase_blob_import", file: "function.fbird-blob-import"},
{id:3512, pId:11798, name:"别名 ibase_blob_info", file: "function.fbird-blob-info"},
{id:3513, pId:11798, name:"别名 ibase_blob_open", file: "function.fbird-blob-open"},
{id:3514, pId:11798, name:"别名 ibase_close", file: "function.fbird-close"},
{id:3515, pId:11798, name:"别名 ibase_commit_ret", file: "function.fbird-commit-ret"},
{id:3516, pId:11798, name:"别名 ibase_commit", file: "function.fbird-commit"},
{id:3517, pId:11798, name:"别名 ibase_connect", file: "function.fbird-connect"},
{id:3518, pId:11798, name:"别名 ibase_db_info", file: "function.fbird-db-info"},
{id:3519, pId:11798, name:"别名 ibase_delete_user", file: "function.fbird-delete-user"},
{id:3520, pId:11798, name:"别名 ibase_drop_db", file: "function.fbird-drop-db"},
{id:3521, pId:11798, name:"别名 ibase_errcode", file: "function.fbird-errcode"},
{id:3522, pId:11798, name:"别名 ibase_errmsg", file: "function.fbird-errmsg"},
{id:3523, pId:11798, name:"别名 ibase_execute", file: "function.fbird-execute"},
{id:3524, pId:11798, name:"别名 ibase_fetch_assoc", file: "function.fbird-fetch-assoc"},
{id:3525, pId:11798, name:"别名 ibase_fetch_object", file: "function.fbird-fetch-object"},
{id:3526, pId:11798, name:"别名 ibase_fetch_row", file: "function.fbird-fetch-row"},
{id:3527, pId:11798, name:"别名 ibase_field_info", file: "function.fbird-field-info"},
{id:3528, pId:11798, name:"别名 ibase_free_event_handler", file: "function.fbird-free-event-handler"},
{id:3529, pId:11798, name:"别名 ibase_free_query", file: "function.fbird-free-query"},
{id:3530, pId:11798, name:"别名 ibase_free_result", file: "function.fbird-free-result"},
{id:3531, pId:11798, name:"别名 ibase_gen_id", file: "function.fbird-gen-id"},
{id:3532, pId:11798, name:"别名 ibase_maintain_db", file: "function.fbird-maintain-db"},
{id:3533, pId:11798, name:"别名 ibase_modify_user", file: "function.fbird-modify-user"},
{id:3534, pId:11798, name:"别名 ibase_name_result", file: "function.fbird-name-result"},
{id:3535, pId:11798, name:"别名 ibase_num_fields", file: "function.fbird-num-fields"},
{id:3536, pId:11798, name:"别名 ibase_num_params", file: "function.fbird-num-params"},
{id:3537, pId:11798, name:"别名 ibase_param_info", file: "function.fbird-param-info"},
{id:3538, pId:11798, name:"别名 ibase_pconnect", file: "function.fbird-pconnect"},
{id:3539, pId:11798, name:"别名 ibase_prepare", file: "function.fbird-prepare"},
{id:3540, pId:11798, name:"别名 ibase_query", file: "function.fbird-query"},
{id:3541, pId:11798, name:"别名 ibase_restore", file: "function.fbird-restore"},
{id:3542, pId:11798, name:"别名 ibase_rollback_ret", file: "function.fbird-rollback-ret"},
{id:3543, pId:11798, name:"别名 ibase_rollback", file: "function.fbird-rollback"},
{id:3544, pId:11798, name:"别名 ibase_server_info", file: "function.fbird-server-info"},
{id:3545, pId:11798, name:"别名 ibase_service_attach", file: "function.fbird-service-attach"},
{id:3546, pId:11798, name:"别名 ibase_service_detach", file: "function.fbird-service-detach"},
{id:3547, pId:11798, name:"别名 ibase_set_event_handler", file: "function.fbird-set-event-handler"},
{id:3548, pId:11798, name:"别名 ibase_trans", file: "function.fbird-trans"},
{id:3549, pId:11798, name:"别名 ibase_wait_event", file: "function.fbird-wait-event"},
{id:4012, pId:11798, name:"Add a user to a security database", file: "function.ibase-add-user"},
{id:4013, pId:11798, name:"Return the number of rows that were affected by th", file: "function.ibase-affected-rows"},
{id:4014, pId:11798, name:"Initiates a backup task in the service manager and", file: "function.ibase-backup"},
{id:4015, pId:11798, name:"Add data into a newly created blob", file: "function.ibase-blob-add"},
{id:4016, pId:11798, name:"Cancel creating blob", file: "function.ibase-blob-cancel"},
{id:4017, pId:11798, name:"Close blob", file: "function.ibase-blob-close"},
{id:4018, pId:11798, name:"Create a new blob for adding data", file: "function.ibase-blob-create"},
{id:4019, pId:11798, name:"Output blob contents to browser", file: "function.ibase-blob-echo"},
{id:4020, pId:11798, name:"Get len bytes data from open blob", file: "function.ibase-blob-get"},
{id:4021, pId:11798, name:"Create blob, copy file in it, and close it", file: "function.ibase-blob-import"},
{id:4022, pId:11798, name:"Return blob length and other useful info", file: "function.ibase-blob-info"},
{id:4023, pId:11798, name:"Open blob for retrieving data parts", file: "function.ibase-blob-open"},
{id:4024, pId:11798, name:"Close a connection to an InterBase database", file: "function.ibase-close"},
{id:4025, pId:11798, name:"Commit a transaction without closing it", file: "function.ibase-commit-ret"},
{id:4026, pId:11798, name:"Commit a transaction", file: "function.ibase-commit"},
{id:4027, pId:11798, name:"Open a connection to a database", file: "function.ibase-connect"},
{id:4028, pId:11798, name:"Request statistics about a database", file: "function.ibase-db-info"},
{id:4029, pId:11798, name:"Delete a user from a security database", file: "function.ibase-delete-user"},
{id:4030, pId:11798, name:"Drops a database", file: "function.ibase-drop-db"},
{id:4031, pId:11798, name:"Return an error code", file: "function.ibase-errcode"},
{id:4032, pId:11798, name:"Return error messages", file: "function.ibase-errmsg"},
{id:4033, pId:11798, name:"Execute a previously prepared query", file: "function.ibase-execute"},
{id:4034, pId:11798, name:"Fetch a result row from a query as an associative ", file: "function.ibase-fetch-assoc"},
{id:4035, pId:11798, name:"Get an object from a InterBase database", file: "function.ibase-fetch-object"},
{id:4036, pId:11798, name:"Fetch a row from an InterBase database", file: "function.ibase-fetch-row"},
{id:4037, pId:11798, name:"Get information about a field", file: "function.ibase-field-info"},
{id:4038, pId:11798, name:"Cancels a registered event handler", file: "function.ibase-free-event-handler"},
{id:4039, pId:11798, name:"Free memory allocated by a prepared query", file: "function.ibase-free-query"},
{id:4040, pId:11798, name:"Free a result set", file: "function.ibase-free-result"},
{id:4041, pId:11798, name:"Increments the named generator and returns its new", file: "function.ibase-gen-id"},
{id:4042, pId:11798, name:"Execute a maintenance command on the database serv", file: "function.ibase-maintain-db"},
{id:4043, pId:11798, name:"Modify a user to a security database", file: "function.ibase-modify-user"},
{id:4044, pId:11798, name:"Assigns a name to a result set", file: "function.ibase-name-result"},
{id:4045, pId:11798, name:"Get the number of fields in a result set", file: "function.ibase-num-fields"},
{id:4046, pId:11798, name:"Return the number of parameters in a prepared quer", file: "function.ibase-num-params"},
{id:4047, pId:11798, name:"Return information about a parameter in a prepared", file: "function.ibase-param-info"},
{id:4048, pId:11798, name:"Open a persistent connection to an InterBase datab", file: "function.ibase-pconnect"},
{id:4049, pId:11798, name:"Prepare a query for later binding of parameter pla", file: "function.ibase-prepare"},
{id:4050, pId:11798, name:"Execute a query on an InterBase database", file: "function.ibase-query"},
{id:4051, pId:11798, name:"Initiates a restore task in the service manager an", file: "function.ibase-restore"},
{id:4052, pId:11798, name:"Roll back a transaction without closing it", file: "function.ibase-rollback-ret"},
{id:4053, pId:11798, name:"Roll back a transaction", file: "function.ibase-rollback"},
{id:4054, pId:11798, name:"Request information about a database server", file: "function.ibase-server-info"},
{id:4055, pId:11798, name:"Connect to the service manager", file: "function.ibase-service-attach"},
{id:4056, pId:11798, name:"Disconnect from the service manager", file: "function.ibase-service-detach"},
{id:4057, pId:11798, name:"Register a callback function to be called when eve", file: "function.ibase-set-event-handler"},
{id:4058, pId:11798, name:"Begin a transaction", file: "function.ibase-trans"},
{id:4059, pId:11798, name:"Wait for an event to be posted by the database", file: "function.ibase-wait-event"},
{id:226, pId:12180, name:"IBM DB2, Cloudscape and Apache Derbys4c59-0.39%", file: "book.ibm-db2"},
{id:8011, pId:226, name:"预定义常量", file: "ibm-db2.constants"},
{id:8015, pId:226, name:"安装/配置s4c4-0.03%", file: "ibm-db2.setup"},
{id:8010, pId:8015, name:"运行时配置", file: "ibm-db2.configuration"},
{id:8012, pId:8015, name:"安装", file: "ibm-db2.installation"},
{id:8013, pId:8015, name:"需求", file: "ibm-db2.requirements"},
{id:8014, pId:8015, name:"资源类型", file: "ibm-db2.resources"},
{id:9144, pId:226, name:"简介", file: "intro.ibm-db2"},
{id:11799, pId:226, name:"IBM DB2 函数s51c51-0.34%", file: "ref.ibm-db2"},
{id:3038, pId:11799, name:"Returns or sets the AUTOCOMMIT state for a databas", file: "function.db2-autocommit"},
{id:3039, pId:11799, name:"Binds a PHP variable to an SQL statement parameter", file: "function.db2-bind-param"},
{id:3040, pId:11799, name:"Returns an object with properties that describe th", file: "function.db2-client-info"},
{id:3041, pId:11799, name:"Closes a database connection", file: "function.db2-close"},
{id:3042, pId:11799, name:"Returns a result set listing the columns and assoc", file: "function.db2-column-privileges"},
{id:3043, pId:11799, name:"Returns a result set listing the columns and assoc", file: "function.db2-columns"},
{id:3044, pId:11799, name:"Commits a transaction", file: "function.db2-commit"},
{id:3045, pId:11799, name:"Returns a string containing the SQLSTATE returned ", file: "function.db2-conn-error"},
{id:3046, pId:11799, name:"Returns the last connection error message and SQLC", file: "function.db2-conn-errormsg"},
{id:3047, pId:11799, name:"Returns a connection to a database", file: "function.db2-connect"},
{id:3048, pId:11799, name:"Returns the cursor type used by a statement resour", file: "function.db2-cursor-type"},
{id:3049, pId:11799, name:"Used to escape certain characters", file: "function.db2-escape-string"},
{id:3050, pId:11799, name:"Executes an SQL statement directly", file: "function.db2-exec"},
{id:3051, pId:11799, name:"Executes a prepared SQL statement", file: "function.db2-execute"},
{id:3052, pId:11799, name:"Returns an array, indexed by column position, repr", file: "function.db2-fetch-array"},
{id:3053, pId:11799, name:"Returns an array, indexed by column name, represen", file: "function.db2-fetch-assoc"},
{id:3054, pId:11799, name:"Returns an array, indexed by both column name and ", file: "function.db2-fetch-both"},
{id:3055, pId:11799, name:"Returns an object with properties representing col", file: "function.db2-fetch-object"},
{id:3056, pId:11799, name:"Sets the result set pointer to the next row or req", file: "function.db2-fetch-row"},
{id:3057, pId:11799, name:"Returns the maximum number of bytes required to di", file: "function.db2-field-display-size"},
{id:3058, pId:11799, name:"Returns the name of the column in the result set", file: "function.db2-field-name"},
{id:3059, pId:11799, name:"Returns the position of the named column in a resu", file: "function.db2-field-num"},
{id:3060, pId:11799, name:"Returns the precision of the indicated column in a", file: "function.db2-field-precision"},
{id:3061, pId:11799, name:"Returns the scale of the indicated column in a res", file: "function.db2-field-scale"},
{id:3062, pId:11799, name:"Returns the data type of the indicated column in a", file: "function.db2-field-type"},
{id:3063, pId:11799, name:"Returns the width of the current value of the indi", file: "function.db2-field-width"},
{id:3064, pId:11799, name:"Returns a result set listing the foreign keys for ", file: "function.db2-foreign-keys"},
{id:3065, pId:11799, name:"Frees resources associated with a result set", file: "function.db2-free-result"},
{id:3066, pId:11799, name:"Frees resources associated with the indicated stat", file: "function.db2-free-stmt"},
{id:3067, pId:11799, name:"Retrieves an option value for a statement resource", file: "function.db2-get-option"},
{id:3068, pId:11799, name:"Returns the auto generated ID of the last insert q", file: "function.db2-last-insert-id"},
{id:3069, pId:11799, name:"Gets a user defined size of LOB files with each in", file: "function.db2-lob-read"},
{id:3070, pId:11799, name:"Requests the next result set from a stored procedu", file: "function.db2-next-result"},
{id:3071, pId:11799, name:"Returns the number of fields contained in a result", file: "function.db2-num-fields"},
{id:3072, pId:11799, name:"Returns the number of rows affected by an SQL stat", file: "function.db2-num-rows"},
{id:3073, pId:11799, name:"Closes a persistent database connection", file: "function.db2-pclose"},
{id:3074, pId:11799, name:"Returns a persistent connection to a database", file: "function.db2-pconnect"},
{id:3075, pId:11799, name:"Prepares an SQL statement to be executed", file: "function.db2-prepare"},
{id:3076, pId:11799, name:"Returns a result set listing primary keys for a ta", file: "function.db2-primary-keys"},
{id:3077, pId:11799, name:"Returns a result set listing stored procedure para", file: "function.db2-procedure-columns"},
{id:3078, pId:11799, name:"Returns a result set listing the stored procedures", file: "function.db2-procedures"},
{id:3079, pId:11799, name:"Returns a single column from a row in the result s", file: "function.db2-result"},
{id:3080, pId:11799, name:"Rolls back a transaction", file: "function.db2-rollback"},
{id:3081, pId:11799, name:"Returns an object with properties that describe th", file: "function.db2-server-info"},
{id:3082, pId:11799, name:"Set options for connection or statement resources", file: "function.db2-set-option"},
{id:3083, pId:11799, name:"Returns a result set listing the unique row identi", file: "function.db2-special-columns"},
{id:3084, pId:11799, name:"Returns a result set listing the index and statist", file: "function.db2-statistics"},
{id:3085, pId:11799, name:"Returns a string containing the SQLSTATE returned ", file: "function.db2-stmt-error"},
{id:3086, pId:11799, name:"Returns a string containing the last SQL statement", file: "function.db2-stmt-errormsg"},
{id:3087, pId:11799, name:"Returns a result set listing the tables and associ", file: "function.db2-table-privileges"},
{id:3088, pId:11799, name:"Returns a result set listing the tables and associ", file: "function.db2-tables"},
{id:229, pId:12180, name:"Informixs4c46-0.31%", file: "book.ifx"},
{id:8040, pId:229, name:"预定义常量", file: "ifx.constants"},
{id:8044, pId:229, name:"安装/配置s4c4-0.03%", file: "ifx.setup"},
{id:8039, pId:8044, name:"运行时配置", file: "ifx.configuration"},
{id:8041, pId:8044, name:"安装", file: "ifx.installation"},
{id:8042, pId:8044, name:"需求", file: "ifx.requirements"},
{id:8043, pId:8044, name:"资源类型", file: "ifx.resources"},
{id:9147, pId:229, name:"简介", file: "intro.ifx"},
{id:11802, pId:229, name:"Informix 函数s38c38-0.25%", file: "ref.ifx"},
{id:4082, pId:11802, name:"Get number of rows affected by a query", file: "function.ifx-affected-rows"},
{id:4083, pId:11802, name:"Set the default blob mode for all select queries", file: "function.ifx-blobinfile-mode"},
{id:4084, pId:11802, name:"Set the default byte mode", file: "function.ifx-byteasvarchar"},
{id:4085, pId:11802, name:"Close Informix connection", file: "function.ifx-close"},
{id:4086, pId:11802, name:"Open Informix server connection", file: "function.ifx-connect"},
{id:4087, pId:11802, name:"Duplicates the given blob object", file: "function.ifx-copy-blob"},
{id:4088, pId:11802, name:"Creates an blob object", file: "function.ifx-create-blob"},
{id:4089, pId:11802, name:"Creates an char object", file: "function.ifx-create-char"},
{id:4090, pId:11802, name:"Execute a previously prepared SQL-statement", file: "function.ifx-do"},
{id:4091, pId:11802, name:"Returns error code of last Informix call", file: "function.ifx-error"},
{id:4092, pId:11802, name:"Returns error message of last Informix call", file: "function.ifx-errormsg"},
{id:4093, pId:11802, name:"Get row as an associative array", file: "function.ifx-fetch-row"},
{id:4094, pId:11802, name:"List of SQL fieldproperties", file: "function.ifx-fieldproperties"},
{id:4095, pId:11802, name:"List of Informix SQL fields", file: "function.ifx-fieldtypes"},
{id:4096, pId:11802, name:"Deletes the blob object", file: "function.ifx-free-blob"},
{id:4097, pId:11802, name:"Deletes the char object", file: "function.ifx-free-char"},
{id:4098, pId:11802, name:"Releases resources for the query", file: "function.ifx-free-result"},
{id:4099, pId:11802, name:"Return the content of a blob object", file: "function.ifx-get-blob"},
{id:4100, pId:11802, name:"Return the content of the char object", file: "function.ifx-get-char"},
{id:4101, pId:11802, name:"Get the contents of sqlca.sqlerrd[0..5] after a qu", file: "function.ifx-getsqlca"},
{id:4102, pId:11802, name:"Formats all rows of a query into a HTML table", file: "function.ifx-htmltbl-result"},
{id:4103, pId:11802, name:"Sets the default return value on a fetch row", file: "function.ifx-nullformat"},
{id:4104, pId:11802, name:"Returns the number of columns in the query", file: "function.ifx-num-fields"},
{id:4105, pId:11802, name:"Count the rows already fetched from a query", file: "function.ifx-num-rows"},
{id:4106, pId:11802, name:"Open persistent Informix connection", file: "function.ifx-pconnect"},
{id:4107, pId:11802, name:"Prepare an SQL-statement for execution", file: "function.ifx-prepare"},
{id:4108, pId:11802, name:"Send Informix query", file: "function.ifx-query"},
{id:4109, pId:11802, name:"Set the default text mode", file: "function.ifx-textasvarchar"},
{id:4110, pId:11802, name:"Updates the content of the blob object", file: "function.ifx-update-blob"},
{id:4111, pId:11802, name:"Updates the content of the char object", file: "function.ifx-update-char"},
{id:4112, pId:11802, name:"Deletes the slob object", file: "function.ifxus-close-slob"},
{id:4113, pId:11802, name:"Creates an slob object and opens it", file: "function.ifxus-create-slob"},
{id:4114, pId:11802, name:"Deletes the slob object", file: "function.ifxus-free-slob"},
{id:4115, pId:11802, name:"Opens an slob object", file: "function.ifxus-open-slob"},
{id:4116, pId:11802, name:"Reads nbytes of the slob object", file: "function.ifxus-read-slob"},
{id:4117, pId:11802, name:"Sets the current file or seek position", file: "function.ifxus-seek-slob"},
{id:4118, pId:11802, name:"Returns the current file or seek position", file: "function.ifxus-tell-slob"},
{id:4119, pId:11802, name:"Writes a string into the slob object", file: "function.ifxus-write-slob"},
{id:236, pId:12180, name:"Ingres DBMS, EDBC, and Enterprise Access Gatewayss5c44-0.29%", file: "book.ingres"},
{id:8608, pId:236, name:"预定义常量", file: "ingres.constants"},
{id:8610, pId:236, name:"范例s1c1-0.01%", file: "ingres.examples"},
{id:8609, pId:8610, name:"Basic usage", file: "ingres.examples-basic"},
{id:8614, pId:236, name:"安装/配置s4c4-0.03%", file: "ingres.setup"},
{id:8607, pId:8614, name:"运行时配置", file: "ingres.configuration"},
{id:8611, pId:8614, name:"安装", file: "ingres.installation"},
{id:8612, pId:8614, name:"需求", file: "ingres.requirements"},
{id:8613, pId:8614, name:"资源类型", file: "ingres.resources"},
{id:9154, pId:236, name:"简介", file: "intro.ingres"},
{id:11808, pId:236, name:"Ingres 函数s34c34-0.23%", file: "ref.ingres"},
{id:4337, pId:11808, name:"Test if the connection is using autocommit", file: "function.ingres-autocommit-state"},
{id:4338, pId:11808, name:"Switch autocommit on or off", file: "function.ingres-autocommit"},
{id:4339, pId:11808, name:"Returns the installation character set", file: "function.ingres-charset"},
{id:4340, pId:11808, name:"Close an Ingres database connection", file: "function.ingres-close"},
{id:4341, pId:11808, name:"Commit a transaction", file: "function.ingres-commit"},
{id:4342, pId:11808, name:"Open a connection to an Ingres database", file: "function.ingres-connect"},
{id:4343, pId:11808, name:"Get a cursor name for a given result resource", file: "function.ingres-cursor"},
{id:4344, pId:11808, name:"Get the last Ingres error number generated", file: "function.ingres-errno"},
{id:4345, pId:11808, name:"Get a meaningful error message for the last error ", file: "function.ingres-error"},
{id:4346, pId:11808, name:"Get the last SQLSTATE error code generated", file: "function.ingres-errsqlstate"},
{id:4347, pId:11808, name:"Escape special characters for use in a query", file: "function.ingres-escape-string"},
{id:4348, pId:11808, name:"Execute a prepared query", file: "function.ingres-execute"},
{id:4349, pId:11808, name:"Fetch a row of result into an array", file: "function.ingres-fetch-array"},
{id:4350, pId:11808, name:"Fetch a row of result into an associative array", file: "function.ingres-fetch-assoc"},
{id:4351, pId:11808, name:"Fetch a row of result into an object", file: "function.ingres-fetch-object"},
{id:4352, pId:11808, name:"Get the return value from a procedure call", file: "function.ingres-fetch-proc-return"},
{id:4353, pId:11808, name:"Fetch a row of result into an enumerated array", file: "function.ingres-fetch-row"},
{id:4354, pId:11808, name:"Get the length of a field", file: "function.ingres-field-length"},
{id:4355, pId:11808, name:"Get the name of a field in a query result", file: "function.ingres-field-name"},
{id:4356, pId:11808, name:"Test if a field is nullable", file: "function.ingres-field-nullable"},
{id:4357, pId:11808, name:"Get the precision of a field", file: "function.ingres-field-precision"},
{id:4358, pId:11808, name:"Get the scale of a field", file: "function.ingres-field-scale"},
{id:4359, pId:11808, name:"Get the type of a field in a query result", file: "function.ingres-field-type"},
{id:4360, pId:11808, name:"Free the resources associated with a result identi", file: "function.ingres-free-result"},
{id:4361, pId:11808, name:"Get the next Ingres error", file: "function.ingres-next-error"},
{id:4362, pId:11808, name:"Get the number of fields returned by the last quer", file: "function.ingres-num-fields"},
{id:4363, pId:11808, name:"Get the number of rows affected or returned by a q", file: "function.ingres-num-rows"},
{id:4364, pId:11808, name:"Open a persistent connection to an Ingres database", file: "function.ingres-pconnect"},
{id:4365, pId:11808, name:"Prepare a query for later execution", file: "function.ingres-prepare"},
{id:4366, pId:11808, name:"Send an SQL query to Ingres", file: "function.ingres-query"},
{id:4367, pId:11808, name:"Set the row position before fetching data", file: "function.ingres-result-seek"},
{id:4368, pId:11808, name:"Roll back a transaction", file: "function.ingres-rollback"},
{id:4369, pId:11808, name:"Set environment features controlling output option", file: "function.ingres-set-environment"},
{id:4370, pId:11808, name:"Send an unbuffered SQL query to Ingres", file: "function.ingres-unbuffered-query"},
{id:253, pId:12180, name:"MaxDBs5c112-0.74%", file: "book.maxdb"},
{id:9171, pId:253, name:"简介", file: "intro.maxdb"},
{id:9601, pId:253, name:"预定义常量", file: "maxdb.constants"},
{id:9603, pId:253, name:"范例s1c1-0.01%", file: "maxdb.examples"},
{id:9602, pId:9603, name:"Basic usage", file: "maxdb.examples-basic"},
{id:9607, pId:253, name:"安装/配置s4c4-0.03%", file: "maxdb.setup"},
{id:9600, pId:9607, name:"运行时配置", file: "maxdb.configuration"},
{id:9604, pId:9607, name:"安装", file: "maxdb.installation"},
{id:9605, pId:9607, name:"需求", file: "maxdb.requirements"},
{id:9606, pId:9607, name:"资源类型", file: "maxdb.resources"},
{id:11823, pId:253, name:"MaxDB 函数s102c102-0.68%", file: "ref.maxdb"},
{id:4607, pId:11823, name:"Gets the number of affected rows in a previous Max", file: "function.maxdb-affected-rows"},
{id:4608, pId:11823, name:"Turns on or off auto-commiting database modificati", file: "function.maxdb-autocommit"},
{id:4609, pId:11823, name:"别名 maxdb_stmt_bind_param", file: "function.maxdb-bind-param"},
{id:4610, pId:11823, name:"别名 maxdb_stmt_bind_result", file: "function.maxdb-bind-result"},
{id:4611, pId:11823, name:"Changes the user of the specified database connect", file: "function.maxdb-change-user"},
{id:4612, pId:11823, name:"Returns the default character set for the database", file: "function.maxdb-character-set-name"},
{id:4613, pId:11823, name:"别名 maxdb_character_set_name", file: "function.maxdb-client-encoding"},
{id:4614, pId:11823, name:"别名 maxdb_stmt_close_long_data", file: "function.maxdb-close-long-data"},
{id:4615, pId:11823, name:"Closes a previously opened database connection", file: "function.maxdb-close"},
{id:4616, pId:11823, name:"Commits the current transaction", file: "function.maxdb-commit"},
{id:4617, pId:11823, name:"Returns the error code from last connect call", file: "function.maxdb-connect-errno"},
{id:4618, pId:11823, name:"Returns a string description of the last connect e", file: "function.maxdb-connect-error"},
{id:4619, pId:11823, name:"Open a new connection to the MaxDB server", file: "function.maxdb-connect"},
{id:4620, pId:11823, name:"Adjusts the result pointer to an arbitary row in t", file: "function.maxdb-data-seek"},
{id:4621, pId:11823, name:"Performs debugging operations", file: "function.maxdb-debug"},
{id:4622, pId:11823, name:"Disable reads from master", file: "function.maxdb-disable-reads-from-master"},
{id:4623, pId:11823, name:"Disable RPL parse", file: "function.maxdb-disable-rpl-parse"},
{id:4624, pId:11823, name:"Dump debugging information into the log", file: "function.maxdb-dump-debug-info"},
{id:4625, pId:11823, name:"Open a connection to an embedded MaxDB server", file: "function.maxdb-embedded-connect"},
{id:4626, pId:11823, name:"Enable reads from master", file: "function.maxdb-enable-reads-from-master"},
{id:4627, pId:11823, name:"Enable RPL parse", file: "function.maxdb-enable-rpl-parse"},
{id:4628, pId:11823, name:"Returns the error code for the most recent functio", file: "function.maxdb-errno"},
{id:4629, pId:11823, name:"Returns a string description of the last error", file: "function.maxdb-error"},
{id:4630, pId:11823, name:"别名 maxdb_real_escape_string", file: "function.maxdb-escape-string"},
{id:4631, pId:11823, name:"别名 maxdb_stmt_execute", file: "function.maxdb-execute"},
{id:4632, pId:11823, name:"Fetch a result row as an associative, a numeric ar", file: "function.maxdb-fetch-array"},
{id:4633, pId:11823, name:"Fetch a result row as an associative array", file: "function.maxdb-fetch-assoc"},
{id:4634, pId:11823, name:"Fetch meta-data for a single field", file: "function.maxdb-fetch-field-direct"},
{id:4635, pId:11823, name:"Returns the next field in the result set", file: "function.maxdb-fetch-field"},
{id:4636, pId:11823, name:"Returns an array of resources representing the fie", file: "function.maxdb-fetch-fields"},
{id:4637, pId:11823, name:"Returns the lengths of the columns of the current ", file: "function.maxdb-fetch-lengths"},
{id:4638, pId:11823, name:"Returns the current row of a result set as an obje", file: "function.maxdb-fetch-object"},
{id:4639, pId:11823, name:"Get a result row as an enumerated array", file: "function.maxdb-fetch-row"},
{id:4640, pId:11823, name:"别名 maxdb_stmt_fetch", file: "function.maxdb-fetch"},
{id:4641, pId:11823, name:"Returns the number of columns for the most recent ", file: "function.maxdb-field-count"},
{id:4642, pId:11823, name:"Set result pointer to a specified field offset", file: "function.maxdb-field-seek"},
{id:4643, pId:11823, name:"Get current field offset of a result pointer", file: "function.maxdb-field-tell"},
{id:4644, pId:11823, name:"Frees the memory associated with a result", file: "function.maxdb-free-result"},
{id:4645, pId:11823, name:"Returns the MaxDB client version as a string", file: "function.maxdb-get-client-info"},
{id:4646, pId:11823, name:"Get MaxDB client info", file: "function.maxdb-get-client-version"},
{id:4647, pId:11823, name:"Returns a string representing the type of connecti", file: "function.maxdb-get-host-info"},
{id:4648, pId:11823, name:"别名 maxdb_stmt_result_metadata", file: "function.maxdb-get-metadata"},
{id:4649, pId:11823, name:"Returns the version of the MaxDB protocol used", file: "function.maxdb-get-proto-info"},
{id:4650, pId:11823, name:"Returns the version of the MaxDB server", file: "function.maxdb-get-server-info"},
{id:4651, pId:11823, name:"Returns the version of the MaxDB server as an inte", file: "function.maxdb-get-server-version"},
{id:4652, pId:11823, name:"Retrieves information about the most recently exec", file: "function.maxdb-info"},
{id:4653, pId:11823, name:"Initializes MaxDB and returns an resource for use ", file: "function.maxdb-init"},
{id:4654, pId:11823, name:"Returns the auto generated id used in the last que", file: "function.maxdb-insert-id"},
{id:4655, pId:11823, name:"Disconnects from a MaxDB server", file: "function.maxdb-kill"},
{id:4656, pId:11823, name:"Enforce execution of a query on the master in a ma", file: "function.maxdb-master-query"},
{id:4657, pId:11823, name:"Check if there any more query results from a multi", file: "function.maxdb-more-results"},
{id:4658, pId:11823, name:"Performs a query on the database", file: "function.maxdb-multi-query"},
{id:4659, pId:11823, name:"Prepare next result from multi_query", file: "function.maxdb-next-result"},
{id:4660, pId:11823, name:"Get the number of fields in a result", file: "function.maxdb-num-fields"},
{id:4661, pId:11823, name:"Gets the number of rows in a result", file: "function.maxdb-num-rows"},
{id:4662, pId:11823, name:"Set options", file: "function.maxdb-options"},
{id:4663, pId:11823, name:"别名 maxdb_stmt_param_count", file: "function.maxdb-param-count"},
{id:4664, pId:11823, name:"Pings a server connection, or tries to reconnect i", file: "function.maxdb-ping"},
{id:4665, pId:11823, name:"Prepare an SQL statement for execution", file: "function.maxdb-prepare"},
{id:4666, pId:11823, name:"Performs a query on the database", file: "function.maxdb-query"},
{id:4667, pId:11823, name:"Opens a connection to a MaxDB server", file: "function.maxdb-real-connect"},
{id:4668, pId:11823, name:"Escapes special characters in a string for use in ", file: "function.maxdb-real-escape-string"},
{id:4669, pId:11823, name:"Execute an SQL query", file: "function.maxdb-real-query"},
{id:4670, pId:11823, name:"Enables or disables internal report functions", file: "function.maxdb-report"},
{id:4671, pId:11823, name:"Rolls back current transaction", file: "function.maxdb-rollback"},
{id:4672, pId:11823, name:"Check if RPL parse is enabled", file: "function.maxdb-rpl-parse-enabled"},
{id:4673, pId:11823, name:"RPL probe", file: "function.maxdb-rpl-probe"},
{id:4674, pId:11823, name:"Returns RPL query type", file: "function.maxdb-rpl-query-type"},
{id:4675, pId:11823, name:"Selects the default database for database queries", file: "function.maxdb-select-db"},
{id:4676, pId:11823, name:"别名 maxdb_stmt_send_long_data", file: "function.maxdb-send-long-data"},
{id:4677, pId:11823, name:"Send the query and return", file: "function.maxdb-send-query"},
{id:4678, pId:11823, name:"Shut down the embedded server", file: "function.maxdb-server-end"},
{id:4679, pId:11823, name:"Initialize embedded server", file: "function.maxdb-server-init"},
{id:4680, pId:11823, name:"别名 maxdb_options", file: "function.maxdb-set-opt"},
{id:4681, pId:11823, name:"Returns the SQLSTATE error from previous MaxDB ope", file: "function.maxdb-sqlstate"},
{id:4682, pId:11823, name:"Used for establishing secure connections using SSL", file: "function.maxdb-ssl-set"},
{id:4683, pId:11823, name:"Gets the current system status", file: "function.maxdb-stat"},
{id:4684, pId:11823, name:"Returns the total number of rows changed, deleted,", file: "function.maxdb-stmt-affected-rows"},
{id:4685, pId:11823, name:"Binds variables to a prepared statement as paramet", file: "function.maxdb-stmt-bind-param"},
{id:4686, pId:11823, name:"Binds variables to a prepared statement for result", file: "function.maxdb-stmt-bind-result"},
{id:4687, pId:11823, name:"Ends a sequence of maxdb_stmt_send_long_data", file: "function.maxdb-stmt-close-long-data"},
{id:4688, pId:11823, name:"Closes a prepared statement", file: "function.maxdb-stmt-close"},
{id:4689, pId:11823, name:"Seeks to an arbitray row in statement result set", file: "function.maxdb-stmt-data-seek"},
{id:4690, pId:11823, name:"Returns the error code for the most recent stateme", file: "function.maxdb-stmt-errno"},
{id:4691, pId:11823, name:"Returns a string description for last statement er", file: "function.maxdb-stmt-error"},
{id:4692, pId:11823, name:"Executes a prepared Query", file: "function.maxdb-stmt-execute"},
{id:4693, pId:11823, name:"Fetch results from a prepared statement into the b", file: "function.maxdb-stmt-fetch"},
{id:4694, pId:11823, name:"Frees stored result memory for the given statement", file: "function.maxdb-stmt-free-result"},
{id:4695, pId:11823, name:"Initializes a statement and returns an resource fo", file: "function.maxdb-stmt-init"},
{id:4696, pId:11823, name:"Return the number of rows in statements result set", file: "function.maxdb-stmt-num-rows"},
{id:4697, pId:11823, name:"Returns the number of parameter for the given stat", file: "function.maxdb-stmt-param-count"},
{id:4698, pId:11823, name:"Prepare an SQL statement for execution", file: "function.maxdb-stmt-prepare"},
{id:4699, pId:11823, name:"Resets a prepared statement", file: "function.maxdb-stmt-reset"},
{id:4700, pId:11823, name:"Returns result set metadata from a prepared statem", file: "function.maxdb-stmt-result-metadata"},
{id:4701, pId:11823, name:"Send data in blocks", file: "function.maxdb-stmt-send-long-data"},
{id:4702, pId:11823, name:"Returns SQLSTATE error from previous statement ope", file: "function.maxdb-stmt-sqlstate"},
{id:4703, pId:11823, name:"Transfers a result set from a prepared statement", file: "function.maxdb-stmt-store-result"},
{id:4704, pId:11823, name:"Transfers a result set from the last query", file: "function.maxdb-store-result"},
{id:4705, pId:11823, name:"Returns the thread ID for the current connection", file: "function.maxdb-thread-id"},
{id:4706, pId:11823, name:"Returns whether thread safety is given or not", file: "function.maxdb-thread-safe"},
{id:4707, pId:11823, name:"Initiate a result set retrieval", file: "function.maxdb-use-result"},
{id:4708, pId:11823, name:"Returns the number of warnings from the last query", file: "function.maxdb-warning-count"},
{id:265, pId:12180, name:"MongoDB 驱动(旧版)s10c282-1.88%", file: "book.mongo"},
{id:643, pId:265, name:"更新日志", file: "changelog.mongo"},
{id:9922, pId:265, name:"预定义常量", file: "mongo.constants"},
{id:9925, pId:265, name:"核心类s6c136-0.9%", file: "mongo.core"},
{id:898, pId:9925, name:"MongoClient 类s16c16-0.11%", file: "class.mongoclient"},
{id:9964, pId:898, name:"关闭连接", file: "mongoclient.close"},
{id:9965, pId:898, name:"连接到数据库服务器", file: "mongoclient.connect"},
{id:9966, pId:898, name:"创建一个新的数据库连接对象", file: "mongoclient.construct"},
{id:9967, pId:898, name:"删除一个数据库 [已废弃]", file: "mongoclient.dropdb"},
{id:9968, pId:898, name:"取得一个数据库", file: "mongoclient.get"},
{id:9969, pId:898, name:"返回所有已打开连接的信息", file: "mongoclient.getconnections"},
{id:9970, pId:898, name:"更新所有关联主机的状态信息", file: "mongoclient.gethosts"},
{id:9971, pId:898, name:"获取此连接的读取首选项", file: "mongoclient.getreadpreference"},
{id:9972, pId:898, name:"Get the write concern for this connection", file: "mongoclient.getwriteconcern"},
{id:9973, pId:898, name:"Kills a specific cursor on the server", file: "mongoclient.killcursor"},
{id:9974, pId:898, name:"列出所有有效数据库", file: "mongoclient.listdbs"},
{id:9975, pId:898, name:"获取数据库的文档集", file: "mongoclient.selectcollection"},
{id:9976, pId:898, name:"获取一个数据库", file: "mongoclient.selectdb"},
{id:9977, pId:898, name:"为该连接设置读取选项", file: "mongoclient.setreadpreference"},
{id:9978, pId:898, name:"Set the write concern for this connection", file: "mongoclient.setwriteconcern"},
{id:9979, pId:898, name:"该连接的字符串表达方式", file: "mongoclient.tostring"},
{id:900, pId:9925, name:"The MongoCollection classs34c34-0.23%", file: "class.mongocollection"},
{id:9982, pId:900, name:"String representation of this collection", file: "mongocollection.--tostring"},
{id:9983, pId:900, name:"Perform an aggregation using the aggregation frame", file: "mongocollection.aggregate"},
{id:9984, pId:900, name:"Execute an aggregation pipeline command and retrie", file: "mongocollection.aggregatecursor"},
{id:9985, pId:900, name:"Inserts multiple documents into this collection", file: "mongocollection.batchinsert"},
{id:9986, pId:900, name:"创建一个新的集合", file: "mongocollection.construct"},
{id:9987, pId:900, name:"返回集合中的文档数量", file: "mongocollection.count"},
{id:9988, pId:900, name:"创建一个数据库引用", file: "mongocollection.createdbref"},
{id:9989, pId:900, name:"Creates an index on the specified field(s) if it d", file: "mongocollection.createindex"},
{id:9990, pId:900, name:"Deletes an index from this collection", file: "mongocollection.deleteindex"},
{id:9991, pId:900, name:"删除集合的所有索引", file: "mongocollection.deleteindexes"},
{id:9992, pId:900, name:"获取集合里指定键的不同值的列表。", file: "mongocollection.distinct"},
{id:9993, pId:900, name:"删除该集合", file: "mongocollection.drop"},
{id:9994, pId:900, name:"Creates an index on the specified field(s) if it d", file: "mongocollection.ensureindex"},
{id:9995, pId:900, name:"查询该集合,并返回结果集的 MongoCursor", file: "mongocollection.find"},
{id:9996, pId:900, name:"Update a document and return it", file: "mongocollection.findandmodify"},
{id:9997, pId:900, name:"Queries this collection, returning a single elemen", file: "mongocollection.findone"},
{id:9998, pId:900, name:"Gets a collection", file: "mongocollection.get"},
{id:9999, pId:900, name:"Fetches the document pointed to by a database refe", file: "mongocollection.getdbref"},
{id:10000, pId:900, name:"Returns information about indexes on this collecti", file: "mongocollection.getindexinfo"},
{id:10001, pId:900, name:"返回这个集合的名称", file: "mongocollection.getname"},
{id:10002, pId:900, name:"Get the read preference for this collection", file: "mongocollection.getreadpreference"},
{id:10003, pId:900, name:"Get slaveOkay setting for this collection", file: "mongocollection.getslaveokay"},
{id:10004, pId:900, name:"Get the write concern for this collection", file: "mongocollection.getwriteconcern"},
{id:10005, pId:900, name:"Performs an operation similar to SQL's GROUP BY co", file: "mongocollection.group"},
{id:10006, pId:900, name:"插入文档到集合中", file: "mongocollection.insert"},
{id:10007, pId:900, name:"Returns an array of cursors to iterator over a ful", file: "mongocollection.parallelcollectionscan"},
{id:10008, pId:900, name:"从集合中删除记录", file: "mongocollection.remove"},
{id:10009, pId:900, name:"保存一个文档到集合", file: "mongocollection.save"},
{id:10010, pId:900, name:"Set the read preference for this collection", file: "mongocollection.setreadpreference"},
{id:10011, pId:900, name:"Change slaveOkay setting for this collection", file: "mongocollection.setslaveokay"},
{id:10012, pId:900, name:"Set the write concern for this database", file: "mongocollection.setwriteconcern"},
{id:10013, pId:900, name:"Converts keys specifying an index to its identifyi", file: "mongocollection.toindexstring"},
{id:10014, pId:900, name:"Update records based on a given criteria", file: "mongocollection.update"},
{id:10015, pId:900, name:"Validates this collection", file: "mongocollection.validate"},
{id:901, pId:9925, name:"The MongoCommandCursor classs13c13-0.09%", file: "class.mongocommandcursor"},
{id:10016, pId:901, name:"Limits the number of elements returned in one batc", file: "mongocommandcursor.batchsize"},
{id:10017, pId:901, name:"Create a new command cursor", file: "mongocommandcursor.construct"},
{id:10018, pId:901, name:"Create a new command cursor from an existing comma", file: "mongocommandcursor.createfromdocument"},
{id:10019, pId:901, name:"Returns the current element", file: "mongocommandcursor.current"},
{id:10020, pId:901, name:"Checks if there are results that have not yet been", file: "mongocommandcursor.dead"},
{id:10021, pId:901, name:"Get the read preference for this command", file: "mongocommandcursor.getreadpreference"},
{id:10022, pId:901, name:"Gets information about the cursor's creation and i", file: "mongocommandcursor.info"},
{id:10023, pId:901, name:"Returns the current result's index within the resu", file: "mongocommandcursor.key"},
{id:10024, pId:901, name:"Advances the cursor to the next result", file: "mongocommandcursor.next"},
{id:10025, pId:901, name:"Executes the command and resets the cursor to the ", file: "mongocommandcursor.rewind"},
{id:10026, pId:901, name:"Set the read preference for this command", file: "mongocommandcursor.setreadpreference"},
{id:10027, pId:901, name:"Sets a client-side timeout for this command", file: "mongocommandcursor.timeout"},
{id:10028, pId:901, name:"Checks if the cursor is reading a valid result", file: "mongocommandcursor.valid"},
{id:903, pId:9925, name:"The MongoCursor classs32c32-0.21%", file: "class.mongocursor"},
{id:10029, pId:903, name:"Adds a top-level key/value pair to a query", file: "mongocursor.addoption"},
{id:10030, pId:903, name:"Sets whether this cursor will wait for a while for", file: "mongocursor.awaitdata"},
{id:10031, pId:903, name:"Limits the number of elements returned in one batc", file: "mongocursor.batchsize"},
{id:10032, pId:903, name:"Create a new cursor", file: "mongocursor.construct"},
{id:10033, pId:903, name:"Counts the number of results for this query", file: "mongocursor.count"},
{id:10034, pId:903, name:"Returns the current element", file: "mongocursor.current"},
{id:10035, pId:903, name:"Checks if there are results that have not yet been", file: "mongocursor.dead"},
{id:10036, pId:903, name:"Execute the query", file: "mongocursor.doquery"},
{id:10037, pId:903, name:"Return an explanation of the query, often useful f", file: "mongocursor.explain"},
{id:10038, pId:903, name:"Sets the fields for a query", file: "mongocursor.fields"},
{id:10039, pId:903, name:"Advances the cursor to the next result, and return", file: "mongocursor.getnext"},
{id:10040, pId:903, name:"Get the read preference for this query", file: "mongocursor.getreadpreference"},
{id:10041, pId:903, name:"Checks if there are any more elements in this curs", file: "mongocursor.hasnext"},
{id:10042, pId:903, name:"Gives the database a hint about the query", file: "mongocursor.hint"},
{id:10043, pId:903, name:"Sets whether this cursor will timeout", file: "mongocursor.immortal"},
{id:10044, pId:903, name:"Gets information about the cursor's creation and i", file: "mongocursor.info"},
{id:10045, pId:903, name:"Returns the current result's _id, or its index wit", file: "mongocursor.key"},
{id:10046, pId:903, name:"Limits the number of results returned", file: "mongocursor.limit"},
{id:10047, pId:903, name:"Sets a server-side timeout for this query", file: "mongocursor.maxtimems"},
{id:10048, pId:903, name:"Advances the cursor to the next result, and return", file: "mongocursor.next"},
{id:10049, pId:903, name:"If this query should fetch partial results from mo", file: "mongocursor.partial"},
{id:10050, pId:903, name:"Clears the cursor", file: "mongocursor.reset"},
{id:10051, pId:903, name:"Returns the cursor to the beginning of the result ", file: "mongocursor.rewind"},
{id:10052, pId:903, name:"Sets arbitrary flags in case there is no method av", file: "mongocursor.setflag"},
{id:10053, pId:903, name:"Set the read preference for this query", file: "mongocursor.setreadpreference"},
{id:10054, pId:903, name:"Skips a number of results", file: "mongocursor.skip"},
{id:10055, pId:903, name:"Sets whether this query can be done on a secondary", file: "mongocursor.slaveokay"},
{id:10056, pId:903, name:"Use snapshot mode for the query", file: "mongocursor.snapshot"},
{id:10057, pId:903, name:"Sorts the results by given fields", file: "mongocursor.sort"},
{id:10058, pId:903, name:"Sets whether this cursor will be left open after f", file: "mongocursor.tailable"},
{id:10059, pId:903, name:"Sets a client-side timeout for this query", file: "mongocursor.timeout"},
{id:10060, pId:903, name:"Checks if the cursor is reading a valid result", file: "mongocursor.valid"},
{id:905, pId:9925, name:"The MongoCursorInterface interfaces6c6-0.04%", file: "class.mongocursorinterface"},
{id:10062, pId:905, name:"Limits the number of elements returned in one batc", file: "mongocursorinterface.batchsize"},
{id:10063, pId:905, name:"Checks if there are results that have not yet been", file: "mongocursorinterface.dead"},
{id:10064, pId:905, name:"Get the read preference for this query", file: "mongocursorinterface.getreadpreference"},
{id:10065, pId:905, name:"Gets information about the cursor's creation and i", file: "mongocursorinterface.info"},
{id:10066, pId:905, name:"Set the read preference for this query", file: "mongocursorinterface.setreadpreference"},
{id:10067, pId:905, name:"Sets a client-side timeout for this query", file: "mongocursorinterface.timeout"},
{id:964, pId:9925, name:"MongoDB 类s29c29-0.19%", file: "class.mongodb"},
{id:10265, pId:964, name:"The name of this database", file: "mongodb.--tostring"},
{id:10267, pId:964, name:"登录到数据库", file: "mongodb.authenticate"},
{id:10268, pId:964, name:"执行一条 Mongo 指令", file: "mongodb.command"},
{id:10272, pId:964, name:"选择一个数据库", file: "mongodb.construct"},
{id:10273, pId:964, name:"创建一个集合", file: "mongodb.createcollection"},
{id:10274, pId:964, name:"创建数据库引用", file: "mongodb.createdbref"},
{id:10275, pId:964, name:"删除数据库", file: "mongodb.drop"},
{id:10276, pId:964, name:"Drops a collection [deprecated]", file: "mongodb.dropcollection"},
{id:10278, pId:964, name:"在数据库服务器上运行JavaScript", file: "mongodb.execute"},
{id:10279, pId:964, name:"Creates a database error", file: "mongodb.forceerror"},
{id:10280, pId:964, name:"Gets a collection", file: "mongodb.get"},
{id:10281, pId:964, name:"Returns information about collections in this data", file: "mongodb.getcollectioninfo"},
{id:10282, pId:964, name:"Gets an array of names for all collections in this", file: "mongodb.getcollectionnames"},
{id:10283, pId:964, name:"Fetches the document pointed to by a database refe", file: "mongodb.getdbref"},
{id:10284, pId:964, name:"Fetches toolkit for dealing with files stored in t", file: "mongodb.getgridfs"},
{id:10285, pId:964, name:"Gets this database's profiling level", file: "mongodb.getprofilinglevel"},
{id:10286, pId:964, name:"Get the read preference for this database", file: "mongodb.getreadpreference"},
{id:10287, pId:964, name:"Get slaveOkay setting for this database", file: "mongodb.getslaveokay"},
{id:10288, pId:964, name:"Get the write concern for this database", file: "mongodb.getwriteconcern"},
{id:10294, pId:964, name:"Check if there was an error on the most recent db ", file: "mongodb.lasterror"},
{id:10295, pId:964, name:"Gets an array of MongoCollection objects for all c", file: "mongodb.listcollections"},
{id:10301, pId:964, name:"Checks for the last error thrown during a database", file: "mongodb.preverror"},
{id:10302, pId:964, name:"Repairs and compacts this database", file: "mongodb.repair"},
{id:10304, pId:964, name:"Clears any flagged errors on the database", file: "mongodb.reseterror"},
{id:10308, pId:964, name:"Gets a collection", file: "mongodb.selectcollection"},
{id:10309, pId:964, name:"Sets this database's profiling level", file: "mongodb.setprofilinglevel"},
{id:10310, pId:964, name:"Set the read preference for this database", file: "mongodb.setreadpreference"},
{id:10311, pId:964, name:"Change slaveOkay setting for this database", file: "mongodb.setslaveokay"},
{id:10313, pId:964, name:"Set the write concern for this database", file: "mongodb.setwriteconcern"},
{id:9926, pId:265, name:"Exceptionss10c13-0.09%", file: "mongo.exceptions"},
{id:902, pId:9926, name:"The MongoConnectionException class", file: "class.mongoconnectionexception"},
{id:904, pId:9926, name:"The MongoCursorException classs1c1-0.01%", file: "class.mongocursorexception"},
{id:10061, pId:904, name:"遇到该错误的服务器的 hostname", file: "mongocursorexception.gethost"},
{id:906, pId:9926, name:"The MongoCursorTimeoutException class", file: "class.mongocursortimeoutexception"},
{id:966, pId:9926, name:"The MongoDuplicateKeyException class", file: "class.mongoduplicatekeyexception"},
{id:967, pId:9926, name:"The MongoException class", file: "class.mongoexception"},
{id:968, pId:9926, name:"The MongoExecutionTimeoutException class", file: "class.mongoexecutiontimeoutexception"},
{id:971, pId:9926, name:"The MongoGridFSException class", file: "class.mongogridfsexception"},
{id:980, pId:9926, name:"The MongoProtocolException class", file: "class.mongoprotocolexception"},
{id:982, pId:9926, name:"MongoResultException 类s1c1-0.01%", file: "class.mongoresultexception"},
{id:10364, pId:982, name:"获取完整的结果文档", file: "mongoresultexception.getdocument"},
{id:984, pId:9926, name:"The MongoWriteConcernException classs1c1-0.01%", file: "class.mongowriteconcernexception"},
{id:10367, pId:984, name:"Get the error document", file: "mongowriteconcernexception.getdocument"},
{id:9930, pId:265, name:"GridFS Classess3c24-0.16%", file: "mongo.gridfs"},
{id:969, pId:9930, name:"The MongoGridFS classs11c11-0.07%", file: "class.mongogridfs"},
{id:10320, pId:969, name:"Creates new file collections", file: "mongogridfs.construct"},
{id:10321, pId:969, name:"Remove a file and its chunks from the database", file: "mongogridfs.delete"},
{id:10322, pId:969, name:"Drops the files and chunks collections", file: "mongogridfs.drop"},
{id:10323, pId:969, name:"Queries for files", file: "mongogridfs.find"},
{id:10324, pId:969, name:"Returns a single file matching the criteria", file: "mongogridfs.findone"},
{id:10325, pId:969, name:"Retrieve a file from the database", file: "mongogridfs.get"},
{id:10326, pId:969, name:"Stores a file in the database", file: "mongogridfs.put"},
{id:10327, pId:969, name:"Remove files and their chunks from the database", file: "mongogridfs.remove"},
{id:10328, pId:969, name:"Stores a string of bytes in the database", file: "mongogridfs.storebytes"},
{id:10329, pId:969, name:"Stores a file in the database", file: "mongogridfs.storefile"},
{id:10330, pId:969, name:"Stores an uploaded file in the database", file: "mongogridfs.storeupload"},
{id:970, pId:9930, name:"The MongoGridFSCursor classs4c4-0.03%", file: "class.mongogridfscursor"},
{id:10331, pId:970, name:"Create a new cursor", file: "mongogridfscursor.construct"},
{id:10332, pId:970, name:"Returns the current file", file: "mongogridfscursor.current"},
{id:10333, pId:970, name:"Return the next file to which this cursor points, ", file: "mongogridfscursor.getnext"},
{id:10334, pId:970, name:"Returns the current result's filename", file: "mongogridfscursor.key"},
{id:972, pId:9930, name:"The MongoGridFSFile classs6c6-0.04%", file: "class.mongogridfsfile"},
{id:10335, pId:972, name:"Create a new GridFS file", file: "mongogridfsfile.construct"},
{id:10336, pId:972, name:"Returns this file's contents as a string of bytes", file: "mongogridfsfile.getbytes"},
{id:10337, pId:972, name:"Returns this file's filename", file: "mongogridfsfile.getfilename"},
{id:10338, pId:972, name:"Returns a resource that can be used to read the st", file: "mongogridfsfile.getresource"},
{id:10339, pId:972, name:"Returns this file's size", file: "mongogridfsfile.getsize"},
{id:10340, pId:972, name:"Writes this file to the filesystem", file: "mongogridfsfile.write"},
{id:9932, pId:265, name:"手册s12c36-0.24%", file: "mongo.manual"},
{id:9915, pId:9932, name:"链接服务器s6c6-0.04%", file: "mongo.connecting"},
{id:9914, pId:9915, name:"认证", file: "mongo.connecting.auth"},
{id:9916, pId:9915, name:"Sharding", file: "mongo.connecting.mongos"},
{id:9917, pId:9915, name:"Persistent Connections (version up to 1.1.4 *only*", file: "mongo.connecting.persistent"},
{id:9918, pId:9915, name:"Connection Pooling (version 1.2.0-1.2.12 *only*)", file: "mongo.connecting.pools"},
{id:9919, pId:9915, name:"复制集合", file: "mongo.connecting.rs"},
{id:9920, pId:9915, name:"Unix Domain Socket支持", file: "mongo.connecting.uds"},
{id:9924, pId:9932, name:"Stream Context Optionss7c7-0.05%", file: "mongo.context"},
{id:4534, pId:9924, name:"Callback When Deleting Documents", file: "function.log-cmd-delete"},
{id:4535, pId:9924, name:"Callback When Inserting Documents", file: "function.log-cmd-insert"},
{id:4536, pId:9924, name:"Callback When Updating Documents", file: "function.log-cmd-update"},
{id:4537, pId:9924, name:"Callback When Retrieving Next Cursor Batch", file: "function.log-getmore"},
{id:4538, pId:9924, name:"Callback When Executing KILLCURSOR operations", file: "function.log-killcursor"},
{id:4539, pId:9924, name:"Callback When Reading the MongoDB reply", file: "function.log-reply"},
{id:4540, pId:9924, name:"Callback When Writing Batches", file: "function.log-write-batch"},
{id:9935, pId:9932, name:"Querying", file: "mongo.queries"},
{id:9936, pId:9932, name:"读取首选项", file: "mongo.readpreferences"},
{id:9938, pId:9932, name:"Security", file: "mongo.security"},
{id:9942, pId:9932, name:"SQL 到 Mongo 的对应表", file: "mongo.sqltomongo"},
{id:9944, pId:9932, name:"Running the Driver's Tests", file: "mongo.testing"},
{id:9945, pId:9932, name:"故障排除", file: "mongo.trouble"},
{id:9952, pId:9932, name:"教程s11c11-0.07%", file: "mongo.tutorial"},
{id:9946, pId:9952, name:"获取集合实例", file: "mongo.tutorial.collection"},
{id:9947, pId:9952, name:"连接数据库", file: "mongo.tutorial.connecting"},
{id:9948, pId:9952, name:"计算文档数量", file: "mongo.tutorial.counting"},
{id:9949, pId:9952, name:"设置查询条件", file: "mongo.tutorial.criteria"},
{id:9950, pId:9952, name:"使用游标获取所有文档", file: "mongo.tutorial.cursor"},
{id:9951, pId:9952, name:"使用 MongoCollection::findOne 方法", file: "mongo.tutorial.findone"},
{id:9953, pId:9952, name:"建立索引", file: "mongo.tutorial.indexes"},
{id:9954, pId:9952, name:"插入一个文档", file: "mongo.tutorial.insert"},
{id:9955, pId:9952, name:"添加多个文档", file: "mongo.tutorial.insert.multiple"},
{id:9956, pId:9952, name:"获取一个子集", file: "mongo.tutorial.multi.query"},
{id:9957, pId:9952, name:"获取数据库实例", file: "mongo.tutorial.selectdb"},
{id:9959, pId:9932, name:"Updates", file: "mongo.updates"},
{id:9960, pId:9932, name:"Write Concerns", file: "mongo.writeconcerns"},
{id:9961, pId:9932, name:"Writes", file: "mongo.writes"},
{id:9933, pId:265, name:"Miscellaneouss3c21-0.14%", file: "mongo.miscellaneous"},
{id:896, pId:9933, name:"The Mongo class [deprecated]s9c9-0.06%", file: "class.mongo"},
{id:9921, pId:896, name:"Connects with a database server", file: "mongo.connectutil"},
{id:9923, pId:896, name:"The __construct purpose", file: "mongo.construct"},
{id:9927, pId:896, name:"Get pool size for connection pools", file: "mongo.getpoolsize"},
{id:9928, pId:896, name:"Returns the address being used by this for slaveOk", file: "mongo.getslave"},
{id:9929, pId:896, name:"Get slaveOkay setting for this connection", file: "mongo.getslaveokay"},
{id:9934, pId:896, name:"Returns information about all connection pools", file: "mongo.pooldebug"},
{id:9939, pId:896, name:"Set the size for future connection pools", file: "mongo.setpoolsize"},
{id:9940, pId:896, name:"Change slaveOkay setting for this connection", file: "mongo.setslaveokay"},
{id:9943, pId:896, name:"Choose a new secondary for slaveOkay reads", file: "mongo.switchslave"},
{id:976, pId:9933, name:"The MongoLog classs6c6-0.04%", file: "class.mongolog"},
{id:10353, pId:976, name:"Gets the previously set callback function", file: "mongolog.getcallback"},
{id:10354, pId:976, name:"Gets the level(s) currently being logged", file: "mongolog.getlevel"},
{id:10355, pId:976, name:"Gets the module(s) currently being logged", file: "mongolog.getmodule"},
{id:10356, pId:976, name:"Sets a callback function to be invoked for events", file: "mongolog.setcallback"},
{id:10357, pId:976, name:"Sets the level(s) to be logged", file: "mongolog.setlevel"},
{id:10358, pId:976, name:"Sets the module(s) to be logged", file: "mongolog.setmodule"},
{id:979, pId:9933, name:"The MongoPool classs3c3-0.02%", file: "class.mongopool"},
{id:10359, pId:979, name:"Get pool size for connection pools", file: "mongopool.getsize"},
{id:10360, pId:979, name:"Returns information about all connection pools", file: "mongopool.info"},
{id:10361, pId:979, name:"Set the size for future connection pools", file: "mongopool.setsize"},
{id:9941, pId:265, name:"安装/配置s3c3-0.02%", file: "mongo.setup"},
{id:9913, pId:9941, name:"运行时配置", file: "mongo.configuration"},
{id:9931, pId:9941, name:"安装", file: "mongo.installation"},
{id:9937, pId:9941, name:"需求", file: "mongo.requirements"},
{id:9958, pId:265, name:"Typess11c37-0.25%", file: "mongo.types"},
{id:897, pId:9958, name:"The MongoBinData classs2c2-0.01%", file: "class.mongobindata"},
{id:9962, pId:897, name:"创建一个新的二进制数据对象", file: "mongobindata.construct"},
{id:9963, pId:897, name:"二进制数据对象的字符串表达形式。", file: "mongobindata.tostring"},
{id:899, pId:9958, name:"The MongoCode classs2c2-0.01%", file: "class.mongocode"},
{id:9980, pId:899, name:"创建一个新的代码对象", file: "mongocode.construct"},
{id:9981, pId:899, name:"返回代码的字符串形式", file: "mongocode.tostring"},
{id:907, pId:9958, name:"The MongoDate classs3c3-0.02%", file: "class.mongodate"},
{id:10068, pId:907, name:"创建一个新的日期。", file: "mongodate.construct"},
{id:10069, pId:907, name:"Returns a DateTime object representing this date", file: "mongodate.todatetime"},
{id:10070, pId:907, name:"返回该日期的字符串形式的表达", file: "mongodate.tostring"},
{id:965, pId:9958, name:"MongoDBRef 类s3c3-0.02%", file: "class.mongodbref"},
{id:10317, pId:965, name:"创建一个新的数据库引用", file: "mongodbref.create"},
{id:10318, pId:965, name:"获取引用所指向的对象", file: "mongodbref.get"},
{id:10319, pId:965, name:"检测数组是否为数据库引用", file: "mongodbref.isref"},
{id:973, pId:9958, name:"MongoId 类s8c8-0.05%", file: "class.mongoid"},
{id:10341, pId:973, name:"创建一个新的id", file: "mongoid.construct"},
{id:10342, pId:973, name:"获取这台机器上 id 所使用的 hostname", file: "mongoid.gethostname"},
{id:10343, pId:973, name:"返回用于创建 id 所增加的值", file: "mongoid.getinc"},
{id:10344, pId:973, name:"获取进程 ID", file: "mongoid.getpid"},
{id:10345, pId:973, name:"获取新纪元时间到 id 创建时的秒数。", file: "mongoid.gettimestamp"},
{id:10346, pId:973, name:"Check if a value is a valid ObjectId", file: "mongoid.isvalid"},
{id:10347, pId:973, name:"创建一个假的 MongoId", file: "mongoid.set-state"},
{id:10348, pId:973, name:"返回该 id 十六进制的表示形式", file: "mongoid.tostring"},
{id:974, pId:9958, name:"MongoInt32 类s2c2-0.01%", file: "class.mongoint32"},
{id:10349, pId:974, name:"创建一个新的 32位 integer。", file: "mongoint32.construct"},
{id:10350, pId:974, name:"返回该 32 位 integer 的字符串表示。", file: "mongoint32.tostring"},
{id:975, pId:9958, name:"MongoInt64 类s2c2-0.01%", file: "class.mongoint64"},
{id:10351, pId:975, name:"创建一个新的 64 位 integer。", file: "mongoint64.construct"},
{id:10352, pId:975, name:"返回该 64 位 integer 的字符串表示形式。", file: "mongoint64.tostring"},
{id:977, pId:9958, name:"The MongoMaxKey class", file: "class.mongomaxkey"},
{id:978, pId:9958, name:"The MongoMinKey class", file: "class.mongominkey"},
{id:981, pId:9958, name:"MongoRegex 类s2c2-0.01%", file: "class.mongoregex"},
{id:10362, pId:981, name:"创建一个新的正则表达式", file: "mongoregex.construct"},
{id:10363, pId:981, name:"正则表达式的字符串表达形式", file: "mongoregex.tostring"},
{id:983, pId:9958, name:"MongoTimestamp 类s2c2-0.01%", file: "class.mongotimestamp"},
{id:10365, pId:983, name:"创建一个新的时间戳。", file: "mongotimestamp.construct"},
{id:10366, pId:983, name:"返回时间戳的字符串表示形式", file: "mongotimestamp.tostring"},
{id:11832, pId:265, name:"Mongo 函数s2c2-0.01%", file: "ref.mongo"},
{id:2691, pId:11832, name:"反序列化一个 BSON 对象为 PHP 数组", file: "function.bson-decode"},
{id:2692, pId:11832, name:"序列化一个 PHP 变量为 BSON 字符串", file: "function.bson-encode"},
{id:269, pId:12180, name:"mSQLs5c50-0.33%", file: "book.msql"},
{id:9185, pId:269, name:"简介", file: "intro.msql"},
{id:10385, pId:269, name:"预定义常量", file: "msql.constants"},
{id:10387, pId:269, name:"范例s1c1-0.01%", file: "msql.examples"},
{id:10386, pId:10387, name:"Basic usage", file: "msql.examples-basic"},
{id:10391, pId:269, name:"安装/配置s4c4-0.03%", file: "msql.setup"},
{id:10384, pId:10391, name:"运行时配置", file: "msql.configuration"},
{id:10388, pId:10391, name:"安装", file: "msql.installation"},
{id:10389, pId:10391, name:"需求", file: "msql.requirements"},
{id:10390, pId:10391, name:"资源类型", file: "msql.resources"},
{id:11836, pId:269, name:"mSQL 函数s40c40-0.27%", file: "ref.msql"},
{id:4879, pId:11836, name:"Returns number of affected rows", file: "function.msql-affected-rows"},
{id:4880, pId:11836, name:"Close mSQL connection", file: "function.msql-close"},
{id:4881, pId:11836, name:"Open mSQL connection", file: "function.msql-connect"},
{id:4882, pId:11836, name:"Create mSQL database", file: "function.msql-create-db"},
{id:4883, pId:11836, name:"别名 msql_create_db", file: "function.msql-createdb"},
{id:4884, pId:11836, name:"Move internal row pointer", file: "function.msql-data-seek"},
{id:4885, pId:11836, name:"Send mSQL query", file: "function.msql-db-query"},
{id:4886, pId:11836, name:"别名 msql_result", file: "function.msql-dbname"},
{id:4887, pId:11836, name:"Drop (delete) mSQL database", file: "function.msql-drop-db"},
{id:4888, pId:11836, name:"Returns error message of last msql call", file: "function.msql-error"},
{id:4889, pId:11836, name:"Fetch row as array", file: "function.msql-fetch-array"},
{id:4890, pId:11836, name:"Get field information", file: "function.msql-fetch-field"},
{id:4891, pId:11836, name:"Fetch row as object", file: "function.msql-fetch-object"},
{id:4892, pId:11836, name:"Get row as enumerated array", file: "function.msql-fetch-row"},
{id:4893, pId:11836, name:"Get field flags", file: "function.msql-field-flags"},
{id:4894, pId:11836, name:"Get field length", file: "function.msql-field-len"},
{id:4895, pId:11836, name:"Get the name of the specified field in a result", file: "function.msql-field-name"},
{id:4896, pId:11836, name:"Set field offset", file: "function.msql-field-seek"},
{id:4897, pId:11836, name:"Get table name for field", file: "function.msql-field-table"},
{id:4898, pId:11836, name:"Get field type", file: "function.msql-field-type"},
{id:4899, pId:11836, name:"Alias of msql_field_flags", file: "function.msql-fieldflags"},
{id:4900, pId:11836, name:"Alias of msql_field_len", file: "function.msql-fieldlen"},
{id:4901, pId:11836, name:"Alias of msql_field_name", file: "function.msql-fieldname"},
{id:4902, pId:11836, name:"Alias of msql_field_table", file: "function.msql-fieldtable"},
{id:4903, pId:11836, name:"Alias of msql_field_type", file: "function.msql-fieldtype"},
{id:4904, pId:11836, name:"Free result memory", file: "function.msql-free-result"},
{id:4905, pId:11836, name:"List mSQL databases on server", file: "function.msql-list-dbs"},
{id:4906, pId:11836, name:"List result fields", file: "function.msql-list-fields"},
{id:4907, pId:11836, name:"List tables in an mSQL database", file: "function.msql-list-tables"},
{id:4908, pId:11836, name:"Get number of fields in result", file: "function.msql-num-fields"},
{id:4909, pId:11836, name:"Get number of rows in result", file: "function.msql-num-rows"},
{id:4910, pId:11836, name:"Alias of msql_num_fields", file: "function.msql-numfields"},
{id:4911, pId:11836, name:"Alias of msql_num_rows", file: "function.msql-numrows"},
{id:4912, pId:11836, name:"Open persistent mSQL connection", file: "function.msql-pconnect"},
{id:4913, pId:11836, name:"Send mSQL query", file: "function.msql-query"},
{id:4914, pId:11836, name:"Alias of sql_regcase", file: "function.msql-regcase"},
{id:4915, pId:11836, name:"Get result data", file: "function.msql-result"},
{id:4916, pId:11836, name:"Select mSQL database", file: "function.msql-select-db"},
{id:4917, pId:11836, name:"Alias of msql_result", file: "function.msql-tablename"},
{id:4918, pId:11836, name:"Alias of msql_db_query", file: "function.msql"},
{id:270, pId:12180, name:"Microsoft SQL Servers4c38-0.25%", file: "book.mssql"},
{id:9186, pId:270, name:"简介", file: "intro.mssql"},
{id:10393, pId:270, name:"预定义常量", file: "mssql.constants"},
{id:10397, pId:270, name:"安装/配置s4c4-0.03%", file: "mssql.setup"},
{id:10392, pId:10397, name:"运行时配置", file: "mssql.configuration"},
{id:10394, pId:10397, name:"安装", file: "mssql.installation"},
{id:10395, pId:10397, name:"需求", file: "mssql.requirements"},
{id:10396, pId:10397, name:"资源类型", file: "mssql.resources"},
{id:11837, pId:270, name:"Mssql 函数s30c30-0.2%", file: "ref.mssql"},
{id:4919, pId:11837, name:"Adds a parameter to a stored procedure or a remote", file: "function.mssql-bind"},
{id:4920, pId:11837, name:"关闭MS SQL Server链接", file: "function.mssql-close"},
{id:4921, pId:11837, name:"打开MS SQL server链接", file: "function.mssql-connect"},
{id:4922, pId:11837, name:"Moves internal row pointer", file: "function.mssql-data-seek"},
{id:4923, pId:11837, name:"Executes a stored procedure on a MS SQL server dat", file: "function.mssql-execute"},
{id:4924, pId:11837, name:"Fetch a result row as an associative array, a nume", file: "function.mssql-fetch-array"},
{id:4925, pId:11837, name:"Returns an associative array of the current row in", file: "function.mssql-fetch-assoc"},
{id:4926, pId:11837, name:"Returns the next batch of records", file: "function.mssql-fetch-batch"},
{id:4927, pId:11837, name:"Get field information", file: "function.mssql-fetch-field"},
{id:4928, pId:11837, name:"Fetch row as object", file: "function.mssql-fetch-object"},
{id:4929, pId:11837, name:"Get row as enumerated array", file: "function.mssql-fetch-row"},
{id:4930, pId:11837, name:"Get the length of a field", file: "function.mssql-field-length"},
{id:4931, pId:11837, name:"Get the name of a field", file: "function.mssql-field-name"},
{id:4932, pId:11837, name:"Seeks to the specified field offset", file: "function.mssql-field-seek"},
{id:4933, pId:11837, name:"Gets the type of a field", file: "function.mssql-field-type"},
{id:4934, pId:11837, name:"Free result memory", file: "function.mssql-free-result"},
{id:4935, pId:11837, name:"Free statement memory", file: "function.mssql-free-statement"},
{id:4936, pId:11837, name:"Returns the last message from the server", file: "function.mssql-get-last-message"},
{id:4937, pId:11837, name:"Converts a 16 byte binary GUID to a string", file: "function.mssql-guid-string"},
{id:4938, pId:11837, name:"Initializes a stored procedure or a remote stored ", file: "function.mssql-init"},
{id:4939, pId:11837, name:"Sets the minimum error severity", file: "function.mssql-min-error-severity"},
{id:4940, pId:11837, name:"Sets the minimum message severity", file: "function.mssql-min-message-severity"},
{id:4941, pId:11837, name:"Move the internal result pointer to the next resul", file: "function.mssql-next-result"},
{id:4942, pId:11837, name:"Gets the number of fields in result", file: "function.mssql-num-fields"},
{id:4943, pId:11837, name:"Gets the number of rows in result", file: "function.mssql-num-rows"},
{id:4944, pId:11837, name:"Open persistent MS SQL connection", file: "function.mssql-pconnect"},
{id:4945, pId:11837, name:"Send MS SQL query", file: "function.mssql-query"},
{id:4946, pId:11837, name:"Get result data", file: "function.mssql-result"},
{id:4947, pId:11837, name:"Returns the number of records affected by the quer", file: "function.mssql-rows-affected"},
{id:4948, pId:11837, name:"Select MS SQL database", file: "function.mssql-select-db"},
{id:287, pId:12180, name:"Oracle OCI8s13c148-0.98%", file: "book.oci8"},
{id:1033, pId:287, name:"The OCI-Collection classs8c8-0.05%", file: "class.OCI-Collection"},
{id:11032, pId:1033, name:"Appends element to the collection", file: "oci-collection.append"},
{id:11033, pId:1033, name:"Assigns a value to the collection from another exi", file: "oci-collection.assign"},
{id:11034, pId:1033, name:"Assigns a value to the element of the collection", file: "oci-collection.assignelem"},
{id:11035, pId:1033, name:"Frees the resources associated with the collection", file: "oci-collection.free"},
{id:11036, pId:1033, name:"Returns value of the element", file: "oci-collection.getelem"},
{id:11037, pId:1033, name:"Returns the maximum number of elements in the coll", file: "oci-collection.max"},
{id:11038, pId:1033, name:"Returns size of the collection", file: "oci-collection.size"},
{id:11039, pId:1033, name:"Trims elements from the end of the collection", file: "oci-collection.trim"},
{id:1034, pId:287, name:"The OCI-Lob classs22c22-0.15%", file: "class.OCI-Lob"},
{id:11040, pId:1034, name:"Appends data from the large object to another larg", file: "oci-lob.append"},
{id:11041, pId:1034, name:"Closes LOB descriptor", file: "oci-lob.close"},
{id:11042, pId:1034, name:"Tests for end-of-file on a large object's descript", file: "oci-lob.eof"},
{id:11043, pId:1034, name:"Erases a specified portion of the internal LOB dat", file: "oci-lob.erase"},
{id:11044, pId:1034, name:"Exports LOB's contents to a file", file: "oci-lob.export"},
{id:11045, pId:1034, name:"Flushes/writes buffer of the LOB to the server", file: "oci-lob.flush"},
{id:11046, pId:1034, name:"Frees resources associated with the LOB descriptor", file: "oci-lob.free"},
{id:11047, pId:1034, name:"Returns current state of buffering for the large o", file: "oci-lob.getbuffering"},
{id:11048, pId:1034, name:"Imports file data to the LOB", file: "oci-lob.import"},
{id:11049, pId:1034, name:"Returns large object's contents", file: "oci-lob.load"},
{id:11050, pId:1034, name:"Reads part of the large object", file: "oci-lob.read"},
{id:11051, pId:1034, name:"Moves the internal pointer to the beginning of the", file: "oci-lob.rewind"},
{id:11052, pId:1034, name:"Saves data to the large object", file: "oci-lob.save"},
{id:11053, pId:1034, name:"别名 OCI-Lob::import", file: "oci-lob.savefile"},
{id:11054, pId:1034, name:"Sets the internal pointer of the large object", file: "oci-lob.seek"},
{id:11055, pId:1034, name:"Changes current state of buffering for the large o", file: "oci-lob.setbuffering"},
{id:11056, pId:1034, name:"Returns size of large object", file: "oci-lob.size"},
{id:11057, pId:1034, name:"Returns the current position of internal pointer o", file: "oci-lob.tell"},
{id:11058, pId:1034, name:"Truncates large object", file: "oci-lob.truncate"},
{id:11059, pId:1034, name:"Writes data to the large object", file: "oci-lob.write"},
{id:11060, pId:1034, name:"Writes a temporary large object", file: "oci-lob.writetemporary"},
{id:11061, pId:1034, name:"别名 OCI-Lob::export", file: "oci-lob.writetofile"},
{id:9203, pId:287, name:"简介", file: "intro.oci8"},
{id:11063, pId:287, name:"OCI8 Connection Handling and Connection Pooling", file: "oci8.connection"},
{id:11064, pId:287, name:"预定义常量", file: "oci8.constants"},
{id:11065, pId:287, name:"Supported Datatypes", file: "oci8.datatypes"},
{id:11066, pId:287, name:"OCI8 and DTrace Dynamic Tracing", file: "oci8.dtrace"},
{id:11067, pId:287, name:"范例", file: "oci8.examples"},
{id:11068, pId:287, name:"OCI8 Fast Application Notification (FAN) Support", file: "oci8.fan"},
{id:11071, pId:287, name:"安装/配置s4c4-0.03%", file: "oci8.setup"},
{id:11062, pId:11071, name:"运行时配置", file: "oci8.configuration"},
{id:11069, pId:11071, name:"安装", file: "oci8.installation"},
{id:11070, pId:11071, name:"需求", file: "oci8.requirements"},
{id:11073, pId:11071, name:"Testing", file: "oci8.test"},
{id:11072, pId:287, name:"OCI8 Transparent Application Failover (TAF) Suppor", file: "oci8.taf"},
{id:11086, pId:287, name:"OCI8 Obsolete Aliases and Functionss49c49-0.33%", file: "oldaliases.oci8"},
{id:5410, pId:11086, name:"别名 oci_bind_by_name", file: "function.ocibindbyname"},
{id:5411, pId:11086, name:"别名 oci_cancel", file: "function.ocicancel"},
{id:5412, pId:11086, name:"别名 OCI-Lob::close", file: "function.ocicloselob"},
{id:5413, pId:11086, name:"别名 OCI-Collection::append", file: "function.ocicollappend"},
{id:5414, pId:11086, name:"别名 OCI-Collection::assign", file: "function.ocicollassign"},
{id:5415, pId:11086, name:"别名 OCI-Collection::assignElem", file: "function.ocicollassignelem"},
{id:5416, pId:11086, name:"别名 OCI-Collection::getElem", file: "function.ocicollgetelem"},
{id:5417, pId:11086, name:"别名 OCI-Collection::max", file: "function.ocicollmax"},
{id:5418, pId:11086, name:"别名 OCI-Collection::size", file: "function.ocicollsize"},
{id:5419, pId:11086, name:"别名 OCI-Collection::trim", file: "function.ocicolltrim"},
{id:5420, pId:11086, name:"别名 oci_field_is_null", file: "function.ocicolumnisnull"},
{id:5421, pId:11086, name:"别名 oci_field_name", file: "function.ocicolumnname"},
{id:5422, pId:11086, name:"别名 oci_field_precision", file: "function.ocicolumnprecision"},
{id:5423, pId:11086, name:"别名 oci_field_scale", file: "function.ocicolumnscale"},
{id:5424, pId:11086, name:"别名 oci_field_size", file: "function.ocicolumnsize"},
{id:5425, pId:11086, name:"别名 oci_field_type", file: "function.ocicolumntype"},
{id:5426, pId:11086, name:"别名 oci_field_type_raw", file: "function.ocicolumntyperaw"},
{id:5427, pId:11086, name:"别名 oci_commit", file: "function.ocicommit"},
{id:5428, pId:11086, name:"别名 oci_define_by_name", file: "function.ocidefinebyname"},
{id:5429, pId:11086, name:"别名 oci_error", file: "function.ocierror"},
{id:5430, pId:11086, name:"别名 oci_execute", file: "function.ociexecute"},
{id:5431, pId:11086, name:"别名 oci_fetch", file: "function.ocifetch"},
{id:5432, pId:11086, name:"Obsolete variant of oci_fetch_array, oci_fetch_obj", file: "function.ocifetchinto"},
{id:5433, pId:11086, name:"别名 oci_fetch_all", file: "function.ocifetchstatement"},
{id:5434, pId:11086, name:"别名 OCI-Collection::free", file: "function.ocifreecollection"},
{id:5435, pId:11086, name:"别名 oci_free_statement", file: "function.ocifreecursor"},
{id:5436, pId:11086, name:"别名 OCI-Lob::free", file: "function.ocifreedesc"},
{id:5437, pId:11086, name:"别名 oci_free_statement", file: "function.ocifreestatement"},
{id:5438, pId:11086, name:"别名 oci_internal_debug", file: "function.ociinternaldebug"},
{id:5439, pId:11086, name:"别名 OCI-Lob::load", file: "function.ociloadlob"},
{id:5440, pId:11086, name:"别名 oci_close", file: "function.ocilogoff"},
{id:5441, pId:11086, name:"别名 oci_connect", file: "function.ocilogon"},
{id:5442, pId:11086, name:"别名 oci_new_collection", file: "function.ocinewcollection"},
{id:5443, pId:11086, name:"别名 oci_new_cursor", file: "function.ocinewcursor"},
{id:5444, pId:11086, name:"别名 oci_new_descriptor", file: "function.ocinewdescriptor"},
{id:5445, pId:11086, name:"别名 oci_new_connect", file: "function.ocinlogon"},
{id:5446, pId:11086, name:"别名 oci_num_fields", file: "function.ocinumcols"},
{id:5447, pId:11086, name:"别名 oci_parse", file: "function.ociparse"},
{id:5448, pId:11086, name:"别名 oci_pconnect", file: "function.ociplogon"},
{id:5449, pId:11086, name:"别名 oci_result", file: "function.ociresult"},
{id:5450, pId:11086, name:"别名 oci_rollback", file: "function.ocirollback"},
{id:5451, pId:11086, name:"别名 oci_num_rows", file: "function.ocirowcount"},
{id:5452, pId:11086, name:"别名 OCI-Lob::save", file: "function.ocisavelob"},
{id:5453, pId:11086, name:"别名 OCI-Lob::import", file: "function.ocisavelobfile"},
{id:5454, pId:11086, name:"别名 oci_server_version", file: "function.ociserverversion"},
{id:5455, pId:11086, name:"别名 oci_set_prefetch", file: "function.ocisetprefetch"},
{id:5456, pId:11086, name:"别名 oci_statement_type", file: "function.ocistatementtype"},
{id:5457, pId:11086, name:"别名 OCI-Lob::export", file: "function.ociwritelobtofile"},
{id:5458, pId:11086, name:"别名 OCI-Lob::writeTemporary", file: "function.ociwritetemporarylob"},
{id:11852, pId:287, name:"OCI8 函数s52c52-0.35%", file: "ref.oci8"},
{id:5358, pId:11852, name:"Binds a PHP array to an Oracle PL/SQL array parame", file: "function.oci-bind-array-by-name"},
{id:5359, pId:11852, name:"绑定一个 PHP 变量到一个 Oracle 位置标志符", file: "function.oci-bind-by-name"},
{id:5360, pId:11852, name:"中断游标读取数据", file: "function.oci-cancel"},
{id:5361, pId:11852, name:"Returns the Oracle client library version", file: "function.oci-client-version"},
{id:5362, pId:11852, name:"关闭 Oracle 连接", file: "function.oci-close"},
{id:5363, pId:11852, name:"提交未执行的事务处理", file: "function.oci-commit"},
{id:5364, pId:11852, name:"建立一个到 Oracle 服务器的连接", file: "function.oci-connect"},
{id:5365, pId:11852, name:"在 SELECT 中使用 PHP 变量作为定义的步骤", file: "function.oci-define-by-name"},
{id:5366, pId:11852, name:"返回上一个错误", file: "function.oci-error"},
{id:5367, pId:11852, name:"执行一条语句", file: "function.oci-execute"},
{id:5368, pId:11852, name:"获取结果数据的所有行到一个数组", file: "function.oci-fetch-all"},
{id:5369, pId:11852, name:"Returns the next row from a query as an associativ", file: "function.oci-fetch-array"},
{id:5370, pId:11852, name:"Returns the next row from a query as an associativ", file: "function.oci-fetch-assoc"},
{id:5371, pId:11852, name:"Returns the next row from a query as an object", file: "function.oci-fetch-object"},
{id:5372, pId:11852, name:"Returns the next row from a query as a numeric arr", file: "function.oci-fetch-row"},
{id:5373, pId:11852, name:"Fetches the next row into result-buffer", file: "function.oci-fetch"},
{id:5374, pId:11852, name:"检查字段是否为 NULL", file: "function.oci-field-is-null"},
{id:5375, pId:11852, name:"返回字段名", file: "function.oci-field-name"},
{id:5376, pId:11852, name:"返回字段精度", file: "function.oci-field-precision"},
{id:5377, pId:11852, name:"返回字段范围", file: "function.oci-field-scale"},
{id:5378, pId:11852, name:"返回字段大小", file: "function.oci-field-size"},
{id:5379, pId:11852, name:"返回字段的原始 Oracle 数据类型", file: "function.oci-field-type-raw"},
{id:5380, pId:11852, name:"返回字段的数据类型", file: "function.oci-field-type"},
{id:5381, pId:11852, name:"Frees a descriptor", file: "function.oci-free-descriptor"},
{id:5382, pId:11852, name:"释放关联于语句或游标的所有资源", file: "function.oci-free-statement"},
{id:5383, pId:11852, name:"Returns the next child statement resource from a p", file: "function.oci-get-implicit-resultset"},
{id:5384, pId:11852, name:"打开或关闭内部调试输出", file: "function.oci-internal-debug"},
{id:5385, pId:11852, name:"Copies large object", file: "function.oci-lob-copy"},
{id:5386, pId:11852, name:"Compares two LOB/FILE locators for equality", file: "function.oci-lob-is-equal"},
{id:5387, pId:11852, name:"分配新的 collection 对象", file: "function.oci-new-collection"},
{id:5388, pId:11852, name:"建定一个到 Oracle 服务器的新连接", file: "function.oci-new-connect"},
{id:5389, pId:11852, name:"分配并返回一个新的游标(语句句柄)", file: "function.oci-new-cursor"},
{id:5390, pId:11852, name:"初始化一个新的空 LOB 或 FILE 描述符", file: "function.oci-new-descriptor"},
{id:5391, pId:11852, name:"返回结果列的数目", file: "function.oci-num-fields"},
{id:5392, pId:11852, name:"返回语句执行后受影响的行数", file: "function.oci-num-rows"},
{id:5393, pId:11852, name:"配置 Oracle 语句预备执行", file: "function.oci-parse"},
{id:5394, pId:11852, name:"修改 Oracle 用户的密码", file: "function.oci-password-change"},
{id:5395, pId:11852, name:"使用一个持久连接连到 Oracle 数据库", file: "function.oci-pconnect"},
{id:5396, pId:11852, name:"Register a user-defined callback function for Orac", file: "function.oci-register-taf-callback"},
{id:5397, pId:11852, name:"返回所取得行中字段的值", file: "function.oci-result"},
{id:5398, pId:11852, name:"回滚未提交的事务", file: "function.oci-rollback"},
{id:5399, pId:11852, name:"返回服务器版本信息", file: "function.oci-server-version"},
{id:5400, pId:11852, name:"Sets the action name", file: "function.oci-set-action"},
{id:5401, pId:11852, name:"Sets a millisecond timeout for database calls", file: "function.oci-set-call-timout"},
{id:5402, pId:11852, name:"Sets the client identifier", file: "function.oci-set-client-identifier"},
{id:5403, pId:11852, name:"Sets the client information", file: "function.oci-set-client-info"},
{id:5404, pId:11852, name:"Sets the database operation", file: "function.oci-set-db-operation"},
{id:5405, pId:11852, name:"Sets the database edition", file: "function.oci-set-edition"},
{id:5406, pId:11852, name:"Sets the module name", file: "function.oci-set-module-name"},
{id:5407, pId:11852, name:"设置预提取行数", file: "function.oci-set-prefetch"},
{id:5408, pId:11852, name:"返回 OCI 语句的类型", file: "function.oci-statement-type"},
{id:5409, pId:11852, name:"Unregister a user-defined callback function for Or", file: "function.oci-unregister-taf-callback"},
{id:293, pId:12180, name:"Paradox File Accesss4c33-0.22%", file: "book.paradox"},
{id:9209, pId:293, name:"简介", file: "intro.paradox"},
{id:11125, pId:293, name:"预定义常量", file: "paradox.constants"},
{id:11129, pId:293, name:"安装/配置s4c4-0.03%", file: "paradox.setup"},
{id:11124, pId:11129, name:"运行时配置", file: "paradox.configuration"},
{id:11126, pId:11129, name:"安装", file: "paradox.installation"},
{id:11127, pId:11129, name:"需求", file: "paradox.requirements"},
{id:11128, pId:11129, name:"资源类型", file: "paradox.resources"},
{id:11857, pId:293, name:"Paradox 函数s25c25-0.17%", file: "ref.paradox"},
{id:6084, pId:11857, name:"Closes a paradox database", file: "function.px-close"},
{id:6085, pId:11857, name:"Create a new paradox database", file: "function.px-create-fp"},
{id:6086, pId:11857, name:"Converts a date into a string", file: "function.px-date2string"},
{id:6087, pId:11857, name:"Deletes record from paradox database", file: "function.px-delete-record"},
{id:6088, pId:11857, name:"Deletes resource of paradox database", file: "function.px-delete"},
{id:6089, pId:11857, name:"Returns the specification of a single field", file: "function.px-get-field"},
{id:6090, pId:11857, name:"Return lots of information about a paradox file", file: "function.px-get-info"},
{id:6091, pId:11857, name:"Gets a parameter", file: "function.px-get-parameter"},
{id:6092, pId:11857, name:"Returns record of paradox database", file: "function.px-get-record"},
{id:6093, pId:11857, name:"Returns the database schema", file: "function.px-get-schema"},
{id:6094, pId:11857, name:"Gets a value", file: "function.px-get-value"},
{id:6095, pId:11857, name:"Inserts record into paradox database", file: "function.px-insert-record"},
{id:6096, pId:11857, name:"Create a new paradox object", file: "function.px-new"},
{id:6097, pId:11857, name:"Returns number of fields in a database", file: "function.px-numfields"},
{id:6098, pId:11857, name:"Returns number of records in a database", file: "function.px-numrecords"},
{id:6099, pId:11857, name:"Open paradox database", file: "function.px-open-fp"},
{id:6100, pId:11857, name:"Stores record into paradox database", file: "function.px-put-record"},
{id:6101, pId:11857, name:"Returns record of paradox database", file: "function.px-retrieve-record"},
{id:6102, pId:11857, name:"Sets the file where blobs are read from", file: "function.px-set-blob-file"},
{id:6103, pId:11857, name:"Sets a parameter", file: "function.px-set-parameter"},
{id:6104, pId:11857, name:"Sets the name of a table (deprecated)", file: "function.px-set-tablename"},
{id:6105, pId:11857, name:"Sets the encoding for character fields (deprecated", file: "function.px-set-targetencoding"},
{id:6106, pId:11857, name:"Sets a value", file: "function.px-set-value"},
{id:6107, pId:11857, name:"Converts the timestamp into a string", file: "function.px-timestamp2string"},
{id:6108, pId:11857, name:"Updates record in paradox database", file: "function.px-update-record"},
{id:302, pId:12180, name:"PostgreSQLs5c100-0.67%", file: "book.pgsql"},
{id:9218, pId:302, name:"简介", file: "intro.pgsql"},
{id:11336, pId:302, name:"预定义常量", file: "pgsql.constants"},
{id:11339, pId:302, name:"范例s2c2-0.01%", file: "pgsql.examples"},
{id:11337, pId:11339, name:"Basic usage", file: "pgsql.examples-basic"},
{id:11338, pId:11339, name:"Basic usage", file: "pgsql.examples-queries"},
{id:11343, pId:302, name:"安装/配置s4c4-0.03%", file: "pgsql.setup"},
{id:11335, pId:11343, name:"运行时配置", file: "pgsql.configuration"},
{id:11340, pId:11343, name:"安装", file: "pgsql.installation"},
{id:11341, pId:11343, name:"需求", file: "pgsql.requirements"},
{id:11342, pId:11343, name:"资源类型", file: "pgsql.resources"},
{id:11888, pId:302, name:"PostgreSQL 函数s89c89-0.59%", file: "ref.pgsql"},
{id:5814, pId:11888, name:"返回受影响的记录数目", file: "function.pg-affected-rows"},
{id:5815, pId:11888, name:"取消异步查询", file: "function.pg-cancel-query"},
{id:5816, pId:11888, name:"取得客户端编码方式", file: "function.pg-client-encoding"},
{id:5817, pId:11888, name:"关闭一个 PostgreSQL 连接", file: "function.pg-close"},
{id:5818, pId:11888, name:"正在进行尝试轮询 PostgreSQL 链接状态。", file: "function.pg-connect-poll"},
{id:5819, pId:11888, name:"打开一个 PostgreSQL 连接", file: "function.pg-connect"},
{id:5820, pId:11888, name:"获知连接是否为忙", file: "function.pg-connection-busy"},
{id:5821, pId:11888, name:"重置连接(再次连接)", file: "function.pg-connection-reset"},
{id:5822, pId:11888, name:"获得连接状态", file: "function.pg-connection-status"},
{id:5823, pId:11888, name:"Reads input on the connection", file: "function.pg-consume-input"},
{id:5824, pId:11888, name:"将关联的数组值转换为适合 SQL 语句的格式。", file: "function.pg-convert"},
{id:5825, pId:11888, name:"根据数组将记录插入表中", file: "function.pg-copy-from"},
{id:5826, pId:11888, name:"将一个表拷贝到数组中", file: "function.pg-copy-to"},
{id:5827, pId:11888, name:"获得数据库名", file: "function.pg-dbname"},
{id:5828, pId:11888, name:"删除记录", file: "function.pg-delete"},
{id:5829, pId:11888, name:"与 PostgreSQL 后端同步", file: "function.pg-end-copy"},
{id:5830, pId:11888, name:"转义 bytea 类型的二进制数据", file: "function.pg-escape-bytea"},
{id:5831, pId:11888, name:"Escape a identifier for insertion into a text fiel", file: "function.pg-escape-identifier"},
{id:5832, pId:11888, name:"Escape a literal for insertion into a text field", file: "function.pg-escape-literal"},
{id:5833, pId:11888, name:"转义 text/char 类型的字符串", file: "function.pg-escape-string"},
{id:5834, pId:11888, name:"Sends a request to execute a prepared statement wi", file: "function.pg-execute"},
{id:5835, pId:11888, name:"Fetches all rows in a particular result column as ", file: "function.pg-fetch-all-columns"},
{id:5836, pId:11888, name:"从结果中提取所有行作为一个数组", file: "function.pg-fetch-all"},
{id:5837, pId:11888, name:"提取一行作为数组", file: "function.pg-fetch-array"},
{id:5838, pId:11888, name:"提取一行作为关联数组", file: "function.pg-fetch-assoc"},
{id:5839, pId:11888, name:"提取一行作为对象", file: "function.pg-fetch-object"},
{id:5840, pId:11888, name:"从结果资源中返回值", file: "function.pg-fetch-result"},
{id:5841, pId:11888, name:"提取一行作为枚举数组", file: "function.pg-fetch-row"},
{id:5842, pId:11888, name:"测试字段是否为 NULL", file: "function.pg-field-is-null"},
{id:5843, pId:11888, name:"返回字段的名字", file: "function.pg-field-name"},
{id:5844, pId:11888, name:"返回字段的编号", file: "function.pg-field-num"},
{id:5845, pId:11888, name:"返回打印出来的长度", file: "function.pg-field-prtlen"},
{id:5846, pId:11888, name:"返回指定字段占用内部存储空间的大小", file: "function.pg-field-size"},
{id:5847, pId:11888, name:"Returns the name or oid of the tables field", file: "function.pg-field-table"},
{id:5848, pId:11888, name:"Returns the type ID (OID) for the corresponding fi", file: "function.pg-field-type-oid"},
{id:5849, pId:11888, name:"返回相应字段的类型名称", file: "function.pg-field-type"},
{id:5850, pId:11888, name:"刷新链接中已处理的数据查询", file: "function.pg-flush"},
{id:5851, pId:11888, name:"释放查询结果占用的内存", file: "function.pg-free-result"},
{id:5852, pId:11888, name:"Ping 数据库连接", file: "function.pg-get-notify"},
{id:5853, pId:11888, name:"Ping 数据库连接", file: "function.pg-get-pid"},
{id:5854, pId:11888, name:"取得异步查询结果", file: "function.pg-get-result"},
{id:5855, pId:11888, name:"返回和某连接关联的主机名", file: "function.pg-host"},
{id:5856, pId:11888, name:"将数组插入到表中", file: "function.pg-insert"},
{id:5857, pId:11888, name:"得到某连接的最后一条错误信息", file: "function.pg-last-error"},
{id:5858, pId:11888, name:"返回 PostgreSQL 服务器最新一条公告信息", file: "function.pg-last-notice"},
{id:5859, pId:11888, name:"返回上一个对象的 oid", file: "function.pg-last-oid"},
{id:5860, pId:11888, name:"关闭一个大型对象", file: "function.pg-lo-close"},
{id:5861, pId:11888, name:"新建一个大型对象", file: "function.pg-lo-create"},
{id:5862, pId:11888, name:"将大型对象导出到文件", file: "function.pg-lo-export"},
{id:5863, pId:11888, name:"将文件导入为大型对象", file: "function.pg-lo-import"},
{id:5864, pId:11888, name:"打开一个大型对象", file: "function.pg-lo-open"},
{id:5865, pId:11888, name:"读入整个大型对象并直接发送给浏览器", file: "function.pg-lo-read-all"},
{id:5866, pId:11888, name:"从大型对象中读入数据", file: "function.pg-lo-read"},
{id:5867, pId:11888, name:"移动大型对象中的指针", file: "function.pg-lo-seek"},
{id:5868, pId:11888, name:"返回大型对象的当前指针位置", file: "function.pg-lo-tell"},
{id:5869, pId:11888, name:"Truncates a large object", file: "function.pg-lo-truncate"},
{id:5870, pId:11888, name:"删除一个大型对象", file: "function.pg-lo-unlink"},
{id:5871, pId:11888, name:"向大型对象写入数据", file: "function.pg-lo-write"},
{id:5872, pId:11888, name:"获得表的元数据", file: "function.pg-meta-data"},
{id:5873, pId:11888, name:"返回字段的数目", file: "function.pg-num-fields"},
{id:5874, pId:11888, name:"返回行的数目", file: "function.pg-num-rows"},
{id:5875, pId:11888, name:"获得和连接有关的选项", file: "function.pg-options"},
{id:5876, pId:11888, name:"Looks up a current parameter setting of the server", file: "function.pg-parameter-status"},
{id:5877, pId:11888, name:"打开一个持久的 PostgreSQL 连接", file: "function.pg-pconnect"},
{id:5878, pId:11888, name:"Ping 数据库连接", file: "function.pg-ping"},
{id:5879, pId:11888, name:"返回该连接的端口号", file: "function.pg-port"},
{id:5880, pId:11888, name:"Submits a request to create a prepared statement w", file: "function.pg-prepare"},
{id:5881, pId:11888, name:"向 PostgreSQL 后端发送以 NULL 结尾的字符串", file: "function.pg-put-line"},
{id:5882, pId:11888, name:"Submits a command to the server and waits for the ", file: "function.pg-query-params"},
{id:5883, pId:11888, name:"执行查询", file: "function.pg-query"},
{id:5884, pId:11888, name:"Returns an individual field of an error report", file: "function.pg-result-error-field"},
{id:5885, pId:11888, name:"获得查询结果的错误信息", file: "function.pg-result-error"},
{id:5886, pId:11888, name:"在结果资源中设定内部行偏移量", file: "function.pg-result-seek"},
{id:5887, pId:11888, name:"获得查询结果的状态", file: "function.pg-result-status"},
{id:5888, pId:11888, name:"选择记录", file: "function.pg-select"},
{id:5889, pId:11888, name:"Sends a request to execute a prepared statement wi", file: "function.pg-send-execute"},
{id:5890, pId:11888, name:"Sends a request to create a prepared statement wit", file: "function.pg-send-prepare"},
{id:5891, pId:11888, name:"Submits a command and separate parameters to the s", file: "function.pg-send-query-params"},
{id:5892, pId:11888, name:"发送异步查询", file: "function.pg-send-query"},
{id:5893, pId:11888, name:"设定客户端编码", file: "function.pg-set-client-encoding"},
{id:5894, pId:11888, name:"Determines the verbosity of messages returned by p", file: "function.pg-set-error-verbosity"},
{id:5895, pId:11888, name:"Get a read only handle to the socket underlying a ", file: "function.pg-socket"},
{id:5896, pId:11888, name:"启动一个 PostgreSQL 连接的追踪功能", file: "function.pg-trace"},
{id:5897, pId:11888, name:"Returns the current in-transaction status of the s", file: "function.pg-transaction-status"},
{id:5898, pId:11888, name:"返回该连接的 tty 号", file: "function.pg-tty"},
{id:5899, pId:11888, name:"取消 bytea 类型中的字符串转义", file: "function.pg-unescape-bytea"},
{id:5900, pId:11888, name:"关闭 PostgreSQL 连接的追踪功能", file: "function.pg-untrace"},
{id:5901, pId:11888, name:"更新表", file: "function.pg-update"},
{id:5902, pId:11888, name:"Returns an array with client, protocol and server ", file: "function.pg-version"},
{id:343, pId:12180, name:"SQLites4c48-0.32%", file: "book.sqlite"},
{id:9259, pId:343, name:"简介", file: "intro.sqlite"},
{id:11920, pId:343, name:"SQLite 函数s40c40-0.27%", file: "ref.sqlite"},
{id:6484, pId:11920, name:"Execute a query against a given database and retur", file: "function.sqlite-array-query"},
{id:6485, pId:11920, name:"Set busy timeout duration, or disable busy handler", file: "function.sqlite-busy-timeout"},
{id:6486, pId:11920, name:"Returns the number of rows that were changed by th", file: "function.sqlite-changes"},
{id:6487, pId:11920, name:"Closes an open SQLite database", file: "function.sqlite-close"},
{id:6488, pId:11920, name:"Fetches a column from the current row of a result ", file: "function.sqlite-column"},
{id:6489, pId:11920, name:"Register an aggregating UDF for use in SQL stateme", file: "function.sqlite-create-aggregate"},
{id:6490, pId:11920, name:"Registers a regular User Defined Function for use ", file: "function.sqlite-create-function"},
{id:6491, pId:11920, name:"Fetches the current row from a result set as an ar", file: "function.sqlite-current"},
{id:6492, pId:11920, name:"Returns the textual description of an error code", file: "function.sqlite-error-string"},
{id:6493, pId:11920, name:"Escapes a string for use as a query parameter", file: "function.sqlite-escape-string"},
{id:6494, pId:11920, name:"Executes a result-less query against a given datab", file: "function.sqlite-exec"},
{id:6495, pId:11920, name:"Opens an SQLite database and returns an SQLiteData", file: "function.sqlite-factory"},
{id:6496, pId:11920, name:"Fetches all rows from a result set as an array of ", file: "function.sqlite-fetch-all"},
{id:6497, pId:11920, name:"Fetches the next row from a result set as an array", file: "function.sqlite-fetch-array"},
{id:6498, pId:11920, name:"Return an array of column types from a particular ", file: "function.sqlite-fetch-column-types"},
{id:6499, pId:11920, name:"Fetches the next row from a result set as an objec", file: "function.sqlite-fetch-object"},
{id:6500, pId:11920, name:"Fetches the first column of a result set as a stri", file: "function.sqlite-fetch-single"},
{id:6501, pId:11920, name:"别名 sqlite_fetch_single", file: "function.sqlite-fetch-string"},
{id:6502, pId:11920, name:"Returns the name of a particular field", file: "function.sqlite-field-name"},
{id:6503, pId:11920, name:"Finds whether or not more rows are available", file: "function.sqlite-has-more"},
{id:6504, pId:11920, name:"Returns whether or not a previous row is available", file: "function.sqlite-has-prev"},
{id:6505, pId:11920, name:"Returns the current row index", file: "function.sqlite-key"},
{id:6506, pId:11920, name:"Returns the error code of the last error for a dat", file: "function.sqlite-last-error"},
{id:6507, pId:11920, name:"Returns the rowid of the most recently inserted ro", file: "function.sqlite-last-insert-rowid"},
{id:6508, pId:11920, name:"Returns the encoding of the linked SQLite library", file: "function.sqlite-libencoding"},
{id:6509, pId:11920, name:"Returns the version of the linked SQLite library", file: "function.sqlite-libversion"},
{id:6510, pId:11920, name:"Seek to the next row number", file: "function.sqlite-next"},
{id:6511, pId:11920, name:"Returns the number of fields in a result set", file: "function.sqlite-num-fields"},
{id:6512, pId:11920, name:"Returns the number of rows in a buffered result se", file: "function.sqlite-num-rows"},
{id:6513, pId:11920, name:"Opens an SQLite database and create the database i", file: "function.sqlite-open"},
{id:6514, pId:11920, name:"Opens a persistent handle to an SQLite database an", file: "function.sqlite-popen"},
{id:6515, pId:11920, name:"Seek to the previous row number of a result set", file: "function.sqlite-prev"},
{id:6516, pId:11920, name:"Executes a query against a given database and retu", file: "function.sqlite-query"},
{id:6517, pId:11920, name:"Seek to the first row number", file: "function.sqlite-rewind"},
{id:6518, pId:11920, name:"Seek to a particular row number of a buffered resu", file: "function.sqlite-seek"},
{id:6519, pId:11920, name:"Executes a query and returns either an array for o", file: "function.sqlite-single-query"},
{id:6520, pId:11920, name:"Decode binary data passed as parameters to an UDF", file: "function.sqlite-udf-decode-binary"},
{id:6521, pId:11920, name:"Encode binary data before returning it from an UDF", file: "function.sqlite-udf-encode-binary"},
{id:6522, pId:11920, name:"Execute a query that does not prefetch and buffer ", file: "function.sqlite-unbuffered-query"},
{id:6523, pId:11920, name:"Returns whether more rows are available", file: "function.sqlite-valid"},
{id:13278, pId:343, name:"预定义常量", file: "sqlite.constants"},
{id:13282, pId:343, name:"安装/配置s4c4-0.03%", file: "sqlite.setup"},
{id:13277, pId:13282, name:"运行时配置", file: "sqlite.configuration"},
{id:13279, pId:13282, name:"安装", file: "sqlite.installation"},
{id:13280, pId:13282, name:"需求", file: "sqlite.requirements"},
{id:13281, pId:13282, name:"资源类型", file: "sqlite.resources"},
{id:344, pId:12180, name:"SQLite3s6c45-0.3%", file: "book.sqlite3"},
{id:1171, pId:344, name:"SQLite3 类s20c20-0.13%", file: "class.sqlite3"},
{id:13283, pId:1171, name:"Sets the busy connection handler", file: "sqlite3.busytimeout"},
{id:13284, pId:1171, name:"Returns the number of database rows that were chan", file: "sqlite3.changes"},
{id:13285, pId:1171, name:"Closes the database connection", file: "sqlite3.close"},
{id:13288, pId:1171, name:"Instantiates an SQLite3 object and opens an SQLite", file: "sqlite3.construct"},
{id:13289, pId:1171, name:"Registers a PHP function for use as an SQL aggrega", file: "sqlite3.createaggregate"},
{id:13290, pId:1171, name:"Registers a PHP function for use as an SQL collati", file: "sqlite3.createcollation"},
{id:13291, pId:1171, name:"Registers a PHP function for use as an SQL scalar ", file: "sqlite3.createfunction"},
{id:13292, pId:1171, name:"Enable throwing exceptions", file: "sqlite3.enableexceptions"},
{id:13293, pId:1171, name:"Returns a string that has been properly escaped", file: "sqlite3.escapestring"},
{id:13294, pId:1171, name:"Executes a result-less query against a given datab", file: "sqlite3.exec"},
{id:13296, pId:1171, name:"Returns the numeric result code of the most recent", file: "sqlite3.lasterrorcode"},
{id:13297, pId:1171, name:"Returns English text describing the most recent fa", file: "sqlite3.lasterrormsg"},
{id:13298, pId:1171, name:"Returns the row ID of the most recent INSERT into ", file: "sqlite3.lastinsertrowid"},
{id:13299, pId:1171, name:"Attempts to load an SQLite extension library", file: "sqlite3.loadextension"},
{id:13300, pId:1171, name:"Opens an SQLite database", file: "sqlite3.open"},
{id:13301, pId:1171, name:"Opens a stream resource to read a BLOB", file: "sqlite3.openblob"},
{id:13302, pId:1171, name:"Prepares an SQL statement for execution", file: "sqlite3.prepare"},
{id:13303, pId:1171, name:"Executes an SQL query", file: "sqlite3.query"},
{id:13304, pId:1171, name:"Executes a query and returns a single result", file: "sqlite3.querysingle"},
{id:13308, pId:1171, name:"Returns the SQLite3 library version as a string co", file: "sqlite3.version"},
{id:1172, pId:344, name:"SQLite3Result 类s6c6-0.04%", file: "class.sqlite3result"},
{id:13309, pId:1172, name:"Returns the name of the nth column", file: "sqlite3result.columnname"},
{id:13310, pId:1172, name:"Returns the type of the nth column", file: "sqlite3result.columntype"},
{id:13311, pId:1172, name:"Fetches a result row as an associative or numerica", file: "sqlite3result.fetcharray"},
{id:13312, pId:1172, name:"Closes the result set", file: "sqlite3result.finalize"},
{id:13313, pId:1172, name:"Returns the number of columns in the result set", file: "sqlite3result.numcolumns"},
{id:13314, pId:1172, name:"Resets the result set back to the first row", file: "sqlite3result.reset"},
{id:1173, pId:344, name:"SQLite3Stmt 类s9c9-0.06%", file: "class.sqlite3stmt"},
{id:13315, pId:1173, name:"Binds a parameter to a statement variable", file: "sqlite3stmt.bindparam"},
{id:13316, pId:1173, name:"Binds the value of a parameter to a statement vari", file: "sqlite3stmt.bindvalue"},
{id:13317, pId:1173, name:"Clears all current bound parameters", file: "sqlite3stmt.clear"},
{id:13318, pId:1173, name:"Closes the prepared statement", file: "sqlite3stmt.close"},
{id:13319, pId:1173, name:"Executes a prepared statement and returns a result", file: "sqlite3stmt.execute"},
{id:13320, pId:1173, name:"Get the SQL of the statement", file: "sqlite3stmt.getsql"},
{id:13321, pId:1173, name:"Returns the number of parameters within the prepar", file: "sqlite3stmt.paramcount"},
{id:13322, pId:1173, name:"Returns whether a statement is definitely read onl", file: "sqlite3stmt.readonly"},
{id:13323, pId:1173, name:"Resets the prepared statement", file: "sqlite3stmt.reset"},
{id:9260, pId:344, name:"简介", file: "intro.sqlite3"},
{id:13287, pId:344, name:"预定义常量", file: "sqlite3.constants"},
{id:13307, pId:344, name:"安装/配置s4c4-0.03%", file: "sqlite3.setup"},
{id:13286, pId:13307, name:"运行时配置", file: "sqlite3.configuration"},
{id:13295, pId:13307, name:"安装", file: "sqlite3.installation"},
{id:13305, pId:13307, name:"需求", file: "sqlite3.requirements"},
{id:13306, pId:13307, name:"资源类型", file: "sqlite3.resources"},
{id:345, pId:12180, name:"Microsoft SQL Server Driver for PHPs4c34-0.23%", file: "book.sqlsrv"},
{id:9261, pId:345, name:"简介", file: "intro.sqlsrv"},
{id:11921, pId:345, name:"SQLSRV 函数s26c26-0.17%", file: "ref.sqlsrv"},
{id:6524, pId:11921, name:"Begins a database transaction", file: "function.sqlsrv-begin-transaction"},
{id:6525, pId:11921, name:"Cancels a statement", file: "function.sqlsrv-cancel"},
{id:6526, pId:11921, name:"Returns information about the client and specified", file: "function.sqlsrv-client-info"},
{id:6527, pId:11921, name:"Closes an open connection and releases resourses a", file: "function.sqlsrv-close"},
{id:6528, pId:11921, name:"Commits a transaction that was begun with sqlsrv_b", file: "function.sqlsrv-commit"},
{id:6529, pId:11921, name:"Changes the driver error handling and logging conf", file: "function.sqlsrv-configure"},
{id:6530, pId:11921, name:"Opens a connection to a Microsoft SQL Server datab", file: "function.sqlsrv-connect"},
{id:6531, pId:11921, name:"Returns error and warning information about the la", file: "function.sqlsrv-errors"},
{id:6532, pId:11921, name:"Executes a statement prepared with sqlsrv_prepare", file: "function.sqlsrv-execute"},
{id:6533, pId:11921, name:"Returns a row as an array", file: "function.sqlsrv-fetch-array"},
{id:6534, pId:11921, name:"Retrieves the next row of data in a result set as ", file: "function.sqlsrv-fetch-object"},
{id:6535, pId:11921, name:"Makes the next row in a result set available for r", file: "function.sqlsrv-fetch"},
{id:6536, pId:11921, name:"Retrieves metadata for the fields of a statement p", file: "function.sqlsrv-field-metadata"},
{id:6537, pId:11921, name:"Frees all resources for the specified statement", file: "function.sqlsrv-free-stmt"},
{id:6538, pId:11921, name:"Returns the value of the specified configuration s", file: "function.sqlsrv-get-config"},
{id:6539, pId:11921, name:"Gets field data from the currently selected row", file: "function.sqlsrv-get-field"},
{id:6540, pId:11921, name:"Indicates whether the specified statement has rows", file: "function.sqlsrv-has-rows"},
{id:6541, pId:11921, name:"Makes the next result of the specified statement a", file: "function.sqlsrv-next-result"},
{id:6542, pId:11921, name:"Retrieves the number of fields (columns) on a stat", file: "function.sqlsrv-num-fields"},
{id:6543, pId:11921, name:"Retrieves the number of rows in a result set", file: "function.sqlsrv-num-rows"},
{id:6544, pId:11921, name:"Prepares a query for execution", file: "function.sqlsrv-prepare"},
{id:6545, pId:11921, name:"Prepares and executes a query", file: "function.sqlsrv-query"},
{id:6546, pId:11921, name:"Rolls back a transaction that was begun with sq", file: "function.sqlsrv-rollback"},
{id:6547, pId:11921, name:"Returns the number of rows modified by the last IN", file: "function.sqlsrv-rows-affected"},
{id:6548, pId:11921, name:"Sends data from parameter streams to the server", file: "function.sqlsrv-send-stream-data"},
{id:6549, pId:11921, name:"Returns information about the server", file: "function.sqlsrv-server-info"},
{id:13325, pId:345, name:"预定义常量", file: "sqlsrv.constants"},
{id:13329, pId:345, name:"安装/配置s4c4-0.03%", file: "sqlsrv.setup"},
{id:13324, pId:13329, name:"运行时配置", file: "sqlsrv.configuration"},
{id:13326, pId:13329, name:"安装", file: "sqlsrv.installation"},
{id:13327, pId:13329, name:"需求", file: "sqlsrv.requirements"},
{id:13328, pId:13329, name:"资源类型", file: "sqlsrv.resources"},
{id:356, pId:12180, name:"Sybases4c33-0.22%", file: "book.sybase"},
{id:9272, pId:356, name:"简介", file: "intro.sybase"},
{id:11931, pId:356, name:"Sybase 函数s25c25-0.17%", file: "ref.sybase"},
{id:6822, pId:11931, name:"Gets number of affected rows in last query", file: "function.sybase-affected-rows"},
{id:6823, pId:11931, name:"Closes a Sybase connection", file: "function.sybase-close"},
{id:6824, pId:11931, name:"Opens a Sybase server connection", file: "function.sybase-connect"},
{id:6825, pId:11931, name:"Moves internal row pointer", file: "function.sybase-data-seek"},
{id:6826, pId:11931, name:"Sets the deadlock retry count", file: "function.sybase-deadlock-retry-count"},
{id:6827, pId:11931, name:"Fetch row as array", file: "function.sybase-fetch-array"},
{id:6828, pId:11931, name:"Fetch a result row as an associative array", file: "function.sybase-fetch-assoc"},
{id:6829, pId:11931, name:"Get field information from a result", file: "function.sybase-fetch-field"},
{id:6830, pId:11931, name:"Fetch a row as an object", file: "function.sybase-fetch-object"},
{id:6831, pId:11931, name:"Get a result row as an enumerated array", file: "function.sybase-fetch-row"},
{id:6832, pId:11931, name:"Sets field offset", file: "function.sybase-field-seek"},
{id:6833, pId:11931, name:"Frees result memory", file: "function.sybase-free-result"},
{id:6834, pId:11931, name:"Returns the last message from the server", file: "function.sybase-get-last-message"},
{id:6835, pId:11931, name:"Sets minimum client severity", file: "function.sybase-min-client-severity"},
{id:6836, pId:11931, name:"Sets minimum error severity", file: "function.sybase-min-error-severity"},
{id:6837, pId:11931, name:"Sets minimum message severity", file: "function.sybase-min-message-severity"},
{id:6838, pId:11931, name:"Sets minimum server severity", file: "function.sybase-min-server-severity"},
{id:6839, pId:11931, name:"Gets the number of fields in a result set", file: "function.sybase-num-fields"},
{id:6840, pId:11931, name:"Get number of rows in a result set", file: "function.sybase-num-rows"},
{id:6841, pId:11931, name:"Open persistent Sybase connection", file: "function.sybase-pconnect"},
{id:6842, pId:11931, name:"Sends a Sybase query", file: "function.sybase-query"},
{id:6843, pId:11931, name:"Get result data", file: "function.sybase-result"},
{id:6844, pId:11931, name:"Selects a Sybase database", file: "function.sybase-select-db"},
{id:6845, pId:11931, name:"Sets the handler called when a server message is r", file: "function.sybase-set-message-handler"},
{id:6846, pId:11931, name:"Send a Sybase query and do not block", file: "function.sybase-unbuffered-query"},
{id:13854, pId:356, name:"预定义常量", file: "sybase.constants"},
{id:13858, pId:356, name:"安装/配置s4c4-0.03%", file: "sybase.setup"},
{id:13853, pId:13858, name:"运行时配置", file: "sybase.configuration"},
{id:13855, pId:13858, name:"安装", file: "sybase.installation"},
{id:13856, pId:13858, name:"需求", file: "sybase.requirements"},
{id:13857, pId:13858, name:"资源类型", file: "sybase.resources"},
{id:362, pId:12180, name:"tokyo_tyrants9c68-0.45%", file: "book.tokyo-tyrant"},
{id:1232, pId:362, name:"The TokyoTyrant classs23c23-0.15%", file: "class.tokyotyrant"},
{id:14002, pId:1232, name:"Adds to a numeric key", file: "tokyotyrant.add"},
{id:14003, pId:1232, name:"Connect to a database", file: "tokyotyrant.connect"},
{id:14004, pId:1232, name:"Connects to a database", file: "tokyotyrant.connecturi"},
{id:14005, pId:1232, name:"Construct a new TokyoTyrant object", file: "tokyotyrant.construct"},
{id:14006, pId:1232, name:"Copies the database", file: "tokyotyrant.copy"},
{id:14007, pId:1232, name:"Execute a remote script", file: "tokyotyrant.ext"},
{id:14008, pId:1232, name:"Returns the forward matching keys", file: "tokyotyrant.fwmkeys"},
{id:14009, pId:1232, name:"The get purpose", file: "tokyotyrant.get"},
{id:14010, pId:1232, name:"Get an iterator", file: "tokyotyrant.getiterator"},
{id:14011, pId:1232, name:"Number of records in the database", file: "tokyotyrant.num"},
{id:14012, pId:1232, name:"Removes records", file: "tokyotyrant.out"},
{id:14013, pId:1232, name:"Puts values", file: "tokyotyrant.put"},
{id:14014, pId:1232, name:"Concatenates to a record", file: "tokyotyrant.putcat"},
{id:14015, pId:1232, name:"Puts a record", file: "tokyotyrant.putkeep"},
{id:14016, pId:1232, name:"Puts value", file: "tokyotyrant.putnr"},
{id:14017, pId:1232, name:"Concatenates to a record", file: "tokyotyrant.putshl"},
{id:14018, pId:1232, name:"Restore the database", file: "tokyotyrant.restore"},
{id:14019, pId:1232, name:"Set the replication master", file: "tokyotyrant.setmaster"},
{id:14020, pId:1232, name:"Returns the size of the value", file: "tokyotyrant.size"},
{id:14021, pId:1232, name:"Get statistics", file: "tokyotyrant.stat"},
{id:14022, pId:1232, name:"Synchronize the database", file: "tokyotyrant.sync"},
{id:14023, pId:1232, name:"Tunes connection values", file: "tokyotyrant.tune"},
{id:14024, pId:1232, name:"Empties the database", file: "tokyotyrant.vanish"},
{id:1233, pId:362, name:"The TokyoTyrantException class", file: "class.tokyotyrantexception"},
{id:1234, pId:362, name:"The TokyoTyrantIterator classs6c6-0.04%", file: "class.tokyotyrantiterator"},
{id:14025, pId:1234, name:"Construct an iterator", file: "tokyotyrantiterator.construct"},
{id:14026, pId:1234, name:"Get the current value", file: "tokyotyrantiterator.current"},
{id:14027, pId:1234, name:"Returns the current key", file: "tokyotyrantiterator.key"},
{id:14028, pId:1234, name:"Move to next key", file: "tokyotyrantiterator.next"},
{id:14029, pId:1234, name:"Rewinds the iterator", file: "tokyotyrantiterator.rewind"},
{id:14030, pId:1234, name:"Rewinds the iterator", file: "tokyotyrantiterator.valid"},
{id:1235, pId:362, name:"The TokyoTyrantQuery classs14c14-0.09%", file: "class.tokyotyrantquery"},
{id:14031, pId:1235, name:"Adds a condition to the query", file: "tokyotyrantquery.addcond"},
{id:14032, pId:1235, name:"Construct a new query", file: "tokyotyrantquery.construct"},
{id:14033, pId:1235, name:"Counts records", file: "tokyotyrantquery.count"},
{id:14034, pId:1235, name:"Returns the current element", file: "tokyotyrantquery.current"},
{id:14035, pId:1235, name:"Get the hint string of the query", file: "tokyotyrantquery.hint"},
{id:14036, pId:1235, name:"Returns the current key", file: "tokyotyrantquery.key"},
{id:14037, pId:1235, name:"Retrieve records with multiple queries", file: "tokyotyrantquery.metasearch"},
{id:14038, pId:1235, name:"Moves the iterator to next entry", file: "tokyotyrantquery.next"},
{id:14039, pId:1235, name:"Removes records based on query", file: "tokyotyrantquery.out"},
{id:14040, pId:1235, name:"Rewinds the iterator", file: "tokyotyrantquery.rewind"},
{id:14041, pId:1235, name:"Searches records", file: "tokyotyrantquery.search"},
{id:14042, pId:1235, name:"Limit results", file: "tokyotyrantquery.setlimit"},
{id:14043, pId:1235, name:"Orders results", file: "tokyotyrantquery.setorder"},
{id:14044, pId:1235, name:"Checks the validity of current item", file: "tokyotyrantquery.valid"},
{id:1236, pId:362, name:"The TokyoTyrantTable classs12c12-0.08%", file: "class.tokyotyranttable"},
{id:14045, pId:1236, name:"Adds a record", file: "tokyotyranttable.add"},
{id:14046, pId:1236, name:"Generate unique id", file: "tokyotyranttable.genuid"},
{id:14047, pId:1236, name:"Get a row", file: "tokyotyranttable.get"},
{id:14048, pId:1236, name:"Get an iterator", file: "tokyotyranttable.getiterator"},
{id:14049, pId:1236, name:"Get a query object", file: "tokyotyranttable.getquery"},
{id:14050, pId:1236, name:"Remove records", file: "tokyotyranttable.out"},
{id:14051, pId:1236, name:"Store a row", file: "tokyotyranttable.put"},
{id:14052, pId:1236, name:"Concatenates to a row", file: "tokyotyranttable.putcat"},
{id:14053, pId:1236, name:"Put a new record", file: "tokyotyranttable.putkeep"},
{id:14054, pId:1236, name:"Puts value", file: "tokyotyranttable.putnr"},
{id:14055, pId:1236, name:"Concatenates to a record", file: "tokyotyranttable.putshl"},
{id:14056, pId:1236, name:"Sets index", file: "tokyotyranttable.setindex"},
{id:9278, pId:362, name:"简介", file: "intro.tokyo-tyrant"},
{id:13996, pId:362, name:"预定义常量", file: "tokyo-tyrant.constants"},
{id:13997, pId:362, name:"范例", file: "tokyo-tyrant.examples"},
{id:14001, pId:362, name:"安装/配置s4c4-0.03%", file: "tokyo-tyrant.setup"},
{id:13995, pId:14001, name:"运行时配置", file: "tokyo-tyrant.configuration"},
{id:13998, pId:14001, name:"安装", file: "tokyo-tyrant.installation"},
{id:13999, pId:14001, name:"需求", file: "tokyo-tyrant.requirements"},
{id:14000, pId:14001, name:"资源类型", file: "tokyo-tyrant.resources"},
{id:12565, pId:12180, name:"MongoDB drivers8c285-1.9%", file: "set.mongodb"},
{id:166, pId:12565, name:"BSON type classes and serialization functionss27c125-0.83%", file: "book.bson"},
{id:908, pId:166, name:"The MongoDB\BSON\Binary classs7c7-0.05%", file: "class.mongodb-bson-binary"},
{id:10071, pId:908, name:"Construct a new Binary", file: "mongodb-bson-binary.construct"},
{id:10072, pId:908, name:"Returns the Binary's data", file: "mongodb-bson-binary.getdata"},
{id:10073, pId:908, name:"Returns the Binary's type", file: "mongodb-bson-binary.gettype"},
{id:10074, pId:908, name:"Returns a representation that can be converted to ", file: "mongodb-bson-binary.jsonserialize"},
{id:10075, pId:908, name:"Serialize a Binary", file: "mongodb-bson-binary.serialize"},
{id:10076, pId:908, name:"Returns the Binary's data", file: "mongodb-bson-binary.tostring"},
{id:10077, pId:908, name:"Unserialize a Binary", file: "mongodb-bson-binary.unserialize"},
{id:909, pId:166, name:"The MongoDB\BSON\BinaryInterface interfaces3c3-0.02%", file: "class.mongodb-bson-binaryinterface"},
{id:10078, pId:909, name:"Returns the BinaryInterface's data", file: "mongodb-bson-binaryinterface.getdata"},
{id:10079, pId:909, name:"Returns the BinaryInterface's type", file: "mongodb-bson-binaryinterface.gettype"},
{id:10080, pId:909, name:"Returns the BinaryInterface's data", file: "mongodb-bson-binaryinterface.tostring"},
{id:910, pId:166, name:"The MongoDB\BSON\DBPointer class (deprecated)s5c5-0.03%", file: "class.mongodb-bson-dbpointer"},
{id:10081, pId:910, name:"Construct a new DBPointer (unused)", file: "mongodb-bson-dbpointer.construct"},
{id:10082, pId:910, name:"Returns a representation that can be converted to ", file: "mongodb-bson-dbpointer.jsonserialize"},
{id:10083, pId:910, name:"Serialize a DBPointer", file: "mongodb-bson-dbpointer.serialize"},
{id:10084, pId:910, name:"Returns an empty string", file: "mongodb-bson-dbpointer.tostring"},
{id:10085, pId:910, name:"Unserialize a DBPointer", file: "mongodb-bson-dbpointer.unserialize"},
{id:911, pId:166, name:"The MongoDB\BSON\Decimal128 classs5c5-0.03%", file: "class.mongodb-bson-decimal128"},
{id:10086, pId:911, name:"Construct a new Decimal128", file: "mongodb-bson-decimal128.construct"},
{id:10087, pId:911, name:"Returns a representation that can be converted to ", file: "mongodb-bson-decimal128.jsonserialize"},
{id:10088, pId:911, name:"Serialize a Decimal128", file: "mongodb-bson-decimal128.serialize"},
{id:10089, pId:911, name:"Returns the string representation of this Decimal1", file: "mongodb-bson-decimal128.tostring"},
{id:10090, pId:911, name:"Unserialize a Decimal128", file: "mongodb-bson-decimal128.unserialize"},
{id:912, pId:166, name:"The MongoDB\BSON\Decimal128Interface interfaces1c1-0.01%", file: "class.mongodb-bson-decimal128interface"},
{id:10091, pId:912, name:"Returns the string representation of this Decimal1", file: "mongodb-bson-decimal128interface.tostring"},
{id:913, pId:166, name:"The MongoDB\BSON\Int64 classs5c5-0.03%", file: "class.mongodb-bson-int64"},
{id:10092, pId:913, name:"Construct a new Int64 (unused)", file: "mongodb-bson-int64.construct"},
{id:10093, pId:913, name:"Returns a representation that can be converted to ", file: "mongodb-bson-int64.jsonserialize"},
{id:10094, pId:913, name:"Serialize an Int64", file: "mongodb-bson-int64.serialize"},
{id:10095, pId:913, name:"Returns the string representation of this Int64", file: "mongodb-bson-int64.tostring"},
{id:10096, pId:913, name:"Unserialize an Int64", file: "mongodb-bson-int64.unserialize"},
{id:914, pId:166, name:"The MongoDB\BSON\Javascript classs7c7-0.05%", file: "class.mongodb-bson-javascript"},
{id:10097, pId:914, name:"Construct a new Javascript", file: "mongodb-bson-javascript.construct"},
{id:10098, pId:914, name:"Returns the Javascript's code", file: "mongodb-bson-javascript.getcode"},
{id:10099, pId:914, name:"Returns the Javascript's scope document", file: "mongodb-bson-javascript.getscope"},
{id:10100, pId:914, name:"Returns a representation that can be converted to ", file: "mongodb-bson-javascript.jsonserialize"},
{id:10101, pId:914, name:"Serialize a Javascript", file: "mongodb-bson-javascript.serialize"},
{id:10102, pId:914, name:"Returns the Javascript's code", file: "mongodb-bson-javascript.tostring"},
{id:10103, pId:914, name:"Unserialize a Javascript", file: "mongodb-bson-javascript.unserialize"},
{id:915, pId:166, name:"The MongoDB\BSON\JavascriptInterface interfaces3c3-0.02%", file: "class.mongodb-bson-javascriptinterface"},
{id:10104, pId:915, name:"Returns the JavascriptInterface's code", file: "mongodb-bson-javascriptinterface.getcode"},
{id:10105, pId:915, name:"Returns the JavascriptInterface's scope document", file: "mongodb-bson-javascriptinterface.getscope"},
{id:10106, pId:915, name:"Returns the JavascriptInterface's code", file: "mongodb-bson-javascriptinterface.tostring"},
{id:916, pId:166, name:"The MongoDB\BSON\MaxKey classs4c4-0.03%", file: "class.mongodb-bson-maxkey"},
{id:10107, pId:916, name:"Construct a new MaxKey", file: "mongodb-bson-maxkey.construct"},
{id:10108, pId:916, name:"Returns a representation that can be converted to ", file: "mongodb-bson-maxkey.jsonserialize"},
{id:10109, pId:916, name:"Serialize a MaxKey", file: "mongodb-bson-maxkey.serialize"},
{id:10110, pId:916, name:"Unserialize a MaxKey", file: "mongodb-bson-maxkey.unserialize"},
{id:917, pId:166, name:"The MongoDB\BSON\MaxKeyInterface interface", file: "class.mongodb-bson-maxkeyinterface"},
{id:918, pId:166, name:"The MongoDB\BSON\MinKey classs4c4-0.03%", file: "class.mongodb-bson-minkey"},
{id:10111, pId:918, name:"Construct a new MinKey", file: "mongodb-bson-minkey.construct"},
{id:10112, pId:918, name:"Returns a representation that can be converted to ", file: "mongodb-bson-minkey.jsonserialize"},
{id:10113, pId:918, name:"Serialize a MinKey", file: "mongodb-bson-minkey.serialize"},
{id:10114, pId:918, name:"Unserialize a MinKey", file: "mongodb-bson-minkey.unserialize"},
{id:919, pId:166, name:"The MongoDB\BSON\MinKeyInterface interface", file: "class.mongodb-bson-minkeyinterface"},
{id:920, pId:166, name:"The MongoDB\BSON\ObjectId classs6c6-0.04%", file: "class.mongodb-bson-objectid"},
{id:10115, pId:920, name:"Construct a new ObjectId", file: "mongodb-bson-objectid.construct"},
{id:10116, pId:920, name:"Returns the timestamp component of this ObjectId", file: "mongodb-bson-objectid.gettimestamp"},
{id:10117, pId:920, name:"Returns a representation that can be converted to ", file: "mongodb-bson-objectid.jsonserialize"},
{id:10118, pId:920, name:"Serialize an ObjectId", file: "mongodb-bson-objectid.serialize"},
{id:10119, pId:920, name:"Returns the hexidecimal representation of this Obj", file: "mongodb-bson-objectid.tostring"},
{id:10120, pId:920, name:"Unserialize an ObjectId", file: "mongodb-bson-objectid.unserialize"},
{id:921, pId:166, name:"The MongoDB\BSON\ObjectIdInterface interfaces2c2-0.01%", file: "class.mongodb-bson-objectidinterface"},
{id:10121, pId:921, name:"Returns the timestamp component of this ObjectIdIn", file: "mongodb-bson-objectidinterface.gettimestamp"},
{id:10122, pId:921, name:"Returns the hexidecimal representation of this Obj", file: "mongodb-bson-objectidinterface.tostring"},
{id:922, pId:166, name:"The MongoDB\BSON\Persistable interface", file: "class.mongodb-bson-persistable"},
{id:923, pId:166, name:"The MongoDB\BSON\Regex classs7c7-0.05%", file: "class.mongodb-bson-regex"},
{id:10123, pId:923, name:"Construct a new Regex", file: "mongodb-bson-regex.construct"},
{id:10124, pId:923, name:"Returns the Regex's flags", file: "mongodb-bson-regex.getflags"},
{id:10125, pId:923, name:"Returns the Regex's pattern", file: "mongodb-bson-regex.getpattern"},
{id:10126, pId:923, name:"Returns a representation that can be converted to ", file: "mongodb-bson-regex.jsonserialize"},
{id:10127, pId:923, name:"Serialize a Regex", file: "mongodb-bson-regex.serialize"},
{id:10128, pId:923, name:"Returns the string representation of this Regex", file: "mongodb-bson-regex.tostring"},
{id:10129, pId:923, name:"Unserialize a Regex", file: "mongodb-bson-regex.unserialize"},
{id:924, pId:166, name:"The MongoDB\BSON\RegexInterface interfaces3c3-0.02%", file: "class.mongodb-bson-regexinterface"},
{id:10130, pId:924, name:"Returns the RegexInterface's flags", file: "mongodb-bson-regexinterface.getflags"},
{id:10131, pId:924, name:"Returns the RegexInterface's pattern", file: "mongodb-bson-regexinterface.getpattern"},
{id:10132, pId:924, name:"Returns the string representation of this RegexInt", file: "mongodb-bson-regexinterface.tostring"},
{id:925, pId:166, name:"The MongoDB\BSON\Serializable interfaces1c1-0.01%", file: "class.mongodb-bson-serializable"},
{id:10133, pId:925, name:"Provides an array or document to serialize as BSON", file: "mongodb-bson-serializable.bsonserialize"},
{id:926, pId:166, name:"The MongoDB\BSON\Symbol class (deprecated)s5c5-0.03%", file: "class.mongodb-bson-symbol"},
{id:10134, pId:926, name:"Construct a new Symbol (unused)", file: "mongodb-bson-symbol.construct"},
{id:10135, pId:926, name:"Returns a representation that can be converted to ", file: "mongodb-bson-symbol.jsonserialize"},
{id:10136, pId:926, name:"Serialize a Symbol", file: "mongodb-bson-symbol.serialize"},
{id:10137, pId:926, name:"Returns the Symbol as a string", file: "mongodb-bson-symbol.tostring"},
{id:10138, pId:926, name:"Unserialize a Symbol", file: "mongodb-bson-symbol.unserialize"},
{id:927, pId:166, name:"The MongoDB\BSON\Timestamp classs7c7-0.05%", file: "class.mongodb-bson-timestamp"},
{id:10139, pId:927, name:"Construct a new Timestamp", file: "mongodb-bson-timestamp.construct"},
{id:10140, pId:927, name:"Returns the increment component of this Timestamp", file: "mongodb-bson-timestamp.getincrement"},
{id:10141, pId:927, name:"Returns the timestamp component of this Timestamp", file: "mongodb-bson-timestamp.gettimestamp"},
{id:10142, pId:927, name:"Returns a representation that can be converted to ", file: "mongodb-bson-timestamp.jsonserialize"},
{id:10143, pId:927, name:"Serialize a Timestamp", file: "mongodb-bson-timestamp.serialize"},
{id:10144, pId:927, name:"Returns the string representation of this Timestam", file: "mongodb-bson-timestamp.tostring"},
{id:10145, pId:927, name:"Unserialize a Timestamp", file: "mongodb-bson-timestamp.unserialize"},
{id:928, pId:166, name:"The MongoDB\BSON\TimestampInterface interfaces3c3-0.02%", file: "class.mongodb-bson-timestampinterface"},
{id:10146, pId:928, name:"Returns the increment component of this TimestampI", file: "mongodb-bson-timestampinterface.getincrement"},
{id:10147, pId:928, name:"Returns the timestamp component of this TimestampI", file: "mongodb-bson-timestampinterface.gettimestamp"},
{id:10148, pId:928, name:"Returns the string representation of this Timestam", file: "mongodb-bson-timestampinterface.tostring"},
{id:929, pId:166, name:"The MongoDB\BSON\Type interface", file: "class.mongodb-bson-type"},
{id:930, pId:166, name:"The MongoDB\BSON\Undefined class (deprecated)s5c5-0.03%", file: "class.mongodb-bson-undefined"},
{id:10149, pId:930, name:"Construct a new Undefined (unused)", file: "mongodb-bson-undefined.construct"},
{id:10150, pId:930, name:"Returns a representation that can be converted to ", file: "mongodb-bson-undefined.jsonserialize"},
{id:10151, pId:930, name:"Serialize a Undefined", file: "mongodb-bson-undefined.serialize"},
{id:10152, pId:930, name:"Returns an empty string", file: "mongodb-bson-undefined.tostring"},
{id:10153, pId:930, name:"Unserialize a Undefined", file: "mongodb-bson-undefined.unserialize"},
{id:931, pId:166, name:"The MongoDB\BSON\Unserializable interfaces1c1-0.01%", file: "class.mongodb-bson-unserializable"},
{id:10154, pId:931, name:"Constructs the object from a BSON array or documen", file: "mongodb-bson-unserializable.bsonunserialize"},
{id:932, pId:166, name:"The MongoDB\BSON\UTCDateTime classs6c6-0.04%", file: "class.mongodb-bson-utcdatetime"},
{id:10155, pId:932, name:"Construct a new UTCDateTime", file: "mongodb-bson-utcdatetime.construct"},
{id:10156, pId:932, name:"Returns a representation that can be converted to ", file: "mongodb-bson-utcdatetime.jsonserialize"},
{id:10157, pId:932, name:"Serialize a UTCDateTime", file: "mongodb-bson-utcdatetime.serialize"},
{id:10158, pId:932, name:"Returns the DateTime representation of this UTCDat", file: "mongodb-bson-utcdatetime.todatetime"},
{id:10159, pId:932, name:"Returns the string representation of this UTCDateT", file: "mongodb-bson-utcdatetime.tostring"},
{id:10160, pId:932, name:"Unserialize a UTCDateTime", file: "mongodb-bson-utcdatetime.unserialize"},
{id:933, pId:166, name:"The MongoDB\BSON\UTCDateTimeInterface interfaces2c2-0.01%", file: "class.mongodb-bson-utcdatetimeinterface"},
{id:10161, pId:933, name:"Returns the DateTime representation of this UTCDat", file: "mongodb-bson-utcdatetimeinterface.todatetime"},
{id:10162, pId:933, name:"Returns the string representation of this UTCDateT", file: "mongodb-bson-utcdatetimeinterface.tostring"},
{id:11750, pId:166, name:"函数s6c6-0.04%", file: "ref.bson.functions"},
{id:4828, pId:11750, name:"Returns the BSON representation of a JSON value", file: "function.mongodb.bson-fromjson"},
{id:4829, pId:11750, name:"Returns the BSON representation of a PHP value", file: "function.mongodb.bson-fromphp"},
{id:4830, pId:11750, name:"Returns the Canonical Extended JSON representation", file: "function.mongodb.bson-tocanonicalextendedjson"},
{id:4831, pId:11750, name:"Returns the Legacy Extended JSON representation of", file: "function.mongodb.bson-tojson"},
{id:4832, pId:11750, name:"Returns the PHP representation of a BSON value", file: "function.mongodb.bson-tophp"},
{id:4833, pId:11750, name:"Returns the Relaxed Extended JSON representation o", file: "function.mongodb.bson-torelaxedextendedjson"},
{id:266, pId:12565, name:"MongoDB 驱动类s13c91-0.61%", file: "book.mongodb"},
{id:934, pId:266, name:"The MongoDB\Driver\BulkWrite classs5c5-0.03%", file: "class.mongodb-driver-bulkwrite"},
{id:10163, pId:934, name:"Create a new BulkWrite", file: "mongodb-driver-bulkwrite.construct"},
{id:10164, pId:934, name:"Count number of write operations in the bulk", file: "mongodb-driver-bulkwrite.count"},
{id:10165, pId:934, name:"Add a delete operation to the bulk", file: "mongodb-driver-bulkwrite.delete"},
{id:10166, pId:934, name:"Add an insert operation to the bulk", file: "mongodb-driver-bulkwrite.insert"},
{id:10167, pId:934, name:"Add an update operation to the bulk", file: "mongodb-driver-bulkwrite.update"},
{id:935, pId:266, name:"The MongoDB\Driver\Command classs1c1-0.01%", file: "class.mongodb-driver-command"},
{id:10168, pId:935, name:"Create a new Command", file: "mongodb-driver-command.construct"},
{id:936, pId:266, name:"The MongoDB\Driver\Cursor classs6c6-0.04%", file: "class.mongodb-driver-cursor"},
{id:10169, pId:936, name:"Create a new Cursor (not used)", file: "mongodb-driver-cursor.construct"},
{id:10170, pId:936, name:"Returns the ID for this cursor", file: "mongodb-driver-cursor.getid"},
{id:10171, pId:936, name:"Returns the server associated with this cursor", file: "mongodb-driver-cursor.getserver"},
{id:10172, pId:936, name:"Checks if the cursor is exhausted or may have addi", file: "mongodb-driver-cursor.isdead"},
{id:10173, pId:936, name:"Sets a type map to use for BSON unserialization", file: "mongodb-driver-cursor.settypemap"},
{id:10174, pId:936, name:"Returns an array containing all results for this c", file: "mongodb-driver-cursor.toarray"},
{id:937, pId:266, name:"The MongoDB\Driver\CursorId classs2c2-0.01%", file: "class.mongodb-driver-cursorid"},
{id:10175, pId:937, name:"Create a new CursorId (not used)", file: "mongodb-driver-cursorid.construct"},
{id:10176, pId:937, name:"String representation of the cursor ID", file: "mongodb-driver-cursorid.tostring"},
{id:950, pId:266, name:"The MongoDB\Driver\Manager classs13c13-0.09%", file: "class.mongodb-driver-manager"},
{id:10177, pId:950, name:"Create new MongoDB Manager", file: "mongodb-driver-manager.construct"},
{id:10178, pId:950, name:"Execute one or more write operations", file: "mongodb-driver-manager.executebulkwrite"},
{id:10179, pId:950, name:"Execute a database command", file: "mongodb-driver-manager.executecommand"},
{id:10180, pId:950, name:"Execute a database query", file: "mongodb-driver-manager.executequery"},
{id:10181, pId:950, name:"Execute a database command that reads", file: "mongodb-driver-manager.executereadcommand"},
{id:10182, pId:950, name:"Execute a database command that reads and writes", file: "mongodb-driver-manager.executereadwritecommand"},
{id:10183, pId:950, name:"Execute a database command that writes", file: "mongodb-driver-manager.executewritecommand"},
{id:10184, pId:950, name:"Return the ReadConcern for the Manager", file: "mongodb-driver-manager.getreadconcern"},
{id:10185, pId:950, name:"Return the ReadPreference for the Manager", file: "mongodb-driver-manager.getreadpreference"},
{id:10186, pId:950, name:"Return the servers to which this manager is connec", file: "mongodb-driver-manager.getservers"},
{id:10187, pId:950, name:"Return the WriteConcern for the Manager", file: "mongodb-driver-manager.getwriteconcern"},
{id:10188, pId:950, name:"Select a server matching a read preference", file: "mongodb-driver-manager.selectserver"},
{id:10189, pId:950, name:"Start a new client session for use with this clien", file: "mongodb-driver-manager.startsession"},
{id:956, pId:266, name:"The MongoDB\Driver\Query classs1c1-0.01%", file: "class.mongodb-driver-query"},
{id:10212, pId:956, name:"Create a new Query", file: "mongodb-driver-query.construct"},
{id:957, pId:266, name:"The MongoDB\Driver\ReadConcern classs4c4-0.03%", file: "class.mongodb-driver-readconcern"},
{id:10213, pId:957, name:"Returns an object for BSON serialization", file: "mongodb-driver-readconcern.bsonserialize"},
{id:10214, pId:957, name:"Create a new ReadConcern", file: "mongodb-driver-readconcern.construct"},
{id:10215, pId:957, name:"Returns the ReadConcern's level option", file: "mongodb-driver-readconcern.getlevel"},
{id:10216, pId:957, name:"Checks if this is the default read concern", file: "mongodb-driver-readconcern.isdefault"},
{id:958, pId:266, name:"The MongoDB\Driver\ReadPreference classs5c5-0.03%", file: "class.mongodb-driver-readpreference"},
{id:10217, pId:958, name:"Returns an object for BSON serialization", file: "mongodb-driver-readpreference.bsonserialize"},
{id:10218, pId:958, name:"Create a new ReadPreference", file: "mongodb-driver-readpreference.construct"},
{id:10219, pId:958, name:"Returns the ReadPreference's maxStalenessSeconds o", file: "mongodb-driver-readpreference.getmaxstalenessseconds"},
{id:10220, pId:958, name:"Returns the ReadPreference's mode option", file: "mongodb-driver-readpreference.getmode"},
{id:10221, pId:958, name:"Returns the ReadPreference's tagSets option", file: "mongodb-driver-readpreference.gettagsets"},
{id:959, pId:266, name:"The MongoDB\Driver\Server classs18c18-0.12%", file: "class.mongodb-driver-server"},
{id:10223, pId:959, name:"Create a new Server (not used)", file: "mongodb-driver-server.construct"},
{id:10224, pId:959, name:"Execute one or more write operations on this serve", file: "mongodb-driver-server.executebulkwrite"},
{id:10225, pId:959, name:"Execute a database command on this server", file: "mongodb-driver-server.executecommand"},
{id:10226, pId:959, name:"Execute a database query on this server", file: "mongodb-driver-server.executequery"},
{id:10227, pId:959, name:"Execute a database command that reads on this serv", file: "mongodb-driver-server.executereadcommand"},
{id:10228, pId:959, name:"Execute a database command that reads and writes o", file: "mongodb-driver-server.executereadwritecommand"},
{id:10229, pId:959, name:"Execute a database command that writes on this ser", file: "mongodb-driver-server.executewritecommand"},
{id:10230, pId:959, name:"Returns the hostname of this server", file: "mongodb-driver-server.gethost"},
{id:10231, pId:959, name:"Returns an array of information about this server", file: "mongodb-driver-server.getinfo"},
{id:10232, pId:959, name:"Returns the latency of this server", file: "mongodb-driver-server.getlatency"},
{id:10233, pId:959, name:"Returns the port on which this server is listening", file: "mongodb-driver-server.getport"},
{id:10234, pId:959, name:"Returns an array of tags describing this server in", file: "mongodb-driver-server.gettags"},
{id:10235, pId:959, name:"Returns an integer denoting the type of this serve", file: "mongodb-driver-server.gettype"},
{id:10236, pId:959, name:"Checks if this server is an arbiter member of a re", file: "mongodb-driver-server.isarbiter"},
{id:10237, pId:959, name:"Checks if this server is a hidden member of a repl", file: "mongodb-driver-server.ishidden"},
{id:10238, pId:959, name:"Checks if this server is a passive member of a rep", file: "mongodb-driver-server.ispassive"},
{id:10239, pId:959, name:"Checks if this server is a primary member of a rep", file: "mongodb-driver-server.isprimary"},
{id:10240, pId:959, name:"Checks if this server is a secondary member of a r", file: "mongodb-driver-server.issecondary"},
{id:960, pId:266, name:"The MongoDB\Driver\WriteConcern classs6c6-0.04%", file: "class.mongodb-driver-writeconcern"},
{id:10241, pId:960, name:"Returns an object for BSON serialization", file: "mongodb-driver-writeconcern.bsonserialize"},
{id:10242, pId:960, name:"Create a new WriteConcern", file: "mongodb-driver-writeconcern.construct"},
{id:10243, pId:960, name:"Returns the WriteConcern's journal option", file: "mongodb-driver-writeconcern.getjournal"},
{id:10244, pId:960, name:"Returns the WriteConcern's w option", file: "mongodb-driver-writeconcern.getw"},
{id:10245, pId:960, name:"Returns the WriteConcern's wtimeout option", file: "mongodb-driver-writeconcern.getwtimeout"},
{id:10246, pId:960, name:"Checks if this is the default write concern", file: "mongodb-driver-writeconcern.isdefault"},
{id:961, pId:266, name:"The MongoDB\Driver\WriteConcernError classs3c3-0.02%", file: "class.mongodb-driver-writeconcernerror"},
{id:10247, pId:961, name:"Returns the WriteConcernError's error code", file: "mongodb-driver-writeconcernerror.getcode"},
{id:10248, pId:961, name:"Returns additional metadata for the WriteConcernEr", file: "mongodb-driver-writeconcernerror.getinfo"},
{id:10249, pId:961, name:"Returns the WriteConcernError's error message", file: "mongodb-driver-writeconcernerror.getmessage"},
{id:962, pId:266, name:"The MongoDB\Driver\WriteError classs4c4-0.03%", file: "class.mongodb-driver-writeerror"},
{id:10250, pId:962, name:"Returns the WriteError's error code", file: "mongodb-driver-writeerror.getcode"},
{id:10251, pId:962, name:"Returns the index of the write operation correspon", file: "mongodb-driver-writeerror.getindex"},
{id:10252, pId:962, name:"Returns additional metadata for the WriteError", file: "mongodb-driver-writeerror.getinfo"},
{id:10253, pId:962, name:"Returns the WriteError's error message", file: "mongodb-driver-writeerror.getmessage"},
{id:963, pId:266, name:"The MongoDB\Driver\WriteResult classs10c10-0.07%", file: "class.mongodb-driver-writeresult"},
{id:10255, pId:963, name:"Returns the number of documents deleted", file: "mongodb-driver-writeresult.getdeletedcount"},
{id:10256, pId:963, name:"Returns the number of documents inserted (excludin", file: "mongodb-driver-writeresult.getinsertedcount"},
{id:10257, pId:963, name:"Returns the number of documents selected for updat", file: "mongodb-driver-writeresult.getmatchedcount"},
{id:10258, pId:963, name:"Returns the number of existing documents updated", file: "mongodb-driver-writeresult.getmodifiedcount"},
{id:10259, pId:963, name:"Returns the server associated with this write resu", file: "mongodb-driver-writeresult.getserver"},
{id:10260, pId:963, name:"Returns the number of documents inserted by an ups", file: "mongodb-driver-writeresult.getupsertedcount"},
{id:10261, pId:963, name:"Returns an array of identifiers for upserted docum", file: "mongodb-driver-writeresult.getupsertedids"},
{id:10262, pId:963, name:"Returns any write concern error that occurred", file: "mongodb-driver-writeresult.getwriteconcernerror"},
{id:10263, pId:963, name:"Returns any write errors that occurred", file: "mongodb-driver-writeresult.getwriteerrors"},
{id:10264, pId:963, name:"Returns whether the write was acknowledged", file: "mongodb-driver-writeresult.isacknowledged"},
{id:10266, pId:12565, name:"Explains the driver architecture, and special feats3c5-0.03%", file: "mongodb.architecture"},
{id:10270, pId:10266, name:"Connection handling and persistence", file: "mongodb.connection-handling"},
{id:10297, pId:10266, name:"Architecture Overview", file: "mongodb.overview"},
{id:10299, pId:10266, name:"Serialization and deserialization of PHP variabless2c2-0.01%", file: "mongodb.persistence"},
{id:10298, pId:10299, name:"Deserialization from BSON", file: "mongodb.persistence.deserialization"},
{id:10300, pId:10299, name:"Serialization to BSON", file: "mongodb.persistence.serialization"},
{id:10277, pId:12565, name:"Exception 类s12c14-0.09%", file: "mongodb.exceptions"},
{id:938, pId:10277, name:"The MongoDB\Driver\Exception\AuthenticationExcepti", file: "class.mongodb-driver-exception-authenticationexception"},
{id:939, pId:10277, name:"The MongoDB\Driver\Exception\BulkWriteException cl", file: "class.mongodb-driver-exception-bulkwriteexception"},
{id:940, pId:10277, name:"The MongoDB\Driver\Exception\ConnectionException c", file: "class.mongodb-driver-exception-connectionexception"},
{id:941, pId:10277, name:"The MongoDB\Driver\Exception\ConnectionTimeoutExce", file: "class.mongodb-driver-exception-connectiontimeoutexception"},
{id:942, pId:10277, name:"The MongoDB\Driver\Exception\Exception interface", file: "class.mongodb-driver-exception-exception"},
{id:943, pId:10277, name:"The MongoDB\Driver\Exception\ExecutionTimeoutExcep", file: "class.mongodb-driver-exception-executiontimeoutexception"},
{id:944, pId:10277, name:"The MongoDB\Driver\Exception\InvalidArgumentExcept", file: "class.mongodb-driver-exception-invalidargumentexception"},
{id:945, pId:10277, name:"The MongoDB\Driver\Exception\LogicException class", file: "class.mongodb-driver-exception-logicexception"},
{id:946, pId:10277, name:"The MongoDB\Driver\Exception\RuntimeException class1c1-0.01%", file: "class.mongodb-driver-exception-runtimeexception"},
{id:10222, pId:946, name:"Returns whether an error label is associated with ", file: "mongodb-driver-runtimeexception.haserrorlabel"},
{id:947, pId:10277, name:"The MongoDB\Driver\Exception\SSLConnectionExceptio", file: "class.mongodb-driver-exception-sslconnectionexception"},
{id:948, pId:10277, name:"The MongoDB\Driver\Exception\UnexpectedValueExcept", file: "class.mongodb-driver-exception-unexpectedvalueexception"},
{id:949, pId:10277, name:"The MongoDB\Driver\Exception\WriteException classs1c1-0.01%", file: "class.mongodb-driver-exception-writeexception"},
{id:10254, pId:949, name:"Returns the WriteResult for the failed write opera", file: "mongodb-driver-writeexception.getwriteresult"},
{id:10296, pId:12565, name:"Monitoring classes and subscriber functionss6c30-0.2%", file: "mongodb.monitoring"},
{id:951, pId:10296, name:"The MongoDB\Driver\Monitoring\CommandFailedEvent cs7c7-0.05%", file: "class.mongodb-driver-monitoring-commandfailedevent"},
{id:10190, pId:951, name:"Returns the command name", file: "mongodb-driver-monitoring-commandfailedevent.getcommandname"},
{id:10191, pId:951, name:"Returns the command's duration in microseconds", file: "mongodb-driver-monitoring-commandfailedevent.getdurationmicros"},
{id:10192, pId:951, name:"Returns the Exception associated with the failed c", file: "mongodb-driver-monitoring-commandfailedevent.geterror"},
{id:10193, pId:951, name:"Returns the command's operation ID", file: "mongodb-driver-monitoring-commandfailedevent.getoperationid"},
{id:10194, pId:951, name:"Returns the command reply document", file: "mongodb-driver-monitoring-commandfailedevent.getreply"},
{id:10195, pId:951, name:"Returns the command's request ID", file: "mongodb-driver-monitoring-commandfailedevent.getrequestid"},
{id:10196, pId:951, name:"Returns the Server on which the command was execut", file: "mongodb-driver-monitoring-commandfailedevent.getserver"},
{id:952, pId:10296, name:"The MongoDB\Driver\Monitoring\CommandStartedEvent s6c6-0.04%", file: "class.mongodb-driver-monitoring-commandstartedevent"},
{id:10197, pId:952, name:"Returns the command document", file: "mongodb-driver-monitoring-commandstartedevent.getcommand"},
{id:10198, pId:952, name:"Returns the command name", file: "mongodb-driver-monitoring-commandstartedevent.getcommandname"},
{id:10199, pId:952, name:"Returns the database on which the command was exec", file: "mongodb-driver-monitoring-commandstartedevent.getdatabasename"},
{id:10200, pId:952, name:"Returns the command's operation ID", file: "mongodb-driver-monitoring-commandstartedevent.getoperationid"},
{id:10201, pId:952, name:"Returns the command's request ID", file: "mongodb-driver-monitoring-commandstartedevent.getrequestid"},
{id:10202, pId:952, name:"Returns the Server on which the command was execut", file: "mongodb-driver-monitoring-commandstartedevent.getserver"},
{id:953, pId:10296, name:"The MongoDB\Driver\Monitoring\CommandSubscriber ins3c3-0.02%", file: "class.mongodb-driver-monitoring-commandsubscriber"},
{id:10203, pId:953, name:"Notification method for a failed command", file: "mongodb-driver-monitoring-commandsubscriber.commandfailed"},
{id:10204, pId:953, name:"Notification method for a started command", file: "mongodb-driver-monitoring-commandsubscriber.commandstarted"},
{id:10205, pId:953, name:"Notification method for a successful command", file: "mongodb-driver-monitoring-commandsubscriber.commandsucceeded"},
{id:954, pId:10296, name:"The MongoDB\Driver\Monitoring\CommandSucceededEvens6c6-0.04%", file: "class.mongodb-driver-monitoring-commandsucceededevent"},
{id:10206, pId:954, name:"Returns the command name", file: "mongodb-driver-monitoring-commandsucceededevent.getcommandname"},
{id:10207, pId:954, name:"Returns the command's duration in microseconds", file: "mongodb-driver-monitoring-commandsucceededevent.getdurationmicros"},
{id:10208, pId:954, name:"Returns the command's operation ID", file: "mongodb-driver-monitoring-commandsucceededevent.getoperationid"},
{id:10209, pId:954, name:"Returns the command reply document", file: "mongodb-driver-monitoring-commandsucceededevent.getreply"},
{id:10210, pId:954, name:"Returns the command's request ID", file: "mongodb-driver-monitoring-commandsucceededevent.getrequestid"},
{id:10211, pId:954, name:"Returns the Server on which the command was execut", file: "mongodb-driver-monitoring-commandsucceededevent.getserver"},
{id:955, pId:10296, name:"The MongoDB\Driver\Monitoring\Subscriber interface", file: "class.mongodb-driver-monitoring-subscriber"},
{id:11833, pId:10296, name:"函数s2c2-0.01%", file: "ref.monitoring.functions"},
{id:4834, pId:11833, name:"Registers a new monitoring event subscriber", file: "function.mongodb.driver.monitoring.addsubscriber"},
{id:4835, pId:11833, name:"Unregisters an existing monitoring event subscribe", file: "function.mongodb.driver.monitoring.removesubscriber"},
{id:10305, pId:12565, name:"Securitys2c2-0.01%", file: "mongodb.security"},
{id:10306, pId:10305, name:"Request Injection Attacks", file: "mongodb.security.request_injection"},
{id:10307, pId:10305, name:"Script Injection Attacks", file: "mongodb.security.script_injection"},
{id:10312, pId:12565, name:"安装/配置s4c8-0.05%", file: "mongodb.setup"},
{id:10269, pId:10312, name:"运行时配置", file: "mongodb.configuration"},
{id:10271, pId:10312, name:"预定义常量", file: "mongodb.constants"},
{id:10290, pId:10312, name:"安装s4c4-0.03%", file: "mongodb.installation"},
{id:10289, pId:10290, name:"Installing the MongoDB PHP Driver on macOS with Ho", file: "mongodb.installation.homebrew"},
{id:10291, pId:10290, name:"Manually Installing the MongoDB PHP Driver", file: "mongodb.installation.manual"},
{id:10292, pId:10290, name:"Installing the MongoDB PHP Driver with PECL", file: "mongodb.installation.pecl"},
{id:10293, pId:10290, name:"Installing the MongoDB PHP Driver on Windows", file: "mongodb.installation.windows"},
{id:10303, pId:10312, name:"需求", file: "mongodb.requirements"},
{id:10315, pId:12565, name:"Tutorialss2c2-0.01%", file: "mongodb.tutorial"},
{id:10314, pId:10315, name:"Application Performance Monitoring (APM)", file: "mongodb.tutorial.apm"},
{id:10316, pId:10315, name:"Using the PHP Library for MongoDB (PHPLIB)", file: "mongodb.tutorial.library"},
{id:12566, pId:12180, name:"MySQL Drivers and Pluginss10c665-4.42%", file: "set.mysqlinfo"},
{id:271, pId:12566, name:"Mysql_xdevapis37c228-1.52%", file: "book.mysql-xdevapi"},
{id:987, pId:271, name:"BaseResult interfaces2c2-0.01%", file: "class.mysql-xdevapi-baseresult"},
{id:10415, pId:987, name:"Fetch warnings from last operation", file: "mysql-xdevapi-baseresult.getwarnings"},
{id:10416, pId:987, name:"Fetch warning count from last operation", file: "mysql-xdevapi-baseresult.getwarningscount"},
{id:988, pId:271, name:"Client classs3c3-0.02%", file: "class.mysql-xdevapi-client"},
{id:10417, pId:988, name:"Close client", file: "mysql-xdevapi-client.close"},
{id:10418, pId:988, name:"Client constructor", file: "mysql-xdevapi-client.construct"},
{id:10419, pId:988, name:"Get client session", file: "mysql-xdevapi-client.getsession"},
{id:989, pId:271, name:"Collection classs16c16-0.11%", file: "class.mysql-xdevapi-collection"},
{id:10420, pId:989, name:"Add collection document", file: "mysql-xdevapi-collection.add"},
{id:10421, pId:989, name:"Add or replace collection document", file: "mysql-xdevapi-collection.addorreplaceone"},
{id:10422, pId:989, name:"Collection constructor", file: "mysql-xdevapi-collection.construct"},
{id:10423, pId:989, name:"Get document count", file: "mysql-xdevapi-collection.count"},
{id:10424, pId:989, name:"Create collection index", file: "mysql-xdevapi-collection.createindex"},
{id:10425, pId:989, name:"Drop collection index", file: "mysql-xdevapi-collection.dropindex"},
{id:10426, pId:989, name:"Check if collection exists in database", file: "mysql-xdevapi-collection.existsindatabase"},
{id:10427, pId:989, name:"Search for document", file: "mysql-xdevapi-collection.find"},
{id:10428, pId:989, name:"Get collection name", file: "mysql-xdevapi-collection.getname"},
{id:10429, pId:989, name:"Get one document", file: "mysql-xdevapi-collection.getone"},
{id:10430, pId:989, name:"Get schema object", file: "mysql-xdevapi-collection.getschema"},
{id:10431, pId:989, name:"Get session object", file: "mysql-xdevapi-collection.getsession"},
{id:10432, pId:989, name:"Modify collection documents", file: "mysql-xdevapi-collection.modify"},
{id:10433, pId:989, name:"Remove collection documents", file: "mysql-xdevapi-collection.remove"},
{id:10434, pId:989, name:"Remove one collection document", file: "mysql-xdevapi-collection.removeone"},
{id:10435, pId:989, name:"Replace one collection document", file: "mysql-xdevapi-collection.replaceone"},
{id:990, pId:271, name:"CollectionAdd classs2c2-0.01%", file: "class.mysql-xdevapi-collectionadd"},
{id:10436, pId:990, name:"CollectionAdd constructor", file: "mysql-xdevapi-collectionadd.construct"},
{id:10437, pId:990, name:"Execute the statement", file: "mysql-xdevapi-collectionadd.execute"},
{id:991, pId:271, name:"CollectionFind classs11c11-0.07%", file: "class.mysql-xdevapi-collectionfind"},
{id:10438, pId:991, name:"Bind value to query placeholder", file: "mysql-xdevapi-collectionfind.bind"},
{id:10439, pId:991, name:"CollectionFind constructor", file: "mysql-xdevapi-collectionfind.construct"},
{id:10440, pId:991, name:"Execute the statement", file: "mysql-xdevapi-collectionfind.execute"},
{id:10441, pId:991, name:"Set document field filter", file: "mysql-xdevapi-collectionfind.fields"},
{id:10442, pId:991, name:"Set grouping criteria", file: "mysql-xdevapi-collectionfind.groupby"},
{id:10443, pId:991, name:"Set condition for aggregate functions", file: "mysql-xdevapi-collectionfind.having"},
{id:10444, pId:991, name:"Limit number of returned documents", file: "mysql-xdevapi-collectionfind.limit"},
{id:10445, pId:991, name:"Execute operation with EXCLUSIVE LOCK", file: "mysql-xdevapi-collectionfind.lockexclusive"},
{id:10446, pId:991, name:"Execute operation with SHARED LOCK", file: "mysql-xdevapi-collectionfind.lockshared"},
{id:10447, pId:991, name:"Skip given number of elements to be returned", file: "mysql-xdevapi-collectionfind.offset"},
{id:10448, pId:991, name:"Set the sorting criteria", file: "mysql-xdevapi-collectionfind.sort"},
{id:992, pId:271, name:"CollectionModify classs12c12-0.08%", file: "class.mysql-xdevapi-collectionmodify"},
{id:10449, pId:992, name:"Append element to an array field", file: "mysql-xdevapi-collectionmodify.arrayappend"},
{id:10450, pId:992, name:"Insert element into an array field", file: "mysql-xdevapi-collectionmodify.arrayinsert"},
{id:10451, pId:992, name:"Bind value to query placeholder", file: "mysql-xdevapi-collectionmodify.bind"},
{id:10452, pId:992, name:"CollectionModify constructor", file: "mysql-xdevapi-collectionmodify.construct"},
{id:10453, pId:992, name:"Execute modify operation", file: "mysql-xdevapi-collectionmodify.execute"},
{id:10454, pId:992, name:"Limit number of modified documents", file: "mysql-xdevapi-collectionmodify.limit"},
{id:10455, pId:992, name:"Patch document", file: "mysql-xdevapi-collectionmodify.patch"},
{id:10456, pId:992, name:"Replace document field", file: "mysql-xdevapi-collectionmodify.replace"},
{id:10457, pId:992, name:"Set document attribute", file: "mysql-xdevapi-collectionmodify.set"},
{id:10458, pId:992, name:"Skip elements", file: "mysql-xdevapi-collectionmodify.skip"},
{id:10459, pId:992, name:"Set the sorting criteria", file: "mysql-xdevapi-collectionmodify.sort"},
{id:10460, pId:992, name:"Unset the value of document fields", file: "mysql-xdevapi-collectionmodify.unset"},
{id:993, pId:271, name:"CollectionRemove classs5c5-0.03%", file: "class.mysql-xdevapi-collectionremove"},
{id:10461, pId:993, name:"Bind value to placeholder", file: "mysql-xdevapi-collectionremove.bind"},
{id:10462, pId:993, name:"CollectionRemove constructor", file: "mysql-xdevapi-collectionremove.construct"},
{id:10463, pId:993, name:"Execute remove operation", file: "mysql-xdevapi-collectionremove.execute"},
{id:10464, pId:993, name:"Limit number of documents to remove", file: "mysql-xdevapi-collectionremove.limit"},
{id:10465, pId:993, name:"Set the sorting criteria", file: "mysql-xdevapi-collectionremove.sort"},
{id:994, pId:271, name:"ColumnResult classs13c13-0.09%", file: "class.mysql-xdevapi-columnresult"},
{id:10466, pId:994, name:"ColumnResult constructor", file: "mysql-xdevapi-columnresult.construct"},
{id:10467, pId:994, name:"Get character set", file: "mysql-xdevapi-columnresult.getcharactersetname"},
{id:10468, pId:994, name:"Get collation name", file: "mysql-xdevapi-columnresult.getcollationname"},
{id:10469, pId:994, name:"Get column label", file: "mysql-xdevapi-columnresult.getcolumnlabel"},
{id:10470, pId:994, name:"Get column name", file: "mysql-xdevapi-columnresult.getcolumnname"},
{id:10471, pId:994, name:"Get fractional digit length", file: "mysql-xdevapi-columnresult.getfractionaldigits"},
{id:10472, pId:994, name:"Get column field length", file: "mysql-xdevapi-columnresult.getlength"},
{id:10473, pId:994, name:"Get schema name", file: "mysql-xdevapi-columnresult.getschemaname"},
{id:10474, pId:994, name:"Get table label", file: "mysql-xdevapi-columnresult.gettablelabel"},
{id:10475, pId:994, name:"Get table name", file: "mysql-xdevapi-columnresult.gettablename"},
{id:10476, pId:994, name:"Get column type", file: "mysql-xdevapi-columnresult.gettype"},
{id:10477, pId:994, name:"Check if signed type", file: "mysql-xdevapi-columnresult.isnumbersigned"},
{id:10478, pId:994, name:"Check if padded", file: "mysql-xdevapi-columnresult.ispadded"},
{id:995, pId:271, name:"CrudOperationBindable interfaces1c1-0.01%", file: "class.mysql-xdevapi-crudoperationbindable"},
{id:10479, pId:995, name:"Bind value to placeholder", file: "mysql-xdevapi-crudoperationbindable.bind"},
{id:996, pId:271, name:"CrudOperationLimitable interfaces1c1-0.01%", file: "class.mysql-xdevapi-crudoperationlimitable"},
{id:10480, pId:996, name:"Set result limit", file: "mysql-xdevapi-crudoperationlimitable.limit"},
{id:997, pId:271, name:"CrudOperationSkippable interfaces1c1-0.01%", file: "class.mysql-xdevapi-crudoperationskippable"},
{id:10481, pId:997, name:"Number of operations to skip", file: "mysql-xdevapi-crudoperationskippable.skip"},
{id:998, pId:271, name:"CrudOperationSortable interfaces1c1-0.01%", file: "class.mysql-xdevapi-crudoperationsortable"},
{id:10482, pId:998, name:"Sort results", file: "mysql-xdevapi-crudoperationsortable.sort"},
{id:999, pId:271, name:"DatabaseObject interfaces3c3-0.02%", file: "class.mysql-xdevapi-databaseobject"},
{id:10483, pId:999, name:"Check if object exists in database", file: "mysql-xdevapi-databaseobject.existsindatabase"},
{id:10484, pId:999, name:"Get object name", file: "mysql-xdevapi-databaseobject.getname"},
{id:10485, pId:999, name:"Get session name", file: "mysql-xdevapi-databaseobject.getsession"},
{id:1000, pId:271, name:"DocResult classs5c5-0.03%", file: "class.mysql-xdevapi-docresult"},
{id:10486, pId:1000, name:"DocResult constructor", file: "mysql-xdevapi-docresult.construct"},
{id:10487, pId:1000, name:"Get all rows", file: "mysql-xdevapi-docresult.fetchall"},
{id:10488, pId:1000, name:"Get one row", file: "mysql-xdevapi-docresult.fetchone"},
{id:10489, pId:1000, name:"Get warnings from last operation", file: "mysql-xdevapi-docresult.getwarnings"},
{id:10490, pId:1000, name:"Get warning count from last operation", file: "mysql-xdevapi-docresult.getwarningscount"},
{id:1001, pId:271, name:"Exception class", file: "class.mysql-xdevapi-exception"},
{id:1002, pId:271, name:"Executable interfaces1c1-0.01%", file: "class.mysql-xdevapi-executable"},
{id:10491, pId:1002, name:"Execute statement", file: "mysql-xdevapi-executable.execute"},
{id:1003, pId:271, name:"ExecutionStatus classs1c1-0.01%", file: "class.mysql-xdevapi-executionstatus"},
{id:10492, pId:1003, name:"ExecutionStatus constructor", file: "mysql-xdevapi-executionstatus.construct"},
{id:1004, pId:271, name:"Expression classs1c1-0.01%", file: "class.mysql-xdevapi-expression"},
{id:10493, pId:1004, name:"Expression constructor", file: "mysql-xdevapi-expression.construct"},
{id:1005, pId:271, name:"Result classs6c6-0.04%", file: "class.mysql-xdevapi-result"},
{id:10494, pId:1005, name:"Result constructor", file: "mysql-xdevapi-result.construct"},
{id:10495, pId:1005, name:"Get affected row count", file: "mysql-xdevapi-result.getaffecteditemscount"},
{id:10496, pId:1005, name:"Get autoincremented value", file: "mysql-xdevapi-result.getautoincrementvalue"},
{id:10497, pId:1005, name:"Get generated ids", file: "mysql-xdevapi-result.getgeneratedids"},
{id:10498, pId:1005, name:"Get warnings from last operation", file: "mysql-xdevapi-result.getwarnings"},
{id:10499, pId:1005, name:"Get warning count from last operation", file: "mysql-xdevapi-result.getwarningscount"},
{id:1006, pId:271, name:"RowResult classs8c8-0.05%", file: "class.mysql-xdevapi-rowresult"},
{id:10500, pId:1006, name:"RowResult constructor", file: "mysql-xdevapi-rowresult.construct"},
{id:10501, pId:1006, name:"Get all rows from result", file: "mysql-xdevapi-rowresult.fetchall"},
{id:10502, pId:1006, name:"Get row from result", file: "mysql-xdevapi-rowresult.fetchone"},
{id:10503, pId:1006, name:"Get column count", file: "mysql-xdevapi-rowresult.getcolumncount"},
{id:10504, pId:1006, name:"Get all column names", file: "mysql-xdevapi-rowresult.getcolumnnames"},
{id:10505, pId:1006, name:"Get column metadata", file: "mysql-xdevapi-rowresult.getcolumns"},
{id:10506, pId:1006, name:"Get warnings from last operation", file: "mysql-xdevapi-rowresult.getwarnings"},
{id:10507, pId:1006, name:"Get warning count from last operation", file: "mysql-xdevapi-rowresult.getwarningscount"},
{id:1007, pId:271, name:"Schema classs11c11-0.07%", file: "class.mysql-xdevapi-schema"},
{id:10508, pId:1007, name:"constructor", file: "mysql-xdevapi-schema.construct"},
{id:10509, pId:1007, name:"Add collection to schema", file: "mysql-xdevapi-schema.createcollection"},
{id:10510, pId:1007, name:"Drop collection from schema", file: "mysql-xdevapi-schema.dropcollection"},
{id:10511, pId:1007, name:"Check if exists in database", file: "mysql-xdevapi-schema.existsindatabase"},
{id:10512, pId:1007, name:"Get collection from schema", file: "mysql-xdevapi-schema.getcollection"},
{id:10513, pId:1007, name:"Get collection table object", file: "mysql-xdevapi-schema.getcollectionastable"},
{id:10514, pId:1007, name:"Get all schema collections", file: "mysql-xdevapi-schema.getcollections"},
{id:10515, pId:1007, name:"Get schema name", file: "mysql-xdevapi-schema.getname"},
{id:10516, pId:1007, name:"Get schema session", file: "mysql-xdevapi-schema.getsession"},
{id:10517, pId:1007, name:"Get schema table", file: "mysql-xdevapi-schema.gettable"},
{id:10518, pId:1007, name:"Get schema tables", file: "mysql-xdevapi-schema.gettables"},
{id:1008, pId:271, name:"SchemaObject interfaces1c1-0.01%", file: "class.mysql-xdevapi-schemaobject"},
{id:10519, pId:1008, name:"Get schema object", file: "mysql-xdevapi-schemaobject.getschema"},
{id:1009, pId:271, name:"Session classs18c18-0.12%", file: "class.mysql-xdevapi-session"},
{id:10520, pId:1009, name:"Close session", file: "mysql-xdevapi-session.close"},
{id:10521, pId:1009, name:"Commit transaction", file: "mysql-xdevapi-session.commit"},
{id:10522, pId:1009, name:"Description constructor", file: "mysql-xdevapi-session.construct"},
{id:10523, pId:1009, name:"Create new schema", file: "mysql-xdevapi-session.createschema"},
{id:10524, pId:1009, name:"Drop a schema", file: "mysql-xdevapi-session.dropschema"},
{id:10525, pId:1009, name:"Get new UUID", file: "mysql-xdevapi-session.generateuuid"},
{id:10526, pId:1009, name:"Get default schema name", file: "mysql-xdevapi-session.getdefaultschema"},
{id:10527, pId:1009, name:"Get a new schema object", file: "mysql-xdevapi-session.getschema"},
{id:10528, pId:1009, name:"Get the schemas", file: "mysql-xdevapi-session.getschemas"},
{id:10529, pId:1009, name:"Get server version", file: "mysql-xdevapi-session.getserverversion"},
{id:10530, pId:1009, name:"Get client list", file: "mysql-xdevapi-session.listclients"},
{id:10531, pId:1009, name:"Add quotes", file: "mysql-xdevapi-session.quotename"},
{id:10532, pId:1009, name:"Release set savepoint", file: "mysql-xdevapi-session.releasesavepoint"},
{id:10533, pId:1009, name:"Rollback transaction", file: "mysql-xdevapi-session.rollback"},
{id:10534, pId:1009, name:"Rollback transaction to savepoint", file: "mysql-xdevapi-session.rollbackto"},
{id:10535, pId:1009, name:"Create savepoint", file: "mysql-xdevapi-session.setsavepoint"},
{id:10536, pId:1009, name:"Execute SQL query", file: "mysql-xdevapi-session.sql"},
{id:10537, pId:1009, name:"Start transaction", file: "mysql-xdevapi-session.starttransaction"},
{id:1010, pId:271, name:"SqlStatement classs6c6-0.04%", file: "class.mysql-xdevapi-sqlstatement"},
{id:10538, pId:1010, name:"Bind statement parameters", file: "mysql-xdevapi-sqlstatement.bind"},
{id:10539, pId:1010, name:"Description constructor", file: "mysql-xdevapi-sqlstatement.construct"},
{id:10540, pId:1010, name:"Execute the operation", file: "mysql-xdevapi-sqlstatement.execute"},
{id:10541, pId:1010, name:"Get next result", file: "mysql-xdevapi-sqlstatement.getnextresult"},
{id:10542, pId:1010, name:"Get result", file: "mysql-xdevapi-sqlstatement.getresult"},
{id:10543, pId:1010, name:"Check for more results", file: "mysql-xdevapi-sqlstatement.hasmoreresults"},
{id:1011, pId:271, name:"SqlStatementResult classs13c13-0.09%", file: "class.mysql-xdevapi-sqlstatementresult"},
{id:10544, pId:1011, name:"Description constructor", file: "mysql-xdevapi-sqlstatementresult.construct"},
{id:10545, pId:1011, name:"Get all rows from result", file: "mysql-xdevapi-sqlstatementresult.fetchall"},
{id:10546, pId:1011, name:"Get single row", file: "mysql-xdevapi-sqlstatementresult.fetchone"},
{id:10547, pId:1011, name:"Get affected row count", file: "mysql-xdevapi-sqlstatementresult.getaffecteditemscount"},
{id:10548, pId:1011, name:"Get column count", file: "mysql-xdevapi-sqlstatementresult.getcolumncount"},
{id:10549, pId:1011, name:"Get column names", file: "mysql-xdevapi-sqlstatementresult.getcolumnnames"},
{id:10550, pId:1011, name:"Get columns", file: "mysql-xdevapi-sqlstatementresult.getcolumns"},
{id:10551, pId:1011, name:"Get generated ids", file: "mysql-xdevapi-sqlstatementresult.getgeneratedids"},
{id:10552, pId:1011, name:"Get last insert id", file: "mysql-xdevapi-sqlstatementresult.getlastinsertid"},
{id:10553, pId:1011, name:"Get warning count from last operation", file: "mysql-xdevapi-sqlstatementresult.getwarningcount"},
{id:10554, pId:1011, name:"Get warnings from last operation", file: "mysql-xdevapi-sqlstatementresult.getwarnings"},
{id:10555, pId:1011, name:"Check if result has data", file: "mysql-xdevapi-sqlstatementresult.hasdata"},
{id:10556, pId:1011, name:"Get next result", file: "mysql-xdevapi-sqlstatementresult.nextresult"},
{id:1012, pId:271, name:"Statement classs4c4-0.03%", file: "class.mysql-xdevapi-statement"},
{id:10557, pId:1012, name:"Description constructor", file: "mysql-xdevapi-statement.construct"},
{id:10558, pId:1012, name:"Get next result", file: "mysql-xdevapi-statement.getnextresult"},
{id:10559, pId:1012, name:"Get result", file: "mysql-xdevapi-statement.getresult"},
{id:10560, pId:1012, name:"Check if more results", file: "mysql-xdevapi-statement.hasmoreresults"},
{id:1013, pId:271, name:"Table classs11c11-0.07%", file: "class.mysql-xdevapi-table"},
{id:10561, pId:1013, name:"Table constructor", file: "mysql-xdevapi-table.construct"},
{id:10562, pId:1013, name:"Get row count", file: "mysql-xdevapi-table.count"},
{id:10563, pId:1013, name:"Delete rows from table", file: "mysql-xdevapi-table.delete"},
{id:10564, pId:1013, name:"Check if table exists in database", file: "mysql-xdevapi-table.existsindatabase"},
{id:10565, pId:1013, name:"Get table name", file: "mysql-xdevapi-table.getname"},
{id:10566, pId:1013, name:"Get table schema", file: "mysql-xdevapi-table.getschema"},
{id:10567, pId:1013, name:"Get table session", file: "mysql-xdevapi-table.getsession"},
{id:10568, pId:1013, name:"Insert table rows", file: "mysql-xdevapi-table.insert"},
{id:10569, pId:1013, name:"Check if table is view", file: "mysql-xdevapi-table.isview"},
{id:10570, pId:1013, name:"Select rows from table", file: "mysql-xdevapi-table.select"},
{id:10571, pId:1013, name:"Update rows in table", file: "mysql-xdevapi-table.update"},
{id:1014, pId:271, name:"TableDelete classs6c6-0.04%", file: "class.mysql-xdevapi-tabledelete"},
{id:10572, pId:1014, name:"Bind delete query parameters", file: "mysql-xdevapi-tabledelete.bind"},
{id:10573, pId:1014, name:"TableDelete constructor", file: "mysql-xdevapi-tabledelete.construct"},
{id:10574, pId:1014, name:"Execute delete query", file: "mysql-xdevapi-tabledelete.execute"},
{id:10575, pId:1014, name:"Limit deleted rows", file: "mysql-xdevapi-tabledelete.limit"},
{id:10576, pId:1014, name:"Set delete sort criteria", file: "mysql-xdevapi-tabledelete.orderby"},
{id:10577, pId:1014, name:"Set delete search condition", file: "mysql-xdevapi-tabledelete.where"},
{id:1015, pId:271, name:"TableInsert classs3c3-0.02%", file: "class.mysql-xdevapi-tableinsert"},
{id:10578, pId:1015, name:"TableInsert constructor", file: "mysql-xdevapi-tableinsert.construct"},
{id:10579, pId:1015, name:"Execute insert query", file: "mysql-xdevapi-tableinsert.execute"},
{id:10580, pId:1015, name:"Add insert row values", file: "mysql-xdevapi-tableinsert.values"},
{id:1016, pId:271, name:"TableSelect classs11c11-0.07%", file: "class.mysql-xdevapi-tableselect"},
{id:10581, pId:1016, name:"Bind select query parameters", file: "mysql-xdevapi-tableselect.bind"},
{id:10582, pId:1016, name:"TableSelect constructor", file: "mysql-xdevapi-tableselect.construct"},
{id:10583, pId:1016, name:"Execute select statement", file: "mysql-xdevapi-tableselect.execute"},
{id:10584, pId:1016, name:"Set select grouping criteria", file: "mysql-xdevapi-tableselect.groupby"},
{id:10585, pId:1016, name:"Set select having condition", file: "mysql-xdevapi-tableselect.having"},
{id:10586, pId:1016, name:"Limit selected rows", file: "mysql-xdevapi-tableselect.limit"},
{id:10587, pId:1016, name:"Execute EXCLUSIVE LOCK", file: "mysql-xdevapi-tableselect.lockexclusive"},
{id:10588, pId:1016, name:"Execute SHARED LOCK", file: "mysql-xdevapi-tableselect.lockshared"},
{id:10589, pId:1016, name:"Set limit offset", file: "mysql-xdevapi-tableselect.offset"},
{id:10590, pId:1016, name:"Set select sort criteria", file: "mysql-xdevapi-tableselect.orderby"},
{id:10591, pId:1016, name:"Set select search condition", file: "mysql-xdevapi-tableselect.where"},
{id:1017, pId:271, name:"TableUpdate classs7c7-0.05%", file: "class.mysql-xdevapi-tableupdate"},
{id:10592, pId:1017, name:"Bind update query parameters", file: "mysql-xdevapi-tableupdate.bind"},
{id:10593, pId:1017, name:"TableUpdate constructor", file: "mysql-xdevapi-tableupdate.construct"},
{id:10594, pId:1017, name:"Execute update query", file: "mysql-xdevapi-tableupdate.execute"},
{id:10595, pId:1017, name:"Limit update row count", file: "mysql-xdevapi-tableupdate.limit"},
{id:10596, pId:1017, name:"Set sorting criteria", file: "mysql-xdevapi-tableupdate.orderby"},
{id:10597, pId:1017, name:"Add field to be updated", file: "mysql-xdevapi-tableupdate.set"},
{id:10598, pId:1017, name:"Set search filter", file: "mysql-xdevapi-tableupdate.where"},
{id:1018, pId:271, name:"Warning classs1c1-0.01%", file: "class.mysql-xdevapi-warning"},
{id:10599, pId:1018, name:"Warning constructor", file: "mysql-xdevapi-warning.construct"},
{id:9187, pId:271, name:"简介", file: "intro.mysql-xdevapi"},
{id:10602, pId:271, name:"预定义常量", file: "mysql-xdevapi.constants"},
{id:10603, pId:271, name:"范例", file: "mysql-xdevapi.examples"},
{id:10606, pId:271, name:"安装/配置s4c4-0.03%", file: "mysql-xdevapi.setup"},
{id:10600, pId:10606, name:"Building / Compiling From Source", file: "mysql-xdevapi.build"},
{id:10601, pId:10606, name:"运行时配置", file: "mysql-xdevapi.configuration"},
{id:10604, pId:10606, name:"安装", file: "mysql-xdevapi.installation"},
{id:10605, pId:10606, name:"需求", file: "mysql-xdevapi.requirements"},
{id:11838, pId:271, name:"Mysql_xdevapi 函数s2c2-0.01%", file: "ref.mysql-xdevapi"},
{id:5000, pId:11838, name:"Bind prepared statement variables as parameters", file: "function.mysql-xdevapi-expression"},
{id:5001, pId:11838, name:"Connect to a MySQL server", file: "function.mysql-xdevapi-getsession"},
{id:272, pId:12566, name:"原始的 MySQL APIs6c59-0.39%", file: "book.mysql"},
{id:644, pId:272, name:"更新日志", file: "changelog.mysql"},
{id:9188, pId:272, name:"简介", file: "intro.mysql"},
{id:10608, pId:272, name:"预定义常量", file: "mysql.constants"},
{id:10610, pId:272, name:"范例s1c1-0.01%", file: "mysql.examples"},
{id:10609, pId:10610, name:"MySQL 扩展概述范例", file: "mysql.examples-basic"},
{id:10615, pId:272, name:"安装/配置s4c4-0.03%", file: "mysql.setup"},
{id:10607, pId:10615, name:"运行时配置", file: "mysql.configuration"},
{id:10612, pId:10615, name:"安装", file: "mysql.installation"},
{id:10613, pId:10615, name:"需求", file: "mysql.requirements"},
{id:10614, pId:10615, name:"资源类型", file: "mysql.resources"},
{id:11839, pId:272, name:"MySQL 函数s48c48-0.32%", file: "ref.mysql"},
{id:4952, pId:11839, name:"取得前一次 MySQL 操作所影响的记录行数", file: "function.mysql-affected-rows"},
{id:4953, pId:11839, name:"返回字符集的名称", file: "function.mysql-client-encoding"},
{id:4954, pId:11839, name:"关闭 MySQL 连接", file: "function.mysql-close"},
{id:4955, pId:11839, name:"打开一个到 MySQL 服务器的连接", file: "function.mysql-connect"},
{id:4956, pId:11839, name:"新建一个 MySQL 数据库", file: "function.mysql-create-db"},
{id:4957, pId:11839, name:"移动内部结果的指针", file: "function.mysql-data-seek"},
{id:4958, pId:11839, name:"取得结果数据", file: "function.mysql-db-name"},
{id:4959, pId:11839, name:"发送一条 MySQL 查询", file: "function.mysql-db-query"},
{id:4960, pId:11839, name:"丢弃(删除)一个 MySQL 数据库", file: "function.mysql-drop-db"},
{id:4961, pId:11839, name:"返回上一个 MySQL 操作中的错误信息的数字编码", file: "function.mysql-errno"},
{id:4962, pId:11839, name:"返回上一个 MySQL 操作产生的文本错误信息", file: "function.mysql-error"},
{id:4963, pId:11839, name:"转义一个字符串用于 mysql_query", file: "function.mysql-escape-string"},
{id:4964, pId:11839, name:"从结果集中取得一行作为关联数组,或数字数组,或二者兼有", file: "function.mysql-fetch-array"},
{id:4965, pId:11839, name:"从结果集中取得一行作为关联数组", file: "function.mysql-fetch-assoc"},
{id:4966, pId:11839, name:"从结果集中取得列信息并作为对象返回", file: "function.mysql-fetch-field"},
{id:4967, pId:11839, name:"取得结果集中每个输出的长度", file: "function.mysql-fetch-lengths"},
{id:4968, pId:11839, name:"从结果集中取得一行作为对象", file: "function.mysql-fetch-object"},
{id:4969, pId:11839, name:"从结果集中取得一行作为枚举数组", file: "function.mysql-fetch-row"},
{id:4970, pId:11839, name:"从结果中取得和指定字段关联的标志", file: "function.mysql-field-flags"},
{id:4971, pId:11839, name:"返回指定字段的长度", file: "function.mysql-field-len"},
{id:4972, pId:11839, name:"取得结果中指定字段的字段名", file: "function.mysql-field-name"},
{id:4973, pId:11839, name:"将结果集中的指针设定为制定的字段偏移量", file: "function.mysql-field-seek"},
{id:4974, pId:11839, name:"取得指定字段所在的表名", file: "function.mysql-field-table"},
{id:4975, pId:11839, name:"取得结果集中指定字段的类型", file: "function.mysql-field-type"},
{id:4976, pId:11839, name:"释放结果内存", file: "function.mysql-free-result"},
{id:4977, pId:11839, name:"取得 MySQL 客户端信息", file: "function.mysql-get-client-info"},
{id:4978, pId:11839, name:"取得 MySQL 主机信息", file: "function.mysql-get-host-info"},
{id:4979, pId:11839, name:"取得 MySQL 协议信息", file: "function.mysql-get-proto-info"},
{id:4980, pId:11839, name:"取得 MySQL 服务器信息", file: "function.mysql-get-server-info"},
{id:4981, pId:11839, name:"取得最近一条查询的信息", file: "function.mysql-info"},
{id:4982, pId:11839, name:"取得上一步 INSERT 操作产生的 ID", file: "function.mysql-insert-id"},
{id:4983, pId:11839, name:"列出 MySQL 服务器中所有的数据库", file: "function.mysql-list-dbs"},
{id:4984, pId:11839, name:"列出 MySQL 结果中的字段", file: "function.mysql-list-fields"},
{id:4985, pId:11839, name:"列出 MySQL 进程", file: "function.mysql-list-processes"},
{id:4986, pId:11839, name:"列出 MySQL 数据库中的表", file: "function.mysql-list-tables"},
{id:4987, pId:11839, name:"取得结果集中字段的数目", file: "function.mysql-num-fields"},
{id:4988, pId:11839, name:"取得结果集中行的数目", file: "function.mysql-num-rows"},
{id:4989, pId:11839, name:"打开一个到 MySQL 服务器的持久连接", file: "function.mysql-pconnect"},
{id:4990, pId:11839, name:"Ping 一个服务器连接,如果没有连接则重新连接", file: "function.mysql-ping"},
{id:4991, pId:11839, name:"发送一条 MySQL 查询", file: "function.mysql-query"},
{id:4992, pId:11839, name:"转义 SQL 语句中使用的字符串中的特殊字符,并考虑到连接的当前字符集", file: "function.mysql-real-escape-string"},
{id:4993, pId:11839, name:"取得结果数据", file: "function.mysql-result"},
{id:4994, pId:11839, name:"选择 MySQL 数据库", file: "function.mysql-select-db"},
{id:4995, pId:11839, name:"设置客户端的字符集", file: "function.mysql-set-charset"},
{id:4996, pId:11839, name:"取得当前系统状态", file: "function.mysql-stat"},
{id:4997, pId:11839, name:"取得表名", file: "function.mysql-tablename"},
{id:4998, pId:11839, name:"返回当前线程的 ID", file: "function.mysql-thread-id"},
{id:4999, pId:11839, name:"向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行", file: "function.mysql-unbuffered-query"},
{id:273, pId:12566, name:"MySQL增强版扩展s15c158-1.05%", file: "book.mysqli"},
{id:1019, pId:273, name:"MySQLi_Driver类s3c3-0.02%", file: "class.mysqli-driver"},
{id:10616, pId:1019, name:"Stop embedded server", file: "mysqli-driver.embedded-server-end"},
{id:10617, pId:1019, name:"Initialize and start embedded server", file: "mysqli-driver.embedded-server-start"},
{id:10618, pId:1019, name:"Enables or disables internal report functions", file: "mysqli-driver.report-mode"},
{id:1020, pId:273, name:"mysqli_result类s15c15-0.1%", file: "class.mysqli-result"},
{id:10619, pId:1020, name:"Get current field offset of a result pointer", file: "mysqli-result.current-field"},
{id:10620, pId:1020, name:"Adjusts the result pointer to an arbitrary row in ", file: "mysqli-result.data-seek"},
{id:10621, pId:1020, name:"Fetches all result rows as an associative array, a", file: "mysqli-result.fetch-all"},
{id:10622, pId:1020, name:"Fetch a result row as an associative, a numeric ar", file: "mysqli-result.fetch-array"},
{id:10623, pId:1020, name:"Fetch a result row as an associative array", file: "mysqli-result.fetch-assoc"},
{id:10624, pId:1020, name:"Fetch meta-data for a single field", file: "mysqli-result.fetch-field-direct"},
{id:10625, pId:1020, name:"Returns the next field in the result set", file: "mysqli-result.fetch-field"},
{id:10626, pId:1020, name:"Returns an array of objects representing the field", file: "mysqli-result.fetch-fields"},
{id:10627, pId:1020, name:"Returns the current row of a result set as an obje", file: "mysqli-result.fetch-object"},
{id:10628, pId:1020, name:"Get a result row as an enumerated array", file: "mysqli-result.fetch-row"},
{id:10629, pId:1020, name:"Get the number of fields in a result", file: "mysqli-result.field-count"},
{id:10630, pId:1020, name:"Set result pointer to a specified field offset", file: "mysqli-result.field-seek"},
{id:10631, pId:1020, name:"Frees the memory associated with a result", file: "mysqli-result.free"},
{id:10632, pId:1020, name:"Returns the lengths of the columns of the current ", file: "mysqli-result.lengths"},
{id:10633, pId:1020, name:"Gets the number of rows in a result", file: "mysqli-result.num-rows"},
{id:1021, pId:273, name:"mysqli异常类", file: "class.mysqli-sql-exception"},
{id:1022, pId:273, name:"MySQLi_STMT类s28c28-0.19%", file: "class.mysqli-stmt"},
{id:10634, pId:1022, name:"Returns the total number of rows changed, deleted,", file: "mysqli-stmt.affected-rows"},
{id:10635, pId:1022, name:"Used to get the current value of a statement attri", file: "mysqli-stmt.attr-get"},
{id:10636, pId:1022, name:"Used to modify the behavior of a prepared statemen", file: "mysqli-stmt.attr-set"},
{id:10637, pId:1022, name:"Binds variables to a prepared statement as paramet", file: "mysqli-stmt.bind-param"},
{id:10638, pId:1022, name:"Binds variables to a prepared statement for result", file: "mysqli-stmt.bind-result"},
{id:10639, pId:1022, name:"Closes a prepared statement", file: "mysqli-stmt.close"},
{id:10640, pId:1022, name:"Constructs a new mysqli_stmt object", file: "mysqli-stmt.construct"},
{id:10641, pId:1022, name:"Seeks to an arbitrary row in statement result set", file: "mysqli-stmt.data-seek"},
{id:10642, pId:1022, name:"Returns the error code for the most recent stateme", file: "mysqli-stmt.errno"},
{id:10643, pId:1022, name:"Returns a list of errors from the last statement e", file: "mysqli-stmt.error-list"},
{id:10644, pId:1022, name:"Returns a string description for last statement er", file: "mysqli-stmt.error"},
{id:10645, pId:1022, name:"Executes a prepared Query", file: "mysqli-stmt.execute"},
{id:10646, pId:1022, name:"Fetch results from a prepared statement into the b", file: "mysqli-stmt.fetch"},
{id:10647, pId:1022, name:"Returns the number of field in the given statement", file: "mysqli-stmt.field-count"},
{id:10648, pId:1022, name:"Frees stored result memory for the given statement", file: "mysqli-stmt.free-result"},
{id:10649, pId:1022, name:"Gets a result set from a prepared statement", file: "mysqli-stmt.get-result"},
{id:10650, pId:1022, name:"Get result of SHOW WARNINGS", file: "mysqli-stmt.get-warnings"},
{id:10651, pId:1022, name:"Get the ID generated from the previous INSERT oper", file: "mysqli-stmt.insert-id"},
{id:10652, pId:1022, name:"Check if there are more query results from a multi", file: "mysqli-stmt.more-results"},
{id:10653, pId:1022, name:"Reads the next result from a multiple query", file: "mysqli-stmt.next-result"},
{id:10654, pId:1022, name:"Return the number of rows in statements result set", file: "mysqli-stmt.num-rows"},
{id:10655, pId:1022, name:"Returns the number of parameter for the given stat", file: "mysqli-stmt.param-count"},
{id:10656, pId:1022, name:"Prepare an SQL statement for execution", file: "mysqli-stmt.prepare"},
{id:10657, pId:1022, name:"Resets a prepared statement", file: "mysqli-stmt.reset"},
{id:10658, pId:1022, name:"Returns result set metadata from a prepared statem", file: "mysqli-stmt.result-metadata"},
{id:10659, pId:1022, name:"Send data in blocks", file: "mysqli-stmt.send-long-data"},
{id:10660, pId:1022, name:"Returns SQLSTATE error from previous statement ope", file: "mysqli-stmt.sqlstate"},
{id:10661, pId:1022, name:"Transfers a result set from a prepared statement", file: "mysqli-stmt.store-result"},
{id:1023, pId:273, name:"MySQLi_Warning类s2c2-0.01%", file: "class.mysqli-warning"},
{id:10662, pId:1023, name:"The __construct purpose", file: "mysqli-warning.construct"},
{id:10663, pId:1023, name:"Fetch next warning", file: "mysqli-warning.next"},
{id:1024, pId:273, name:"MySQLi类s60c60-0.4%", file: "class.mysqli"},
{id:10664, pId:1024, name:"Gets the number of affected rows in a previous MyS", file: "mysqli.affected-rows"},
{id:10665, pId:1024, name:"打开或关闭本次数据库连接的自动命令提交事务模式", file: "mysqli.autocommit"},
{id:10666, pId:1024, name:"Starts a transaction", file: "mysqli.begin-transaction"},
{id:10667, pId:1024, name:"Changes the user of the specified database connect", file: "mysqli.change-user"},
{id:10668, pId:1024, name:"返回当前数据库连接的默认字符编码", file: "mysqli.character-set-name"},
{id:10669, pId:1024, name:"关闭先前打开的数据库连接", file: "mysqli.close"},
{id:10670, pId:1024, name:"提交一个事务", file: "mysqli.commit"},
{id:10672, pId:1024, name:"Returns the error code from last connect call", file: "mysqli.connect-errno"},
{id:10673, pId:1024, name:"Returns a string description of the last connect e", file: "mysqli.connect-error"},
{id:10675, pId:1024, name:"Open a new connection to the MySQL server", file: "mysqli.construct"},
{id:10676, pId:1024, name:"Performs debugging operations", file: "mysqli.debug"},
{id:10677, pId:1024, name:"将调试信息输出到日志", file: "mysqli.dump-debug-info"},
{id:10678, pId:1024, name:"返回最近函数调用的错误代码", file: "mysqli.errno"},
{id:10679, pId:1024, name:"Returns a list of errors from the last command exe", file: "mysqli.error-list"},
{id:10680, pId:1024, name:"Returns a string description of the last error", file: "mysqli.error"},
{id:10681, pId:1024, name:"Returns the number of columns for the most recent ", file: "mysqli.field-count"},
{id:10682, pId:1024, name:"Returns a character set object", file: "mysqli.get-charset"},
{id:10683, pId:1024, name:"获取 MySQL 客户端信息", file: "mysqli.get-client-info"},
{id:10684, pId:1024, name:"作为一个整数返回MySQL客户端的版本", file: "mysqli.get-client-version"},
{id:10685, pId:1024, name:"返回客户端连接的统计数据", file: "mysqli.get-connection-stats"},
{id:10686, pId:1024, name:"返回一个表述使用的连接类型的字符串", file: "mysqli.get-host-info"},
{id:10687, pId:1024, name:"返回MySQL使用的协议版本号", file: "mysqli.get-proto-info"},
{id:10688, pId:1024, name:"返回MySQL服务器的版本号", file: "mysqli.get-server-info"},
{id:10689, pId:1024, name:"作为一个整数返回MySQL服务器的版本", file: "mysqli.get-server-version"},
{id:10690, pId:1024, name:"Get result of SHOW WARNINGS", file: "mysqli.get-warnings"},
{id:10691, pId:1024, name:"返回最近执行的 SQL 语句的信息", file: "mysqli.info"},
{id:10692, pId:1024, name:"初始化 MySQLi 并返回一个资源类型的值,这个值可以作为 mysqli_real_connect", file: "mysqli.init"},
{id:10693, pId:1024, name:"返回最后一条插入语句产生的自增 ID", file: "mysqli.insert-id"},
{id:10695, pId:1024, name:"让服务器杀掉一个 MySQL 线程", file: "mysqli.kill"},
{id:10696, pId:1024, name:"检查批量查询中是否还有查询结果", file: "mysqli.more-results"},
{id:10697, pId:1024, name:"执行查询", file: "mysqli.multi-query"},
{id:10698, pId:1024, name:"为读取 multi_query 执行之后的下一个结果集做准备", file: "mysqli.next-result"},
{id:10700, pId:1024, name:"设置选项", file: "mysqli.options"},
{id:10703, pId:1024, name:"ping 一个连接,或者如果连接处于断开状态,重新连接", file: "mysqli.ping"},
{id:10704, pId:1024, name:"轮询连接", file: "mysqli.poll"},
{id:10705, pId:1024, name:"准备执行一个 SQL 语句", file: "mysqli.prepare"},
{id:10706, pId:1024, name:"对数据库执行一次查询", file: "mysqli.query"},
{id:10716, pId:1024, name:"建立一个 MySQL 服务器连接", file: "mysqli.real-connect"},
{id:10717, pId:1024, name:"根据当前连接的字符集,对于 SQL 语句中的特殊字符进行转义", file: "mysqli.real-escape-string"},
{id:10718, pId:1024, name:"执行一个mysql查询", file: "mysqli.real-query"},
{id:10719, pId:1024, name:"获取异步查询的结果", file: "mysqli.reap-async-query"},
{id:10720, pId:1024, name:"刷新", file: "mysqli.refresh"},
{id:10721, pId:1024, name:"从当前事务的保存点中移除一个命名保存点", file: "mysqli.release-savepoint"},
{id:10724, pId:1024, name:"回退当前事务", file: "mysqli.rollback"},
{id:10725, pId:1024, name:"返回 RPL 查询类型", file: "mysqli.rpl-query-type"},
{id:10726, pId:1024, name:"在当前事务中增加一个命名保存点", file: "mysqli.savepoint"},
{id:10727, pId:1024, name:"选择用于数据库查询的默认数据库", file: "mysqli.select-db"},
{id:10728, pId:1024, name:"发送请求并返回结果", file: "mysqli.send-query"},
{id:10729, pId:1024, name:"设置默认字符编码", file: "mysqli.set-charset"},
{id:10730, pId:1024, name:"取消用户指定的回调函数", file: "mysqli.set-local-infile-default"},
{id:10731, pId:1024, name:"设置 LOAD DATA LOCAL INFILE 命令的回调函数", file: "mysqli.set-local-infile-handler"},
{id:10733, pId:1024, name:"返回上一次 SQL 操作的 SQLSTATE 错误信息", file: "mysqli.sqlstate"},
{id:10734, pId:1024, name:"使用 SSL 建立到数据库之间的安全连接", file: "mysqli.ssl-set"},
{id:10735, pId:1024, name:"获取当前系统状态信息", file: "mysqli.stat"},
{id:10736, pId:1024, name:"初始化一条语句并返回一个用于mysqli_stmt_prepare(调用)的对象", file: "mysqli.stmt-init"},
{id:10737, pId:1024, name:"转移上一次查询返回的结果集", file: "mysqli.store-result"},
{id:10739, pId:1024, name:"返回当前连接的线程 ID", file: "mysqli.thread-id"},
{id:10740, pId:1024, name:"返回是否是线程安全的", file: "mysqli.thread-safe"},
{id:10741, pId:1024, name:"Initiate a result set retrieval", file: "mysqli.use-result"},
{id:10742, pId:1024, name:"Returns the number of warnings from the last query", file: "mysqli.warning-count"},
{id:9189, pId:273, name:"简介", file: "intro.mysqli"},
{id:10674, pId:273, name:"预定义常量", file: "mysqli.constants"},
{id:10699, pId:273, name:"Notes", file: "mysqli.notes"},
{id:10701, pId:273, name:"Overview", file: "mysqli.overview"},
{id:10702, pId:273, name:"mysqli 扩展和持久化连接", file: "mysqli.persistconns"},
{id:10709, pId:273, name:"Quick start guides8c8-0.05%", file: "mysqli.quickstart"},
{id:10707, pId:10709, name:"Connections", file: "mysqli.quickstart.connections"},
{id:10708, pId:10709, name:"Dual procedural and object-oriented interface", file: "mysqli.quickstart.dual-interface"},
{id:10710, pId:10709, name:"Metadata", file: "mysqli.quickstart.metadata"},
{id:10711, pId:10709, name:"Multiple Statements", file: "mysqli.quickstart.multiple-statement"},
{id:10712, pId:10709, name:"Prepared Statements", file: "mysqli.quickstart.prepared-statements"},
{id:10713, pId:10709, name:"Executing statements", file: "mysqli.quickstart.statements"},
{id:10714, pId:10709, name:"Stored Procedures", file: "mysqli.quickstart.stored-procedures"},
{id:10715, pId:10709, name:"API support for transactions", file: "mysqli.quickstart.transactions"},
{id:10732, pId:273, name:"安装/配置s4c4-0.03%", file: "mysqli.setup"},
{id:10671, pId:10732, name:"运行时配置", file: "mysqli.configuration"},
{id:10694, pId:10732, name:"安装", file: "mysqli.installation"},
{id:10722, pId:10732, name:"需求", file: "mysqli.requirements"},
{id:10723, pId:10732, name:"资源类型", file: "mysqli.resources"},
{id:10738, pId:273, name:"MySQLi 扩展的功能概述", file: "mysqli.summary"},
{id:11840, pId:273, name:"别名和过时的 Mysqli 函数s23c23-0.15%", file: "ref.mysqli"},
{id:5002, pId:11840, name:"mysqli_stmt_bind_param 的别名", file: "function.mysqli-bind-param"},
{id:5003, pId:11840, name:"mysqli_stmt_bind_result 的别名", file: "function.mysqli-bind-result"},
{id:5004, pId:11840, name:"mysqli_character_set_name 的别名", file: "function.mysqli-client-encoding"},
{id:5005, pId:11840, name:"别名 mysqli::__construct", file: "function.mysqli-connect"},
{id:5006, pId:11840, name:"在主从服务器结构中,禁用从主机读取数据", file: "function.mysqli-disable-reads-from-master"},
{id:5007, pId:11840, name:"禁用RPL解析", file: "function.mysqli-disable-rpl-parse"},
{id:5008, pId:11840, name:"开启从主机读取", file: "function.mysqli-enable-reads-from-master"},
{id:5009, pId:11840, name:"开启RPL解析", file: "function.mysqli-enable-rpl-parse"},
{id:5010, pId:11840, name:"别名 mysqli_real_escape_string", file: "function.mysqli-escape-string"},
{id:5011, pId:11840, name:"mysqli_stmt_execute 的别名", file: "function.mysqli-execute"},
{id:5012, pId:11840, name:"mysqli_stmt_fetch 的别名。", file: "function.mysqli-fetch"},
{id:5013, pId:11840, name:"返回客户端Zval缓存统计信息", file: "function.mysqli-get-cache-stats"},
{id:5014, pId:11840, name:"返回客户端进程统计信息", file: "function.mysqli-get-client-stats"},
{id:5015, pId:11840, name:"返回打开和缓存的链接相关信息", file: "function.mysqli-get-links-stats"},
{id:5016, pId:11840, name:"mysqli_stmt_result_metadata 的别名", file: "function.mysqli-get-metadata"},
{id:5017, pId:11840, name:"在主/从机制中强制在主机中执行一个查询", file: "function.mysqli-master-query"},
{id:5018, pId:11840, name:"mysqli_stmt_param_count 的别名", file: "function.mysqli-param-count"},
{id:5019, pId:11840, name:"别名 mysqli_driver->report_mode", file: "function.mysqli-report"},
{id:5020, pId:11840, name:"检查是否开启了 RPL 解析", file: "function.mysqli-rpl-parse-enabled"},
{id:5021, pId:11840, name:"RPL 探测", file: "function.mysqli-rpl-probe"},
{id:5022, pId:11840, name:"mysqli_stmt_send_long_data 的别名", file: "function.mysqli-send-long-data"},
{id:5023, pId:11840, name:"Alias of mysqli_options", file: "function.mysqli-set-opt"},
{id:5024, pId:11840, name:"在主/从机制中强制在从机上执行一个查询", file: "function.mysqli-slave-query"},
{id:274, pId:12566, name:"Mysqlnd Memcache plugins6c14-0.09%", file: "book.mysqlnd-memcache"},
{id:9190, pId:274, name:"简介", file: "intro.mysqlnd-memcache"},
{id:10750, pId:274, name:"Change Historys1c1-0.01%", file: "mysqlnd-memcache.changes"},
{id:10749, pId:10750, name:"PECL/mysqlnd_memcache 1.0 series", file: "mysqlnd-memcache.changes-one-o"},
{id:10752, pId:274, name:"预定义常量", file: "mysqlnd-memcache.constants"},
{id:10755, pId:274, name:"Quickstart and Exampless2c2-0.01%", file: "mysqlnd-memcache.quickstart"},
{id:10754, pId:10755, name:"Setup", file: "mysqlnd-memcache.quickstart.configuration"},
{id:10756, pId:10755, name:"Usage", file: "mysqlnd-memcache.quickstart.usage"},
{id:10758, pId:274, name:"安装/配置s3c3-0.02%", file: "mysqlnd-memcache.setup"},
{id:10751, pId:10758, name:"运行时配置", file: "mysqlnd-memcache.configuration"},
{id:10753, pId:10758, name:"安装", file: "mysqlnd-memcache.installation"},
{id:10757, pId:10758, name:"需求", file: "mysqlnd-memcache.requirements"},
{id:11841, pId:274, name:"Mysqlnd_memcache 函数s2c2-0.01%", file: "ref.mysqlnd-memcache"},
{id:5025, pId:11841, name:"Returns information about the plugin configuration", file: "function.mysqlnd-memcache-get-config"},
{id:5026, pId:11841, name:"Associate a MySQL connection with a Memcache conne", file: "function.mysqlnd-memcache-set"},
{id:275, pId:12566, name:"Mysqlnd 主从复制和负载均衡插件s7c58-0.39%", file: "book.mysqlnd-ms"},
{id:9191, pId:275, name:"简介", file: "intro.mysqlnd-ms"},
{id:10767, pId:275, name:"Change Historys7c7-0.05%", file: "mysqlnd-ms.changes"},
{id:10760, pId:10767, name:"PECL/mysqlnd_ms 1.5 series", file: "mysqlnd-ms.changes-one-five"},
{id:10761, pId:10767, name:"PECL/mysqlnd_ms 1.4 series", file: "mysqlnd-ms.changes-one-four"},
{id:10762, pId:10767, name:"PECL/mysqlnd_ms 1.0 series", file: "mysqlnd-ms.changes-one-o"},
{id:10763, pId:10767, name:"PECL/mysqlnd_ms 1.1 series", file: "mysqlnd-ms.changes-one-one"},
{id:10764, pId:10767, name:"PECL/mysqlnd_ms 1.6 series", file: "mysqlnd-ms.changes-one-six"},
{id:10765, pId:10767, name:"PECL/mysqlnd_ms 1.3 series", file: "mysqlnd-ms.changes-one-three"},
{id:10766, pId:10767, name:"PECL/mysqlnd_ms 1.2 series", file: "mysqlnd-ms.changes-one-two"},
{id:10768, pId:275, name:"概念s14c14-0.09%", file: "mysqlnd-ms.concepts"},
{id:10759, pId:10768, name:"Architecture", file: "mysqlnd-ms.architecture"},
{id:10769, pId:10768, name:"Cache integration", file: "mysqlnd-ms.concept_cache"},
{id:10770, pId:10768, name:"XA/Distributed transactions", file: "mysqlnd-ms.concept_xa_trx"},
{id:10773, pId:10768, name:"错误处理", file: "mysqlnd-ms.errorhandling"},
{id:10774, pId:10768, name:"错误处理", file: "mysqlnd-ms.failover"},
{id:10775, pId:10768, name:"Filter", file: "mysqlnd-ms.filter"},
{id:10776, pId:10768, name:"Global transaction IDs", file: "mysqlnd-ms.gtid"},
{id:10778, pId:10768, name:"负载均衡", file: "mysqlnd-ms.loadbalancing"},
{id:10780, pId:10768, name:"连接池与切换", file: "mysqlnd-ms.pooling"},
{id:10781, pId:10768, name:"Service level and consistency", file: "mysqlnd-ms.qos-consistency"},
{id:10796, pId:10768, name:"Read-write splitting", file: "mysqlnd-ms.rwsplit"},
{id:10798, pId:10768, name:"Supported clusters", file: "mysqlnd-ms.supportedclusters"},
{id:10799, pId:10768, name:"事务控制", file: "mysqlnd-ms.transaction"},
{id:10800, pId:10768, name:"短错误", file: "mysqlnd-ms.transient_errors"},
{id:10772, pId:275, name:"预定义常量", file: "mysqlnd-ms.constants"},
{id:10787, pId:275, name:"快速入门与例子s12c12-0.08%", file: "mysqlnd-ms.quickstart"},
{id:10782, pId:10787, name:"Cache integration", file: "mysqlnd-ms.quickstart.cache"},
{id:10783, pId:10787, name:"Setup", file: "mysqlnd-ms.quickstart.configuration"},
{id:10784, pId:10787, name:"连接状态", file: "mysqlnd-ms.quickstart.connectionpooling"},
{id:10785, pId:10787, name:"故障转移", file: "mysqlnd-ms.quickstart.failover"},
{id:10786, pId:10787, name:"Global transaction IDs (GTID)", file: "mysqlnd-ms.quickstart.gtid"},
{id:10788, pId:10787, name:"MySQL Fabric", file: "mysqlnd-ms.quickstart.mysql_fabric"},
{id:10789, pId:10787, name:"分区和分片", file: "mysqlnd-ms.quickstart.partitioning"},
{id:10790, pId:10787, name:"服务级别和一致性", file: "mysqlnd-ms.quickstart.qos-consistency"},
{id:10791, pId:10787, name:"SQL Hints (SQL 优化器)", file: "mysqlnd-ms.quickstart.sqlhints"},
{id:10792, pId:10787, name:"事务", file: "mysqlnd-ms.quickstart.transactions"},
{id:10793, pId:10787, name:"Running statements", file: "mysqlnd-ms.quickstart.usage"},
{id:10794, pId:10787, name:"XA/Distributed Transactions", file: "mysqlnd-ms.quickstart.xa_transactions"},
{id:10797, pId:275, name:"安装/配置s4c4-0.03%", file: "mysqlnd-ms.setup"},
{id:10771, pId:10797, name:"运行时配置", file: "mysqlnd-ms.configuration"},
{id:10777, pId:10797, name:"安装", file: "mysqlnd-ms.installation"},
{id:10779, pId:10797, name:"Plugin configuration file (>=1.1.x)", file: "mysqlnd-ms.plugin-ini-json"},
{id:10795, pId:10797, name:"需求", file: "mysqlnd-ms.requirements"},
{id:11842, pId:275, name:"Mysqlnd_ms 函数s14c14-0.09%", file: "ref.mysqlnd-ms"},
{id:5027, pId:11842, name:"Returns a list of currently configured servers", file: "function.mysqlnd-ms-dump-servers"},
{id:5028, pId:11842, name:"Switch to global sharding server for a given table", file: "function.mysqlnd-ms-fabric-select-global"},
{id:5029, pId:11842, name:"Switch to shard", file: "function.mysqlnd-ms-fabric-select-shard"},
{id:5030, pId:11842, name:"返回最后的全局同步 ID (GTID)", file: "function.mysqlnd-ms-get-last-gtid"},
{id:5031, pId:11842, name:"Returns an array which describes the last used con", file: "function.mysqlnd-ms-get-last-used-connection"},
{id:5032, pId:11842, name:"Returns query distribution and connection statisti", file: "function.mysqlnd-ms-get-stats"},
{id:5033, pId:11842, name:"Finds whether a table name matches a wildcard patt", file: "function.mysqlnd-ms-match-wild"},
{id:5034, pId:11842, name:"查询给定的 SQL 会发送给 master、slave 还是最后使用的 MySQL server 执", file: "function.mysqlnd-ms-query-is-select"},
{id:5035, pId:11842, name:"Sets the quality of service needed from the cluste", file: "function.mysqlnd-ms-set-qos"},
{id:5036, pId:11842, name:"Sets a callback for user-defined read/write splitt", file: "function.mysqlnd-ms-set-user-pick-server"},
{id:5037, pId:11842, name:"Starts a distributed/XA transaction among MySQL se", file: "function.mysqlnd-ms-xa-begin"},
{id:5038, pId:11842, name:"Commits a distributed/XA transaction among MySQL s", file: "function.mysqlnd-ms-xa-commit"},
{id:5039, pId:11842, name:"Garbage collects unfinished XA transactions after ", file: "function.mysqlnd-ms-xa-gc"},
{id:5040, pId:11842, name:"Rolls back a distributed/XA transaction among MySQ", file: "function.mysqlnd-ms-xa-rollback"},
{id:276, pId:12566, name:"Mysqlnd connection multiplexing plugins5c12-0.08%", file: "book.mysqlnd-mux"},
{id:9192, pId:276, name:"简介", file: "intro.mysqlnd-mux"},
{id:10803, pId:276, name:"Change Historys1c1-0.01%", file: "mysqlnd-mux.changes"},
{id:10802, pId:10803, name:"PECL/mysqlnd_mux 1.0 series", file: "mysqlnd-mux.changes-one-o"},
{id:10804, pId:276, name:"Conceptss3c3-0.02%", file: "mysqlnd-mux.concepts"},
{id:10801, pId:10804, name:"Architecture", file: "mysqlnd-mux.architecture"},
{id:10806, pId:10804, name:"Connection pool", file: "mysqlnd-mux.connection_pool"},
{id:10811, pId:10804, name:"Sharing connections", file: "mysqlnd-mux.sharing_connections"},
{id:10807, pId:276, name:"预定义常量", file: "mysqlnd-mux.constants"},
{id:10810, pId:276, name:"安装/配置s3c3-0.02%", file: "mysqlnd-mux.setup"},
{id:10805, pId:10810, name:"运行时配置", file: "mysqlnd-mux.configuration"},
{id:10808, pId:10810, name:"安装", file: "mysqlnd-mux.installation"},
{id:10809, pId:10810, name:"需求", file: "mysqlnd-mux.requirements"},
{id:277, pId:12566, name:"Mysqlnd query result cache plugins6c31-0.21%", file: "book.mysqlnd-qc"},
{id:9193, pId:277, name:"简介", file: "intro.mysqlnd-qc"},
{id:10817, pId:277, name:"Change Historys3c3-0.02%", file: "mysqlnd-qc.changes"},
{id:10814, pId:10817, name:"PECL/mysqlnd_qc 1.0 series", file: "mysqlnd-qc.changes-one-o"},
{id:10815, pId:10817, name:"PECL/mysqlnd_qc 1.1 series", file: "mysqlnd-qc.changes-one-one"},
{id:10816, pId:10817, name:"PECL/mysqlnd_qc 1.2 series", file: "mysqlnd-qc.changes-one-two"},
{id:10819, pId:277, name:"预定义常量", file: "mysqlnd-qc.constants"},
{id:10826, pId:277, name:"Quickstart and Exampless9c9-0.06%", file: "mysqlnd-qc.quickstart"},
{id:10812, pId:10826, name:"Finding cache candidates", file: "mysqlnd-qc.cache-candidates"},
{id:10813, pId:10826, name:"Measuring cache efficiency", file: "mysqlnd-qc.cache-efficiency"},
{id:10821, pId:10826, name:"Pattern based caching", file: "mysqlnd-qc.pattern-based-caching"},
{id:10822, pId:10826, name:"Setting the TTL", file: "mysqlnd-qc.per-query-ttl"},
{id:10823, pId:10826, name:"Caching queries", file: "mysqlnd-qc.quickstart.caching"},
{id:10824, pId:10826, name:"Architecture and Concepts", file: "mysqlnd-qc.quickstart.concepts"},
{id:10825, pId:10826, name:"Setup", file: "mysqlnd-qc.quickstart.configuration"},
{id:10828, pId:10826, name:"Beyond TTL: user-defined storage", file: "mysqlnd-qc.set-user-handlers"},
{id:10830, pId:10826, name:"Slam defense", file: "mysqlnd-qc.slam-defense"},
{id:10829, pId:277, name:"安装/配置s3c3-0.02%", file: "mysqlnd-qc.setup"},
{id:10818, pId:10829, name:"运行时配置", file: "mysqlnd-qc.configuration"},
{id:10820, pId:10829, name:"安装", file: "mysqlnd-qc.installation"},
{id:10827, pId:10829, name:"需求", file: "mysqlnd-qc.requirements"},
{id:11843, pId:277, name:"mysqlnd_qc 函数s10c10-0.07%", file: "ref.mysqlnd-qc"},
{id:5041, pId:11843, name:"Flush all cache contents", file: "function.mysqlnd-qc-clear-cache"},
{id:5042, pId:11843, name:"Returns a list of available storage handler", file: "function.mysqlnd-qc-get-available-handlers"},
{id:5043, pId:11843, name:"Returns information on the current handler, the nu", file: "function.mysqlnd-qc-get-cache-info"},
{id:5044, pId:11843, name:"Statistics collected by the core of the query cach", file: "function.mysqlnd-qc-get-core-stats"},
{id:5045, pId:11843, name:"Returns a normalized query trace log for each quer", file: "function.mysqlnd-qc-get-normalized-query-trace-log"},
{id:5046, pId:11843, name:"Returns a backtrace for each query inspected by th", file: "function.mysqlnd-qc-get-query-trace-log"},
{id:5047, pId:11843, name:"Set conditions for automatic caching", file: "function.mysqlnd-qc-set-cache-condition"},
{id:5048, pId:11843, name:"Installs a callback which decides whether a statem", file: "function.mysqlnd-qc-set-is-select"},
{id:5049, pId:11843, name:"Change current storage handler", file: "function.mysqlnd-qc-set-storage-handler"},
{id:5050, pId:11843, name:"Sets the callback functions for a user-defined pro", file: "function.mysqlnd-qc-set-user-handlers"},
{id:278, pId:12566, name:"Mysqlnd user handler plugins8c74-0.49%", file: "book.mysqlnd-uh"},
{id:1025, pId:278, name:"The MysqlndUhConnection classs51c51-0.34%", file: "class.mysqlnduhconnection"},
{id:10858, pId:1025, name:"Changes the user of the specified mysqlnd database", file: "mysqlnduhconnection.changeuser"},
{id:10859, pId:1025, name:"Returns the default character set for the database", file: "mysqlnduhconnection.charsetname"},
{id:10860, pId:1025, name:"Closes a previously opened database connection", file: "mysqlnduhconnection.close"},
{id:10861, pId:1025, name:"Open a new connection to the MySQL server", file: "mysqlnduhconnection.connect"},
{id:10862, pId:1025, name:"The __construct purpose", file: "mysqlnduhconnection.construct"},
{id:10863, pId:1025, name:"End a persistent connection", file: "mysqlnduhconnection.endpsession"},
{id:10864, pId:1025, name:"Escapes special characters in a string for use in ", file: "mysqlnduhconnection.escapestring"},
{id:10865, pId:1025, name:"Gets the number of affected rows in a previous MyS", file: "mysqlnduhconnection.getaffectedrows"},
{id:10866, pId:1025, name:"Returns the error code for the most recent functio", file: "mysqlnduhconnection.geterrornumber"},
{id:10867, pId:1025, name:"Returns a string description of the last error", file: "mysqlnduhconnection.geterrorstring"},
{id:10868, pId:1025, name:"Returns the number of columns for the most recent ", file: "mysqlnduhconnection.getfieldcount"},
{id:10869, pId:1025, name:"Returns a string representing the type of connecti", file: "mysqlnduhconnection.gethostinformation"},
{id:10870, pId:1025, name:"Returns the auto generated id used in the last que", file: "mysqlnduhconnection.getlastinsertid"},
{id:10871, pId:1025, name:"Retrieves information about the most recently exec", file: "mysqlnduhconnection.getlastmessage"},
{id:10872, pId:1025, name:"Returns the version of the MySQL protocol used", file: "mysqlnduhconnection.getprotocolinformation"},
{id:10873, pId:1025, name:"Returns the version of the MySQL server", file: "mysqlnduhconnection.getserverinformation"},
{id:10874, pId:1025, name:"Gets the current system status", file: "mysqlnduhconnection.getserverstatistics"},
{id:10875, pId:1025, name:"Returns the version of the MySQL server as an inte", file: "mysqlnduhconnection.getserverversion"},
{id:10876, pId:1025, name:"Returns the SQLSTATE error from previous MySQL ope", file: "mysqlnduhconnection.getsqlstate"},
{id:10877, pId:1025, name:"Returns statistics about the client connection", file: "mysqlnduhconnection.getstatistics"},
{id:10878, pId:1025, name:"Returns the thread ID for the current connection", file: "mysqlnduhconnection.getthreadid"},
{id:10879, pId:1025, name:"Returns the number of warnings from the last query", file: "mysqlnduhconnection.getwarningcount"},
{id:10880, pId:1025, name:"Initialize mysqlnd connection", file: "mysqlnduhconnection.init"},
{id:10881, pId:1025, name:"Asks the server to kill a MySQL thread", file: "mysqlnduhconnection.killconnection"},
{id:10882, pId:1025, name:"List MySQL table fields", file: "mysqlnduhconnection.listfields"},
{id:10883, pId:1025, name:"Wrapper for assorted list commands", file: "mysqlnduhconnection.listmethod"},
{id:10884, pId:1025, name:"Check if there are any more query results from a m", file: "mysqlnduhconnection.moreresults"},
{id:10885, pId:1025, name:"Prepare next result from multi_query", file: "mysqlnduhconnection.nextresult"},
{id:10886, pId:1025, name:"Pings a server connection, or tries to reconnect i", file: "mysqlnduhconnection.ping"},
{id:10887, pId:1025, name:"Performs a query on the database", file: "mysqlnduhconnection.query"},
{id:10888, pId:1025, name:"Read a result set header", file: "mysqlnduhconnection.queryreadresultsetheader"},
{id:10889, pId:1025, name:"Get result from async query", file: "mysqlnduhconnection.reapquery"},
{id:10890, pId:1025, name:"Flush or reset tables and caches", file: "mysqlnduhconnection.refreshserver"},
{id:10891, pId:1025, name:"Restart a persistent mysqlnd connection", file: "mysqlnduhconnection.restartpsession"},
{id:10892, pId:1025, name:"Selects the default database for database queries", file: "mysqlnduhconnection.selectdb"},
{id:10893, pId:1025, name:"Sends a close command to MySQL", file: "mysqlnduhconnection.sendclose"},
{id:10894, pId:1025, name:"Sends a query to MySQL", file: "mysqlnduhconnection.sendquery"},
{id:10895, pId:1025, name:"Dump debugging information into the log for the My", file: "mysqlnduhconnection.serverdumpdebuginformation"},
{id:10896, pId:1025, name:"Turns on or off auto-committing database modificat", file: "mysqlnduhconnection.setautocommit"},
{id:10897, pId:1025, name:"Sets the default client character set", file: "mysqlnduhconnection.setcharset"},
{id:10898, pId:1025, name:"Sets a client option", file: "mysqlnduhconnection.setclientoption"},
{id:10899, pId:1025, name:"Sets a server option", file: "mysqlnduhconnection.setserveroption"},
{id:10900, pId:1025, name:"The shutdownServer purpose", file: "mysqlnduhconnection.shutdownserver"},
{id:10901, pId:1025, name:"Sends a basic COM_* command", file: "mysqlnduhconnection.simplecommand"},
{id:10902, pId:1025, name:"Process a response for a basic COM_* command send ", file: "mysqlnduhconnection.simplecommandhandleresponse"},
{id:10903, pId:1025, name:"Used for establishing secure connections using SSL", file: "mysqlnduhconnection.sslset"},
{id:10904, pId:1025, name:"Initializes a statement and returns a resource for", file: "mysqlnduhconnection.stmtinit"},
{id:10905, pId:1025, name:"Transfers a result set from the last query", file: "mysqlnduhconnection.storeresult"},
{id:10906, pId:1025, name:"Commits the current transaction", file: "mysqlnduhconnection.txcommit"},
{id:10907, pId:1025, name:"Rolls back current transaction", file: "mysqlnduhconnection.txrollback"},
{id:10908, pId:1025, name:"Initiate a result set retrieval", file: "mysqlnduhconnection.useresult"},
{id:1026, pId:278, name:"The MysqlndUhPreparedStatement classs3c3-0.02%", file: "class.mysqlnduhpreparedstatement"},
{id:10909, pId:1026, name:"The __construct purpose", file: "mysqlnduhpreparedstatement.construct"},
{id:10910, pId:1026, name:"Executes a prepared Query", file: "mysqlnduhpreparedstatement.execute"},
{id:10911, pId:1026, name:"Prepare an SQL statement for execution", file: "mysqlnduhpreparedstatement.prepare"},
{id:9194, pId:278, name:"简介", file: "intro.mysqlnd-uh"},
{id:10832, pId:278, name:"Change Historys1c1-0.01%", file: "mysqlnd-uh.changes"},
{id:10831, pId:10832, name:"PECL/mysqlnd_uh 1.0 series", file: "mysqlnd-uh.changes-one-o"},
{id:10834, pId:278, name:"预定义常量", file: "mysqlnd-uh.constants"},
{id:10838, pId:278, name:"Quickstart and Exampless4c4-0.03%", file: "mysqlnd-uh.quickstart"},
{id:10836, pId:10838, name:"Setup", file: "mysqlnd-uh.quickstart.configuration"},
{id:10837, pId:10838, name:"How it works", file: "mysqlnd-uh.quickstart.how-it-works"},
{id:10839, pId:10838, name:"Installing a proxy", file: "mysqlnd-uh.quickstart.proxy-installation"},
{id:10840, pId:10838, name:"Basic query monitoring", file: "mysqlnd-uh.quickstart.query-monitoring"},
{id:10843, pId:278, name:"安装/配置s4c4-0.03%", file: "mysqlnd-uh.setup"},
{id:10833, pId:10843, name:"运行时配置", file: "mysqlnd-uh.configuration"},
{id:10835, pId:10843, name:"安装", file: "mysqlnd-uh.installation"},
{id:10841, pId:10843, name:"需求", file: "mysqlnd-uh.requirements"},
{id:10842, pId:10843, name:"资源类型", file: "mysqlnd-uh.resources"},
{id:11844, pId:278, name:"Mysqlnd_uh 函数s3c3-0.02%", file: "ref.mysqlnd-uh"},
{id:5051, pId:11844, name:"Converts a MySQL connection handle into a mysqlnd ", file: "function.mysqlnd-uh-convert-to-mysqlnd"},
{id:5052, pId:11844, name:"Installs a proxy for mysqlnd connections", file: "function.mysqlnd-uh-set-connection-proxy"},
{id:5053, pId:11844, name:"Installs a proxy for mysqlnd statements", file: "function.mysqlnd-uh-set-statement-proxy"},
{id:279, pId:12566, name:"MySQL Native Drivers10c15-0.1%", file: "book.mysqlnd"},
{id:9195, pId:279, name:"简介", file: "intro.mysqlnd"},
{id:10844, pId:279, name:"运行时配置", file: "mysqlnd.config"},
{id:10845, pId:279, name:"Incompatibilities", file: "mysqlnd.incompatibilities"},
{id:10846, pId:279, name:"Installation", file: "mysqlnd.install"},
{id:10847, pId:279, name:"Memory management", file: "mysqlnd.memory"},
{id:10848, pId:279, name:"Notes", file: "mysqlnd.notes"},
{id:10849, pId:279, name:"Overview", file: "mysqlnd.overview"},
{id:10850, pId:279, name:"Persistent Connections", file: "mysqlnd.persist"},
{id:10854, pId:279, name:"MySQL Native Driver Plugin APIs5c5-0.03%", file: "mysqlnd.plugin"},
{id:10851, pId:10854, name:"The mysqlnd plugin API", file: "mysqlnd.plugin.api"},
{id:10852, pId:10854, name:"MySQL Native Driver Plugin Architecture", file: "mysqlnd.plugin.architecture"},
{id:10853, pId:10854, name:"Getting started building a mysqlnd plugin", file: "mysqlnd.plugin.developing"},
{id:10855, pId:10854, name:"A comparison of mysqlnd plugins with MySQL Proxy", file: "mysqlnd.plugin.mysql-proxy"},
{id:10856, pId:10854, name:"Obtaining the mysqlnd plugin API", file: "mysqlnd.plugin.obtaining"},
{id:10857, pId:279, name:"Statistics", file: "mysqlnd.stats"},
{id:10611, pId:12566, name:"Overview of the MySQL PHP driverss4c6-0.04%", file: "mysql"},
{id:10743, pId:10611, name:"Choosing an API", file: "mysqlinfo.api.choosing"},
{id:10746, pId:10611, name:"Conceptss2c2-0.01%", file: "mysqlinfo.concepts"},
{id:10744, pId:10746, name:"Buffered and Unbuffered queries", file: "mysqlinfo.concepts.buffering"},
{id:10745, pId:10746, name:"Character sets", file: "mysqlinfo.concepts.charset"},
{id:10747, pId:10611, name:"Choosing a library", file: "mysqlinfo.library.choosing"},
{id:10748, pId:10611, name:"Terminology overview", file: "mysqlinfo.terminology"},
{id:12181, pId:2527, name:"文件系统相关扩展s10c246-1.64%", file: "refs.fileprocess.file"},
{id:187, pId:12181, name:"Direct IOs4c17-0.11%", file: "book.dio"},
{id:1660, pId:187, name:"预定义常量", file: "dio.constants"},
{id:1664, pId:187, name:"安装/配置s4c4-0.03%", file: "dio.setup"},
{id:1659, pId:1664, name:"运行时配置", file: "dio.configuration"},
{id:1661, pId:1664, name:"安装", file: "dio.installation"},
{id:1662, pId:1664, name:"需求", file: "dio.requirements"},
{id:1663, pId:1664, name:"资源类型", file: "dio.resources"},
{id:9106, pId:187, name:"简介", file: "intro.dio"},
{id:11770, pId:187, name:"Direct IO 函数s9c9-0.06%", file: "ref.dio"},
{id:3188, pId:11770, name:"Closes the file descriptor given by fd", file: "function.dio-close"},
{id:3189, pId:11770, name:"Performs a c library fcntl on fd", file: "function.dio-fcntl"},
{id:3190, pId:11770, name:"Opens a file (creating it if necessary) at a lower", file: "function.dio-open"},
{id:3191, pId:11770, name:"Reads bytes from a file descriptor", file: "function.dio-read"},
{id:3192, pId:11770, name:"Seeks to pos on fd from whence", file: "function.dio-seek"},
{id:3193, pId:11770, name:"Gets stat information about the file descriptor fd", file: "function.dio-stat"},
{id:3194, pId:11770, name:"Sets terminal attributes and baud rate for a seria", file: "function.dio-tcsetattr"},
{id:3195, pId:11770, name:"Truncates file descriptor fd to offset bytes", file: "function.dio-truncate"},
{id:3196, pId:11770, name:"Writes data to fd with optional truncation at leng", file: "function.dio-write"},
{id:188, pId:12181, name:"目录s4c20-0.13%", file: "book.dir"},
{id:751, pId:188, name:"Directory 类s3c3-0.02%", file: "class.directory"},
{id:1671, pId:751, name:"释放目录句柄", file: "directory.close"},
{id:1672, pId:751, name:"从目录句柄中读取条目", file: "directory.read"},
{id:1673, pId:751, name:"倒回目录句柄", file: "directory.rewind"},
{id:1666, pId:188, name:"预定义常量", file: "dir.constants"},
{id:1670, pId:188, name:"安装/配置s4c4-0.03%", file: "dir.setup"},
{id:1665, pId:1670, name:"运行时配置", file: "dir.configuration"},
{id:1667, pId:1670, name:"安装", file: "dir.installation"},
{id:1668, pId:1670, name:"需求", file: "dir.requirements"},
{id:1669, pId:1670, name:"资源类型", file: "dir.resources"},
{id:11771, pId:188, name:"目录函数函数s9c9-0.06%", file: "ref.dir"},
{id:2805, pId:11771, name:"改变目录", file: "function.chdir"},
{id:2813, pId:11771, name:"改变根目录", file: "function.chroot"},
{id:2829, pId:11771, name:"关闭目录句柄", file: "function.closedir"},
{id:3197, pId:11771, name:"返回一个 Directory 类实例", file: "function.dir"},
{id:3802, pId:11771, name:"取得当前工作目录", file: "function.getcwd"},
{id:5534, pId:11771, name:"打开目录句柄", file: "function.opendir"},
{id:6149, pId:11771, name:"从目录句柄中读取条目", file: "function.readdir"},
{id:6184, pId:11771, name:"倒回目录句柄", file: "function.rewinddir"},
{id:6236, pId:11771, name:"列出指定路径中的文件和目录", file: "function.scandir"},
{id:204, pId:12181, name:"文件信息s5c19-0.13%", file: "book.fileinfo"},
{id:822, pId:204, name:"finfo 类s4c4-0.03%", file: "class.finfo"},
{id:2502, pId:822, name:"别名 finfo_buffer()", file: "finfo.buffer"},
{id:2503, pId:822, name:"别名 finfo_open", file: "finfo.construct"},
{id:2504, pId:822, name:"别名 finfo_file()", file: "finfo.file"},
{id:2505, pId:822, name:"别名 finfo_set_flags()", file: "finfo.set-flags"},
{id:2450, pId:204, name:"预定义常量", file: "fileinfo.constants"},
{id:2454, pId:204, name:"安装/配置s4c4-0.03%", file: "fileinfo.setup"},
{id:2449, pId:2454, name:"运行时配置", file: "fileinfo.configuration"},
{id:2451, pId:2454, name:"安装", file: "fileinfo.installation"},
{id:2452, pId:2454, name:"需求", file: "fileinfo.requirements"},
{id:2453, pId:2454, name:"资源类型", file: "fileinfo.resources"},
{id:9122, pId:204, name:"简介", file: "intro.fileinfo"},
{id:11783, pId:204, name:"Fileinfo 函数s6c6-0.04%", file: "ref.fileinfo"},
{id:3679, pId:11783, name:"返回一个字符串缓冲区的信息", file: "function.finfo-buffer"},
{id:3680, pId:11783, name:"关闭 fileinfo 资源", file: "function.finfo-close"},
{id:3681, pId:11783, name:"返回一个文件的信息", file: "function.finfo-file"},
{id:3682, pId:11783, name:"创建一个 fileinfo 资源", file: "function.finfo-open"},
{id:3683, pId:11783, name:"设置 libmagic 配置选项", file: "function.finfo-set-flags"},
{id:4817, pId:11783, name:"检测文件的 MIME 类型", file: "function.mime-content-type"},
{id:206, pId:12181, name:"文件系统s4c89-0.59%", file: "book.filesystem"},
{id:2462, pId:206, name:"预定义常量", file: "filesystem.constants"},
{id:2466, pId:206, name:"安装/配置s4c4-0.03%", file: "filesystem.setup"},
{id:2461, pId:2466, name:"运行时配置", file: "filesystem.configuration"},
{id:2463, pId:2466, name:"安装", file: "filesystem.installation"},
{id:2464, pId:2466, name:"需求", file: "filesystem.requirements"},
{id:2465, pId:2466, name:"资源类型", file: "filesystem.resources"},
{id:9124, pId:206, name:"简介", file: "intro.filesystem"},
{id:11785, pId:206, name:"文件系统函数s81c81-0.54%", file: "ref.filesystem"},
{id:2654, pId:11785, name:"返回路径中的文件名部分", file: "function.basename"},
{id:2808, pId:11785, name:"改变文件所属的组", file: "function.chgrp"},
{id:2809, pId:11785, name:"改变文件模式", file: "function.chmod"},
{id:2811, pId:11785, name:"改变文件的所有者", file: "function.chown"},
{id:2826, pId:11785, name:"清除文件状态缓存", file: "function.clearstatcache"},
{id:2850, pId:11785, name:"拷贝文件", file: "function.copy"},
{id:3185, pId:11785, name:"参见 unlink 或 unset", file: "function.delete"},
{id:3198, pId:11785, name:"返回路径中的目录部分", file: "function.dirname"},
{id:3199, pId:11785, name:"返回目录中的可用空间", file: "function.disk-free-space"},
{id:3200, pId:11785, name:"返回一个目录的磁盘总大小", file: "function.disk-total-space"},
{id:3201, pId:11785, name:"disk_free_space 的别名", file: "function.diskfreespace"},
{id:3610, pId:11785, name:"关闭一个已打开的文件指针", file: "function.fclose"},
{id:3646, pId:11785, name:"测试文件指针是否到了文件结束的位置", file: "function.feof"},
{id:3647, pId:11785, name:"将缓冲内容输出到文件", file: "function.fflush"},
{id:3648, pId:11785, name:"从文件指针中读取字符", file: "function.fgetc"},
{id:3649, pId:11785, name:"从文件指针中读入一行并解析 CSV 字段", file: "function.fgetcsv"},
{id:3650, pId:11785, name:"从文件指针中读取一行", file: "function.fgets"},
{id:3651, pId:11785, name:"从文件指针中读取一行并过滤掉 HTML 标记", file: "function.fgetss"},
{id:3652, pId:11785, name:"检查文件或目录是否存在", file: "function.file-exists"},
{id:3653, pId:11785, name:"将整个文件读入一个字符串", file: "function.file-get-contents"},
{id:3654, pId:11785, name:"将一个字符串写入文件", file: "function.file-put-contents"},
{id:3655, pId:11785, name:"把整个文件读入一个数组中", file: "function.file"},
{id:3656, pId:11785, name:"取得文件的上次访问时间", file: "function.fileatime"},
{id:3657, pId:11785, name:"取得文件的 inode 修改时间", file: "function.filectime"},
{id:3658, pId:11785, name:"取得文件的组", file: "function.filegroup"},
{id:3659, pId:11785, name:"取得文件的 inode", file: "function.fileinode"},
{id:3660, pId:11785, name:"取得文件修改时间", file: "function.filemtime"},
{id:3661, pId:11785, name:"取得文件的所有者", file: "function.fileowner"},
{id:3662, pId:11785, name:"取得文件的权限", file: "function.fileperms"},
{id:3670, pId:11785, name:"取得文件大小", file: "function.filesize"},
{id:3671, pId:11785, name:"取得文件类型", file: "function.filetype"},
{id:3685, pId:11785, name:"轻便的咨询文件锁定", file: "function.flock"},
{id:3689, pId:11785, name:"用模式匹配文件名", file: "function.fnmatch"},
{id:3690, pId:11785, name:"打开文件或者 URL", file: "function.fopen"},
{id:3693, pId:11785, name:"输出文件指针处的所有剩余数据", file: "function.fpassthru"},
{id:3695, pId:11785, name:"将行格式化为 CSV 并写入文件指针", file: "function.fputcsv"},
{id:3696, pId:11785, name:"fwrite 的别名", file: "function.fputs"},
{id:3697, pId:11785, name:"读取文件(可安全用于二进制文件)", file: "function.fread"},
{id:3700, pId:11785, name:"从文件中格式化输入", file: "function.fscanf"},
{id:3701, pId:11785, name:"在文件指针中定位", file: "function.fseek"},
{id:3703, pId:11785, name:"通过已打开的文件指针取得文件信息", file: "function.fstat"},
{id:3704, pId:11785, name:"返回文件指针读/写的位置", file: "function.ftell"},
{id:3742, pId:11785, name:"将文件截断到给定的长度", file: "function.ftruncate"},
{id:3747, pId:11785, name:"写入文件(可安全用于二进制文件)", file: "function.fwrite"},
{id:3827, pId:11785, name:"寻找与模式匹配的文件路径", file: "function.glob"},
{id:4396, pId:11785, name:"判断给定文件名是否是一个目录", file: "function.is-dir"},
{id:4398, pId:11785, name:"判断给定文件名是否可执行", file: "function.is-executable"},
{id:4399, pId:11785, name:"判断给定文件名是否为一个正常的文件", file: "function.is-file"},
{id:4406, pId:11785, name:"判断给定文件名是否为一个符号连接", file: "function.is-link"},
{id:4412, pId:11785, name:"判断给定文件名是否可读", file: "function.is-readable"},
{id:4420, pId:11785, name:"判断文件是否是通过 HTTP POST 上传的", file: "function.is-uploaded-file"},
{id:4421, pId:11785, name:"判断给定的文件名是否可写", file: "function.is-writable"},
{id:4422, pId:11785, name:"is_writable 的别名", file: "function.is-writeable"},
{id:4460, pId:11785, name:"修改符号链接的所有组", file: "function.lchgrp"},
{id:4461, pId:11785, name:"修改符号链接的所有者", file: "function.lchown"},
{id:4529, pId:11785, name:"建立一个硬连接", file: "function.link"},
{id:4530, pId:11785, name:"获取一个连接的信息", file: "function.linkinfo"},
{id:4545, pId:11785, name:"给出一个文件或符号连接的信息", file: "function.lstat"},
{id:4825, pId:11785, name:"新建目录", file: "function.mkdir"},
{id:4836, pId:11785, name:"将上传的文件移动到新位置", file: "function.move-uploaded-file"},
{id:5597, pId:11785, name:"解析一个配置文件", file: "function.parse-ini-file"},
{id:5598, pId:11785, name:"解析配置字符串", file: "function.parse-ini-string"},
{id:5609, pId:11785, name:"返回文件路径的信息", file: "function.pathinfo"},
{id:5610, pId:11785, name:"关闭进程文件指针", file: "function.pclose"},
{id:5926, pId:11785, name:"打开进程文件指针", file: "function.popen"},
{id:6150, pId:11785, name:"输出文件", file: "function.readfile"},
{id:6165, pId:11785, name:"返回符号连接指向的目标", file: "function.readlink"},
{id:6166, pId:11785, name:"获取真实目录缓存的详情", file: "function.realpath-cache-get"},
{id:6167, pId:11785, name:"获取真实路径缓冲区的大小", file: "function.realpath-cache-size"},
{id:6168, pId:11785, name:"返回规范化的绝对路径名", file: "function.realpath"},
{id:6175, pId:11785, name:"重命名一个文件或目录", file: "function.rename"},
{id:6183, pId:11785, name:"倒回文件指针的位置", file: "function.rewind"},
{id:6185, pId:11785, name:"删除目录", file: "function.rmdir"},
{id:6280, pId:11785, name:"stream_set_write_buffer 的别名", file: "function.set-file-buffer"},
{id:6586, pId:11785, name:"给出文件的信息", file: "function.stat"},
{id:6847, pId:11785, name:"建立符号连接", file: "function.symlink"},
{id:6856, pId:11785, name:"建立一个具有唯一文件名的文件", file: "function.tempnam"},
{id:6875, pId:11785, name:"建立一个临时文件", file: "function.tmpfile"},
{id:6878, pId:11785, name:"设定文件的访问和修改时间", file: "function.touch"},
{id:7073, pId:11785, name:"改变当前的 umask", file: "function.umask"},
{id:7076, pId:11785, name:"删除文件", file: "function.unlink"},
{id:237, pId:12181, name:"Inotifys4c13-0.09%", file: "book.inotify"},
{id:8621, pId:237, name:"预定义常量", file: "inotify.constants"},
{id:8625, pId:237, name:"安装/配置s4c4-0.03%", file: "inotify.setup"},
{id:8620, pId:8625, name:"运行时配置", file: "inotify.configuration"},
{id:8622, pId:8625, name:"安装/配置", file: "inotify.install"},
{id:8623, pId:8625, name:"需求", file: "inotify.requirements"},
{id:8624, pId:8625, name:"资源类型", file: "inotify.resources"},
{id:9155, pId:237, name:"简介", file: "intro.inotify"},
{id:11809, pId:237, name:"Inotify 函数s5c5-0.03%", file: "ref.inotify"},
{id:4376, pId:11809, name:"Add a watch to an initialized inotify instance", file: "function.inotify-add-watch"},
{id:4377, pId:11809, name:"Initialize an inotify instance", file: "function.inotify-init"},
{id:4378, pId:11809, name:"Return a number upper than zero if there are pendi", file: "function.inotify-queue-len"},
{id:4379, pId:11809, name:"Read events from an inotify instance", file: "function.inotify-read"},
{id:4380, pId:11809, name:"Remove an existing watch from an inotify instance", file: "function.inotify-rm-watch"},
{id:261, pId:12181, name:"Mimetypes3c7-0.05%", file: "book.mime-magic"},
{id:9179, pId:261, name:"简介", file: "intro.mime-magic"},
{id:9887, pId:261, name:"预定义常量", file: "mime-magic.constants"},
{id:9891, pId:261, name:"安装/配置s4c4-0.03%", file: "mime-magic.setup"},
{id:9886, pId:9891, name:"运行时配置", file: "mime-magic.configuration"},
{id:9888, pId:9891, name:"安装", file: "mime-magic.installation"},
{id:9889, pId:9891, name:"需求", file: "mime-magic.requirements"},
{id:9890, pId:9891, name:"资源类型", file: "mime-magic.resources"},
{id:304, pId:12181, name:"Phdfss4c22-0.15%", file: "book.phdfs"},
{id:1064, pId:304, name:"The phdfs classs14c14-0.09%", file: "class.phdfs"},
{id:11468, pId:1064, name:"Description", file: "phdfs.connect"},
{id:11470, pId:1064, name:"Description", file: "phdfs.construct"},
{id:11471, pId:1064, name:"Description", file: "phdfs.copy"},
{id:11472, pId:1064, name:"Description", file: "phdfs.create-directory"},
{id:11473, pId:1064, name:"Description", file: "phdfs.delete"},
{id:11474, pId:1064, name:"Description", file: "phdfs.destruct"},
{id:11475, pId:1064, name:"Description", file: "phdfs.disconnect"},
{id:11476, pId:1064, name:"Description", file: "phdfs.exists"},
{id:11477, pId:1064, name:"Description", file: "phdfs.file-info"},
{id:11479, pId:1064, name:"Description", file: "phdfs.list-directory"},
{id:11480, pId:1064, name:"Description", file: "phdfs.read"},
{id:11481, pId:1064, name:"Description", file: "phdfs.rename"},
{id:11485, pId:1064, name:"Description", file: "phdfs.tell"},
{id:11486, pId:1064, name:"Description", file: "phdfs.write"},
{id:9220, pId:304, name:"", file: "intro.phdfs"},
{id:11469, pId:304, name:"预定义常量", file: "phdfs.constants"},
{id:11484, pId:304, name:"安装/配置s4c4-0.03%", file: "phdfs.setup"},
{id:11467, pId:11484, name:"", file: "phdfs.configuration"},
{id:11478, pId:11484, name:"安装", file: "phdfs.installation"},
{id:11482, pId:11484, name:"需求", file: "phdfs.requirements"},
{id:11483, pId:11484, name:"资源类型", file: "phdfs.resources"},
{id:308, pId:12181, name:"Proctitles4c10-0.07%", file: "book.proctitle"},
{id:9224, pId:308, name:"简介", file: "intro.proctitle"},
{id:11552, pId:308, name:"预定义常量", file: "proctitle.constants"},
{id:11556, pId:308, name:"安装/配置s4c4-0.03%", file: "proctitle.setup"},
{id:11551, pId:11556, name:"运行时配置", file: "proctitle.configuration"},
{id:11553, pId:11556, name:"安装", file: "proctitle.installation"},
{id:11554, pId:11556, name:"需求", file: "proctitle.requirements"},
{id:11555, pId:11556, name:"资源类型", file: "proctitle.resources"},
{id:11891, pId:308, name:"Proctitle 函数s2c2-0.01%", file: "ref.proctitle"},
{id:6287, pId:11891, name:"Set the process title", file: "function.setproctitle"},
{id:6289, pId:11891, name:"Set the thread title", file: "function.setthreadtitle"},
{id:378, pId:12181, name:"xattrs4c13-0.09%", file: "book.xattr"},
{id:9294, pId:378, name:"简介", file: "intro.xattr"},
{id:11947, pId:378, name:"xattr 函数s5c5-0.03%", file: "ref.xattr"},
{id:7215, pId:11947, name:"Get an extended attribute", file: "function.xattr-get"},
{id:7216, pId:11947, name:"Get a list of extended attributes", file: "function.xattr-list"},
{id:7217, pId:11947, name:"Remove an extended attribute", file: "function.xattr-remove"},
{id:7218, pId:11947, name:"Set an extended attribute", file: "function.xattr-set"},
{id:7219, pId:11947, name:"Check if filesystem supports extended attributes", file: "function.xattr-supported"},
{id:14502, pId:378, name:"预定义常量", file: "xattr.constants"},
{id:14506, pId:378, name:"安装/配置s4c4-0.03%", file: "xattr.setup"},
{id:14501, pId:14506, name:"运行时配置", file: "xattr.configuration"},
{id:14503, pId:14506, name:"安装", file: "xattr.installation"},
{id:14504, pId:14506, name:"需求", file: "xattr.requirements"},
{id:14505, pId:14506, name:"资源类型", file: "xattr.resources"},
{id:379, pId:12181, name:"xdiffs4c26-0.17%", file: "book.xdiff"},
{id:9295, pId:379, name:"简介", file: "intro.xdiff"},
{id:11948, pId:379, name:"xdiff 函数s18c18-0.12%", file: "ref.xdiff"},
{id:7220, pId:11948, name:"Read a size of file created by applying a binary d", file: "function.xdiff-file-bdiff-size"},
{id:7221, pId:11948, name:"Make binary diff of two files", file: "function.xdiff-file-bdiff"},
{id:7222, pId:11948, name:"Patch a file with a binary diff", file: "function.xdiff-file-bpatch"},
{id:7223, pId:11948, name:"Alias of xdiff_file_bdiff", file: "function.xdiff-file-diff-binary"},
{id:7224, pId:11948, name:"Make unified diff of two files", file: "function.xdiff-file-diff"},
{id:7225, pId:11948, name:"Merge 3 files into one", file: "function.xdiff-file-merge3"},
{id:7226, pId:11948, name:"Alias of xdiff_file_bpatch", file: "function.xdiff-file-patch-binary"},
{id:7227, pId:11948, name:"Patch a file with an unified diff", file: "function.xdiff-file-patch"},
{id:7228, pId:11948, name:"Make binary diff of two files using the Rabin's po", file: "function.xdiff-file-rabdiff"},
{id:7229, pId:11948, name:"Read a size of file created by applying a binary d", file: "function.xdiff-string-bdiff-size"},
{id:7230, pId:11948, name:"Make binary diff of two strings", file: "function.xdiff-string-bdiff"},
{id:7231, pId:11948, name:"Patch a string with a binary diff", file: "function.xdiff-string-bpatch"},
{id:7232, pId:11948, name:"Alias of xdiff_string_bdiff", file: "function.xdiff-string-diff-binary"},
{id:7233, pId:11948, name:"Make unified diff of two strings", file: "function.xdiff-string-diff"},
{id:7234, pId:11948, name:"Merge 3 strings into one", file: "function.xdiff-string-merge3"},
{id:7235, pId:11948, name:"Alias of xdiff_string_bpatch", file: "function.xdiff-string-patch-binary"},
{id:7236, pId:11948, name:"Patch a string with an unified diff", file: "function.xdiff-string-patch"},
{id:7237, pId:11948, name:"Make binary diff of two strings using the Rabin's ", file: "function.xdiff-string-rabdiff"},
{id:14508, pId:379, name:"预定义常量", file: "xdiff.constants"},
{id:14512, pId:379, name:"安装/配置s4c4-0.03%", file: "xdiff.setup"},
{id:14507, pId:14512, name:"运行时配置", file: "xdiff.configuration"},
{id:14509, pId:14512, name:"安装", file: "xdiff.installation"},
{id:14510, pId:14512, name:"需求", file: "xdiff.requirements"},
{id:14511, pId:14512, name:"资源类型", file: "xdiff.resources"},
{id:12182, pId:2527, name:"进程控制扩展s13c579-3.85%", file: "refs.fileprocess.process"},
{id:191, pId:12182, name:"Eios5c68-0.45%", file: "book.eio"},
{id:2026, pId:191, name:"预定义常量", file: "eio.constants"},
{id:2027, pId:191, name:"范例", file: "eio.examples"},
{id:2031, pId:191, name:"安装/配置s4c4-0.03%", file: "eio.setup"},
{id:2025, pId:2031, name:"运行时配置", file: "eio.configuration"},
{id:2028, pId:2031, name:"安装", file: "eio.installation"},
{id:2029, pId:2031, name:"需求", file: "eio.requirements"},
{id:2030, pId:2031, name:"资源类型", file: "eio.resources"},
{id:9109, pId:191, name:"简介", file: "intro.eio"},
{id:11773, pId:191, name:"Eio 函数s59c59-0.39%", file: "ref.eio"},
{id:3213, pId:11773, name:"Artificially increase load. Could be useful in tes", file: "function.eio-busy"},
{id:3214, pId:11773, name:"Cancels a request", file: "function.eio-cancel"},
{id:3215, pId:11773, name:"Change file/directory permissions", file: "function.eio-chmod"},
{id:3216, pId:11773, name:"Change file/directory permissions", file: "function.eio-chown"},
{id:3217, pId:11773, name:"Close file", file: "function.eio-close"},
{id:3218, pId:11773, name:"Execute custom request like any other eio_* call", file: "function.eio-custom"},
{id:3219, pId:11773, name:"Duplicate a file descriptor", file: "function.eio-dup2"},
{id:3220, pId:11773, name:"Polls libeio until all requests proceeded", file: "function.eio-event-loop"},
{id:3221, pId:11773, name:"Allows the caller to directly manipulate the alloc", file: "function.eio-fallocate"},
{id:3222, pId:11773, name:"Change file permissions", file: "function.eio-fchmod"},
{id:3223, pId:11773, name:"Change file ownership", file: "function.eio-fchown"},
{id:3224, pId:11773, name:"Synchronize a file's in-core state with storage de", file: "function.eio-fdatasync"},
{id:3225, pId:11773, name:"Get file status", file: "function.eio-fstat"},
{id:3226, pId:11773, name:"Get file system statistics", file: "function.eio-fstatvfs"},
{id:3227, pId:11773, name:"Synchronize a file's in-core state with storage de", file: "function.eio-fsync"},
{id:3228, pId:11773, name:"Truncate a file", file: "function.eio-ftruncate"},
{id:3229, pId:11773, name:"Change file last access and modification times", file: "function.eio-futime"},
{id:3230, pId:11773, name:"Get stream representing a variable used in interna", file: "function.eio-get-event-stream"},
{id:3231, pId:11773, name:"Returns string describing the last error associate", file: "function.eio-get-last-error"},
{id:3232, pId:11773, name:"Adds a request to the request group", file: "function.eio-grp-add"},
{id:3233, pId:11773, name:"Cancels a request group", file: "function.eio-grp-cancel"},
{id:3234, pId:11773, name:"Set group limit", file: "function.eio-grp-limit"},
{id:3235, pId:11773, name:"Creates a request group", file: "function.eio-grp"},
{id:3236, pId:11773, name:"(Re-)initialize Eio", file: "function.eio-init"},
{id:3237, pId:11773, name:"Create a hardlink for file", file: "function.eio-link"},
{id:3238, pId:11773, name:"Get file status", file: "function.eio-lstat"},
{id:3239, pId:11773, name:"Create directory", file: "function.eio-mkdir"},
{id:3240, pId:11773, name:"Create a special or ordinary file", file: "function.eio-mknod"},
{id:3241, pId:11773, name:"Does nothing, except go through the whole request ", file: "function.eio-nop"},
{id:3242, pId:11773, name:"Returns number of finished, but unhandled requests", file: "function.eio-npending"},
{id:3243, pId:11773, name:"Returns number of not-yet handled requests", file: "function.eio-nready"},
{id:3244, pId:11773, name:"Returns number of requests to be processed", file: "function.eio-nreqs"},
{id:3245, pId:11773, name:"Returns number of threads currently in use", file: "function.eio-nthreads"},
{id:3246, pId:11773, name:"Opens a file", file: "function.eio-open"},
{id:3247, pId:11773, name:"Can be to be called whenever there are pending req", file: "function.eio-poll"},
{id:3248, pId:11773, name:"Read from a file descriptor at given offset", file: "function.eio-read"},
{id:3249, pId:11773, name:"Perform file readahead into page cache", file: "function.eio-readahead"},
{id:3250, pId:11773, name:"Reads through a whole directory", file: "function.eio-readdir"},
{id:3251, pId:11773, name:"Read value of a symbolic link", file: "function.eio-readlink"},
{id:3252, pId:11773, name:"Get the canonicalized absolute pathname", file: "function.eio-realpath"},
{id:3253, pId:11773, name:"Change the name or location of a file", file: "function.eio-rename"},
{id:3254, pId:11773, name:"Remove a directory", file: "function.eio-rmdir"},
{id:3255, pId:11773, name:"Repositions the offset of the open file associated", file: "function.eio-seek"},
{id:3256, pId:11773, name:"Transfer data between file descriptors", file: "function.eio-sendfile"},
{id:3257, pId:11773, name:"Set maximum number of idle threads", file: "function.eio-set-max-idle"},
{id:3258, pId:11773, name:"Set maximum parallel threads", file: "function.eio-set-max-parallel"},
{id:3259, pId:11773, name:"Set maximum number of requests processed in a poll", file: "function.eio-set-max-poll-reqs"},
{id:3260, pId:11773, name:"Set maximum poll time", file: "function.eio-set-max-poll-time"},
{id:3261, pId:11773, name:"Set minimum parallel thread number", file: "function.eio-set-min-parallel"},
{id:3262, pId:11773, name:"Get file status", file: "function.eio-stat"},
{id:3263, pId:11773, name:"Get file system statistics", file: "function.eio-statvfs"},
{id:3264, pId:11773, name:"Create a symbolic link", file: "function.eio-symlink"},
{id:3265, pId:11773, name:"Sync a file segment with disk", file: "function.eio-sync-file-range"},
{id:3266, pId:11773, name:"Commit buffer cache to disk", file: "function.eio-sync"},
{id:3267, pId:11773, name:"Calls Linux' syncfs syscall, if available", file: "function.eio-syncfs"},
{id:3268, pId:11773, name:"Truncate a file", file: "function.eio-truncate"},
{id:3269, pId:11773, name:"Delete a name and possibly the file it refers to", file: "function.eio-unlink"},
{id:3270, pId:11773, name:"Change file last access and modification times", file: "function.eio-utime"},
{id:3271, pId:11773, name:"Write to file", file: "function.eio-write"},
{id:194, pId:12182, name:"Evs21c110-0.73%", file: "book.ev"},
{id:787, pId:194, name:"The Ev classs17c17-0.11%", file: "class.ev"},
{id:2053, pId:787, name:"Returns an integer describing the backend used by ", file: "ev.backend"},
{id:2055, pId:787, name:"Returns recursion depth", file: "ev.depth"},
{id:2056, pId:787, name:"Returns the set of backends that are embeddable in", file: "ev.embeddablebackends"},
{id:2058, pId:787, name:"Feed a signal event info Ev", file: "ev.feedsignal"},
{id:2059, pId:787, name:"Feed signal event into the default loop", file: "ev.feedsignalevent"},
{id:2062, pId:787, name:"Return the number of times the default event loop ", file: "ev.iteration"},
{id:2063, pId:787, name:"Returns the time when the last iteration of the de", file: "ev.now"},
{id:2064, pId:787, name:"Establishes the current time by querying the kerne", file: "ev.nowupdate"},
{id:2066, pId:787, name:"Returns a bit mask of recommended backends for cur", file: "ev.recommendedbackends"},
{id:2069, pId:787, name:"Resume previously suspended default event loop", file: "ev.resume"},
{id:2070, pId:787, name:"Begin checking for events and calling callbacks fo", file: "ev.run"},
{id:2072, pId:787, name:"Block the process for the given number of seconds", file: "ev.sleep"},
{id:2073, pId:787, name:"Stops the default event loop", file: "ev.stop"},
{id:2074, pId:787, name:"Returns the set of backends supported by current l", file: "ev.supportedbackends"},
{id:2075, pId:787, name:"Suspend the default event loop", file: "ev.suspend"},
{id:2076, pId:787, name:"Returns the current time in fractional seconds sin", file: "ev.time"},
{id:2077, pId:787, name:"Performs internal consistency checks(for debugging", file: "ev.verify"},
{id:788, pId:194, name:"The EvCheck classs2c2-0.01%", file: "class.evcheck"},
{id:2080, pId:788, name:"Constructs the EvCheck watcher object", file: "evcheck.construct"},
{id:2081, pId:788, name:"Create instance of a stopped EvCheck watcher", file: "evcheck.createstopped"},
{id:789, pId:194, name:"The EvChild classs3c3-0.02%", file: "class.evchild"},
{id:2082, pId:789, name:"Constructs the EvChild watcher object", file: "evchild.construct"},
{id:2083, pId:789, name:"Create instance of a stopped EvCheck watcher", file: "evchild.createstopped"},
{id:2084, pId:789, name:"Configures the watcher", file: "evchild.set"},
{id:790, pId:194, name:"The EvEmbed classs4c4-0.03%", file: "class.evembed"},
{id:2085, pId:790, name:"Constructs the EvEmbed object", file: "evembed.construct"},
{id:2086, pId:790, name:"Create stopped EvEmbed watcher object", file: "evembed.createstopped"},
{id:2087, pId:790, name:"Configures the watcher", file: "evembed.set"},
{id:2088, pId:790, name:"Make a single, non-blocking sweep over the embedde", file: "evembed.sweep"},
{id:803, pId:194, name:"The EvFork classs2c2-0.01%", file: "class.evfork"},
{id:2251, pId:803, name:"Constructs the EvFork watcher object", file: "evfork.construct"},
{id:2252, pId:803, name:"Creates a stopped instance of EvFork watcher class", file: "evfork.createstopped"},
{id:804, pId:194, name:"The EvIdle classs2c2-0.01%", file: "class.evidle"},
{id:2253, pId:804, name:"Constructs the EvIdle watcher object", file: "evidle.construct"},
{id:2254, pId:804, name:"Creates instance of a stopped EvIdle watcher objec", file: "evidle.createstopped"},
{id:805, pId:194, name:"The EvIo classs3c3-0.02%", file: "class.evio"},
{id:2255, pId:805, name:"Constructs EvIo watcher object", file: "evio.construct"},
{id:2256, pId:805, name:"Create stopped EvIo watcher object", file: "evio.createstopped"},
{id:2257, pId:805, name:"Configures the watcher", file: "evio.set"},
{id:806, pId:194, name:"The EvLoop classs23c23-0.15%", file: "class.evloop"},
{id:2258, pId:806, name:"Returns an integer describing the backend used by ", file: "evloop.backend"},
{id:2259, pId:806, name:"Creates EvCheck object associated with the current", file: "evloop.check"},
{id:2260, pId:806, name:"Creates EvChild object associated with the current", file: "evloop.child"},
{id:2261, pId:806, name:"Constructs the event loop object", file: "evloop.construct"},
{id:2262, pId:806, name:"Returns or creates the default event loop", file: "evloop.defaultloop"},
{id:2263, pId:806, name:"Creates an instance of EvEmbed watcher associated ", file: "evloop.embed"},
{id:2264, pId:806, name:"Creates EvFork watcher object associated with the ", file: "evloop.fork"},
{id:2265, pId:806, name:"Creates EvIdle watcher object associated with the ", file: "evloop.idle"},
{id:2266, pId:806, name:"Invoke all pending watchers while resetting their ", file: "evloop.invokepending"},
{id:2267, pId:806, name:"Create EvIo watcher object associated with the cur", file: "evloop.io"},
{id:2268, pId:806, name:"Must be called after a fork", file: "evloop.loopfork"},
{id:2269, pId:806, name:"Returns the current event loop time", file: "evloop.now"},
{id:2270, pId:806, name:"Establishes the current time by querying the kerne", file: "evloop.nowupdate"},
{id:2271, pId:806, name:"Creates EvPeriodic watcher object associated with ", file: "evloop.periodic"},
{id:2272, pId:806, name:"Creates EvPrepare watcher object associated with t", file: "evloop.prepare"},
{id:2273, pId:806, name:"Resume previously suspended default event loop", file: "evloop.resume"},
{id:2274, pId:806, name:"Begin checking for events and calling callbacks fo", file: "evloop.run"},
{id:2275, pId:806, name:"Creates EvSignal watcher object associated with th", file: "evloop.signal"},
{id:2276, pId:806, name:"Creates EvStat watcher object associated with the ", file: "evloop.stat"},
{id:2277, pId:806, name:"Stops the event loop", file: "evloop.stop"},
{id:2278, pId:806, name:"Suspend the loop", file: "evloop.suspend"},
{id:2279, pId:806, name:"Creates EvTimer watcher object associated with the", file: "evloop.timer"},
{id:2280, pId:806, name:"Performs internal consistency checks(for debugging", file: "evloop.verify"},
{id:807, pId:194, name:"The EvPeriodic classs5c5-0.03%", file: "class.evperiodic"},
{id:2281, pId:807, name:"Simply stops and restarts the periodic watcher aga", file: "evperiodic.again"},
{id:2282, pId:807, name:"Returns the absolute time that this watcher is s", file: "evperiodic.at"},
{id:2283, pId:807, name:"Constructs EvPeriodic watcher object", file: "evperiodic.construct"},
{id:2284, pId:807, name:"Create a stopped EvPeriodic watcher", file: "evperiodic.createstopped"},
{id:2285, pId:807, name:"Configures the watcher", file: "evperiodic.set"},
{id:808, pId:194, name:"The EvPrepare classs2c2-0.01%", file: "class.evprepare"},
{id:2286, pId:808, name:"Constructs EvPrepare watcher object", file: "evprepare.construct"},
{id:2287, pId:808, name:"Creates a stopped instance of EvPrepare watcher", file: "evprepare.createstopped"},
{id:809, pId:194, name:"The EvSignal classs3c3-0.02%", file: "class.evsignal"},
{id:2288, pId:809, name:"Constructs EvSignal watcher object", file: "evsignal.construct"},
{id:2289, pId:809, name:"Create stopped EvSignal watcher object", file: "evsignal.createstopped"},
{id:2290, pId:809, name:"Configures the watcher", file: "evsignal.set"},
{id:810, pId:194, name:"The EvStat classs6c6-0.04%", file: "class.evstat"},
{id:2291, pId:810, name:"Returns the values most recently detected by Ev", file: "evstat.attr"},
{id:2292, pId:810, name:"Constructs EvStat watcher object", file: "evstat.construct"},
{id:2293, pId:810, name:"Create a stopped EvStat watcher object", file: "evstat.createstopped"},
{id:2294, pId:810, name:"Returns the previous set of values returned by EvS", file: "evstat.prev"},
{id:2295, pId:810, name:"Configures the watcher", file: "evstat.set"},
{id:2296, pId:810, name:"Initiates the stat call", file: "evstat.stat"},
{id:811, pId:194, name:"The EvTimer classs4c4-0.03%", file: "class.evtimer"},
{id:2297, pId:811, name:"Restarts the timer watcher", file: "evtimer.again"},
{id:2298, pId:811, name:"Constructs an EvTimer watcher object", file: "evtimer.construct"},
{id:2299, pId:811, name:"Creates EvTimer stopped watcher object", file: "evtimer.createstopped"},
{id:2300, pId:811, name:"Configures the watcher", file: "evtimer.set"},
{id:812, pId:194, name:"The EvWatcher classs9c9-0.06%", file: "class.evwatcher"},
{id:2301, pId:812, name:"Clear watcher pending status", file: "evwatcher.clear"},
{id:2302, pId:812, name:"Abstract constructor of a watcher object", file: "evwatcher.construct"},
{id:2303, pId:812, name:"Feeds the given revents set into the event loop", file: "evwatcher.feed"},
{id:2304, pId:812, name:"Returns the loop responsible for the watcher", file: "evwatcher.getloop"},
{id:2305, pId:812, name:"Invokes the watcher callback with the given receiv", file: "evwatcher.invoke"},
{id:2306, pId:812, name:"Configures whether to keep the loop from returning", file: "evwatcher.keepalive"},
{id:2307, pId:812, name:"Sets new callback for the watcher", file: "evwatcher.setcallback"},
{id:2308, pId:812, name:"Starts the watcher", file: "evwatcher.start"},
{id:2309, pId:812, name:"Stops the watcher", file: "evwatcher.stop"},
{id:2057, pId:194, name:"范例", file: "ev.examples"},
{id:2060, pId:194, name:"预定义常量", file: "ev.global.constants"},
{id:2065, pId:194, name:"Periodic watcher operation modes", file: "ev.periodic-modes"},
{id:2071, pId:194, name:"安装/配置s4c4-0.03%", file: "ev.setup"},
{id:2054, pId:2071, name:"运行时配置", file: "ev.configuration"},
{id:2061, pId:2071, name:"安装", file: "ev.installation"},
{id:2067, pId:2071, name:"需求", file: "ev.requirements"},
{id:2068, pId:2071, name:"资源类型", file: "ev.resources"},
{id:2078, pId:194, name:"Watcher callbacks", file: "ev.watcher-callbacks"},
{id:2079, pId:194, name:"Watchers", file: "ev.watchers"},
{id:9112, pId:194, name:"简介", file: "intro.ev"},
{id:196, pId:12182, name:"系统程序执行s4c19-0.13%", file: "book.exec"},
{id:2327, pId:196, name:"预定义常量", file: "exec.constants"},
{id:2331, pId:196, name:"安装/配置s4c4-0.03%", file: "exec.setup"},
{id:2326, pId:2331, name:"运行时配置", file: "exec.configuration"},
{id:2328, pId:2331, name:"安装", file: "exec.installation"},
{id:2329, pId:2331, name:"需求", file: "exec.requirements"},
{id:2330, pId:2331, name:"资源类型", file: "exec.resources"},
{id:9114, pId:196, name:"简介", file: "intro.exec"},
{id:11776, pId:196, name:"程序执行函数s11c11-0.07%", file: "ref.exec"},
{id:3303, pId:11776, name:"把字符串转码为可以在 shell 命令里使用的参数", file: "function.escapeshellarg"},
{id:3304, pId:11776, name:"shell 元字符转义", file: "function.escapeshellcmd"},
{id:3336, pId:11776, name:"执行一个外部程序", file: "function.exec"},
{id:5604, pId:11776, name:"执行外部程序并且显示原始输出", file: "function.passthru"},
{id:5980, pId:11776, name:"关闭由 proc_open 打开的进程并且返回进程退出码", file: "function.proc-close"},
{id:5981, pId:11776, name:"获取由 proc_open 函数打开的进程的信息", file: "function.proc-get-status"},
{id:5982, pId:11776, name:"修改当前进程的优先级", file: "function.proc-nice"},
{id:5983, pId:11776, name:"执行一个命令,并且打开用来输入/输出的文件指针。", file: "function.proc-open"},
{id:5984, pId:11776, name:"杀除由 proc_open 打开的进程", file: "function.proc-terminate"},
{id:6293, pId:11776, name:"通过 shell 环境执行命令,并且将完整的输出以字符串的方式返回。", file: "function.shell-exec"},
{id:6851, pId:11776, name:"执行外部程序,并且显示输出", file: "function.system"},
{id:198, pId:12182, name:"Expects5c12-0.08%", file: "book.expect"},
{id:2339, pId:198, name:"预定义常量", file: "expect.constants"},
{id:2341, pId:198, name:"范例s1c1-0.01%", file: "expect.examples"},
{id:2340, pId:2341, name:"Expect Usage Examples", file: "expect.examples-usage"},
{id:2345, pId:198, name:"安装/配置s4c4-0.03%", file: "expect.setup"},
{id:2338, pId:2345, name:"运行时配置", file: "expect.configuration"},
{id:2342, pId:2345, name:"安装", file: "expect.installation"},
{id:2343, pId:2345, name:"需求", file: "expect.requirements"},
{id:2344, pId:2345, name:"资源类型", file: "expect.resources"},
{id:9116, pId:198, name:"简介", file: "intro.expect"},
{id:11778, pId:198, name:"Expect 函数s2c2-0.01%", file: "ref.expect"},
{id:3343, pId:11778, name:"Waits until the output from a process matches one ", file: "function.expect-expectl"},
{id:3344, pId:11778, name:"Execute command via Bourne shell, and open the PTY", file: "function.expect-popen"},
{id:245, pId:12182, name:"Libevents5c39-0.26%", file: "book.libevent"},
{id:9163, pId:245, name:"简介", file: "intro.libevent"},
{id:9497, pId:245, name:"预定义常量", file: "libevent.constants"},
{id:9498, pId:245, name:"范例", file: "libevent.examples"},
{id:9502, pId:245, name:"安装/配置s4c4-0.03%", file: "libevent.setup"},
{id:9496, pId:9502, name:"运行时配置", file: "libevent.configuration"},
{id:9499, pId:9502, name:"安装", file: "libevent.installation"},
{id:9500, pId:9502, name:"需求", file: "libevent.requirements"},
{id:9501, pId:9502, name:"资源类型", file: "libevent.resources"},
{id:11817, pId:245, name:"Libevent 函数s30c30-0.2%", file: "ref.libevent"},
{id:3306, pId:11817, name:"Add an event to the set of monitored events", file: "function.event-add"},
{id:3307, pId:11817, name:"Destroy event base", file: "function.event-base-free"},
{id:3308, pId:11817, name:"Handle events", file: "function.event-base-loop"},
{id:3309, pId:11817, name:"Abort event loop", file: "function.event-base-loopbreak"},
{id:3310, pId:11817, name:"Exit loop after a time", file: "function.event-base-loopexit"},
{id:3311, pId:11817, name:"Create and initialize new event base", file: "function.event-base-new"},
{id:3312, pId:11817, name:"Set the number of event priority levels", file: "function.event-base-priority-init"},
{id:3313, pId:11817, name:"Reinitialize the event base after a fork", file: "function.event-base-reinit"},
{id:3314, pId:11817, name:"Associate event base with an event", file: "function.event-base-set"},
{id:3315, pId:11817, name:"Associate buffered event with an event base", file: "function.event-buffer-base-set"},
{id:3316, pId:11817, name:"Disable a buffered event", file: "function.event-buffer-disable"},
{id:3317, pId:11817, name:"Enable a buffered event", file: "function.event-buffer-enable"},
{id:3318, pId:11817, name:"Change a buffered event file descriptor", file: "function.event-buffer-fd-set"},
{id:3319, pId:11817, name:"Destroy buffered event", file: "function.event-buffer-free"},
{id:3320, pId:11817, name:"Create new buffered event", file: "function.event-buffer-new"},
{id:3321, pId:11817, name:"Assign a priority to a buffered event", file: "function.event-buffer-priority-set"},
{id:3322, pId:11817, name:"Read data from a buffered event", file: "function.event-buffer-read"},
{id:3323, pId:11817, name:"Set or reset callbacks for a buffered event", file: "function.event-buffer-set-callback"},
{id:3324, pId:11817, name:"Set read and write timeouts for a buffered event", file: "function.event-buffer-timeout-set"},
{id:3325, pId:11817, name:"Set the watermarks for read and write events", file: "function.event-buffer-watermark-set"},
{id:3326, pId:11817, name:"Write data to a buffered event", file: "function.event-buffer-write"},
{id:3327, pId:11817, name:"Remove an event from the set of monitored events", file: "function.event-del"},
{id:3328, pId:11817, name:"Free event resource", file: "function.event-free"},
{id:3329, pId:11817, name:"Create new event", file: "function.event-new"},
{id:3330, pId:11817, name:"Assign a priority to an event", file: "function.event-priority-set"},
{id:3331, pId:11817, name:"Prepare an event", file: "function.event-set"},
{id:3332, pId:11817, name:"别名 event_add", file: "function.event-timer-add"},
{id:3333, pId:11817, name:"别名 event_del", file: "function.event-timer-del"},
{id:3334, pId:11817, name:"别名 event_new", file: "function.event-timer-new"},
{id:3335, pId:11817, name:"Prepare a timer event", file: "function.event-timer-set"},
{id:294, pId:12182, name:"parallels12c44-0.29%", file: "book.parallel"},
{id:1039, pId:294, name:"The parallel\Channel classs6c6-0.04%", file: "class.parallel-channel"},
{id:11130, pId:1039, name:"Closing", file: "parallel-channel.close"},
{id:11131, pId:1039, name:"Channel Construction", file: "parallel-channel.construct"},
{id:11132, pId:1039, name:"Access", file: "parallel-channel.make"},
{id:11133, pId:1039, name:"Access", file: "parallel-channel.open"},
{id:11134, pId:1039, name:"Sharing", file: "parallel-channel.recv"},
{id:11135, pId:1039, name:"Sharing", file: "parallel-channel.send"},
{id:1040, pId:294, name:"The parallel\Events\Event\Type class", file: "class.parallel-events-event-type"},
{id:1041, pId:294, name:"The parallel\Events\Event class", file: "class.parallel-events-event"},
{id:1042, pId:294, name:"The parallel\Events\Input classs3c3-0.02%", file: "class.parallel-events-input"},
{id:11136, pId:1042, name:"Inputs", file: "parallel-events-input.add"},
{id:11137, pId:1042, name:"Inputs", file: "parallel-events-input.clear"},
{id:11138, pId:1042, name:"Inputs", file: "parallel-events-input.remove"},
{id:1043, pId:294, name:"The parallel\Events classs7c7-0.05%", file: "class.parallel-events"},
{id:11139, pId:1043, name:"Targets", file: "parallel-events.addchannel"},
{id:11140, pId:1043, name:"Targets", file: "parallel-events.addfuture"},
{id:11141, pId:1043, name:"Polling", file: "parallel-events.poll"},
{id:11142, pId:1043, name:"Targets", file: "parallel-events.remove"},
{id:11143, pId:1043, name:"Behaviour", file: "parallel-events.setblocking"},
{id:11144, pId:1043, name:"Input", file: "parallel-events.setinput"},
{id:11145, pId:1043, name:"Behaviour", file: "parallel-events.settimeout"},
{id:1044, pId:294, name:"The parallel\Future classs4c4-0.03%", file: "class.parallel-future"},
{id:11146, pId:1044, name:"Cancellation", file: "parallel-future.cancel"},
{id:11147, pId:1044, name:"State Detection", file: "parallel-future.cancelled"},
{id:11148, pId:1044, name:"State Detection", file: "parallel-future.done"},
{id:11149, pId:1044, name:"Resolution", file: "parallel-future.value"},
{id:1045, pId:294, name:"The parallel\Runtime classs4c4-0.03%", file: "class.parallel-runtime"},
{id:11150, pId:1045, name:"Runtime Graceful Join", file: "parallel-runtime.close"},
{id:11151, pId:1045, name:"Runtime Construction", file: "parallel-runtime.construct"},
{id:11152, pId:1045, name:"Runtime Join", file: "parallel-runtime.kill"},
{id:11153, pId:1045, name:"Execution", file: "parallel-runtime.run"},
{id:1046, pId:294, name:"The parallel\Sync classs6c6-0.04%", file: "class.parallel-sync"},
{id:11154, pId:1046, name:"Construction", file: "parallel-sync.construct"},
{id:11155, pId:1046, name:"Access", file: "parallel-sync.get"},
{id:11156, pId:1046, name:"Synchronization", file: "parallel-sync.invoke"},
{id:11157, pId:1046, name:"Synchronization", file: "parallel-sync.notify"},
{id:11158, pId:1046, name:"Access", file: "parallel-sync.set"},
{id:11159, pId:1046, name:"Synchronization", file: "parallel-sync.wait"},
{id:7377, pId:294, name:"Functional APIs2c2-0.01%", file: "functional.parallel"},
{id:11160, pId:7377, name:"Bootstrapping", file: "parallel.bootstrap"},
{id:11161, pId:7377, name:"Execution", file: "parallel.run"},
{id:9210, pId:294, name:"简介", file: "intro.parallel"},
{id:11162, pId:294, name:"Installation", file: "parallel.setup"},
{id:11487, pId:294, name:"Philosophy", file: "philosophy.parallel"},
{id:298, pId:12182, name:"进程控制s5c33-0.22%", file: "book.pcntl"},
{id:9214, pId:298, name:"简介", file: "intro.pcntl"},
{id:11249, pId:298, name:"预定义常量", file: "pcntl.constants"},
{id:11251, pId:298, name:"范例s1c1-0.01%", file: "pcntl.examples"},
{id:11250, pId:11251, name:"", file: "pcntl.example"},
{id:11255, pId:298, name:"安装/配置s4c4-0.03%", file: "pcntl.setup"},
{id:11248, pId:11255, name:"运行时配置", file: "pcntl.configuration"},
{id:11252, pId:11255, name:"安装", file: "pcntl.installation"},
{id:11253, pId:11255, name:"需求", file: "pcntl.requirements"},
{id:11254, pId:11255, name:"资源类型", file: "pcntl.resources"},
{id:11860, pId:298, name:"PCNTL 函数s23c23-0.15%", file: "ref.pcntl"},
{id:5611, pId:11860, name:"为进程设置一个alarm闹钟信号", file: "function.pcntl-alarm"},
{id:5612, pId:11860, name:"Enable/disable asynchronous signal handling or ret", file: "function.pcntl-async-signals"},
{id:5613, pId:11860, name:"别名 pcntl_get_last_error", file: "function.pcntl-errno"},
{id:5614, pId:11860, name:"在当前进程空间执行指定程序", file: "function.pcntl-exec"},
{id:5615, pId:11860, name:"在当前进程当前位置产生分支(子进程)。译注:fork是创建了一个子进程,父进程和子进程 都从fo", file: "function.pcntl-fork"},
{id:5616, pId:11860, name:"Retrieve the error number set by the last pcntl fu", file: "function.pcntl-get-last-error"},
{id:5617, pId:11860, name:"获取任意进程的优先级", file: "function.pcntl-getpriority"},
{id:5618, pId:11860, name:"修改任意进程的优先级", file: "function.pcntl-setpriority"},
{id:5619, pId:11860, name:"调用等待信号的处理器", file: "function.pcntl-signal-dispatch"},
{id:5620, pId:11860, name:"Get the current handler for specified signal", file: "function.pcntl-signal-get-handler"},
{id:5621, pId:11860, name:"安装一个信号处理器", file: "function.pcntl-signal"},
{id:5622, pId:11860, name:"设置或检索阻塞信号", file: "function.pcntl-sigprocmask"},
{id:5623, pId:11860, name:"带超时机制的信号等待", file: "function.pcntl-sigtimedwait"},
{id:5624, pId:11860, name:"等待信号", file: "function.pcntl-sigwaitinfo"},
{id:5625, pId:11860, name:"Retrieve the system error message associated with ", file: "function.pcntl-strerror"},
{id:5626, pId:11860, name:"等待或返回fork的子进程状态", file: "function.pcntl-wait"},
{id:5627, pId:11860, name:"等待或返回fork的子进程状态", file: "function.pcntl-waitpid"},
{id:5628, pId:11860, name:"返回一个中断的子进程的返回代码", file: "function.pcntl-wexitstatus"},
{id:5629, pId:11860, name:"检查状态代码是否代表一个正常的退出。", file: "function.pcntl-wifexited"},
{id:5630, pId:11860, name:"检查子进程状态码是否代表由于某个信号而中断", file: "function.pcntl-wifsignaled"},
{id:5631, pId:11860, name:"检查子进程当前是否已经停止", file: "function.pcntl-wifstopped"},
{id:5632, pId:11860, name:"返回导致子进程停止的信号", file: "function.pcntl-wstopsig"},
{id:5633, pId:11860, name:"返回导致子进程中断的信号", file: "function.pcntl-wtermsig"},
{id:306, pId:12182, name:"phts9c49-0.33%", file: "book.pht"},
{id:1066, pId:306, name:"The AtomicInteger classs7c7-0.05%", file: "class.pht-atomicinteger"},
{id:11494, pId:1066, name:"AtomicInteger creation", file: "pht-atomicinteger.construct"},
{id:11495, pId:1066, name:"Decrements the atomic integer's value by one", file: "pht-atomicinteger.dec"},
{id:11496, pId:1066, name:"Gets the atomic integer's value", file: "pht-atomicinteger.get"},
{id:11497, pId:1066, name:"Increments the atomic integer's value by one", file: "pht-atomicinteger.inc"},
{id:11498, pId:1066, name:"Acquires the atomic integer's mutex lock", file: "pht-atomicinteger.lock"},
{id:11499, pId:1066, name:"Sets the atomic integer's value", file: "pht-atomicinteger.set"},
{id:11500, pId:1066, name:"Releases the atomic integer's mutex lock", file: "pht-atomicinteger.unlock"},
{id:1067, pId:306, name:"The HashTable classs3c3-0.02%", file: "class.pht-hashtable"},
{id:11501, pId:1067, name:"Acquires the hash table's mutex lock", file: "pht-hashtable.lock"},
{id:11502, pId:1067, name:"Gets the size of the hash table", file: "pht-hashtable.size"},
{id:11503, pId:1067, name:"Releases the hash table's mutex lock", file: "pht-hashtable.unlock"},
{id:1068, pId:306, name:"The Queue classs6c6-0.04%", file: "class.pht-queue"},
{id:11504, pId:1068, name:"Returns the first value from a queue", file: "pht-queue.front"},
{id:11505, pId:1068, name:"Acquires the queue's mutex lock", file: "pht-queue.lock"},
{id:11506, pId:1068, name:"Pops a value off of the front of a queue", file: "pht-queue.pop"},
{id:11507, pId:1068, name:"Pushes a value to the end of a queue", file: "pht-queue.push"},
{id:11508, pId:1068, name:"Gets the size of the queue", file: "pht-queue.size"},
{id:11509, pId:1068, name:"Releases the queue's mutex lock", file: "pht-queue.unlock"},
{id:1069, pId:306, name:"The Runnable interfaces1c1-0.01%", file: "class.pht-runnable"},
{id:11510, pId:1069, name:"The entry point of a threaded class", file: "pht-runnable.run"},
{id:1070, pId:306, name:"The Thread classs6c6-0.04%", file: "class.pht-thread"},
{id:11511, pId:1070, name:"Class threading", file: "pht-thread.addClassTask"},
{id:11512, pId:1070, name:"File threading", file: "pht-thread.addFileTask"},
{id:11513, pId:1070, name:"Function threading", file: "pht-thread.addFunctionTask"},
{id:11514, pId:1070, name:"Joins a thread", file: "pht-thread.join"},
{id:11515, pId:1070, name:"Starts the new thread", file: "pht-thread.start"},
{id:11516, pId:1070, name:"Gets a thread's task count", file: "pht-thread.taskCount"},
{id:1071, pId:306, name:"The Threaded interfaces2c2-0.01%", file: "class.pht-threaded"},
{id:11517, pId:1071, name:"Acquires the mutex lock", file: "pht-threaded.lock"},
{id:11518, pId:1071, name:"Releases the mutex lock", file: "pht-threaded.unlock"},
{id:1072, pId:306, name:"The Vector classs12c12-0.08%", file: "class.pht-vector"},
{id:11519, pId:1072, name:"Vector creation", file: "pht-vector.construct"},
{id:11520, pId:1072, name:"Deletes a value in the vector", file: "pht-vector.deleteAt"},
{id:11521, pId:1072, name:"Inserts a value into the vector", file: "pht-vector.insertAt"},
{id:11522, pId:1072, name:"Acquires the vector's mutex lock", file: "pht-vector.lock"},
{id:11523, pId:1072, name:"Pops a value to the vector", file: "pht-vector.pop"},
{id:11524, pId:1072, name:"Pushes a value to the vector", file: "pht-vector.push"},
{id:11525, pId:1072, name:"Resizes a vector", file: "pht-vector.resize"},
{id:11526, pId:1072, name:"Shifts a value from the vector", file: "pht-vector.shift"},
{id:11527, pId:1072, name:"Gets the size of the vector", file: "pht-vector.size"},
{id:11528, pId:1072, name:"Releases the vector's mutex lock", file: "pht-vector.unlock"},
{id:11529, pId:1072, name:"Unshifts a value to the vector front", file: "pht-vector.unshift"},
{id:11530, pId:1072, name:"Updates a value in the vector", file: "pht-vector.updateAt"},
{id:9222, pId:306, name:"简介", file: "intro.pht"},
{id:11534, pId:306, name:"安装/配置s3c3-0.02%", file: "pht.setup"},
{id:11531, pId:11534, name:"运行时配置", file: "pht.configuration"},
{id:11532, pId:11534, name:"安装", file: "pht.installation"},
{id:11533, pId:11534, name:"需求", file: "pht.requirements"},
{id:307, pId:12182, name:"POSIXs4c48-0.32%", file: "book.posix"},
{id:9223, pId:307, name:"简介", file: "intro.posix"},
{id:11543, pId:307, name:"预定义常量s3c3-0.02%", file: "posix.constants"},
{id:11542, pId:11543, name:"posix_access constants", file: "posix.constants.access"},
{id:11544, pId:11543, name:"posix_mknod constants", file: "posix.constants.mknod"},
{id:11545, pId:11543, name:"posix_setrlimit constants", file: "posix.constants.setrlimit"},
{id:11549, pId:307, name:"安装/配置s4c4-0.03%", file: "posix.setup"},
{id:11541, pId:11549, name:"运行时配置", file: "posix.configuration"},
{id:11546, pId:11549, name:"安装", file: "posix.installation"},
{id:11547, pId:11549, name:"需求", file: "posix.requirements"},
{id:11548, pId:11549, name:"资源类型", file: "posix.resources"},
{id:11890, pId:307, name:"POSIX 函数s37c37-0.25%", file: "ref.posix"},
{id:5928, pId:11890, name:"Determine accessibility of a file", file: "function.posix-access"},
{id:5929, pId:11890, name:"Get path name of controlling terminal", file: "function.posix-ctermid"},
{id:5930, pId:11890, name:"别名 posix_get_last_error", file: "function.posix-errno"},
{id:5931, pId:11890, name:"Retrieve the error number set by the last posix fu", file: "function.posix-get-last-error"},
{id:5932, pId:11890, name:"Pathname of current directory", file: "function.posix-getcwd"},
{id:5933, pId:11890, name:"Return the effective group ID of the current proce", file: "function.posix-getegid"},
{id:5934, pId:11890, name:"Return the effective user ID of the current proces", file: "function.posix-geteuid"},
{id:5935, pId:11890, name:"Return the real group ID of the current process", file: "function.posix-getgid"},
{id:5936, pId:11890, name:"Return info about a group by group id", file: "function.posix-getgrgid"},
{id:5937, pId:11890, name:"Return info about a group by name", file: "function.posix-getgrnam"},
{id:5938, pId:11890, name:"Return the group set of the current process", file: "function.posix-getgroups"},
{id:5939, pId:11890, name:"Return login name", file: "function.posix-getlogin"},
{id:5940, pId:11890, name:"Get process group id for job control", file: "function.posix-getpgid"},
{id:5941, pId:11890, name:"Return the current process group identifier", file: "function.posix-getpgrp"},
{id:5942, pId:11890, name:"返回当前进程 id", file: "function.posix-getpid"},
{id:5943, pId:11890, name:"Return the parent process identifier", file: "function.posix-getppid"},
{id:5944, pId:11890, name:"Return info about a user by username", file: "function.posix-getpwnam"},
{id:5945, pId:11890, name:"Return info about a user by user id", file: "function.posix-getpwuid"},
{id:5946, pId:11890, name:"Return info about system resource limits", file: "function.posix-getrlimit"},
{id:5947, pId:11890, name:"Get the current sid of the process", file: "function.posix-getsid"},
{id:5948, pId:11890, name:"Return the real user ID of the current process", file: "function.posix-getuid"},
{id:5949, pId:11890, name:"Calculate the group access list", file: "function.posix-initgroups"},
{id:5950, pId:11890, name:"Determine if a file descriptor is an interactive t", file: "function.posix-isatty"},
{id:5951, pId:11890, name:"Send a signal to a process", file: "function.posix-kill"},
{id:5952, pId:11890, name:"Create a fifo special file (a named pipe)", file: "function.posix-mkfifo"},
{id:5953, pId:11890, name:"Create a special or ordinary file (POSIX.1)", file: "function.posix-mknod"},
{id:5954, pId:11890, name:"Set the effective GID of the current process", file: "function.posix-setegid"},
{id:5955, pId:11890, name:"Set the effective UID of the current process", file: "function.posix-seteuid"},
{id:5956, pId:11890, name:"Set the GID of the current process", file: "function.posix-setgid"},
{id:5957, pId:11890, name:"Set process group id for job control", file: "function.posix-setpgid"},
{id:5958, pId:11890, name:"Set system resource limits", file: "function.posix-setrlimit"},
{id:5959, pId:11890, name:"Make the current process a session leader", file: "function.posix-setsid"},
{id:5960, pId:11890, name:"Set the UID of the current process", file: "function.posix-setuid"},
{id:5961, pId:11890, name:"Retrieve the system error message associated with ", file: "function.posix-strerror"},
{id:5962, pId:11890, name:"Get process times", file: "function.posix-times"},
{id:5963, pId:11890, name:"Determine terminal device name", file: "function.posix-ttyname"},
{id:5964, pId:11890, name:"Get system name", file: "function.posix-uname"},
{id:311, pId:12182, name:"pthreadss12c69-0.46%", file: "book.pthreads"},
{id:708, pId:311, name:"The Collectable interfaces2c2-0.01%", file: "class.collectable"},
{id:1400, pId:708, name:"Determine whether an object has been marked as gar", file: "collectable.isgarbage"},
{id:1401, pId:708, name:"Mark an object as garbage", file: "collectable.setgarbage"},
{id:742, pId:311, name:"Cond 类s5c5-0.03%", file: "class.cond"},
{id:1471, pId:742, name:"广播条件变量", file: "cond.broadcast"},
{id:1472, pId:742, name:"创建一个条件变量", file: "cond.create"},
{id:1473, pId:742, name:"销毁条件变量", file: "cond.destroy"},
{id:1474, pId:742, name:"发送唤醒信号", file: "cond.signal"},
{id:1475, pId:742, name:"等待", file: "cond.wait"},
{id:986, pId:311, name:"Mutex 类s5c5-0.03%", file: "class.mutex"},
{id:10410, pId:986, name:"创建一个互斥量", file: "mutex.create"},
{id:10411, pId:986, name:"销毁互斥量", file: "mutex.destroy"},
{id:10412, pId:986, name:"给互斥量加锁", file: "mutex.lock"},
{id:10413, pId:986, name:"尝试给互斥量加锁", file: "mutex.trylock"},
{id:10414, pId:986, name:"释放互斥量上的锁", file: "mutex.unlock"},
{id:1073, pId:311, name:"Pool 类s6c6-0.04%", file: "class.pool"},
{id:11535, pId:1073, name:"回收已完成任务的引用", file: "pool.collect"},
{id:11536, pId:1073, name:"创建新的 Worker 对象池", file: "pool.construct"},
{id:11537, pId:1073, name:"改变 Pool 对象的可容纳 Worker 对象的数量", file: "pool.resize"},
{id:11538, pId:1073, name:"停止所有的 Worker 对象", file: "pool.shutdown"},
{id:11539, pId:1073, name:"提交对象以执行", file: "pool.submit"},
{id:11540, pId:1073, name:"提交一个任务到特定的 Worker 以执行", file: "pool.submitTo"},
{id:1228, pId:311, name:"Thread 类s11c11-0.07%", file: "class.thread"},
{id:13908, pId:1228, name:"执行", file: "thread.detach"},
{id:13909, pId:1228, name:"识别", file: "thread.getcreatorid"},
{id:13910, pId:1228, name:"识别", file: "thread.getcurrentthread"},
{id:13911, pId:1228, name:"识别", file: "thread.getcurrentthreadid"},
{id:13912, pId:1228, name:"识别", file: "thread.getthreadid"},
{id:13913, pId:1228, name:"执行", file: "thread.globally"},
{id:13914, pId:1228, name:"状态监测", file: "thread.isjoined"},
{id:13916, pId:1228, name:"状态检测", file: "thread.isstarted"},
{id:13917, pId:1228, name:"同步", file: "thread.join"},
{id:13918, pId:1228, name:"执行", file: "thread.kill"},
{id:13919, pId:1228, name:"执行", file: "thread.start"},
{id:1229, pId:311, name:"Threaded 类s18c18-0.12%", file: "class.threaded"},
{id:13915, pId:1229, name:"状态检测", file: "thread.isrunning"},
{id:13920, pId:1229, name:"操作", file: "threaded.chunk"},
{id:13921, pId:1229, name:"操作", file: "threaded.count"},
{id:13922, pId:1229, name:"Runtime Manipulation", file: "threaded.extend"},
{id:13923, pId:1229, name:"Creation", file: "threaded.from"},
{id:13924, pId:1229, name:"错误检测", file: "threaded.getterminationinfo"},
{id:13925, pId:1229, name:"状态检测", file: "threaded.isterminated"},
{id:13926, pId:1229, name:"状态检测", file: "threaded.iswaiting"},
{id:13927, pId:1229, name:"同步控制", file: "threaded.lock"},
{id:13928, pId:1229, name:"操作", file: "threaded.merge"},
{id:13929, pId:1229, name:"同步控制", file: "threaded.notify"},
{id:13930, pId:1229, name:"Synchronization", file: "threaded.notifyone"},
{id:13931, pId:1229, name:"操作", file: "threaded.pop"},
{id:13932, pId:1229, name:"执行", file: "threaded.run"},
{id:13933, pId:1229, name:"Manipulation", file: "threaded.shift"},
{id:13934, pId:1229, name:"同步控制", file: "threaded.synchronized"},
{id:13935, pId:1229, name:"同步控制", file: "threaded.unlock"},
{id:13936, pId:1229, name:"Synchronization", file: "threaded.wait"},
{id:1295, pId:311, name:"The Volatile class", file: "class.volatile"},
{id:1303, pId:311, name:"Worker 类s7c7-0.05%", file: "class.worker"},
{id:14481, pId:1303, name:"Collect references to completed tasks", file: "worker.collect"},
{id:14482, pId:1303, name:"获取剩余的栈大小", file: "worker.getstacked"},
{id:14483, pId:1303, name:"状态检测", file: "worker.isshutdown"},
{id:14484, pId:1303, name:"状态检测", file: "worker.isworking"},
{id:14485, pId:1303, name:"关闭 Worker", file: "worker.shutdown"},
{id:14486, pId:1303, name:"将要执行的任务入栈", file: "worker.stack"},
{id:14487, pId:1303, name:"将要执行的任务出栈", file: "worker.unstack"},
{id:9227, pId:311, name:"简介", file: "intro.pthreads"},
{id:11570, pId:311, name:"预定义常量", file: "pthreads.constants"},
{id:11572, pId:311, name:"方法修饰符", file: "pthreads.modifiers"},
{id:11574, pId:311, name:"安装/配置s3c3-0.02%", file: "pthreads.setup"},
{id:11569, pId:11574, name:"运行时配置", file: "pthreads.configuration"},
{id:11571, pId:11574, name:"安装", file: "pthreads.installation"},
{id:11573, pId:11574, name:"需求", file: "pthreads.requirements"},
{id:330, pId:12182, name:"Semaphore, Shared Memory and IPCs4c27-0.18%", file: "book.sem"},
{id:9246, pId:330, name:"简介", file: "intro.sem"},
{id:11909, pId:330, name:"Semaphore 函数s19c19-0.13%", file: "ref.sem"},
{id:3705, pId:11909, name:"Convert a pathname and a project identifier to a S", file: "function.ftok"},
{id:4872, pId:11909, name:"Create or attach to a message queue", file: "function.msg-get-queue"},
{id:4873, pId:11909, name:"Check whether a message queue exists", file: "function.msg-queue-exists"},
{id:4874, pId:11909, name:"Receive a message from a message queue", file: "function.msg-receive"},
{id:4875, pId:11909, name:"Destroy a message queue", file: "function.msg-remove-queue"},
{id:4876, pId:11909, name:"Send a message to a message queue", file: "function.msg-send"},
{id:4877, pId:11909, name:"Set information in the message queue data structur", file: "function.msg-set-queue"},
{id:4878, pId:11909, name:"Returns information from the message queue data st", file: "function.msg-stat-queue"},
{id:6241, pId:11909, name:"Acquire a semaphore", file: "function.sem-acquire"},
{id:6242, pId:11909, name:"Get a semaphore id", file: "function.sem-get"},
{id:6243, pId:11909, name:"Release a semaphore", file: "function.sem-release"},
{id:6244, pId:11909, name:"Remove a semaphore", file: "function.sem-remove"},
{id:6294, pId:11909, name:"Creates or open a shared memory segment", file: "function.shm-attach"},
{id:6295, pId:11909, name:"Disconnects from shared memory segment", file: "function.shm-detach"},
{id:6296, pId:11909, name:"Returns a variable from shared memory", file: "function.shm-get-var"},
{id:6297, pId:11909, name:"Check whether a specific entry exists", file: "function.shm-has-var"},
{id:6298, pId:11909, name:"Inserts or updates a variable in shared memory", file: "function.shm-put-var"},
{id:6299, pId:11909, name:"Removes a variable from shared memory", file: "function.shm-remove-var"},
{id:6300, pId:11909, name:"Removes shared memory from Unix systems", file: "function.shm-remove"},
{id:12525, pId:330, name:"预定义常量", file: "sem.constants"},
{id:12529, pId:330, name:"安装/配置s4c4-0.03%", file: "sem.setup"},
{id:12524, pId:12529, name:"运行时配置", file: "sem.configuration"},
{id:12526, pId:12529, name:"安装", file: "sem.installation"},
{id:12527, pId:12529, name:"需求", file: "sem.requirements"},
{id:12528, pId:12529, name:"资源类型", file: "sem.resources"},
{id:333, pId:12182, name:"Shared Memorys5c16-0.11%", file: "book.shmop"},
{id:9249, pId:333, name:"简介", file: "intro.shmop"},
{id:11912, pId:333, name:"Shared Memory 函数s6c6-0.04%", file: "ref.shmop"},
{id:6301, pId:11912, name:"Close shared memory block", file: "function.shmop-close"},
{id:6302, pId:11912, name:"Delete shared memory block", file: "function.shmop-delete"},
{id:6303, pId:11912, name:"Create or open shared memory block", file: "function.shmop-open"},
{id:6304, pId:11912, name:"Read data from shared memory block", file: "function.shmop-read"},
{id:6305, pId:11912, name:"Get size of shared memory block", file: "function.shmop-size"},
{id:6306, pId:11912, name:"Write data into shared memory block", file: "function.shmop-write"},
{id:12568, pId:333, name:"预定义常量", file: "shmop.constants"},
{id:12570, pId:333, name:"范例s1c1-0.01%", file: "shmop.examples"},
{id:12569, pId:12570, name:"Basic usage", file: "shmop.examples-basic"},
{id:12574, pId:333, name:"安装/配置s4c4-0.03%", file: "shmop.setup"},
{id:12567, pId:12574, name:"运行时配置", file: "shmop.configuration"},
{id:12571, pId:12574, name:"安装", file: "shmop.installation"},
{id:12572, pId:12574, name:"需求", file: "shmop.requirements"},
{id:12573, pId:12574, name:"资源类型", file: "shmop.resources"},
{id:357, pId:12182, name:"Syncs8c32-0.21%", file: "book.sync"},
{id:1223, pId:357, name:"The SyncEvent classs4c4-0.03%", file: "class.syncevent"},
{id:13865, pId:1223, name:"Constructs a new SyncEvent object", file: "syncevent.construct"},
{id:13866, pId:1223, name:"Fires/sets the event", file: "syncevent.fire"},
{id:13867, pId:1223, name:"Resets a manual event", file: "syncevent.reset"},
{id:13868, pId:1223, name:"Waits for the event to be fired/set", file: "syncevent.wait"},
{id:1224, pId:357, name:"The SyncMutex classs3c3-0.02%", file: "class.syncmutex"},
{id:13869, pId:1224, name:"Constructs a new SyncMutex object", file: "syncmutex.construct"},
{id:13870, pId:1224, name:"Waits for an exclusive lock", file: "syncmutex.lock"},
{id:13871, pId:1224, name:"Unlocks the mutex", file: "syncmutex.unlock"},
{id:1225, pId:357, name:"The SyncReaderWriter classs5c5-0.03%", file: "class.syncreaderwriter"},
{id:13872, pId:1225, name:"Constructs a new SyncReaderWriter object", file: "syncreaderwriter.construct"},
{id:13873, pId:1225, name:"Waits for a read lock", file: "syncreaderwriter.readlock"},
{id:13874, pId:1225, name:"Releases a read lock", file: "syncreaderwriter.readunlock"},
{id:13875, pId:1225, name:"Waits for an exclusive write lock", file: "syncreaderwriter.writelock"},
{id:13876, pId:1225, name:"Releases a write lock", file: "syncreaderwriter.writeunlock"},
{id:1226, pId:357, name:"The SyncSemaphore classs3c3-0.02%", file: "class.syncsemaphore"},
{id:13877, pId:1226, name:"Constructs a new SyncSemaphore object", file: "syncsemaphore.construct"},
{id:13878, pId:1226, name:"Decreases the count of the semaphore or waits", file: "syncsemaphore.lock"},
{id:13879, pId:1226, name:"Increases the count of the semaphore", file: "syncsemaphore.unlock"},
{id:1227, pId:357, name:"The SyncSharedMemory classs5c5-0.03%", file: "class.syncsharedmemory"},
{id:13880, pId:1227, name:"Constructs a new SyncSharedMemory object", file: "syncsharedmemory.construct"},
{id:13881, pId:1227, name:"Check to see if the object is the first instance s", file: "syncsharedmemory.first"},
{id:13882, pId:1227, name:"Copy data from named shared memory", file: "syncsharedmemory.read"},
{id:13883, pId:1227, name:"Returns the size of the named shared memory", file: "syncsharedmemory.size"},
{id:13884, pId:1227, name:"Copy data to named shared memory", file: "syncsharedmemory.write"},
{id:9273, pId:357, name:"简介", file: "intro.sync"},
{id:13860, pId:357, name:"预定义常量", file: "sync.constants"},
{id:13864, pId:357, name:"安装/配置s4c4-0.03%", file: "sync.setup"},
{id:13859, pId:13864, name:"运行时配置", file: "sync.configuration"},
{id:13861, pId:13864, name:"安装", file: "sync.installation"},
{id:13862, pId:13864, name:"需求", file: "sync.requirements"},
{id:13863, pId:13864, name:"资源类型", file: "sync.resources"},
{id:12183, pId:2527, name:"国际化与字符编码支持s9c539-3.58%", file: "refs.international"},
{id:192, pId:12183, name:"Enchant spelling librarys5c30-0.2%", file: "book.enchant"},
{id:2038, pId:192, name:"预定义常量", file: "enchant.constants"},
{id:2039, pId:192, name:"范例", file: "enchant.examples"},
{id:2043, pId:192, name:"安装/配置s4c4-0.03%", file: "enchant.setup"},
{id:2037, pId:2043, name:"运行时配置", file: "enchant.configuration"},
{id:2040, pId:2043, name:"安装", file: "enchant.installation"},
{id:2041, pId:2043, name:"需求", file: "enchant.requirements"},
{id:2042, pId:2043, name:"资源类型", file: "enchant.resources"},
{id:9110, pId:192, name:"简介", file: "intro.enchant"},
{id:11774, pId:192, name:"Enchant 函数s21c21-0.14%", file: "ref.enchant"},
{id:3273, pId:11774, name:"Enumerates the Enchant providers", file: "function.enchant-broker-describe"},
{id:3274, pId:11774, name:"Whether a dictionary exists or not. Using non-empt", file: "function.enchant-broker-dict-exists"},
{id:3275, pId:11774, name:"Free a dictionary resource", file: "function.enchant-broker-free-dict"},
{id:3276, pId:11774, name:"Free the broker resource and its dictionnaries", file: "function.enchant-broker-free"},
{id:3277, pId:11774, name:"Get the directory path for a given backend", file: "function.enchant-broker-get-dict-path"},
{id:3278, pId:11774, name:"Returns the last error of the broker", file: "function.enchant-broker-get-error"},
{id:3279, pId:11774, name:"Create a new broker object capable of requesting", file: "function.enchant-broker-init"},
{id:3280, pId:11774, name:"Returns a list of available dictionaries", file: "function.enchant-broker-list-dicts"},
{id:3281, pId:11774, name:"Create a new dictionary using a tag", file: "function.enchant-broker-request-dict"},
{id:3282, pId:11774, name:"Creates a dictionary using a PWL file", file: "function.enchant-broker-request-pwl-dict"},
{id:3283, pId:11774, name:"Set the directory path for a given backend", file: "function.enchant-broker-set-dict-path"},
{id:3284, pId:11774, name:"Declares a preference of dictionaries to use for t", file: "function.enchant-broker-set-ordering"},
{id:3285, pId:11774, name:"Add a word to personal word list", file: "function.enchant-dict-add-to-personal"},
{id:3286, pId:11774, name:"Add 'word' to this spell-checking session", file: "function.enchant-dict-add-to-session"},
{id:3287, pId:11774, name:"Check whether a word is correctly spelled or not", file: "function.enchant-dict-check"},
{id:3288, pId:11774, name:"Describes an individual dictionary", file: "function.enchant-dict-describe"},
{id:3289, pId:11774, name:"Returns the last error of the current spelling-ses", file: "function.enchant-dict-get-error"},
{id:3290, pId:11774, name:"Whether or not 'word' exists in this spelling-sess", file: "function.enchant-dict-is-in-session"},
{id:3291, pId:11774, name:"Check the word is correctly spelled and provide su", file: "function.enchant-dict-quick-check"},
{id:3292, pId:11774, name:"Add a correction for a word", file: "function.enchant-dict-store-replacement"},
{id:3293, pId:11774, name:"Will return a list of values if any of those pre-c", file: "function.enchant-dict-suggest"},
{id:209, pId:12183, name:"FriBiDis4c9-0.06%", file: "book.fribidi"},
{id:2508, pId:209, name:"预定义常量", file: "fribidi.constants"},
{id:2512, pId:209, name:"安装/配置s4c4-0.03%", file: "fribidi.setup"},
{id:2507, pId:2512, name:"运行时配置", file: "fribidi.configuration"},
{id:2509, pId:2512, name:"安装", file: "fribidi.installation"},
{id:2510, pId:2512, name:"需求", file: "fribidi.requirements"},
{id:2511, pId:2512, name:"资源类型", file: "fribidi.resources"},
{id:9127, pId:209, name:"简介", file: "intro.fribidi"},
{id:11788, pId:209, name:"FriBiDi 函数s1c1-0.01%", file: "ref.fribidi"},
{id:3699, pId:11788, name:"Convert a logical string to a visual one", file: "function.fribidi-log2vis"},
{id:213, pId:12183, name:"Determine gender of firstnamess4c12-0.08%", file: "book.gender"},
{id:828, pId:213, name:"The Gender\Gender classs6c6-0.04%", file: "class.gender"},
{id:7498, pId:828, name:"Connect to an external name dictionary", file: "gender-gender.connect"},
{id:7499, pId:828, name:"Construct the Gender object", file: "gender-gender.construct"},
{id:7500, pId:828, name:"Get textual country representation", file: "gender-gender.country"},
{id:7501, pId:828, name:"Get gender of a name", file: "gender-gender.get"},
{id:7502, pId:828, name:"Check if the name0 is an alias of the name1", file: "gender-gender.isnick"},
{id:7503, pId:828, name:"Get similar names", file: "gender-gender.similarnames"},
{id:7505, pId:213, name:"范例s1c1-0.01%", file: "gender.examples"},
{id:7504, pId:7505, name:"Usage example.", file: "gender.example.admin"},
{id:7507, pId:213, name:"安装/配置s1c1-0.01%", file: "gender.setup"},
{id:7506, pId:7507, name:"安装", file: "gender.installation"},
{id:9131, pId:213, name:"简介", file: "intro.gender"},
{id:215, pId:12183, name:"Gettexts4c17-0.11%", file: "book.gettext"},
{id:7523, pId:215, name:"预定义常量", file: "gettext.constants"},
{id:7527, pId:215, name:"安装/配置s4c4-0.03%", file: "gettext.setup"},
{id:7522, pId:7527, name:"运行时配置", file: "gettext.configuration"},
{id:7524, pId:7527, name:"安装", file: "gettext.installation"},
{id:7525, pId:7527, name:"需求", file: "gettext.requirements"},
{id:7526, pId:7527, name:"资源类型", file: "gettext.resources"},
{id:9133, pId:215, name:"简介", file: "intro.gettext"},
{id:11792, pId:215, name:"Gettext 函数s9c9-0.06%", file: "ref.gettext"},
{id:2686, pId:11792, name:"Specify the character encoding in which the messag", file: "function.bind-textdomain-codeset"},
{id:2688, pId:11792, name:"Sets the path for a domain", file: "function.bindtextdomain"},
{id:3171, pId:11792, name:"Overrides the domain for a single lookup", file: "function.dcgettext"},
{id:3172, pId:11792, name:"Plural version of dcgettext", file: "function.dcngettext"},
{id:3186, pId:11792, name:"Override the current domain", file: "function.dgettext"},
{id:3203, pId:11792, name:"Plural version of dgettext", file: "function.dngettext"},
{id:3824, pId:11792, name:"Lookup a message in the current domain", file: "function.gettext"},
{id:5333, pId:11792, name:"Plural version of gettext", file: "function.ngettext"},
{id:6857, pId:11792, name:"Sets the default domain", file: "function.textdomain"},
{id:227, pId:12183, name:"iconvs4c19-0.13%", file: "book.iconv"},
{id:8017, pId:227, name:"预定义常量", file: "iconv.constants"},
{id:8021, pId:227, name:"安装/配置s4c4-0.03%", file: "iconv.setup"},
{id:8016, pId:8021, name:"运行时配置", file: "iconv.configuration"},
{id:8018, pId:8021, name:"安装", file: "iconv.installation"},
{id:8019, pId:8021, name:"需求", file: "iconv.requirements"},
{id:8020, pId:8021, name:"资源类型", file: "iconv.resources"},
{id:9145, pId:227, name:"简介", file: "intro.iconv"},
{id:11800, pId:227, name:"iconv 函数s11c11-0.07%", file: "ref.iconv"},
{id:4060, pId:11800, name:"获取 iconv 扩展的内部配置变量", file: "function.iconv-get-encoding"},
{id:4061, pId:11800, name:"一次性解码多个 MIME 头字段", file: "function.iconv-mime-decode-headers"},
{id:4062, pId:11800, name:"解码一个MIME头字段", file: "function.iconv-mime-decode"},
{id:4063, pId:11800, name:"Composes a MIME header field", file: "function.iconv-mime-encode"},
{id:4064, pId:11800, name:"为字符编码转换设定当前设置", file: "function.iconv-set-encoding"},
{id:4065, pId:11800, name:"返回字符串的字符数统计", file: "function.iconv-strlen"},
{id:4066, pId:11800, name:"Finds position of first occurrence of a needle wit", file: "function.iconv-strpos"},
{id:4067, pId:11800, name:"Finds the last occurrence of a needle within a hay", file: "function.iconv-strrpos"},
{id:4068, pId:11800, name:"截取字符串的部分", file: "function.iconv-substr"},
{id:4069, pId:11800, name:"字符串按要求的字符编码来转换", file: "function.iconv"},
{id:5353, pId:11800, name:"以输出缓冲处理程序转换字符编码", file: "function.ob-iconv-handler"},
{id:238, pId:12183, name:"Internationalization Functionss27c333-2.21%", file: "book.intl"},
{id:707, pId:238, name:"The Collator classs14c14-0.09%", file: "class.collator"},
{id:1386, pId:707, name:"Sort array maintaining index association", file: "collator.asort"},
{id:1387, pId:707, name:"Compare two Unicode strings", file: "collator.compare"},
{id:1388, pId:707, name:"Create a collator", file: "collator.construct"},
{id:1389, pId:707, name:"Create a collator", file: "collator.create"},
{id:1390, pId:707, name:"Get collation attribute value", file: "collator.getattribute"},
{id:1391, pId:707, name:"Get collator's last error code", file: "collator.geterrorcode"},
{id:1392, pId:707, name:"Get text for collator's last error code", file: "collator.geterrormessage"},
{id:1393, pId:707, name:"Get the locale name of the collator", file: "collator.getlocale"},
{id:1394, pId:707, name:"Get sorting key for a string", file: "collator.getsortkey"},
{id:1395, pId:707, name:"Get current collation strength", file: "collator.getstrength"},
{id:1396, pId:707, name:"Set collation attribute", file: "collator.setattribute"},
{id:1397, pId:707, name:"Set collation strength", file: "collator.setstrength"},
{id:1398, pId:707, name:"Sort array using specified collator", file: "collator.sort"},
{id:1399, pId:707, name:"Sort array using specified collator and sort keys", file: "collator.sortwithsortkeys"},
{id:852, pId:238, name:"The IntlBreakIterator classs21c21-0.14%", file: "class.intlbreakiterator"},
{id:8888, pId:852, name:"Private constructor for disallowing instantiation", file: "intlbreakiterator.construct"},
{id:8889, pId:852, name:"Create break iterator for boundaries of combining ", file: "intlbreakiterator.createcharacterinstance"},
{id:8890, pId:852, name:"Create break iterator for boundaries of code point", file: "intlbreakiterator.createcodepointinstance"},
{id:8891, pId:852, name:"Create break iterator for logically possible line ", file: "intlbreakiterator.createlineinstance"},
{id:8892, pId:852, name:"Create break iterator for sentence breaks", file: "intlbreakiterator.createsentenceinstance"},
{id:8893, pId:852, name:"Create break iterator for title-casing breaks", file: "intlbreakiterator.createtitleinstance"},
{id:8894, pId:852, name:"Create break iterator for word breaks", file: "intlbreakiterator.createwordinstance"},
{id:8895, pId:852, name:"Get index of current position", file: "intlbreakiterator.current"},
{id:8896, pId:852, name:"Set position to the first character in the text", file: "intlbreakiterator.first"},
{id:8897, pId:852, name:"Advance the iterator to the first boundary followi", file: "intlbreakiterator.following"},
{id:8898, pId:852, name:"Get last error code on the object", file: "intlbreakiterator.geterrorcode"},
{id:8899, pId:852, name:"Get last error message on the object", file: "intlbreakiterator.geterrormessage"},
{id:8900, pId:852, name:"Get the locale associated with the object", file: "intlbreakiterator.getlocale"},
{id:8901, pId:852, name:"Create iterator for navigating fragments between b", file: "intlbreakiterator.getpartsiterator"},
{id:8902, pId:852, name:"Get the text being scanned", file: "intlbreakiterator.gettext"},
{id:8903, pId:852, name:"Tell whether an offset is a boundaryʼs offset", file: "intlbreakiterator.isboundary"},
{id:8904, pId:852, name:"Set the iterator position to index beyond the last", file: "intlbreakiterator.last"},
{id:8905, pId:852, name:"Advance the iterator the next boundary", file: "intlbreakiterator.next"},
{id:8906, pId:852, name:"Set the iterator position to the first boundary be", file: "intlbreakiterator.preceding"},
{id:8907, pId:852, name:"Set the iterator position to the boundary immediat", file: "intlbreakiterator.previous"},
{id:8908, pId:852, name:"Set the text being scanned", file: "intlbreakiterator.settext"},
{id:853, pId:238, name:"The IntlCalendar classs46c46-0.31%", file: "class.intlcalendar"},
{id:8909, pId:853, name:"Add a (signed) amount of time to a field", file: "intlcalendar.add"},
{id:8910, pId:853, name:"Whether this objectʼs time is after that of the pa", file: "intlcalendar.after"},
{id:8911, pId:853, name:"Whether this objectʼs time is before that of the p", file: "intlcalendar.before"},
{id:8912, pId:853, name:"Clear a field or all fields", file: "intlcalendar.clear"},
{id:8913, pId:853, name:"Private constructor for disallowing instantiation", file: "intlcalendar.construct"},
{id:8914, pId:853, name:"Create a new IntlCalendar", file: "intlcalendar.createinstance"},
{id:8915, pId:853, name:"Compare time of two IntlCalendar objects for equal", file: "intlcalendar.equals"},
{id:8916, pId:853, name:"Calculate difference between given time and this o", file: "intlcalendar.fielddifference"},
{id:8917, pId:853, name:"Create an IntlCalendar from a DateTime object or s", file: "intlcalendar.fromdatetime"},
{id:8918, pId:853, name:"Get the value for a field", file: "intlcalendar.get"},
{id:8919, pId:853, name:"The maximum value for a field, considering the obj", file: "intlcalendar.getactualmaximum"},
{id:8920, pId:853, name:"The minimum value for a field, considering the obj", file: "intlcalendar.getactualminimum"},
{id:8921, pId:853, name:"Get array of locales for which there is data", file: "intlcalendar.getavailablelocales"},
{id:8922, pId:853, name:"Tell whether a day is a weekday, weekend or a day ", file: "intlcalendar.getdayofweektype"},
{id:8923, pId:853, name:"Get last error code on the object", file: "intlcalendar.geterrorcode"},
{id:8924, pId:853, name:"Get last error message on the object", file: "intlcalendar.geterrormessage"},
{id:8925, pId:853, name:"Get the first day of the week for the calendarʼs l", file: "intlcalendar.getfirstdayofweek"},
{id:8926, pId:853, name:"Get the largest local minimum value for a field", file: "intlcalendar.getgreatestminimum"},
{id:8927, pId:853, name:"Get set of locale keyword values", file: "intlcalendar.getkeywordvaluesforlocale"},
{id:8928, pId:853, name:"Get the smallest local maximum for a field", file: "intlcalendar.getleastmaximum"},
{id:8929, pId:853, name:"Get the locale associated with the object", file: "intlcalendar.getlocale"},
{id:8930, pId:853, name:"Get the global maximum value for a field", file: "intlcalendar.getmaximum"},
{id:8931, pId:853, name:"Get minimal number of days the first week in a yea", file: "intlcalendar.getminimaldaysinfirstweek"},
{id:8932, pId:853, name:"Get the global minimum value for a field", file: "intlcalendar.getminimum"},
{id:8933, pId:853, name:"Get number representing the current time", file: "intlcalendar.getnow"},
{id:8934, pId:853, name:"Get behavior for handling repeating wall time", file: "intlcalendar.getrepeatedwalltimeoption"},
{id:8935, pId:853, name:"Get behavior for handling skipped wall time", file: "intlcalendar.getskippedwalltimeoption"},
{id:8936, pId:853, name:"Get time currently represented by the object", file: "intlcalendar.gettime"},
{id:8937, pId:853, name:"Get the objectʼs timezone", file: "intlcalendar.gettimezone"},
{id:8938, pId:853, name:"Get the calendar type", file: "intlcalendar.gettype"},
{id:8939, pId:853, name:"Get time of the day at which weekend begins or end", file: "intlcalendar.getweekendtransition"},
{id:8940, pId:853, name:"Whether the objectʼs time is in Daylight Savings T", file: "intlcalendar.indaylighttime"},
{id:8941, pId:853, name:"Whether another calendar is equal but for a differ", file: "intlcalendar.isequivalentto"},
{id:8942, pId:853, name:"Whether date/time interpretation is in lenient mod", file: "intlcalendar.islenient"},
{id:8943, pId:853, name:"Whether a field is set", file: "intlcalendar.isset"},
{id:8944, pId:853, name:"Whether a certain date/time is in the weekend", file: "intlcalendar.isweekend"},
{id:8945, pId:853, name:"Add value to field without carrying into more sign", file: "intlcalendar.roll"},
{id:8946, pId:853, name:"Set a time field or several common fields at once", file: "intlcalendar.set"},
{id:8947, pId:853, name:"Set the day on which the week is deemed to start", file: "intlcalendar.setfirstdayofweek"},
{id:8948, pId:853, name:"Set whether date/time interpretation is to be leni", file: "intlcalendar.setlenient"},
{id:8949, pId:853, name:"Set minimal number of days the first week in a yea", file: "intlcalendar.setminimaldaysinfirstweek"},
{id:8950, pId:853, name:"Set behavior for handling repeating wall times at ", file: "intlcalendar.setrepeatedwalltimeoption"},
{id:8951, pId:853, name:"Set behavior for handling skipped wall times at po", file: "intlcalendar.setskippedwalltimeoption"},
{id:8952, pId:853, name:"Set the calendar time in milliseconds since the ep", file: "intlcalendar.settime"},
{id:8953, pId:853, name:"Set the timezone used by this calendar", file: "intlcalendar.settimezone"},
{id:8954, pId:853, name:"Convert an IntlCalendar into a DateTime object", file: "intlcalendar.todatetime"},
{id:854, pId:238, name:"IntlChars59c59-0.39%", file: "class.intlchar"},
{id:8955, pId:854, name:"Get the age of the code point", file: "intlchar.charage"},
{id:8956, pId:854, name:"Get the decimal digit value of a decimal digit cha", file: "intlchar.chardigitvalue"},
{id:8957, pId:854, name:"Get bidirectional category value for a code point", file: "intlchar.chardirection"},
{id:8958, pId:854, name:"Find Unicode character by name and return its code", file: "intlchar.charfromname"},
{id:8959, pId:854, name:"Get the mirror-image character for a code point", file: "intlchar.charmirror"},
{id:8960, pId:854, name:"Retrieve the name of a Unicode character", file: "intlchar.charname"},
{id:8961, pId:854, name:"Get the general category value for a code point", file: "intlchar.chartype"},
{id:8962, pId:854, name:"Return Unicode character by code point value", file: "intlchar.chr"},
{id:8963, pId:854, name:"Get the decimal digit value of a code point for a ", file: "intlchar.digit"},
{id:8964, pId:854, name:"Enumerate all assigned Unicode characters within a", file: "intlchar.enumcharnames"},
{id:8965, pId:854, name:"Enumerate all code points with their Unicode gener", file: "intlchar.enumchartypes"},
{id:8966, pId:854, name:"Perform case folding on a code point", file: "intlchar.foldcase"},
{id:8967, pId:854, name:"Get character representation for a given digit and", file: "intlchar.fordigit"},
{id:8968, pId:854, name:"Get the paired bracket character for a code point", file: "intlchar.getbidipairedbracket"},
{id:8969, pId:854, name:"Get the Unicode allocation block containing a code", file: "intlchar.getblockcode"},
{id:8970, pId:854, name:"Get the combining class of a code point", file: "intlchar.getcombiningclass"},
{id:8971, pId:854, name:"Get the FC_NFKC_Closure property for a code point", file: "intlchar.getfc-nfkc-closure"},
{id:8972, pId:854, name:"Get the max value for a Unicode property", file: "intlchar.getintpropertymaxvalue"},
{id:8973, pId:854, name:"Get the min value for a Unicode property", file: "intlchar.getintpropertyminvalue"},
{id:8974, pId:854, name:"Get the value for a Unicode property for a code po", file: "intlchar.getintpropertyvalue"},
{id:8975, pId:854, name:"Get the numeric value for a Unicode code point", file: "intlchar.getnumericvalue"},
{id:8976, pId:854, name:"Get the property constant value for a given proper", file: "intlchar.getpropertyenum"},
{id:8977, pId:854, name:"Get the Unicode name for a property", file: "intlchar.getpropertyname"},
{id:8978, pId:854, name:"Get the property value for a given value name", file: "intlchar.getpropertyvalueenum"},
{id:8979, pId:854, name:"Get the Unicode name for a property value", file: "intlchar.getpropertyvaluename"},
{id:8980, pId:854, name:"Get the Unicode version", file: "intlchar.getunicodeversion"},
{id:8981, pId:854, name:"Check a binary Unicode property for a code point", file: "intlchar.hasbinaryproperty"},
{id:8982, pId:854, name:"Check if code point is an alphanumeric character", file: "intlchar.isalnum"},
{id:8983, pId:854, name:"Check if code point is a letter character", file: "intlchar.isalpha"},
{id:8984, pId:854, name:"Check if code point is a base character", file: "intlchar.isbase"},
{id:8985, pId:854, name:"Check if code point is a blank or horizontal space", file: "intlchar.isblank"},
{id:8986, pId:854, name:"Check if code point is a control character", file: "intlchar.iscntrl"},
{id:8987, pId:854, name:"Check whether the code point is defined", file: "intlchar.isdefined"},
{id:8988, pId:854, name:"Check if code point is a digit character", file: "intlchar.isdigit"},
{id:8989, pId:854, name:"Check if code point is a graphic character", file: "intlchar.isgraph"},
{id:8990, pId:854, name:"Check if code point is an ignorable character", file: "intlchar.isidignorable"},
{id:8991, pId:854, name:"Check if code point is permissible in an identifie", file: "intlchar.isidpart"},
{id:8992, pId:854, name:"Check if code point is permissible as the first ch", file: "intlchar.isidstart"},
{id:8993, pId:854, name:"Check if code point is an ISO control code", file: "intlchar.isisocontrol"},
{id:8994, pId:854, name:"Check if code point is permissible in a Java ident", file: "intlchar.isjavaidpart"},
{id:8995, pId:854, name:"Check if code point is permissible as the first ch", file: "intlchar.isjavaidstart"},
{id:8996, pId:854, name:"Check if code point is a space character according", file: "intlchar.isjavaspacechar"},
{id:8997, pId:854, name:"Check if code point is a lowercase letter", file: "intlchar.islower"},
{id:8998, pId:854, name:"Check if code point has the Bidi_Mirrored property", file: "intlchar.ismirrored"},
{id:8999, pId:854, name:"Check if code point is a printable character", file: "intlchar.isprint"},
{id:9000, pId:854, name:"Check if code point is punctuation character", file: "intlchar.ispunct"},
{id:9001, pId:854, name:"Check if code point is a space character", file: "intlchar.isspace"},
{id:9002, pId:854, name:"Check if code point is a titlecase letter", file: "intlchar.istitle"},
{id:9003, pId:854, name:"Check if code point has the Alphabetic Unicode pro", file: "intlchar.isualphabetic"},
{id:9004, pId:854, name:"Check if code point has the Lowercase Unicode prop", file: "intlchar.isulowercase"},
{id:9005, pId:854, name:"Check if code point has the general category Lu (u", file: "intlchar.isupper"},
{id:9006, pId:854, name:"Check if code point has the Uppercase Unicode prop", file: "intlchar.isuuppercase"},
{id:9007, pId:854, name:"Check if code point has the White_Space Unicode pr", file: "intlchar.isuwhitespace"},
{id:9008, pId:854, name:"Check if code point is a whitespace character acco", file: "intlchar.iswhitespace"},
{id:9009, pId:854, name:"Check if code point is a hexadecimal digit", file: "intlchar.isxdigit"},
{id:9010, pId:854, name:"Return Unicode code point value of character", file: "intlchar.ord"},
{id:9011, pId:854, name:"Make Unicode character lowercase", file: "intlchar.tolower"},
{id:9012, pId:854, name:"Make Unicode character titlecase", file: "intlchar.totitle"},
{id:9013, pId:854, name:"Make Unicode character uppercase", file: "intlchar.toupper"},
{id:855, pId:238, name:"The IntlCodePointBreakIterator classs1c1-0.01%", file: "class.intlcodepointbreakiterator"},
{id:9014, pId:855, name:"Get last code point passed over after advancing or", file: "intlcodepointbreakiterator.getlastcodepoint"},
{id:856, pId:238, name:"The IntlDateFormatter classs21c21-0.14%", file: "class.intldateformatter"},
{id:9015, pId:856, name:"Create a date formatter", file: "intldateformatter.create"},
{id:9016, pId:856, name:"Format the date/time value as a string", file: "intldateformatter.format"},
{id:9017, pId:856, name:"Formats an object", file: "intldateformatter.formatobject"},
{id:9018, pId:856, name:"Get the calendar type used for the IntlDateFormatt", file: "intldateformatter.getcalendar"},
{id:9019, pId:856, name:"Get copy of formatterʼs calendar object", file: "intldateformatter.getcalendarobject"},
{id:9020, pId:856, name:"Get the datetype used for the IntlDateFormatter", file: "intldateformatter.getdatetype"},
{id:9021, pId:856, name:"Get the error code from last operation", file: "intldateformatter.geterrorcode"},
{id:9022, pId:856, name:"Get the error text from the last operation", file: "intldateformatter.geterrormessage"},
{id:9023, pId:856, name:"Get the locale used by formatter", file: "intldateformatter.getlocale"},
{id:9024, pId:856, name:"Get the pattern used for the IntlDateFormatter", file: "intldateformatter.getpattern"},
{id:9025, pId:856, name:"Get the timetype used for the IntlDateFormatter", file: "intldateformatter.gettimetype"},
{id:9026, pId:856, name:"Get formatterʼs timezone", file: "intldateformatter.gettimezone"},
{id:9027, pId:856, name:"Get the timezone-id used for the IntlDateFormatter", file: "intldateformatter.gettimezoneid"},
{id:9028, pId:856, name:"Get the lenient used for the IntlDateFormatter", file: "intldateformatter.islenient"},
{id:9029, pId:856, name:"Parse string to a field-based time value", file: "intldateformatter.localtime"},
{id:9030, pId:856, name:"Parse string to a timestamp value", file: "intldateformatter.parse"},
{id:9031, pId:856, name:"Sets the calendar type used by the formatter", file: "intldateformatter.setcalendar"},
{id:9032, pId:856, name:"Set the leniency of the parser", file: "intldateformatter.setlenient"},
{id:9033, pId:856, name:"Set the pattern used for the IntlDateFormatter", file: "intldateformatter.setpattern"},
{id:9034, pId:856, name:"Sets formatterʼs timezone", file: "intldateformatter.settimezone"},
{id:9035, pId:856, name:"Sets the time zone to use", file: "intldateformatter.settimezoneid"},
{id:857, pId:238, name:"Exception class for intl errors", file: "class.intlexception"},
{id:858, pId:238, name:"The IntlGregorianCalendar classs4c4-0.03%", file: "class.intlgregoriancalendar"},
{id:9036, pId:858, name:"Create the Gregorian Calendar class", file: "intlgregoriancalendar.construct"},
{id:9037, pId:858, name:"Get the Gregorian Calendar change date", file: "intlgregoriancalendar.getgregorianchange"},
{id:9038, pId:858, name:"Determine if the given year is a leap year", file: "intlgregoriancalendar.isleapyear"},
{id:9039, pId:858, name:"Set the Gregorian Calendar the change date", file: "intlgregoriancalendar.setgregorianchange"},
{id:859, pId:238, name:"The IntlIterator classs5c5-0.03%", file: "class.intliterator"},
{id:9040, pId:859, name:"Get the current element", file: "intliterator.current"},
{id:9041, pId:859, name:"Get the current key", file: "intliterator.key"},
{id:9042, pId:859, name:"Move forward to the next element", file: "intliterator.next"},
{id:9043, pId:859, name:"Rewind the iterator to the first element", file: "intliterator.rewind"},
{id:9044, pId:859, name:"Check if current position is valid", file: "intliterator.valid"},
{id:860, pId:238, name:"The IntlPartsIterator classs1c1-0.01%", file: "class.intlpartsiterator"},
{id:9045, pId:860, name:"Get IntlBreakIterator backing this parts iterator", file: "intlpartsiterator.getbreakiterator"},
{id:861, pId:238, name:"The IntlRuleBasedBreakIterator classs5c5-0.03%", file: "class.intlrulebasedbreakiterator"},
{id:9046, pId:861, name:"Create iterator from ruleset", file: "intlrulebasedbreakiterator.construct"},
{id:9047, pId:861, name:"Get the binary form of compiled rules", file: "intlrulebasedbreakiterator.getbinaryrules"},
{id:9048, pId:861, name:"Get the rule set used to create this object", file: "intlrulebasedbreakiterator.getrules"},
{id:9049, pId:861, name:"Get the largest status value from the break rules ", file: "intlrulebasedbreakiterator.getrulestatus"},
{id:9050, pId:861, name:"Get the status values from the break rules that de", file: "intlrulebasedbreakiterator.getrulestatusvec"},
{id:862, pId:238, name:"The IntlTimeZone classs24c24-0.16%", file: "class.intltimezone"},
{id:9051, pId:862, name:"Get the number of IDs in the equivalency group tha", file: "intltimezone.countequivalentids"},
{id:9052, pId:862, name:"Create a new copy of the default timezone for this", file: "intltimezone.createdefault"},
{id:9053, pId:862, name:"Get an enumeration over time zone IDs associated w", file: "intltimezone.createenumeration"},
{id:9054, pId:862, name:"Create a timezone object for the given ID", file: "intltimezone.createtimezone"},
{id:9055, pId:862, name:"Get an enumeration over system time zone IDs with ", file: "intltimezone.createtimezoneidenumeration"},
{id:9056, pId:862, name:"Create a timezone object from DateTimeZone", file: "intltimezone.fromdatetimezone"},
{id:9057, pId:862, name:"Get the canonical system timezone ID or the normal", file: "intltimezone.getcanonicalid"},
{id:9058, pId:862, name:"Get a name of this time zone suitable for presenta", file: "intltimezone.getdisplayname"},
{id:9059, pId:862, name:"Get the amount of time to be added to local standa", file: "intltimezone.getdstsavings"},
{id:9060, pId:862, name:"Get an ID in the equivalency group that includes t", file: "intltimezone.getequivalentid"},
{id:9061, pId:862, name:"Get last error code on the object", file: "intltimezone.geterrorcode"},
{id:9062, pId:862, name:"Get last error message on the object", file: "intltimezone.geterrormessage"},
{id:9063, pId:862, name:"Create GMT (UTC) timezone", file: "intltimezone.getgmt"},
{id:9064, pId:862, name:"Get timezone ID", file: "intltimezone.getid"},
{id:9065, pId:862, name:"Translate a Windows timezone into a system timezon", file: "intltimezone.getidforwindowsid"},
{id:9066, pId:862, name:"Get the time zone raw and GMT offset for the given", file: "intltimezone.getoffset"},
{id:9067, pId:862, name:"Get the raw GMT offset (before taking daylight sav", file: "intltimezone.getrawoffset"},
{id:9068, pId:862, name:"Get the region code associated with the given syst", file: "intltimezone.getregion"},
{id:9069, pId:862, name:"Get the timezone data version currently used by IC", file: "intltimezone.gettzdataversion"},
{id:9070, pId:862, name:"Get the unknown time zone", file: "intltimezone.getunknown"},
{id:9071, pId:862, name:"Translate a system timezone into a Windows timezon", file: "intltimezone.getwindowsid"},
{id:9072, pId:862, name:"Check if this zone has the same rules and offset a", file: "intltimezone.hassamerules"},
{id:9073, pId:862, name:"Convert to DateTimeZone object", file: "intltimezone.todatetimezone"},
{id:9074, pId:862, name:"Check if this time zone uses daylight savings time", file: "intltimezone.usedaylighttime"},
{id:880, pId:238, name:"The Locale classs18c18-0.12%", file: "class.locale"},
{id:9518, pId:880, name:"Tries to find out best available locale based on H", file: "locale.acceptfromhttp"},
{id:9519, pId:880, name:"Canonicalize the locale string", file: "locale.canonicalize"},
{id:9520, pId:880, name:"Returns a correctly ordered and delimited locale I", file: "locale.composelocale"},
{id:9521, pId:880, name:"Checks if a language tag filter matches with local", file: "locale.filtermatches"},
{id:9522, pId:880, name:"Gets the variants for the input locale", file: "locale.getallvariants"},
{id:9523, pId:880, name:"Gets the default locale value from the INTL global", file: "locale.getdefault"},
{id:9524, pId:880, name:"Returns an appropriately localized display name fo", file: "locale.getdisplaylanguage"},
{id:9525, pId:880, name:"Returns an appropriately localized display name fo", file: "locale.getdisplayname"},
{id:9526, pId:880, name:"Returns an appropriately localized display name fo", file: "locale.getdisplayregion"},
{id:9527, pId:880, name:"Returns an appropriately localized display name fo", file: "locale.getdisplayscript"},
{id:9528, pId:880, name:"Returns an appropriately localized display name fo", file: "locale.getdisplayvariant"},
{id:9529, pId:880, name:"Gets the keywords for the input locale", file: "locale.getkeywords"},
{id:9530, pId:880, name:"Gets the primary language for the input locale", file: "locale.getprimarylanguage"},
{id:9531, pId:880, name:"Gets the region for the input locale", file: "locale.getregion"},
{id:9532, pId:880, name:"Gets the script for the input locale", file: "locale.getscript"},
{id:9533, pId:880, name:"Searches the language tag list for the best match ", file: "locale.lookup"},
{id:9534, pId:880, name:"Returns a key-value array of locale ID subtag elem", file: "locale.parselocale"},
{id:9535, pId:880, name:"Sets the default runtime locale", file: "locale.setdefault"},
{id:895, pId:238, name:"The MessageFormatter classs10c10-0.07%", file: "class.messageformatter"},
{id:9730, pId:895, name:"Constructs a new Message Formatter", file: "messageformatter.create"},
{id:9731, pId:895, name:"Format the message", file: "messageformatter.format"},
{id:9732, pId:895, name:"Quick format message", file: "messageformatter.formatmessage"},
{id:9733, pId:895, name:"Get the error code from last operation", file: "messageformatter.geterrorcode"},
{id:9734, pId:895, name:"Get the error text from the last operation", file: "messageformatter.geterrormessage"},
{id:9735, pId:895, name:"Get the locale for which the formatter was created", file: "messageformatter.getlocale"},
{id:9736, pId:895, name:"Get the pattern used by the formatter", file: "messageformatter.getpattern"},
{id:9737, pId:895, name:"Parse input string according to pattern", file: "messageformatter.parse"},
{id:9738, pId:895, name:"Quick parse input string", file: "messageformatter.parsemessage"},
{id:9739, pId:895, name:"Set the pattern used by the formatter", file: "messageformatter.setpattern"},
{id:1028, pId:238, name:"The Normalizer classs3c3-0.02%", file: "class.normalizer"},
{id:10957, pId:1028, name:"Gets the Decomposition_Mapping property for the gi", file: "normalizer.getrawdecomposition"},
{id:10958, pId:1028, name:"Checks if the provided string is already in the sp", file: "normalizer.isnormalized"},
{id:10959, pId:1028, name:"Normalizes the input provided and returns the norm", file: "normalizer.normalize"},
{id:1029, pId:238, name:"The NumberFormatter classs16c16-0.11%", file: "class.numberformatter"},
{id:10966, pId:1029, name:"Create a number formatter", file: "numberformatter.create"},
{id:10967, pId:1029, name:"Format a number", file: "numberformatter.format"},
{id:10968, pId:1029, name:"Format a currency value", file: "numberformatter.formatcurrency"},
{id:10969, pId:1029, name:"Get an attribute", file: "numberformatter.getattribute"},
{id:10970, pId:1029, name:"Get formatter's last error code", file: "numberformatter.geterrorcode"},
{id:10971, pId:1029, name:"Get formatter's last error message", file: "numberformatter.geterrormessage"},
{id:10972, pId:1029, name:"Get formatter locale", file: "numberformatter.getlocale"},
{id:10973, pId:1029, name:"Get formatter pattern", file: "numberformatter.getpattern"},
{id:10974, pId:1029, name:"Get a symbol value", file: "numberformatter.getsymbol"},
{id:10975, pId:1029, name:"Get a text attribute", file: "numberformatter.gettextattribute"},
{id:10976, pId:1029, name:"Parse a number", file: "numberformatter.parse"},
{id:10977, pId:1029, name:"Parse a currency number", file: "numberformatter.parsecurrency"},
{id:10978, pId:1029, name:"Set an attribute", file: "numberformatter.setattribute"},
{id:10979, pId:1029, name:"Set formatter pattern", file: "numberformatter.setpattern"},
{id:10980, pId:1029, name:"Set a symbol value", file: "numberformatter.setsymbol"},
{id:10981, pId:1029, name:"Set a text attribute", file: "numberformatter.settextattribute"},
{id:1107, pId:238, name:"The ResourceBundle classs6c6-0.04%", file: "class.resourcebundle"},
{id:12256, pId:1107, name:"Get number of elements in the bundle", file: "resourcebundle.count"},
{id:12257, pId:1107, name:"Create a resource bundle", file: "resourcebundle.create"},
{id:12258, pId:1107, name:"Get data from the bundle", file: "resourcebundle.get"},
{id:12259, pId:1107, name:"Get bundle's last error code", file: "resourcebundle.geterrorcode"},
{id:12260, pId:1107, name:"Get bundle's last error message", file: "resourcebundle.geterrormessage"},
{id:12261, pId:1107, name:"Get supported locales", file: "resourcebundle.locales"},
{id:1170, pId:238, name:"The Spoofchecker classs5c5-0.03%", file: "class.spoofchecker"},
{id:13272, pId:1170, name:"Checks if given strings can be confused", file: "spoofchecker.areconfusable"},
{id:13273, pId:1170, name:"Constructor", file: "spoofchecker.construct"},
{id:13274, pId:1170, name:"Checks if a given text contains any suspicious cha", file: "spoofchecker.issuspicious"},
{id:13275, pId:1170, name:"Locales to use when running checks", file: "spoofchecker.setallowedlocales"},
{id:13276, pId:1170, name:"Set the checks to run", file: "spoofchecker.setchecks"},
{id:1237, pId:238, name:"The Transliterator classs8c8-0.05%", file: "class.transliterator"},
{id:14062, pId:1237, name:"Private constructor to deny instantiation", file: "transliterator.construct"},
{id:14063, pId:1237, name:"Create a transliterator", file: "transliterator.create"},
{id:14064, pId:1237, name:"Create transliterator from rules", file: "transliterator.createfromrules"},
{id:14065, pId:1237, name:"Create an inverse transliterator", file: "transliterator.createinverse"},
{id:14066, pId:1237, name:"Get last error code", file: "transliterator.geterrorcode"},
{id:14067, pId:1237, name:"Get last error message", file: "transliterator.geterrormessage"},
{id:14068, pId:1237, name:"Get transliterator IDs", file: "transliterator.listids"},
{id:14069, pId:1237, name:"Transliterate a string", file: "transliterator.transliterate"},
{id:1239, pId:238, name:"The UConverter classs19c19-0.13%", file: "class.uconverter"},
{id:14081, pId:1239, name:"Create UConverter object", file: "uconverter.construct"},
{id:14082, pId:1239, name:"Convert string from one charset to another", file: "uconverter.convert"},
{id:14083, pId:1239, name:"Default from callback function", file: "uconverter.fromucallback"},
{id:14084, pId:1239, name:"Get the aliases of the given name", file: "uconverter.getaliases"},
{id:14085, pId:1239, name:"Get the available canonical converter names", file: "uconverter.getavailable"},
{id:14086, pId:1239, name:"Get the destination encoding", file: "uconverter.getdestinationencoding"},
{id:14087, pId:1239, name:"Get the destination converter type", file: "uconverter.getdestinationtype"},
{id:14088, pId:1239, name:"Get last error code on the object", file: "uconverter.geterrorcode"},
{id:14089, pId:1239, name:"Get last error message on the object", file: "uconverter.geterrormessage"},
{id:14090, pId:1239, name:"Get the source encoding", file: "uconverter.getsourceencoding"},
{id:14091, pId:1239, name:"Get the source convertor type", file: "uconverter.getsourcetype"},
{id:14092, pId:1239, name:"Get standards associated to converter names", file: "uconverter.getstandards"},
{id:14093, pId:1239, name:"Get substitution chars", file: "uconverter.getsubstchars"},
{id:14094, pId:1239, name:"Get string representation of the callback reason", file: "uconverter.reasontext"},
{id:14095, pId:1239, name:"Set the destination encoding", file: "uconverter.setdestinationencoding"},
{id:14096, pId:1239, name:"Set the source encoding", file: "uconverter.setsourceencoding"},
{id:14097, pId:1239, name:"Set the substitution chars", file: "uconverter.setsubstchars"},
{id:14098, pId:1239, name:"Default to callback function", file: "uconverter.toucallback"},
{id:14099, pId:1239, name:"Convert string from one charset to another", file: "uconverter.transcode"},
{id:8881, pId:238, name:"预定义常量", file: "intl.constants"},
{id:8883, pId:238, name:"范例s1c1-0.01%", file: "intl.examples"},
{id:8882, pId:8883, name:"Basic usage of this extension", file: "intl.examples.basic"},
{id:8887, pId:238, name:"安装/配置s4c4-0.03%", file: "intl.setup"},
{id:8880, pId:8887, name:"运行时配置", file: "intl.configuration"},
{id:8884, pId:8887, name:"安装", file: "intl.installation"},
{id:8885, pId:8887, name:"需求", file: "intl.requirements"},
{id:8886, pId:8887, name:"资源类型", file: "intl.resources"},
{id:9156, pId:238, name:"简介", file: "intro.intl"},
{id:11810, pId:238, name:"Grapheme 函数s9c9-0.06%", file: "ref.intl.grapheme"},
{id:3905, pId:11810, name:"Function to extract a sequence of default grapheme", file: "function.grapheme-extract"},
{id:3906, pId:11810, name:"Find position (in grapheme units) of first occurre", file: "function.grapheme-stripos"},
{id:3907, pId:11810, name:"Returns part of haystack string from the first occ", file: "function.grapheme-stristr"},
{id:3908, pId:11810, name:"Get string length in grapheme units", file: "function.grapheme-strlen"},
{id:3909, pId:11810, name:"Find position (in grapheme units) of first occurre", file: "function.grapheme-strpos"},
{id:3910, pId:11810, name:"Find position (in grapheme units) of last occurren", file: "function.grapheme-strripos"},
{id:3911, pId:11810, name:"Find position (in grapheme units) of last occurren", file: "function.grapheme-strrpos"},
{id:3912, pId:11810, name:"Returns part of haystack string from the first occ", file: "function.grapheme-strstr"},
{id:3913, pId:11810, name:"Return part of a string", file: "function.grapheme-substr"},
{id:11811, pId:238, name:"intl 函数s4c4-0.03%", file: "ref.intl"},
{id:4383, pId:11811, name:"Get symbolic name for a given error code", file: "function.intl-error-name"},
{id:4384, pId:11811, name:"Get the last error code", file: "function.intl-get-error-code"},
{id:4385, pId:11811, name:"Get description of the last error", file: "function.intl-get-error-message"},
{id:4386, pId:11811, name:"Check whether the given error code indicates failu", file: "function.intl-is-failure"},
{id:11812, pId:238, name:"IDN 函数s2c2-0.01%", file: "ref.intl.idn"},
{id:4080, pId:11812, name:"Convert domain name to IDNA ASCII form", file: "function.idn-to-ascii"},
{id:4081, pId:11812, name:"Convert domain name from IDNA ASCII to Unicode", file: "function.idn-to-utf8"},
{id:254, pId:12183, name:"多字节字符串s10c72-0.48%", file: "book.mbstring"},
{id:9172, pId:254, name:"简介", file: "intro.mbstring"},
{id:9609, pId:254, name:"预定义常量", file: "mbstring.constants"},
{id:9610, pId:254, name:"支持编码的摘要", file: "mbstring.encodings"},
{id:9611, pId:254, name:"HTTP 输入和输出", file: "mbstring.http"},
{id:9613, pId:254, name:"日文字符多字节编码基础", file: "mbstring.ja-basic"},
{id:9614, pId:254, name:"函数重载功能", file: "mbstring.overload"},
{id:9615, pId:254, name:"PHP字符编码的要求", file: "mbstring.php4.req"},
{id:9618, pId:254, name:"安装/配置s4c4-0.03%", file: "mbstring.setup"},
{id:9608, pId:9618, name:"运行时配置", file: "mbstring.configuration"},
{id:9612, pId:9618, name:"安装", file: "mbstring.installation"},
{id:9616, pId:9618, name:"需求", file: "mbstring.requirements"},
{id:9617, pId:9618, name:"资源类型", file: "mbstring.resources"},
{id:9619, pId:254, name:"支持的字符编码", file: "mbstring.supported-encodings"},
{id:11824, pId:254, name:"多字节字符串 函数s58c58-0.39%", file: "ref.mbstring"},
{id:4709, pId:11824, name:"检查字符串在指定的编码里是否有效", file: "function.mb-check-encoding"},
{id:4710, pId:11824, name:"Get a specific character", file: "function.mb-chr"},
{id:4711, pId:11824, name:"对字符串进行大小写转换", file: "function.mb-convert-case"},
{id:4712, pId:11824, name:"转换字符的编码", file: "function.mb-convert-encoding"},
{id:4713, pId:11824, name:"Convert kana one from another (zen-kaku, han-kaku ", file: "function.mb-convert-kana"},
{id:4714, pId:11824, name:"转换一个或多个变量的字符编码", file: "function.mb-convert-variables"},
{id:4715, pId:11824, name:"解码 MIME 头字段中的字符串", file: "function.mb-decode-mimeheader"},
{id:4716, pId:11824, name:"根据 HTML 数字字符串解码成字符", file: "function.mb-decode-numericentity"},
{id:4717, pId:11824, name:"检测字符的编码", file: "function.mb-detect-encoding"},
{id:4718, pId:11824, name:"设置/获取 字符编码的检测顺序", file: "function.mb-detect-order"},
{id:4719, pId:11824, name:"为 MIME 头编码字符串", file: "function.mb-encode-mimeheader"},
{id:4720, pId:11824, name:"Encode character to HTML numeric string reference", file: "function.mb-encode-numericentity"},
{id:4721, pId:11824, name:"Get aliases of a known encoding type", file: "function.mb-encoding-aliases"},
{id:4722, pId:11824, name:"Regular expression match for multibyte string", file: "function.mb-ereg-match"},
{id:4723, pId:11824, name:"Perform a regular expression search and replace wi", file: "function.mb-ereg-replace-callback"},
{id:4724, pId:11824, name:"Replace regular expression with multibyte support", file: "function.mb-ereg-replace"},
{id:4725, pId:11824, name:"Returns start point for next regular expression ma", file: "function.mb-ereg-search-getpos"},
{id:4726, pId:11824, name:"Retrieve the result from the last multibyte regula", file: "function.mb-ereg-search-getregs"},
{id:4727, pId:11824, name:"Setup string and regular expression for a multibyt", file: "function.mb-ereg-search-init"},
{id:4728, pId:11824, name:"Returns position and length of a matched part of t", file: "function.mb-ereg-search-pos"},
{id:4729, pId:11824, name:"Returns the matched part of a multibyte regular ex", file: "function.mb-ereg-search-regs"},
{id:4730, pId:11824, name:"Set start point of next regular expression match", file: "function.mb-ereg-search-setpos"},
{id:4731, pId:11824, name:"Multibyte regular expression match for predefined ", file: "function.mb-ereg-search"},
{id:4732, pId:11824, name:"Regular expression match with multibyte support", file: "function.mb-ereg"},
{id:4733, pId:11824, name:"Replace regular expression with multibyte support ", file: "function.mb-eregi-replace"},
{id:4734, pId:11824, name:"Regular expression match ignoring case with multib", file: "function.mb-eregi"},
{id:4735, pId:11824, name:"获取 mbstring 的内部设置", file: "function.mb-get-info"},
{id:4736, pId:11824, name:"检测 HTTP 输入字符编码", file: "function.mb-http-input"},
{id:4737, pId:11824, name:"设置/获取 HTTP 输出字符编码", file: "function.mb-http-output"},
{id:4738, pId:11824, name:"设置/获取内部字符编码", file: "function.mb-internal-encoding"},
{id:4739, pId:11824, name:"设置/获取当前的语言", file: "function.mb-language"},
{id:4740, pId:11824, name:"返回所有支持编码的数组", file: "function.mb-list-encodings"},
{id:4741, pId:11824, name:"Get code point of character", file: "function.mb-ord"},
{id:4742, pId:11824, name:"在输出缓冲中转换字符编码的回调函数", file: "function.mb-output-handler"},
{id:4743, pId:11824, name:"解析 GET/POST/COOKIE 数据并设置全局变量", file: "function.mb-parse-str"},
{id:4744, pId:11824, name:"获取 MIME 字符串", file: "function.mb-preferred-mime-name"},
{id:4745, pId:11824, name:"Set/Get character encoding for multibyte regex", file: "function.mb-regex-encoding"},
{id:4746, pId:11824, name:"Set/Get the default options for mbregex functions", file: "function.mb-regex-set-options"},
{id:4747, pId:11824, name:"Description", file: "function.mb-scrub"},
{id:4748, pId:11824, name:"发送编码过的邮件", file: "function.mb-send-mail"},
{id:4749, pId:11824, name:"使用正则表达式分割多字节字符串", file: "function.mb-split"},
{id:4750, pId:11824, name:"获取字符的一部分", file: "function.mb-strcut"},
{id:4751, pId:11824, name:"获取按指定宽度截断的字符串", file: "function.mb-strimwidth"},
{id:4752, pId:11824, name:"大小写不敏感地查找字符串在另一个字符串中首次出现的位置", file: "function.mb-stripos"},
{id:4753, pId:11824, name:"大小写不敏感地查找字符串在另一个字符串里的首次出现", file: "function.mb-stristr"},
{id:4754, pId:11824, name:"获取字符串的长度", file: "function.mb-strlen"},
{id:4755, pId:11824, name:"查找字符串在另一个字符串中首次出现的位置", file: "function.mb-strpos"},
{id:4756, pId:11824, name:"查找指定字符在另一个字符串中最后一次的出现", file: "function.mb-strrchr"},
{id:4757, pId:11824, name:"大小写不敏感地查找指定字符在另一个字符串中最后一次的出现", file: "function.mb-strrichr"},
{id:4758, pId:11824, name:"大小写不敏感地在字符串中查找一个字符串最后出现的位置", file: "function.mb-strripos"},
{id:4759, pId:11824, name:"查找字符串在一个字符串中最后出现的位置", file: "function.mb-strrpos"},
{id:4760, pId:11824, name:"查找字符串在另一个字符串里的首次出现", file: "function.mb-strstr"},
{id:4761, pId:11824, name:"使字符串小写", file: "function.mb-strtolower"},
{id:4762, pId:11824, name:"使字符串大写", file: "function.mb-strtoupper"},
{id:4763, pId:11824, name:"返回字符串的宽度", file: "function.mb-strwidth"},
{id:4764, pId:11824, name:"设置/获取替代字符", file: "function.mb-substitute-character"},
{id:4765, pId:11824, name:"统计字符串出现的次数", file: "function.mb-substr-count"},
{id:4766, pId:11824, name:"获取部分字符串", file: "function.mb-substr"},
{id:310, pId:12183, name:"Pspells4c27-0.18%", file: "book.pspell"},
{id:9226, pId:310, name:"简介", file: "intro.pspell"},
{id:11564, pId:310, name:"预定义常量", file: "pspell.constants"},
{id:11568, pId:310, name:"安装/配置s4c4-0.03%", file: "pspell.setup"},
{id:11563, pId:11568, name:"运行时配置", file: "pspell.configuration"},
{id:11565, pId:11568, name:"安装", file: "pspell.installation"},
{id:11566, pId:11568, name:"需求", file: "pspell.requirements"},
{id:11567, pId:11568, name:"资源类型", file: "pspell.resources"},
{id:11893, pId:310, name:"Pspell 函数s19c19-0.13%", file: "ref.pspell"},
{id:6064, pId:11893, name:"Add the word to a personal wordlist", file: "function.pspell-add-to-personal"},
{id:6065, pId:11893, name:"Add the word to the wordlist in the current sessio", file: "function.pspell-add-to-session"},
{id:6066, pId:11893, name:"Check a word", file: "function.pspell-check"},
{id:6067, pId:11893, name:"Clear the current session", file: "function.pspell-clear-session"},
{id:6068, pId:11893, name:"Create a config used to open a dictionary", file: "function.pspell-config-create"},
{id:6069, pId:11893, name:"Location of language data files", file: "function.pspell-config-data-dir"},
{id:6070, pId:11893, name:"Location of the main word list", file: "function.pspell-config-dict-dir"},
{id:6071, pId:11893, name:"Ignore words less than N characters long", file: "function.pspell-config-ignore"},
{id:6072, pId:11893, name:"Change the mode number of suggestions returned", file: "function.pspell-config-mode"},
{id:6073, pId:11893, name:"Set a file that contains personal wordlist", file: "function.pspell-config-personal"},
{id:6074, pId:11893, name:"Set a file that contains replacement pairs", file: "function.pspell-config-repl"},
{id:6075, pId:11893, name:"Consider run-together words as valid compounds", file: "function.pspell-config-runtogether"},
{id:6076, pId:11893, name:"Determine whether to save a replacement pairs list", file: "function.pspell-config-save-repl"},
{id:6077, pId:11893, name:"Load a new dictionary with settings based on a giv", file: "function.pspell-new-config"},
{id:6078, pId:11893, name:"Load a new dictionary with personal wordlist", file: "function.pspell-new-personal"},
{id:6079, pId:11893, name:"Load a new dictionary", file: "function.pspell-new"},
{id:6080, pId:11893, name:"Save the personal wordlist to a file", file: "function.pspell-save-wordlist"},
{id:6081, pId:11893, name:"Store a replacement pair for a word", file: "function.pspell-store-replacement"},
{id:6082, pId:11893, name:"Suggest spellings of a word", file: "function.pspell-suggest"},
{id:316, pId:12183, name:"GNU Recodes4c11-0.07%", file: "book.recode"},
{id:9232, pId:316, name:"简介", file: "intro.recode"},
{id:11676, pId:316, name:"预定义常量", file: "recode.constants"},
{id:11680, pId:316, name:"安装/配置s4c4-0.03%", file: "recode.setup"},
{id:11675, pId:11680, name:"运行时配置", file: "recode.configuration"},
{id:11677, pId:11680, name:"安装", file: "recode.installation"},
{id:11678, pId:11680, name:"需求", file: "recode.requirements"},
{id:11679, pId:11680, name:"资源类型", file: "recode.resources"},
{id:11897, pId:316, name:"Recode 函数s3c3-0.02%", file: "ref.recode"},
{id:6169, pId:11897, name:"Recode from file to file according to recode reque", file: "function.recode-file"},
{id:6170, pId:11897, name:"Recode a string according to a recode request", file: "function.recode-string"},
{id:6171, pId:11897, name:"别名 recode_string", file: "function.recode"},
{id:12184, pId:2527, name:"数学扩展s6c406-2.7%", file: "refs.math"},
{id:163, pId:12184, name:"BCMath 任意精度数学s4c18-0.12%", file: "book.bc"},
{id:140, pId:163, name:"预定义常量", file: "bc.constants"},
{id:144, pId:163, name:"安装/配置s4c4-0.03%", file: "bc.setup"},
{id:139, pId:144, name:"运行时配置", file: "bc.configuration"},
{id:141, pId:144, name:"安装", file: "bc.installation"},
{id:142, pId:144, name:"需求", file: "bc.requirements"},
{id:143, pId:144, name:"资源类型", file: "bc.resources"},
{id:9083, pId:163, name:"简介", file: "intro.bc"},
{id:11747, pId:163, name:"BC 数学 函数s10c10-0.07%", file: "ref.bc"},
{id:2662, pId:11747, name:"2个任意精度数字的加法计算", file: "function.bcadd"},
{id:2663, pId:11747, name:"比较两个任意精度的数字", file: "function.bccomp"},
{id:2664, pId:11747, name:"2个任意精度的数字除法计算", file: "function.bcdiv"},
{id:2665, pId:11747, name:"对一个任意精度数字取模", file: "function.bcmod"},
{id:2666, pId:11747, name:"2个任意精度数字乘法计算", file: "function.bcmul"},
{id:2680, pId:11747, name:"任意精度数字的乘方", file: "function.bcpow"},
{id:2681, pId:11747, name:"Raise an arbitrary precision number to another, re", file: "function.bcpowmod"},
{id:2682, pId:11747, name:"设置所有bc数学函数的默认小数点保留位数", file: "function.bcscale"},
{id:2683, pId:11747, name:"任意精度数字的二次方根", file: "function.bcsqrt"},
{id:2684, pId:11747, name:"2个任意精度数字的减法", file: "function.bcsub"},
{id:217, pId:12184, name:"GNU Multiple Precisions6c62-0.41%", file: "book.gmp"},
{id:834, pId:217, name:"The GMP class", file: "class.gmp"},
{id:7719, pId:217, name:"预定义常量", file: "gmp.constants"},
{id:7720, pId:217, name:"范例", file: "gmp.examples"},
{id:7724, pId:217, name:"安装/配置s4c4-0.03%", file: "gmp.setup"},
{id:7718, pId:7724, name:"运行时配置", file: "gmp.configuration"},
{id:7721, pId:7724, name:"安装", file: "gmp.installation"},
{id:7722, pId:7724, name:"需求", file: "gmp.requirements"},
{id:7723, pId:7724, name:"资源类型", file: "gmp.resources"},
{id:9135, pId:217, name:"简介", file: "intro.gmp"},
{id:11793, pId:217, name:"GMP 函数s52c52-0.35%", file: "ref.gmp"},
{id:3830, pId:11793, name:"Absolute value", file: "function.gmp-abs"},
{id:3831, pId:11793, name:"Add numbers", file: "function.gmp-add"},
{id:3832, pId:11793, name:"Bitwise AND", file: "function.gmp-and"},
{id:3833, pId:11793, name:"Calculates binomial coefficient", file: "function.gmp-binomial"},
{id:3834, pId:11793, name:"Clear bit", file: "function.gmp-clrbit"},
{id:3835, pId:11793, name:"Compare numbers", file: "function.gmp-cmp"},
{id:3836, pId:11793, name:"Calculates one's complement", file: "function.gmp-com"},
{id:3837, pId:11793, name:"Divide numbers", file: "function.gmp-div-q"},
{id:3838, pId:11793, name:"Divide numbers and get quotient and remainder", file: "function.gmp-div-qr"},
{id:3839, pId:11793, name:"Remainder of the division of numbers", file: "function.gmp-div-r"},
{id:3840, pId:11793, name:"别名 gmp_div_q", file: "function.gmp-div"},
{id:3841, pId:11793, name:"Exact division of numbers", file: "function.gmp-divexact"},
{id:3842, pId:11793, name:"Export to a binary string", file: "function.gmp-export"},
{id:3843, pId:11793, name:"Factorial", file: "function.gmp-fact"},
{id:3844, pId:11793, name:"Calculate GCD", file: "function.gmp-gcd"},
{id:3845, pId:11793, name:"Calculate GCD and multipliers", file: "function.gmp-gcdext"},
{id:3846, pId:11793, name:"Hamming distance", file: "function.gmp-hamdist"},
{id:3847, pId:11793, name:"Import from a binary string", file: "function.gmp-import"},
{id:3848, pId:11793, name:"Create GMP number", file: "function.gmp-init"},
{id:3849, pId:11793, name:"Convert GMP number to integer", file: "function.gmp-intval"},
{id:3850, pId:11793, name:"Inverse by modulo", file: "function.gmp-invert"},
{id:3851, pId:11793, name:"Jacobi symbol", file: "function.gmp-jacobi"},
{id:3852, pId:11793, name:"Kronecker symbol", file: "function.gmp-kronecker"},
{id:3853, pId:11793, name:"Calculate LCM", file: "function.gmp-lcm"},
{id:3854, pId:11793, name:"Legendre symbol", file: "function.gmp-legendre"},
{id:3855, pId:11793, name:"Modulo operation", file: "function.gmp-mod"},
{id:3856, pId:11793, name:"Multiply numbers", file: "function.gmp-mul"},
{id:3857, pId:11793, name:"Negate number", file: "function.gmp-neg"},
{id:3858, pId:11793, name:"Find next prime number", file: "function.gmp-nextprime"},
{id:3859, pId:11793, name:"Bitwise OR", file: "function.gmp-or"},
{id:3860, pId:11793, name:"Perfect power check", file: "function.gmp-perfect-power"},
{id:3861, pId:11793, name:"Perfect square check", file: "function.gmp-perfect-square"},
{id:3862, pId:11793, name:"Population count", file: "function.gmp-popcount"},
{id:3863, pId:11793, name:"Raise number into power", file: "function.gmp-pow"},
{id:3864, pId:11793, name:"Raise number into power with modulo", file: "function.gmp-powm"},
{id:3865, pId:11793, name:"Check if number is probably prime", file: "function.gmp-prob-prime"},
{id:3866, pId:11793, name:"Random number", file: "function.gmp-random-bits"},
{id:3867, pId:11793, name:"Random number", file: "function.gmp-random-range"},
{id:3868, pId:11793, name:"Sets the RNG seed", file: "function.gmp-random-seed"},
{id:3869, pId:11793, name:"Random number", file: "function.gmp-random"},
{id:3870, pId:11793, name:"Take the integer part of nth root", file: "function.gmp-root"},
{id:3871, pId:11793, name:"Take the integer part and remainder of nth root", file: "function.gmp-rootrem"},
{id:3872, pId:11793, name:"Scan for 0", file: "function.gmp-scan0"},
{id:3873, pId:11793, name:"Scan for 1", file: "function.gmp-scan1"},
{id:3874, pId:11793, name:"Set bit", file: "function.gmp-setbit"},
{id:3875, pId:11793, name:"Sign of number", file: "function.gmp-sign"},
{id:3876, pId:11793, name:"Calculate square root", file: "function.gmp-sqrt"},
{id:3877, pId:11793, name:"Square root with remainder", file: "function.gmp-sqrtrem"},
{id:3878, pId:11793, name:"Convert GMP number to string", file: "function.gmp-strval"},
{id:3879, pId:11793, name:"Subtract numbers", file: "function.gmp-sub"},
{id:3880, pId:11793, name:"Tests if a bit is set", file: "function.gmp-testbit"},
{id:3881, pId:11793, name:"Bitwise XOR", file: "function.gmp-xor"},
{id:243, pId:12184, name:"Lapacks5c16-0.11%", file: "book.lapack"},
{id:875, pId:243, name:"The Lapack classs7c7-0.05%", file: "class.lapack"},
{id:9474, pId:875, name:"This function returns the eigenvalues for a given ", file: "lapack.eigenvalues"},
{id:9475, pId:875, name:"Return an identity matrix", file: "lapack.identity"},
{id:9477, pId:875, name:"Calculate the linear least squares solution of a m", file: "lapack.leastsquaresbyfactorisation"},
{id:9478, pId:875, name:"Solve the linear least squares problem, using SVD", file: "lapack.leastsquaresbysvd"},
{id:9479, pId:875, name:"Calculate the inverse of a matrix", file: "lapack.pseudoinverse"},
{id:9483, pId:875, name:"Calculated the singular values of a matrix", file: "lapack.singularvalues"},
{id:9484, pId:875, name:"Solve a system of linear equations", file: "lapack.solvelinearequation"},
{id:876, pId:243, name:"The LapackException class", file: "class.lapackexception"},
{id:9161, pId:243, name:"简介", file: "intro.lapack"},
{id:9473, pId:243, name:"预定义常量", file: "lapack.constants"},
{id:9482, pId:243, name:"安装/配置s4c4-0.03%", file: "lapack.setup"},
{id:9472, pId:9482, name:"运行时配置", file: "lapack.configuration"},
{id:9476, pId:9482, name:"安装", file: "lapack.installation"},
{id:9480, pId:9482, name:"需求", file: "lapack.requirements"},
{id:9481, pId:9482, name:"资源类型", file: "lapack.resources"},
{id:252, pId:12184, name:"Mathematical Functionss4c57-0.38%", file: "book.math"},
{id:9170, pId:252, name:"简介", file: "intro.math"},
{id:9595, pId:252, name:"预定义常量", file: "math.constants"},
{id:9599, pId:252, name:"安装/配置s4c4-0.03%", file: "math.setup"},
{id:9594, pId:9599, name:"运行时配置", file: "math.configuration"},
{id:9596, pId:9599, name:"安装", file: "math.installation"},
{id:9597, pId:9599, name:"需求", file: "math.requirements"},
{id:9598, pId:9599, name:"资源类型", file: "math.resources"},
{id:11822, pId:252, name:"Math 函数s49c49-0.33%", file: "ref.math"},
{id:2528, pId:11822, name:"绝对值", file: "function.abs"},
{id:2529, pId:11822, name:"反余弦", file: "function.acos"},
{id:2530, pId:11822, name:"反双曲余弦", file: "function.acosh"},
{id:2642, pId:11822, name:"反正弦", file: "function.asin"},
{id:2643, pId:11822, name:"反双曲正弦", file: "function.asinh"},
{id:2647, pId:11822, name:"反正切", file: "function.atan"},
{id:2648, pId:11822, name:"两个参数的反正切", file: "function.atan2"},
{id:2649, pId:11822, name:"反双曲正切", file: "function.atanh"},
{id:2651, pId:11822, name:"在任意进制之间转换数字", file: "function.base-convert"},
{id:2687, pId:11822, name:"二进制转换为十进制", file: "function.bindec"},
{id:2803, pId:11822, name:"进一法取整", file: "function.ceil"},
{id:2851, pId:11822, name:"余弦", file: "function.cos"},
{id:2852, pId:11822, name:"双曲余弦", file: "function.cosh"},
{id:3176, pId:11822, name:"十进制转换为二进制", file: "function.decbin"},
{id:3177, pId:11822, name:"十进制转换为十六进制", file: "function.dechex"},
{id:3178, pId:11822, name:"十进制转换为八进制", file: "function.decoct"},
{id:3184, pId:11822, name:"将角度转换为弧度", file: "function.deg2rad"},
{id:3342, pId:11822, name:"计算 e 的指数", file: "function.exp"},
{id:3346, pId:11822, name:"返回 exp(number) - 1,甚至当 number 的值接近零也能计算出准确结果", file: "function.expm1"},
{id:3686, pId:11822, name:"舍去法取整", file: "function.floor"},
{id:3688, pId:11822, name:"返回除法的浮点数余数", file: "function.fmod"},
{id:3820, pId:11822, name:"显示随机数最大的可能值", file: "function.getrandmax"},
{id:3997, pId:11822, name:"十六进制转换为十进制", file: "function.hexdec"},
{id:4011, pId:11822, name:"计算一直角三角形的斜边长度", file: "function.hypot"},
{id:4381, pId:11822, name:"对除法结果取整", file: "function.intdiv"},
{id:4400, pId:11822, name:"判断是否为有限值", file: "function.is-finite"},
{id:4402, pId:11822, name:"判断是否为无限值", file: "function.is-infinite"},
{id:4408, pId:11822, name:"判断是否为合法数值", file: "function.is-nan"},
{id:4459, pId:11822, name:"组合线性同余发生器", file: "function.lcg-value"},
{id:4541, pId:11822, name:"自然对数", file: "function.log"},
{id:4542, pId:11822, name:"以 10 为底的对数", file: "function.log10"},
{id:4543, pId:11822, name:"返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果", file: "function.log1p"},
{id:4606, pId:11822, name:"找出最大值", file: "function.max"},
{id:4818, pId:11822, name:"找出最小值", file: "function.min"},
{id:4949, pId:11822, name:"显示随机数的最大可能值", file: "function.mt-getrandmax"},
{id:4950, pId:11822, name:"生成更好的随机数", file: "function.mt-rand"},
{id:4951, pId:11822, name:"播下一个更好的随机数发生器种子", file: "function.mt-srand"},
{id:5459, pId:11822, name:"八进制转换为十进制", file: "function.octdec"},
{id:5924, pId:11822, name:"得到圆周率值", file: "function.pi"},
{id:5965, pId:11822, name:"指数表达式", file: "function.pow"},
{id:6112, pId:11822, name:"将弧度数转换为相应的角度数", file: "function.rad2deg"},
{id:6141, pId:11822, name:"产生一个随机整数", file: "function.rand"},
{id:6186, pId:11822, name:"对浮点数进行四舍五入", file: "function.round"},
{id:6313, pId:11822, name:"正弦", file: "function.sin"},
{id:6314, pId:11822, name:"双曲正弦", file: "function.sinh"},
{id:6550, pId:11822, name:"平方根", file: "function.sqrt"},
{id:6551, pId:11822, name:"播下随机数发生器种子", file: "function.srand"},
{id:6853, pId:11822, name:"正切", file: "function.tan"},
{id:6854, pId:11822, name:"双曲正切", file: "function.tanh"},
{id:348, pId:12184, name:"Statisticss4c77-0.51%", file: "book.stats"},
{id:9264, pId:348, name:"简介", file: "intro.stats"},
{id:11924, pId:348, name:"Statistic 函数s69c69-0.46%", file: "ref.stats"},
{id:6587, pId:11924, name:"Returns the absolute deviation of an array of valu", file: "function.stats-absolute-deviation"},
{id:6588, pId:11924, name:"Calculates any one parameter of the beta distribut", file: "function.stats-cdf-beta"},
{id:6589, pId:11924, name:"Calculates any one parameter of the binomial distr", file: "function.stats-cdf-binomial"},
{id:6590, pId:11924, name:"Calculates any one parameter of the Cauchy distrib", file: "function.stats-cdf-cauchy"},
{id:6591, pId:11924, name:"Calculates any one parameter of the chi-square dis", file: "function.stats-cdf-chisquare"},
{id:6592, pId:11924, name:"Calculates any one parameter of the exponential di", file: "function.stats-cdf-exponential"},
{id:6593, pId:11924, name:"Calculates any one parameter of the F distribution", file: "function.stats-cdf-f"},
{id:6594, pId:11924, name:"Calculates any one parameter of the gamma distribu", file: "function.stats-cdf-gamma"},
{id:6595, pId:11924, name:"Calculates any one parameter of the Laplace distri", file: "function.stats-cdf-laplace"},
{id:6596, pId:11924, name:"Calculates any one parameter of the logistic distr", file: "function.stats-cdf-logistic"},
{id:6597, pId:11924, name:"Calculates any one parameter of the negative binom", file: "function.stats-cdf-negative-binomial"},
{id:6598, pId:11924, name:"Calculates any one parameter of the non-central ch", file: "function.stats-cdf-noncentral-chisquare"},
{id:6599, pId:11924, name:"Calculates any one parameter of the non-central F ", file: "function.stats-cdf-noncentral-f"},
{id:6600, pId:11924, name:"Calculates any one parameter of the non-central t-", file: "function.stats-cdf-noncentral-t"},
{id:6601, pId:11924, name:"Calculates any one parameter of the normal distrib", file: "function.stats-cdf-normal"},
{id:6602, pId:11924, name:"Calculates any one parameter of the Poisson distri", file: "function.stats-cdf-poisson"},
{id:6603, pId:11924, name:"Calculates any one parameter of the t-distribution", file: "function.stats-cdf-t"},
{id:6604, pId:11924, name:"Calculates any one parameter of the uniform distri", file: "function.stats-cdf-uniform"},
{id:6605, pId:11924, name:"Calculates any one parameter of the Weibull distri", file: "function.stats-cdf-weibull"},
{id:6606, pId:11924, name:"Computes the covariance of two data sets", file: "function.stats-covariance"},
{id:6607, pId:11924, name:"Probability density function of the beta distribut", file: "function.stats-dens-beta"},
{id:6608, pId:11924, name:"Probability density function of the Cauchy distrib", file: "function.stats-dens-cauchy"},
{id:6609, pId:11924, name:"Probability density function of the chi-square dis", file: "function.stats-dens-chisquare"},
{id:6610, pId:11924, name:"Probability density function of the exponential di", file: "function.stats-dens-exponential"},
{id:6611, pId:11924, name:"Probability density function of the F distribution", file: "function.stats-dens-f"},
{id:6612, pId:11924, name:"Probability density function of the gamma distribu", file: "function.stats-dens-gamma"},
{id:6613, pId:11924, name:"Probability density function of the Laplace distri", file: "function.stats-dens-laplace"},
{id:6614, pId:11924, name:"Probability density function of the logistic distr", file: "function.stats-dens-logistic"},
{id:6615, pId:11924, name:"Probability density function of the normal distrib", file: "function.stats-dens-normal"},
{id:6616, pId:11924, name:"Probability mass function of the binomial distribu", file: "function.stats-dens-pmf-binomial"},
{id:6617, pId:11924, name:"Probability mass function of the hypergeometric di", file: "function.stats-dens-pmf-hypergeometric"},
{id:6618, pId:11924, name:"Probability mass function of the negative binomial", file: "function.stats-dens-pmf-negative-binomial"},
{id:6619, pId:11924, name:"Probability mass function of the Poisson distribut", file: "function.stats-dens-pmf-poisson"},
{id:6620, pId:11924, name:"Probability density function of the t-distribution", file: "function.stats-dens-t"},
{id:6621, pId:11924, name:"Probability density function of the uniform distri", file: "function.stats-dens-uniform"},
{id:6622, pId:11924, name:"Probability density function of the Weibull distri", file: "function.stats-dens-weibull"},
{id:6623, pId:11924, name:"Returns the harmonic mean of an array of values", file: "function.stats-harmonic-mean"},
{id:6624, pId:11924, name:"Computes the kurtosis of the data in the array", file: "function.stats-kurtosis"},
{id:6625, pId:11924, name:"Generates a random deviate from the beta distribut", file: "function.stats-rand-gen-beta"},
{id:6626, pId:11924, name:"Generates a random deviate from the chi-square dis", file: "function.stats-rand-gen-chisquare"},
{id:6627, pId:11924, name:"Generates a random deviate from the exponential di", file: "function.stats-rand-gen-exponential"},
{id:6628, pId:11924, name:"Generates a random deviate from the F distribution", file: "function.stats-rand-gen-f"},
{id:6629, pId:11924, name:"Generates uniform float between low (exclusive) an", file: "function.stats-rand-gen-funiform"},
{id:6630, pId:11924, name:"Generates a random deviate from the gamma distribu", file: "function.stats-rand-gen-gamma"},
{id:6631, pId:11924, name:"Generates a random deviate from the negative binom", file: "function.stats-rand-gen-ibinomial-negative"},
{id:6632, pId:11924, name:"Generates a random deviate from the binomial distr", file: "function.stats-rand-gen-ibinomial"},
{id:6633, pId:11924, name:"Generates random integer between 1 and 2147483562", file: "function.stats-rand-gen-int"},
{id:6634, pId:11924, name:"Generates a single random deviate from a Poisson d", file: "function.stats-rand-gen-ipoisson"},
{id:6635, pId:11924, name:"Generates integer uniformly distributed between LO", file: "function.stats-rand-gen-iuniform"},
{id:6636, pId:11924, name:"Generates a random deviate from the non-central ch", file: "function.stats-rand-gen-noncentral-chisquare"},
{id:6637, pId:11924, name:"Generates a random deviate from the noncentral F d", file: "function.stats-rand-gen-noncentral-f"},
{id:6638, pId:11924, name:"Generates a single random deviate from a non-centr", file: "function.stats-rand-gen-noncentral-t"},
{id:6639, pId:11924, name:"Generates a single random deviate from a normal di", file: "function.stats-rand-gen-normal"},
{id:6640, pId:11924, name:"Generates a single random deviate from a t-distrib", file: "function.stats-rand-gen-t"},
{id:6641, pId:11924, name:"Get the seed values of the random number generator", file: "function.stats-rand-get-seeds"},
{id:6642, pId:11924, name:"Generate two seeds for the RGN random number gener", file: "function.stats-rand-phrase-to-seeds"},
{id:6643, pId:11924, name:"Generates a random floating point number between 0", file: "function.stats-rand-ranf"},
{id:6644, pId:11924, name:"Set seed values to the random generator", file: "function.stats-rand-setall"},
{id:6645, pId:11924, name:"Computes the skewness of the data in the array", file: "function.stats-skew"},
{id:6646, pId:11924, name:"Returns the standard deviation", file: "function.stats-standard-deviation"},
{id:6647, pId:11924, name:"Returns a binomial coefficient", file: "function.stats-stat-binomial-coef"},
{id:6648, pId:11924, name:"Returns the Pearson correlation coefficient of two", file: "function.stats-stat-correlation"},
{id:6649, pId:11924, name:"Returns the factorial of an integer", file: "function.stats-stat-factorial"},
{id:6650, pId:11924, name:"Returns the t-value from the independent two-sampl", file: "function.stats-stat-independent-t"},
{id:6651, pId:11924, name:"Returns the inner product of two vectors", file: "function.stats-stat-innerproduct"},
{id:6652, pId:11924, name:"Returns the t-value of the dependent t-test for pa", file: "function.stats-stat-paired-t"},
{id:6653, pId:11924, name:"Returns the percentile value", file: "function.stats-stat-percentile"},
{id:6654, pId:11924, name:"Returns the power sum of a vector", file: "function.stats-stat-powersum"},
{id:6655, pId:11924, name:"Returns the variance", file: "function.stats-variance"},
{id:13343, pId:348, name:"预定义常量", file: "stats.constants"},
{id:13347, pId:348, name:"安装/配置s4c4-0.03%", file: "stats.setup"},
{id:13342, pId:13347, name:"运行时配置", file: "stats.configuration"},
{id:13344, pId:13347, name:"安装", file: "stats.installation"},
{id:13345, pId:13347, name:"需求", file: "stats.requirements"},
{id:13346, pId:13347, name:"资源类型", file: "stats.resources"},
{id:363, pId:12184, name:"Technical Analysis for Traderss4c170-1.13%", file: "book.trader"},
{id:9279, pId:363, name:"简介", file: "intro.trader"},
{id:11936, pId:363, name:"Trader 函数s163c163-1.08%", file: "ref.trader"},
{id:6879, pId:11936, name:"Vector Trigonometric ACos", file: "function.trader-acos"},
{id:6880, pId:11936, name:"Chaikin A/D Line", file: "function.trader-ad"},
{id:6881, pId:11936, name:"Vector Arithmetic Add", file: "function.trader-add"},
{id:6882, pId:11936, name:"Chaikin A/D Oscillator", file: "function.trader-adosc"},
{id:6883, pId:11936, name:"Average Directional Movement Index", file: "function.trader-adx"},
{id:6884, pId:11936, name:"Average Directional Movement Index Rating", file: "function.trader-adxr"},
{id:6885, pId:11936, name:"Absolute Price Oscillator", file: "function.trader-apo"},
{id:6886, pId:11936, name:"Aroon", file: "function.trader-aroon"},
{id:6887, pId:11936, name:"Aroon Oscillator", file: "function.trader-aroonosc"},
{id:6888, pId:11936, name:"Vector Trigonometric ASin", file: "function.trader-asin"},
{id:6889, pId:11936, name:"Vector Trigonometric ATan", file: "function.trader-atan"},
{id:6890, pId:11936, name:"Average True Range", file: "function.trader-atr"},
{id:6891, pId:11936, name:"Average Price", file: "function.trader-avgprice"},
{id:6892, pId:11936, name:"Bollinger Bands", file: "function.trader-bbands"},
{id:6893, pId:11936, name:"Beta", file: "function.trader-beta"},
{id:6894, pId:11936, name:"Balance Of Power", file: "function.trader-bop"},
{id:6895, pId:11936, name:"Commodity Channel Index", file: "function.trader-cci"},
{id:6896, pId:11936, name:"Two Crows", file: "function.trader-cdl2crows"},
{id:6897, pId:11936, name:"Three Black Crows", file: "function.trader-cdl3blackcrows"},
{id:6898, pId:11936, name:"Three Inside Up/Down", file: "function.trader-cdl3inside"},
{id:6899, pId:11936, name:"Three-Line Strike", file: "function.trader-cdl3linestrike"},
{id:6900, pId:11936, name:"Three Outside Up/Down", file: "function.trader-cdl3outside"},
{id:6901, pId:11936, name:"Three Stars In The South", file: "function.trader-cdl3starsinsouth"},
{id:6902, pId:11936, name:"Three Advancing White Soldiers", file: "function.trader-cdl3whitesoldiers"},
{id:6903, pId:11936, name:"Abandoned Baby", file: "function.trader-cdlabandonedbaby"},
{id:6904, pId:11936, name:"Advance Block", file: "function.trader-cdladvanceblock"},
{id:6905, pId:11936, name:"Belt-hold", file: "function.trader-cdlbelthold"},
{id:6906, pId:11936, name:"Breakaway", file: "function.trader-cdlbreakaway"},
{id:6907, pId:11936, name:"Closing Marubozu", file: "function.trader-cdlclosingmarubozu"},
{id:6908, pId:11936, name:"Concealing Baby Swallow", file: "function.trader-cdlconcealbabyswall"},
{id:6909, pId:11936, name:"Counterattack", file: "function.trader-cdlcounterattack"},
{id:6910, pId:11936, name:"Dark Cloud Cover", file: "function.trader-cdldarkcloudcover"},
{id:6911, pId:11936, name:"Doji", file: "function.trader-cdldoji"},
{id:6912, pId:11936, name:"Doji Star", file: "function.trader-cdldojistar"},
{id:6913, pId:11936, name:"Dragonfly Doji", file: "function.trader-cdldragonflydoji"},
{id:6914, pId:11936, name:"Engulfing Pattern", file: "function.trader-cdlengulfing"},
{id:6915, pId:11936, name:"Evening Doji Star", file: "function.trader-cdleveningdojistar"},
{id:6916, pId:11936, name:"Evening Star", file: "function.trader-cdleveningstar"},
{id:6917, pId:11936, name:"Up/Down-gap side-by-side white lines", file: "function.trader-cdlgapsidesidewhite"},
{id:6918, pId:11936, name:"Gravestone Doji", file: "function.trader-cdlgravestonedoji"},
{id:6919, pId:11936, name:"Hammer", file: "function.trader-cdlhammer"},
{id:6920, pId:11936, name:"Hanging Man", file: "function.trader-cdlhangingman"},
{id:6921, pId:11936, name:"Harami Pattern", file: "function.trader-cdlharami"},
{id:6922, pId:11936, name:"Harami Cross Pattern", file: "function.trader-cdlharamicross"},
{id:6923, pId:11936, name:"High-Wave Candle", file: "function.trader-cdlhighwave"},
{id:6924, pId:11936, name:"Hikkake Pattern", file: "function.trader-cdlhikkake"},
{id:6925, pId:11936, name:"Modified Hikkake Pattern", file: "function.trader-cdlhikkakemod"},
{id:6926, pId:11936, name:"Homing Pigeon", file: "function.trader-cdlhomingpigeon"},
{id:6927, pId:11936, name:"Identical Three Crows", file: "function.trader-cdlidentical3crows"},
{id:6928, pId:11936, name:"In-Neck Pattern", file: "function.trader-cdlinneck"},
{id:6929, pId:11936, name:"Inverted Hammer", file: "function.trader-cdlinvertedhammer"},
{id:6930, pId:11936, name:"Kicking", file: "function.trader-cdlkicking"},
{id:6931, pId:11936, name:"Kicking - bull/bear determined by the longer marub", file: "function.trader-cdlkickingbylength"},
{id:6932, pId:11936, name:"Ladder Bottom", file: "function.trader-cdlladderbottom"},
{id:6933, pId:11936, name:"Long Legged Doji", file: "function.trader-cdllongleggeddoji"},
{id:6934, pId:11936, name:"Long Line Candle", file: "function.trader-cdllongline"},
{id:6935, pId:11936, name:"Marubozu", file: "function.trader-cdlmarubozu"},
{id:6936, pId:11936, name:"Matching Low", file: "function.trader-cdlmatchinglow"},
{id:6937, pId:11936, name:"Mat Hold", file: "function.trader-cdlmathold"},
{id:6938, pId:11936, name:"Morning Doji Star", file: "function.trader-cdlmorningdojistar"},
{id:6939, pId:11936, name:"Morning Star", file: "function.trader-cdlmorningstar"},
{id:6940, pId:11936, name:"On-Neck Pattern", file: "function.trader-cdlonneck"},
{id:6941, pId:11936, name:"Piercing Pattern", file: "function.trader-cdlpiercing"},
{id:6942, pId:11936, name:"Rickshaw Man", file: "function.trader-cdlrickshawman"},
{id:6943, pId:11936, name:"Rising/Falling Three Methods", file: "function.trader-cdlrisefall3methods"},
{id:6944, pId:11936, name:"Separating Lines", file: "function.trader-cdlseparatinglines"},
{id:6945, pId:11936, name:"Shooting Star", file: "function.trader-cdlshootingstar"},
{id:6946, pId:11936, name:"Short Line Candle", file: "function.trader-cdlshortline"},
{id:6947, pId:11936, name:"Spinning Top", file: "function.trader-cdlspinningtop"},
{id:6948, pId:11936, name:"Stalled Pattern", file: "function.trader-cdlstalledpattern"},
{id:6949, pId:11936, name:"Stick Sandwich", file: "function.trader-cdlsticksandwich"},
{id:6950, pId:11936, name:"Takuri (Dragonfly Doji with very long lower shadow", file: "function.trader-cdltakuri"},
{id:6951, pId:11936, name:"Tasuki Gap", file: "function.trader-cdltasukigap"},
{id:6952, pId:11936, name:"Thrusting Pattern", file: "function.trader-cdlthrusting"},
{id:6953, pId:11936, name:"Tristar Pattern", file: "function.trader-cdltristar"},
{id:6954, pId:11936, name:"Unique 3 River", file: "function.trader-cdlunique3river"},
{id:6955, pId:11936, name:"Upside Gap Two Crows", file: "function.trader-cdlupsidegap2crows"},
{id:6956, pId:11936, name:"Upside/Downside Gap Three Methods", file: "function.trader-cdlxsidegap3methods"},
{id:6957, pId:11936, name:"Vector Ceil", file: "function.trader-ceil"},
{id:6958, pId:11936, name:"Chande Momentum Oscillator", file: "function.trader-cmo"},
{id:6959, pId:11936, name:"Pearson's Correlation Coefficient (r)", file: "function.trader-correl"},
{id:6960, pId:11936, name:"Vector Trigonometric Cos", file: "function.trader-cos"},
{id:6961, pId:11936, name:"Vector Trigonometric Cosh", file: "function.trader-cosh"},
{id:6962, pId:11936, name:"Double Exponential Moving Average", file: "function.trader-dema"},
{id:6963, pId:11936, name:"Vector Arithmetic Div", file: "function.trader-div"},
{id:6964, pId:11936, name:"Directional Movement Index", file: "function.trader-dx"},
{id:6965, pId:11936, name:"Exponential Moving Average", file: "function.trader-ema"},
{id:6966, pId:11936, name:"Get error code", file: "function.trader-errno"},
{id:6967, pId:11936, name:"Vector Arithmetic Exp", file: "function.trader-exp"},
{id:6968, pId:11936, name:"Vector Floor", file: "function.trader-floor"},
{id:6969, pId:11936, name:"Get compatibility mode", file: "function.trader-get-compat"},
{id:6970, pId:11936, name:"Get unstable period", file: "function.trader-get-unstable-period"},
{id:6971, pId:11936, name:"Hilbert Transform - Dominant Cycle Period", file: "function.trader-ht-dcperiod"},
{id:6972, pId:11936, name:"Hilbert Transform - Dominant Cycle Phase", file: "function.trader-ht-dcphase"},
{id:6973, pId:11936, name:"Hilbert Transform - Phasor Components", file: "function.trader-ht-phasor"},
{id:6974, pId:11936, name:"Hilbert Transform - SineWave", file: "function.trader-ht-sine"},
{id:6975, pId:11936, name:"Hilbert Transform - Instantaneous Trendline", file: "function.trader-ht-trendline"},
{id:6976, pId:11936, name:"Hilbert Transform - Trend vs Cycle Mode", file: "function.trader-ht-trendmode"},
{id:6977, pId:11936, name:"Kaufman Adaptive Moving Average", file: "function.trader-kama"},
{id:6978, pId:11936, name:"Linear Regression Angle", file: "function.trader-linearreg-angle"},
{id:6979, pId:11936, name:"Linear Regression Intercept", file: "function.trader-linearreg-intercept"},
{id:6980, pId:11936, name:"Linear Regression Slope", file: "function.trader-linearreg-slope"},
{id:6981, pId:11936, name:"Linear Regression", file: "function.trader-linearreg"},
{id:6982, pId:11936, name:"Vector Log Natural", file: "function.trader-ln"},
{id:6983, pId:11936, name:"Vector Log10", file: "function.trader-log10"},
{id:6984, pId:11936, name:"Moving average", file: "function.trader-ma"},
{id:6985, pId:11936, name:"Moving Average Convergence/Divergence", file: "function.trader-macd"},
{id:6986, pId:11936, name:"MACD with controllable MA type", file: "function.trader-macdext"},
{id:6987, pId:11936, name:"Moving Average Convergence/Divergence Fix 12/26", file: "function.trader-macdfix"},
{id:6988, pId:11936, name:"MESA Adaptive Moving Average", file: "function.trader-mama"},
{id:6989, pId:11936, name:"Moving average with variable period", file: "function.trader-mavp"},
{id:6990, pId:11936, name:"Highest value over a specified period", file: "function.trader-max"},
{id:6991, pId:11936, name:"Index of highest value over a specified period", file: "function.trader-maxindex"},
{id:6992, pId:11936, name:"Median Price", file: "function.trader-medprice"},
{id:6993, pId:11936, name:"Money Flow Index", file: "function.trader-mfi"},
{id:6994, pId:11936, name:"MidPoint over period", file: "function.trader-midpoint"},
{id:6995, pId:11936, name:"Midpoint Price over period", file: "function.trader-midprice"},
{id:6996, pId:11936, name:"Lowest value over a specified period", file: "function.trader-min"},
{id:6997, pId:11936, name:"Index of lowest value over a specified period", file: "function.trader-minindex"},
{id:6998, pId:11936, name:"Lowest and highest values over a specified period", file: "function.trader-minmax"},
{id:6999, pId:11936, name:"Indexes of lowest and highest values over a specif", file: "function.trader-minmaxindex"},
{id:7000, pId:11936, name:"Minus Directional Indicator", file: "function.trader-minus-di"},
{id:7001, pId:11936, name:"Minus Directional Movement", file: "function.trader-minus-dm"},
{id:7002, pId:11936, name:"Momentum", file: "function.trader-mom"},
{id:7003, pId:11936, name:"Vector Arithmetic Mult", file: "function.trader-mult"},
{id:7004, pId:11936, name:"Normalized Average True Range", file: "function.trader-natr"},
{id:7005, pId:11936, name:"On Balance Volume", file: "function.trader-obv"},
{id:7006, pId:11936, name:"Plus Directional Indicator", file: "function.trader-plus-di"},
{id:7007, pId:11936, name:"Plus Directional Movement", file: "function.trader-plus-dm"},
{id:7008, pId:11936, name:"Percentage Price Oscillator", file: "function.trader-ppo"},
{id:7009, pId:11936, name:"Rate of change : ((price/prevPrice)-1)*100", file: "function.trader-roc"},
{id:7010, pId:11936, name:"Rate of change Percentage: (price-prevPrice)/prevP", file: "function.trader-rocp"},
{id:7011, pId:11936, name:"Rate of change ratio: (price/prevPrice)", file: "function.trader-rocr"},
{id:7012, pId:11936, name:"Rate of change ratio 100 scale: (price/prevPrice)*", file: "function.trader-rocr100"},
{id:7013, pId:11936, name:"Relative Strength Index", file: "function.trader-rsi"},
{id:7014, pId:11936, name:"Parabolic SAR", file: "function.trader-sar"},
{id:7015, pId:11936, name:"Parabolic SAR - Extended", file: "function.trader-sarext"},
{id:7016, pId:11936, name:"Set compatibility mode", file: "function.trader-set-compat"},
{id:7017, pId:11936, name:"Set unstable period", file: "function.trader-set-unstable-period"},
{id:7018, pId:11936, name:"Vector Trigonometric Sin", file: "function.trader-sin"},
{id:7019, pId:11936, name:"Vector Trigonometric Sinh", file: "function.trader-sinh"},
{id:7020, pId:11936, name:"Simple Moving Average", file: "function.trader-sma"},
{id:7021, pId:11936, name:"Vector Square Root", file: "function.trader-sqrt"},
{id:7022, pId:11936, name:"Standard Deviation", file: "function.trader-stddev"},
{id:7023, pId:11936, name:"Stochastic", file: "function.trader-stoch"},
{id:7024, pId:11936, name:"Stochastic Fast", file: "function.trader-stochf"},
{id:7025, pId:11936, name:"Stochastic Relative Strength Index", file: "function.trader-stochrsi"},
{id:7026, pId:11936, name:"Vector Arithmetic Subtraction", file: "function.trader-sub"},
{id:7027, pId:11936, name:"Summation", file: "function.trader-sum"},
{id:7028, pId:11936, name:"Triple Exponential Moving Average (T3)", file: "function.trader-t3"},
{id:7029, pId:11936, name:"Vector Trigonometric Tan", file: "function.trader-tan"},
{id:7030, pId:11936, name:"Vector Trigonometric Tanh", file: "function.trader-tanh"},
{id:7031, pId:11936, name:"Triple Exponential Moving Average", file: "function.trader-tema"},
{id:7032, pId:11936, name:"True Range", file: "function.trader-trange"},
{id:7033, pId:11936, name:"Triangular Moving Average", file: "function.trader-trima"},
{id:7034, pId:11936, name:"1-day Rate-Of-Change (ROC) of a Triple Smooth EMA", file: "function.trader-trix"},
{id:7035, pId:11936, name:"Time Series Forecast", file: "function.trader-tsf"},
{id:7036, pId:11936, name:"Typical Price", file: "function.trader-typprice"},
{id:7037, pId:11936, name:"Ultimate Oscillator", file: "function.trader-ultosc"},
{id:7038, pId:11936, name:"Variance", file: "function.trader-var"},
{id:7039, pId:11936, name:"Weighted Close Price", file: "function.trader-wclprice"},
{id:7040, pId:11936, name:"Williams' %R", file: "function.trader-willr"},
{id:7041, pId:11936, name:"Weighted Moving Average", file: "function.trader-wma"},
{id:14058, pId:363, name:"预定义常量", file: "trader.constants"},
{id:14061, pId:363, name:"安装/配置s3c3-0.02%", file: "trader.setup"},
{id:14057, pId:14061, name:"运行时配置", file: "trader.configuration"},
{id:14059, pId:14061, name:"安装", file: "trader.installation"},
{id:14060, pId:14061, name:"需求", file: "trader.requirements"},
{id:12185, pId:2527, name:"身份认证服务s2c65-0.43%", file: "refs.remote.auth"},
{id:241, pId:12185, name:"Kerberos Vs5c22-0.15%", file: "book.kadm5"},
{id:9159, pId:241, name:"简介", file: "intro.kadm5"},
{id:9360, pId:241, name:"预定义常量s2c2-0.01%", file: "kadm5.constants"},
{id:9361, pId:9360, name:"Constants for Attribute Flags", file: "kadm5.constantsaf"},
{id:11334, pId:9360, name:"Constants for Options", file: "pecl.kadm5.constantsop"},
{id:9363, pId:241, name:"范例s1c1-0.01%", file: "kadm5.examples"},
{id:9362, pId:9363, name:"Basic usage", file: "kadm5.examples-connect"},
{id:9367, pId:241, name:"安装/配置s4c4-0.03%", file: "kadm5.setup"},
{id:9359, pId:9367, name:"运行时配置", file: "kadm5.configuration"},
{id:9364, pId:9367, name:"安装", file: "kadm5.installation"},
{id:9365, pId:9367, name:"需求", file: "kadm5.requirements"},
{id:9366, pId:9367, name:"资源类型", file: "kadm5.resources"},
{id:11815, pId:241, name:"KADM5 函数s10c10-0.07%", file: "ref.kadm5"},
{id:4444, pId:11815, name:"Changes the principal's password", file: "function.kadm5-chpass-principal"},
{id:4445, pId:11815, name:"Creates a kerberos principal with the given parame", file: "function.kadm5-create-principal"},
{id:4446, pId:11815, name:"Deletes a kerberos principal", file: "function.kadm5-delete-principal"},
{id:4447, pId:11815, name:"Closes the connection to the admin server and rele", file: "function.kadm5-destroy"},
{id:4448, pId:11815, name:"Flush all changes to the Kerberos database", file: "function.kadm5-flush"},
{id:4449, pId:11815, name:"Gets all policies from the Kerberos database", file: "function.kadm5-get-policies"},
{id:4450, pId:11815, name:"Gets the principal's entries from the Kerberos dat", file: "function.kadm5-get-principal"},
{id:4451, pId:11815, name:"Gets all principals from the Kerberos database", file: "function.kadm5-get-principals"},
{id:4452, pId:11815, name:"Opens a connection to the KADM5 library", file: "function.kadm5-init-with-password"},
{id:4453, pId:11815, name:"Modifies a kerberos principal with the given param", file: "function.kadm5-modify-principal"},
{id:313, pId:12185, name:"Radiuss5c41-0.27%", file: "book.radius"},
{id:9229, pId:313, name:"简介", file: "intro.radius"},
{id:11628, pId:313, name:"预定义常量s4c4-0.03%", file: "radius.constants"},
{id:11627, pId:11628, name:"RADIUS Attribute Types", file: "radius.constants.attributes"},
{id:11629, pId:11628, name:"RADIUS Options", file: "radius.constants.options"},
{id:11630, pId:11628, name:"RADIUS Packet Types", file: "radius.constants.packets"},
{id:11631, pId:11628, name:"RADIUS Vendor Specific Attribute Types", file: "radius.constants.vendor-specific"},
{id:11632, pId:313, name:"范例", file: "radius.examples"},
{id:11636, pId:313, name:"安装/配置s4c4-0.03%", file: "radius.setup"},
{id:11626, pId:11636, name:"运行时配置", file: "radius.configuration"},
{id:11633, pId:11636, name:"安装", file: "radius.installation"},
{id:11634, pId:11636, name:"需求", file: "radius.requirements"},
{id:11635, pId:11636, name:"资源类型", file: "radius.resources"},
{id:11894, pId:313, name:"Radius 函数s28c28-0.19%", file: "ref.radius"},
{id:6113, pId:11894, name:"Creates a Radius handle for accounting", file: "function.radius-acct-open"},
{id:6114, pId:11894, name:"Adds a server", file: "function.radius-add-server"},
{id:6115, pId:11894, name:"Creates a Radius handle for authentication", file: "function.radius-auth-open"},
{id:6116, pId:11894, name:"Frees all ressources", file: "function.radius-close"},
{id:6117, pId:11894, name:"Causes the library to read the given configuration", file: "function.radius-config"},
{id:6118, pId:11894, name:"Create accounting or authentication request", file: "function.radius-create-request"},
{id:6119, pId:11894, name:"Converts raw data to IP-Address", file: "function.radius-cvt-addr"},
{id:6120, pId:11894, name:"Converts raw data to integer", file: "function.radius-cvt-int"},
{id:6121, pId:11894, name:"Converts raw data to string", file: "function.radius-cvt-string"},
{id:6122, pId:11894, name:"Derives mppe-keys from mangled data", file: "function.radius-demangle-mppe-key"},
{id:6123, pId:11894, name:"Demangles data", file: "function.radius-demangle"},
{id:6124, pId:11894, name:"Extracts an attribute", file: "function.radius-get-attr"},
{id:6125, pId:11894, name:"Extracts the data from a tagged attribute", file: "function.radius-get-tagged-attr-data"},
{id:6126, pId:11894, name:"Extracts the tag from a tagged attribute", file: "function.radius-get-tagged-attr-tag"},
{id:6127, pId:11894, name:"Extracts a vendor specific attribute", file: "function.radius-get-vendor-attr"},
{id:6128, pId:11894, name:"Attaches an IP address attribute", file: "function.radius-put-addr"},
{id:6129, pId:11894, name:"Attaches a binary attribute", file: "function.radius-put-attr"},
{id:6130, pId:11894, name:"Attaches an integer attribute", file: "function.radius-put-int"},
{id:6131, pId:11894, name:"Attaches a string attribute", file: "function.radius-put-string"},
{id:6132, pId:11894, name:"Attaches a vendor specific IP address attribute", file: "function.radius-put-vendor-addr"},
{id:6133, pId:11894, name:"Attaches a vendor specific binary attribute", file: "function.radius-put-vendor-attr"},
{id:6134, pId:11894, name:"Attaches a vendor specific integer attribute", file: "function.radius-put-vendor-int"},
{id:6135, pId:11894, name:"Attaches a vendor specific string attribute", file: "function.radius-put-vendor-string"},
{id:6136, pId:11894, name:"Returns the request authenticator", file: "function.radius-request-authenticator"},
{id:6137, pId:11894, name:"Salt-encrypts a value", file: "function.radius-salt-encrypt-attr"},
{id:6138, pId:11894, name:"Sends the request and waits for a reply", file: "function.radius-send-request"},
{id:6139, pId:11894, name:"Returns the shared secret", file: "function.radius-server-secret"},
{id:6140, pId:11894, name:"Returns an error message", file: "function.radius-strerror"},
{id:12186, pId:2527, name:"邮件相关扩展s5c159-1.06%", file: "refs.remote.mail"},
{id:181, pId:12186, name:"Cyrus IMAP administrations4c14-0.09%", file: "book.cyrus"},
{id:1566, pId:181, name:"预定义常量", file: "cyrus.constants"},
{id:1570, pId:181, name:"安装/配置s4c4-0.03%", file: "cyrus.setup"},
{id:1565, pId:1570, name:"运行时配置", file: "cyrus.configuration"},
{id:1567, pId:1570, name:"安装", file: "cyrus.installation"},
{id:1568, pId:1570, name:"需求", file: "cyrus.requirements"},
{id:1569, pId:1570, name:"资源类型", file: "cyrus.resources"},
{id:9100, pId:181, name:"简介", file: "intro.cyrus"},
{id:11764, pId:181, name:"Cyrus 函数s6c6-0.04%", file: "ref.cyrus"},
{id:3004, pId:11764, name:"Authenticate against a Cyrus IMAP server", file: "function.cyrus-authenticate"},
{id:3005, pId:11764, name:"Bind callbacks to a Cyrus IMAP connection", file: "function.cyrus-bind"},
{id:3006, pId:11764, name:"Close connection to a Cyrus IMAP server", file: "function.cyrus-close"},
{id:3007, pId:11764, name:"Connect to a Cyrus IMAP server", file: "function.cyrus-connect"},
{id:3008, pId:11764, name:"Send a query to a Cyrus IMAP server", file: "function.cyrus-query"},
{id:3009, pId:11764, name:"Unbind ...", file: "function.cyrus-unbind"},
{id:233, pId:12186, name:"IMAP, POP3 和 NNTPs4c83-0.55%", file: "book.imap"},
{id:8582, pId:233, name:"预定义常量", file: "imap.constants"},
{id:8586, pId:233, name:"安装/配置s4c4-0.03%", file: "imap.setup"},
{id:8581, pId:8586, name:"运行时配置", file: "imap.configuration"},
{id:8583, pId:8586, name:"安装", file: "imap.installation"},
{id:8584, pId:8586, name:"需求", file: "imap.requirements"},
{id:8585, pId:8586, name:"资源类型", file: "imap.resources"},
{id:9151, pId:233, name:"简介", file: "intro.imap"},
{id:11805, pId:233, name:"IMAP 函数s75c75-0.5%", file: "ref.imap"},
{id:4250, pId:11805, name:"Convert an 8bit string to a quoted-printable strin", file: "function.imap-8bit"},
{id:4251, pId:11805, name:"Returns all IMAP alert messages that have occurred", file: "function.imap-alerts"},
{id:4252, pId:11805, name:"Append a string message to a specified mailbox", file: "function.imap-append"},
{id:4253, pId:11805, name:"Decode BASE64 encoded text", file: "function.imap-base64"},
{id:4254, pId:11805, name:"Convert an 8bit string to a base64 string", file: "function.imap-binary"},
{id:4255, pId:11805, name:"Read the message body", file: "function.imap-body"},
{id:4256, pId:11805, name:"Read the structure of a specified body section of ", file: "function.imap-bodystruct"},
{id:4257, pId:11805, name:"Check current mailbox", file: "function.imap-check"},
{id:4258, pId:11805, name:"Clears flags on messages", file: "function.imap-clearflag-full"},
{id:4259, pId:11805, name:"Close an IMAP stream", file: "function.imap-close"},
{id:4260, pId:11805, name:"别名 imap_createmailbox", file: "function.imap-create"},
{id:4261, pId:11805, name:"Create a new mailbox", file: "function.imap-createmailbox"},
{id:4262, pId:11805, name:"Mark a message for deletion from current mailbox", file: "function.imap-delete"},
{id:4263, pId:11805, name:"Delete a mailbox", file: "function.imap-deletemailbox"},
{id:4264, pId:11805, name:"Returns all of the IMAP errors that have occurred", file: "function.imap-errors"},
{id:4265, pId:11805, name:"Delete all messages marked for deletion", file: "function.imap-expunge"},
{id:4266, pId:11805, name:"Read an overview of the information in the headers", file: "function.imap-fetch-overview"},
{id:4267, pId:11805, name:"Fetch a particular section of the body of the mess", file: "function.imap-fetchbody"},
{id:4268, pId:11805, name:"Returns header for a message", file: "function.imap-fetchheader"},
{id:4269, pId:11805, name:"Fetch MIME headers for a particular section of the", file: "function.imap-fetchmime"},
{id:4270, pId:11805, name:"Read the structure of a particular message", file: "function.imap-fetchstructure"},
{id:4271, pId:11805, name:"别名 imap_body", file: "function.imap-fetchtext"},
{id:4272, pId:11805, name:"Clears IMAP cache", file: "function.imap-gc"},
{id:4273, pId:11805, name:"Retrieve the quota level settings, and usage stati", file: "function.imap-get-quota"},
{id:4274, pId:11805, name:"Retrieve the quota settings per user", file: "function.imap-get-quotaroot"},
{id:4275, pId:11805, name:"Gets the ACL for a given mailbox", file: "function.imap-getacl"},
{id:4276, pId:11805, name:"Read the list of mailboxes, returning detailed inf", file: "function.imap-getmailboxes"},
{id:4277, pId:11805, name:"List all the subscribed mailboxes", file: "function.imap-getsubscribed"},
{id:4278, pId:11805, name:"别名 imap_headerinfo", file: "function.imap-header"},
{id:4279, pId:11805, name:"Read the header of the message", file: "function.imap-headerinfo"},
{id:4280, pId:11805, name:"Returns headers for all messages in a mailbox", file: "function.imap-headers"},
{id:4281, pId:11805, name:"Gets the last IMAP error that occurred during this", file: "function.imap-last-error"},
{id:4282, pId:11805, name:"Read the list of mailboxes", file: "function.imap-list"},
{id:4283, pId:11805, name:"别名 imap_list", file: "function.imap-listmailbox"},
{id:4284, pId:11805, name:"Returns the list of mailboxes that matches the giv", file: "function.imap-listscan"},
{id:4285, pId:11805, name:"别名 imap_lsub", file: "function.imap-listsubscribed"},
{id:4286, pId:11805, name:"List all the subscribed mailboxes", file: "function.imap-lsub"},
{id:4287, pId:11805, name:"Create a MIME message based on given envelope and ", file: "function.imap-mail-compose"},
{id:4288, pId:11805, name:"Copy specified messages to a mailbox", file: "function.imap-mail-copy"},
{id:4289, pId:11805, name:"Move specified messages to a mailbox", file: "function.imap-mail-move"},
{id:4290, pId:11805, name:"Send an email message", file: "function.imap-mail"},
{id:4291, pId:11805, name:"Get information about the current mailbox", file: "function.imap-mailboxmsginfo"},
{id:4292, pId:11805, name:"Decode MIME header elements", file: "function.imap-mime-header-decode"},
{id:4293, pId:11805, name:"Gets the message sequence number for the given UID", file: "function.imap-msgno"},
{id:4294, pId:11805, name:"Decode a modified UTF-7 string to UTF-8", file: "function.imap-mutf7-to-utf8"},
{id:4295, pId:11805, name:"Gets the number of messages in the current mailbox", file: "function.imap-num-msg"},
{id:4296, pId:11805, name:"Gets the number of recent messages in current mail", file: "function.imap-num-recent"},
{id:4297, pId:11805, name:"Open an IMAP stream to a mailbox", file: "function.imap-open"},
{id:4298, pId:11805, name:"Check if the IMAP stream is still active", file: "function.imap-ping"},
{id:4299, pId:11805, name:"Convert a quoted-printable string to an 8 bit stri", file: "function.imap-qprint"},
{id:4300, pId:11805, name:"别名 imap_renamemailbox", file: "function.imap-rename"},
{id:4301, pId:11805, name:"Rename an old mailbox to new mailbox", file: "function.imap-renamemailbox"},
{id:4302, pId:11805, name:"Reopen IMAP stream to new mailbox", file: "function.imap-reopen"},
{id:4303, pId:11805, name:"Parses an address string", file: "function.imap-rfc822-parse-adrlist"},
{id:4304, pId:11805, name:"Parse mail headers from a string", file: "function.imap-rfc822-parse-headers"},
{id:4305, pId:11805, name:"Returns a properly formatted email address given t", file: "function.imap-rfc822-write-address"},
{id:4306, pId:11805, name:"Save a specific body section to a file", file: "function.imap-savebody"},
{id:4307, pId:11805, name:"别名 imap_listscan", file: "function.imap-scan"},
{id:4308, pId:11805, name:"别名 imap_listscan", file: "function.imap-scanmailbox"},
{id:4309, pId:11805, name:"This function returns an array of messages matchin", file: "function.imap-search"},
{id:4310, pId:11805, name:"Sets a quota for a given mailbox", file: "function.imap-set-quota"},
{id:4311, pId:11805, name:"Sets the ACL for a given mailbox", file: "function.imap-setacl"},
{id:4312, pId:11805, name:"Sets flags on messages", file: "function.imap-setflag-full"},
{id:4313, pId:11805, name:"Gets and sort messages", file: "function.imap-sort"},
{id:4314, pId:11805, name:"Returns status information on a mailbox", file: "function.imap-status"},
{id:4315, pId:11805, name:"Subscribe to a mailbox", file: "function.imap-subscribe"},
{id:4316, pId:11805, name:"Returns a tree of threaded message", file: "function.imap-thread"},
{id:4317, pId:11805, name:"Set or fetch imap timeout", file: "function.imap-timeout"},
{id:4318, pId:11805, name:"This function returns the UID for the given messag", file: "function.imap-uid"},
{id:4319, pId:11805, name:"Unmark the message which is marked deleted", file: "function.imap-undelete"},
{id:4320, pId:11805, name:"Unsubscribe from a mailbox", file: "function.imap-unsubscribe"},
{id:4321, pId:11805, name:"Decodes a modified UTF-7 encoded string", file: "function.imap-utf7-decode"},
{id:4322, pId:11805, name:"Converts ISO-8859-1 string to modified UTF-7 text", file: "function.imap-utf7-encode"},
{id:4323, pId:11805, name:"Encode a UTF-8 string to modified UTF-7", file: "function.imap-utf8-to-mutf7"},
{id:4324, pId:11805, name:"Converts MIME-encoded text to UTF-8", file: "function.imap-utf8"},
{id:250, pId:12186, name:"Mails4c10-0.07%", file: "book.mail"},
{id:9168, pId:250, name:"简介", file: "intro.mail"},
{id:9582, pId:250, name:"预定义常量", file: "mail.constants"},
{id:9586, pId:250, name:"安装/配置s4c4-0.03%", file: "mail.setup"},
{id:9581, pId:9586, name:"运行时配置", file: "mail.configuration"},
{id:9583, pId:9586, name:"安装", file: "mail.installation"},
{id:9584, pId:9586, name:"需求", file: "mail.requirements"},
{id:9585, pId:9586, name:"资源类型", file: "mail.resources"},
{id:11820, pId:250, name:"Mail 函数s2c2-0.01%", file: "ref.mail"},
{id:3349, pId:11820, name:"计算 EZMLM 所需的散列值", file: "function.ezmlm-hash"},
{id:4590, pId:11820, name:"发送邮件", file: "function.mail"},
{id:251, pId:12186, name:"Mailparses4c22-0.15%", file: "book.mailparse"},
{id:9169, pId:251, name:"简介", file: "intro.mailparse"},
{id:9588, pId:251, name:"预定义常量", file: "mailparse.constants"},
{id:9592, pId:251, name:"安装/配置s4c4-0.03%", file: "mailparse.setup"},
{id:9587, pId:9592, name:"运行时配置", file: "mailparse.configuration"},
{id:9589, pId:9592, name:"安装", file: "mailparse.installation"},
{id:9590, pId:9592, name:"需求", file: "mailparse.requirements"},
{id:9591, pId:9592, name:"资源类型", file: "mailparse.resources"},
{id:11821, pId:251, name:"Mailparse 函数s14c14-0.09%", file: "ref.mailparse"},
{id:4591, pId:11821, name:"Gets the best way of encoding", file: "function.mailparse-determine-best-xfer-encoding"},
{id:4592, pId:11821, name:"Create a mime mail resource", file: "function.mailparse-msg-create"},
{id:4593, pId:11821, name:"Extracts/decodes a message section", file: "function.mailparse-msg-extract-part-file"},
{id:4594, pId:11821, name:"Extracts/decodes a message section", file: "function.mailparse-msg-extract-part"},
{id:4595, pId:11821, name:"Extracts a message section including headers witho", file: "function.mailparse-msg-extract-whole-part-file"},
{id:4596, pId:11821, name:"Frees a MIME resource", file: "function.mailparse-msg-free"},
{id:4597, pId:11821, name:"Returns an associative array of info about the mes", file: "function.mailparse-msg-get-part-data"},
{id:4598, pId:11821, name:"Returns a handle on a given section in a mimemessa", file: "function.mailparse-msg-get-part"},
{id:4599, pId:11821, name:"Returns an array of mime section names in the supp", file: "function.mailparse-msg-get-structure"},
{id:4600, pId:11821, name:"Parses a file", file: "function.mailparse-msg-parse-file"},
{id:4601, pId:11821, name:"Incrementally parse data into buffer", file: "function.mailparse-msg-parse"},
{id:4602, pId:11821, name:"Parse RFC 822 compliant addresses", file: "function.mailparse-rfc822-parse-addresses"},
{id:4603, pId:11821, name:"Streams data from source file pointer, apply encod", file: "function.mailparse-stream-encode"},
{id:4604, pId:11821, name:"Scans the data from fp and extract each embedded u", file: "function.mailparse-uudecode-all"},
{id:371, pId:12186, name:"vpopmails4c25-0.17%", file: "book.vpopmail"},
{id:9287, pId:371, name:"简介", file: "intro.vpopmail"},
{id:11942, pId:371, name:"vpopmail 函数s17c17-0.11%", file: "ref.vpopmail"},
{id:7151, pId:11942, name:"Add alias to an existing virtual domain", file: "function.vpopmail-add-alias-domain-ex"},
{id:7152, pId:11942, name:"Add an alias for a virtual domain", file: "function.vpopmail-add-alias-domain"},
{id:7153, pId:11942, name:"Add a new virtual domain", file: "function.vpopmail-add-domain-ex"},
{id:7154, pId:11942, name:"Add a new virtual domain", file: "function.vpopmail-add-domain"},
{id:7155, pId:11942, name:"Add a new user to the specified virtual domain", file: "function.vpopmail-add-user"},
{id:7156, pId:11942, name:"Insert a virtual alias", file: "function.vpopmail-alias-add"},
{id:7157, pId:11942, name:"Deletes all virtual aliases of a domain", file: "function.vpopmail-alias-del-domain"},
{id:7158, pId:11942, name:"Deletes all virtual aliases of a user", file: "function.vpopmail-alias-del"},
{id:7159, pId:11942, name:"Get all lines of an alias for a domain", file: "function.vpopmail-alias-get-all"},
{id:7160, pId:11942, name:"Get all lines of an alias for a domain", file: "function.vpopmail-alias-get"},
{id:7161, pId:11942, name:"Attempt to validate a username/domain/password", file: "function.vpopmail-auth-user"},
{id:7162, pId:11942, name:"Delete a virtual domain", file: "function.vpopmail-del-domain-ex"},
{id:7163, pId:11942, name:"Delete a virtual domain", file: "function.vpopmail-del-domain"},
{id:7164, pId:11942, name:"Delete a user from a virtual domain", file: "function.vpopmail-del-user"},
{id:7165, pId:11942, name:"Get text message for last vpopmail error", file: "function.vpopmail-error"},
{id:7166, pId:11942, name:"Change a virtual user's password", file: "function.vpopmail-passwd"},
{id:7167, pId:11942, name:"Sets a virtual user's quota", file: "function.vpopmail-set-user-quota"},
{id:14377, pId:371, name:"预定义常量", file: "vpopmail.constants"},
{id:14381, pId:371, name:"安装/配置s4c4-0.03%", file: "vpopmail.setup"},
{id:14376, pId:14381, name:"运行时配置", file: "vpopmail.configuration"},
{id:14378, pId:14381, name:"安装", file: "vpopmail.installation"},
{id:14379, pId:14381, name:"需求", file: "vpopmail.requirements"},
{id:14380, pId:14381, name:"资源类型", file: "vpopmail.resources"},
{id:12187, pId:2527, name:"其它服务s29c1309-8.71%", file: "refs.remote.other"},
{id:170, pId:12187, name:"Constant hash databases6c13-0.09%", file: "book.chdb"},
{id:647, pId:170, name:"预定义常量", file: "chdb.constants"},
{id:649, pId:170, name:"范例", file: "chdb.examples"},
{id:654, pId:170, name:"安装/配置s4c4-0.03%", file: "chdb.setup"},
{id:646, pId:654, name:"运行时配置", file: "chdb.configuration"},
{id:651, pId:654, name:"安装", file: "chdb.installation"},
{id:652, pId:654, name:"需求", file: "chdb.requirements"},
{id:653, pId:654, name:"资源类型", file: "chdb.resources"},
{id:705, pId:170, name:"The chdb classs2c2-0.01%", file: "class.chdb"},
{id:648, pId:705, name:"Creates a chdb instance", file: "chdb.construct"},
{id:650, pId:705, name:"Gets the value associated with a key", file: "chdb.get"},
{id:9089, pId:170, name:"简介", file: "intro.chdb"},
{id:11754, pId:170, name:"chdb 函数s1c1-0.01%", file: "ref.chdb"},
{id:2804, pId:11754, name:"Creates a chdb file", file: "function.chdb-create"},
{id:180, pId:12187, name:"Client URL 库s6c50-0.33%", file: "book.curl"},
{id:744, pId:180, name:"CURLFile 类s7c7-0.05%", file: "class.curlfile"},
{id:1558, pId:744, name:"创建 CURLFile 对象", file: "curlfile.construct"},
{id:1559, pId:744, name:"获取被上传文件的 文件名", file: "curlfile.getfilename"},
{id:1560, pId:744, name:"获取被上传文件的 MIME 类型", file: "curlfile.getmimetype"},
{id:1561, pId:744, name:"获取 POST 请求时使用的 文件名", file: "curlfile.getpostfilename"},
{id:1562, pId:744, name:"设置被上传文件的 MIME 类型", file: "curlfile.setmimetype"},
{id:1563, pId:744, name:"设置 POST 请求时使用的文件名", file: "curlfile.setpostfilename"},
{id:1564, pId:744, name:"反序列化句柄", file: "curlfile.wakeup"},
{id:1551, pId:180, name:"预定义常量", file: "curl.constants"},
{id:1553, pId:180, name:"范例s1c1-0.01%", file: "curl.examples"},
{id:1552, pId:1553, name:"curl 基础例子", file: "curl.examples-basic"},
{id:1557, pId:180, name:"安装/配置s4c4-0.03%", file: "curl.setup"},
{id:1550, pId:1557, name:"运行时配置", file: "curl.configuration"},
{id:1554, pId:1557, name:"安装", file: "curl.installation"},
{id:1555, pId:1557, name:"需求", file: "curl.requirements"},
{id:1556, pId:1557, name:"资源类型", file: "curl.resources"},
{id:9099, pId:180, name:"简介", file: "intro.curl"},
{id:11763, pId:180, name:"cURL 函数s32c32-0.21%", file: "ref.curl"},
{id:2971, pId:11763, name:"关闭 cURL 会话", file: "function.curl-close"},
{id:2972, pId:11763, name:"复制一个cURL句柄和它的所有选项", file: "function.curl-copy-handle"},
{id:2973, pId:11763, name:"返回最后一次的错误代码", file: "function.curl-errno"},
{id:2974, pId:11763, name:"返回当前会话最后一次错误的字符串", file: "function.curl-error"},
{id:2975, pId:11763, name:"使用 URL 编码给定的字符串", file: "function.curl-escape"},
{id:2976, pId:11763, name:"执行 cURL 会话", file: "function.curl-exec"},
{id:2977, pId:11763, name:"创建一个 CURLFile 对象", file: "function.curl-file-create"},
{id:2978, pId:11763, name:"获取一个cURL连接资源句柄的信息", file: "function.curl-getinfo"},
{id:2979, pId:11763, name:"初始化 cURL 会话", file: "function.curl-init"},
{id:2980, pId:11763, name:"向curl批处理会话中添加单独的curl句柄", file: "function.curl-multi-add-handle"},
{id:2981, pId:11763, name:"关闭一组cURL句柄", file: "function.curl-multi-close"},
{id:2982, pId:11763, name:"返回上一次 curl 批处理的错误码", file: "function.curl-multi-errno"},
{id:2983, pId:11763, name:"运行当前 cURL 句柄的子连接", file: "function.curl-multi-exec"},
{id:2984, pId:11763, name:"如果设置了CURLOPT_RETURNTRANSFER,则返回获取的输出的文本流", file: "function.curl-multi-getcontent"},
{id:2985, pId:11763, name:"获取当前解析的cURL的相关传输信息", file: "function.curl-multi-info-read"},
{id:2986, pId:11763, name:"返回一个新cURL批处理句柄", file: "function.curl-multi-init"},
{id:2987, pId:11763, name:"移除cURL批处理句柄资源中的某个句柄资源", file: "function.curl-multi-remove-handle"},
{id:2988, pId:11763, name:"等待所有cURL批处理中的活动连接", file: "function.curl-multi-select"},
{id:2989, pId:11763, name:"为 cURL 并行处理设置一个选项", file: "function.curl-multi-setopt"},
{id:2990, pId:11763, name:"返回字符串描述的错误代码", file: "function.curl-multi-strerror"},
{id:2991, pId:11763, name:"暂停和取消暂停一个连接。", file: "function.curl-pause"},
{id:2992, pId:11763, name:"重置一个 libcurl 会话句柄的所有的选项", file: "function.curl-reset"},
{id:2993, pId:11763, name:"为 cURL 传输会话批量设置选项", file: "function.curl-setopt-array"},
{id:2994, pId:11763, name:"设置 cURL 传输选项", file: "function.curl-setopt"},
{id:2995, pId:11763, name:"关闭 cURL 共享句柄", file: "function.curl-share-close"},
{id:2996, pId:11763, name:"返回共享 curl 句柄的最后一次错误号", file: "function.curl-share-errno"},
{id:2997, pId:11763, name:"初始化一个 cURL 共享句柄。", file: "function.curl-share-init"},
{id:2998, pId:11763, name:"为 cURL 共享句柄设置选项。", file: "function.curl-share-setopt"},
{id:2999, pId:11763, name:"返回错误号对应的错误消息", file: "function.curl-share-strerror"},
{id:3000, pId:11763, name:"返回错误代码的字符串描述", file: "function.curl-strerror"},
{id:3001, pId:11763, name:"解码给定的 URL 编码的字符串", file: "function.curl-unescape"},
{id:3002, pId:11763, name:"获取 cURL 版本信息", file: "function.curl-version"},
{id:195, pId:12187, name:"Events20c175-1.16%", file: "book.event"},
{id:791, pId:195, name:"The Event classs15c15-0.1%", file: "class.event"},
{id:2089, pId:791, name:"Makes event pending", file: "event.add"},
{id:2090, pId:791, name:"Makes signal event pending", file: "event.addsignal"},
{id:2091, pId:791, name:"Makes timer event pending", file: "event.addtimer"},
{id:2094, pId:791, name:"Constructs Event object", file: "event.construct"},
{id:2096, pId:791, name:"Makes event non-pending", file: "event.del"},
{id:2097, pId:791, name:"Makes signal event non-pending", file: "event.delsignal"},
{id:2098, pId:791, name:"Makes timer event non-pending", file: "event.deltimer"},
{id:2101, pId:791, name:"Make event non-pending and free resources allocate", file: "event.free"},
{id:2102, pId:791, name:"Returns array with of the names of the methods sup", file: "event.getsupportedmethods"},
{id:2104, pId:791, name:"Detects whether event is pending or scheduled", file: "event.pending"},
{id:2108, pId:791, name:"Re-configures event", file: "event.set"},
{id:2109, pId:791, name:"Set event priority", file: "event.setpriority"},
{id:2110, pId:791, name:"Re-configures timer event", file: "event.settimer"},
{id:2112, pId:791, name:"Constructs signal event object", file: "event.signal"},
{id:2113, pId:791, name:"Constructs timer event object", file: "event.timer"},
{id:792, pId:195, name:"The EventBase classs13c13-0.09%", file: "class.eventbase"},
{id:2114, pId:792, name:"Constructs EventBase object", file: "eventbase.construct"},
{id:2115, pId:792, name:"Dispatch pending events", file: "eventbase.dispatch"},
{id:2116, pId:792, name:"Stop dispatching events", file: "eventbase.exit"},
{id:2117, pId:792, name:"Free resources allocated for this event base", file: "eventbase.free"},
{id:2118, pId:792, name:"Returns bitmask of features supported", file: "eventbase.getfeatures"},
{id:2119, pId:792, name:"Returns event method in use", file: "eventbase.getmethod"},
{id:2120, pId:792, name:"Returns the current event base time", file: "eventbase.gettimeofdaycached"},
{id:2121, pId:792, name:"Checks if the event loop was told to exit", file: "eventbase.gotexit"},
{id:2122, pId:792, name:"Checks if the event loop was told to exit", file: "eventbase.gotstop"},
{id:2123, pId:792, name:"Dispatch pending events", file: "eventbase.loop"},
{id:2124, pId:792, name:"Sets number of priorities per event base", file: "eventbase.priorityinit"},
{id:2125, pId:792, name:"Re-initialize event base(after a fork)", file: "eventbase.reinit"},
{id:2126, pId:792, name:"Tells event_base to stop dispatching events", file: "eventbase.stop"},
{id:793, pId:195, name:"The EventBuffer classs22c22-0.15%", file: "class.eventbuffer"},
{id:2127, pId:793, name:"Append data to the end of an event buffer", file: "eventbuffer.add"},
{id:2128, pId:793, name:"Move all data from a buffer provided to the curren", file: "eventbuffer.addbuffer"},
{id:2129, pId:793, name:"Moves the specified number of bytes from a source ", file: "eventbuffer.appendfrom"},
{id:2130, pId:793, name:"Constructs EventBuffer object", file: "eventbuffer.construct"},
{id:2131, pId:793, name:"Copies out specified number of bytes from the fron", file: "eventbuffer.copyout"},
{id:2132, pId:793, name:"Removes specified number of bytes from the front o", file: "eventbuffer.drain"},
{id:2133, pId:793, name:"说明", file: "eventbuffer.enablelocking"},
{id:2134, pId:793, name:"Reserves space in buffer", file: "eventbuffer.expand"},
{id:2135, pId:793, name:"Prevent calls that modify an event buffer from suc", file: "eventbuffer.freeze"},
{id:2136, pId:793, name:"Acquires a lock on buffer", file: "eventbuffer.lock"},
{id:2137, pId:793, name:"Prepend data to the front of the buffer", file: "eventbuffer.prepend"},
{id:2138, pId:793, name:"Moves all data from source buffer to the front of ", file: "eventbuffer.prependbuffer"},
{id:2139, pId:793, name:"Linearizes data within buffer and returns it's c", file: "eventbuffer.pullup"},
{id:2140, pId:793, name:"Read data from an evbuffer and drain the bytes rea", file: "eventbuffer.read"},
{id:2141, pId:793, name:"Read data from a file onto the end of the buffer", file: "eventbuffer.readfrom"},
{id:2142, pId:793, name:"Extracts a line from the front of the buffer", file: "eventbuffer.readline"},
{id:2143, pId:793, name:"Scans the buffer for an occurrence of a string", file: "eventbuffer.search"},
{id:2144, pId:793, name:"Scans the buffer for an occurrence of an end of li", file: "eventbuffer.searcheol"},
{id:2145, pId:793, name:"Substracts a portion of the buffer data", file: "eventbuffer.substr"},
{id:2146, pId:793, name:"Re-enable calls that modify an event buffer", file: "eventbuffer.unfreeze"},
{id:2147, pId:793, name:"Releases lock acquired by EventBuffer::lock", file: "eventbuffer.unlock"},
{id:2148, pId:793, name:"Write contents of the buffer to a file or socket", file: "eventbuffer.write"},
{id:794, pId:195, name:"The EventBufferEvent classs28c28-0.19%", file: "class.eventbufferevent"},
{id:2150, pId:794, name:"Closes file descriptor associated with the current", file: "eventbufferevent.close"},
{id:2151, pId:794, name:"Connect buffer event's file descriptor to given ad", file: "eventbufferevent.connect"},
{id:2152, pId:794, name:"Connects to a hostname with optionally asyncronous", file: "eventbufferevent.connecthost"},
{id:2153, pId:794, name:"Constructs EventBufferEvent object", file: "eventbufferevent.construct"},
{id:2154, pId:794, name:"Creates two buffer events connected to each other", file: "eventbufferevent.createpair"},
{id:2155, pId:794, name:"Disable events read, write, or both on a buffer ev", file: "eventbufferevent.disable"},
{id:2156, pId:794, name:"Enable events read, write, or both on a buffer eve", file: "eventbufferevent.enable"},
{id:2157, pId:794, name:"Free a buffer event", file: "eventbufferevent.free"},
{id:2158, pId:794, name:"Returns string describing the last failed DNS look", file: "eventbufferevent.getdnserrorstring"},
{id:2159, pId:794, name:"Returns bitmask of events currently enabled on the", file: "eventbufferevent.getenabled"},
{id:2160, pId:794, name:"Returns underlying input buffer associated with cu", file: "eventbufferevent.getinput"},
{id:2161, pId:794, name:"Returns underlying output buffer associated with c", file: "eventbufferevent.getoutput"},
{id:2162, pId:794, name:"Read buffer's data", file: "eventbufferevent.read"},
{id:2163, pId:794, name:"Drains the entire contents of the input buffer and", file: "eventbufferevent.readbuffer"},
{id:2164, pId:794, name:"Assigns read, write and event(status) callbacks", file: "eventbufferevent.setcallbacks"},
{id:2165, pId:794, name:"Assign a priority to a bufferevent", file: "eventbufferevent.setpriority"},
{id:2166, pId:794, name:"Set the read and write timeout for a buffer event", file: "eventbufferevent.settimeouts"},
{id:2167, pId:794, name:"Adjusts read and/or write watermarks", file: "eventbufferevent.setwatermark"},
{id:2168, pId:794, name:"Returns most recent OpenSSL error reported on the ", file: "eventbufferevent.sslerror"},
{id:2169, pId:794, name:"Create a new SSL buffer event to send its data ove", file: "eventbufferevent.sslfilter"},
{id:2170, pId:794, name:"Returns a textual description of the cipher", file: "eventbufferevent.sslgetcipherinfo"},
{id:2171, pId:794, name:"Returns the current cipher name of the SSL connect", file: "eventbufferevent.sslgetciphername"},
{id:2172, pId:794, name:"Returns version of cipher used by current SSL conn", file: "eventbufferevent.sslgetcipherversion"},
{id:2173, pId:794, name:"Returns the name of the protocol used for current ", file: "eventbufferevent.sslgetprotocol"},
{id:2174, pId:794, name:"Tells a bufferevent to begin SSL renegotiation", file: "eventbufferevent.sslrenegotiate"},
{id:2175, pId:794, name:"Creates a new SSL buffer event to send its data ov", file: "eventbufferevent.sslsocket"},
{id:2176, pId:794, name:"Adds data to a buffer event's output buffer", file: "eventbufferevent.write"},
{id:2177, pId:794, name:"Adds contents of the entire buffer to a buffer eve", file: "eventbufferevent.writebuffer"},
{id:795, pId:195, name:"The EventConfig classs4c4-0.03%", file: "class.eventconfig"},
{id:2178, pId:795, name:"Tells libevent to avoid specific event method", file: "eventconfig.avoidmethod"},
{id:2179, pId:795, name:"Constructs EventConfig object", file: "eventconfig.construct"},
{id:2180, pId:795, name:"Enters a required event method feature that the ap", file: "eventconfig.requirefeatures"},
{id:2181, pId:795, name:"Prevents priority inversion", file: "eventconfig.setmaxdispatchinterval"},
{id:796, pId:195, name:"The EventDnsBase classs9c9-0.06%", file: "class.eventdnsbase"},
{id:2182, pId:796, name:"Adds a nameserver to the DNS base", file: "eventdnsbase.addnameserverip"},
{id:2183, pId:796, name:"Adds a domain to the list of search domains", file: "eventdnsbase.addsearch"},
{id:2184, pId:796, name:"Removes all current search suffixes", file: "eventdnsbase.clearsearch"},
{id:2185, pId:796, name:"Constructs EventDnsBase object", file: "eventdnsbase.construct"},
{id:2186, pId:796, name:"Gets the number of configured nameservers", file: "eventdnsbase.countnameservers"},
{id:2187, pId:796, name:"Loads a hosts file (in the same format as /etc/hos", file: "eventdnsbase.loadhosts"},
{id:2188, pId:796, name:"Scans the resolv.conf-formatted file", file: "eventdnsbase.parseresolvconf"},
{id:2189, pId:796, name:"Set the value of a configuration option", file: "eventdnsbase.setoption"},
{id:2190, pId:796, name:"Set the 'ndots' parameter for searches", file: "eventdnsbase.setsearchndots"},
{id:797, pId:195, name:"The EventHttp classs11c11-0.07%", file: "class.eventhttp"},
{id:2191, pId:797, name:"Makes an HTTP server accept connections on the spe", file: "eventhttp.accept"},
{id:2192, pId:797, name:"Adds a server alias to the HTTP server object", file: "eventhttp.addserveralias"},
{id:2193, pId:797, name:"Binds an HTTP server on the specified address and ", file: "eventhttp.bind"},
{id:2194, pId:797, name:"Constructs EventHttp object(the HTTP server)", file: "eventhttp.construct"},
{id:2195, pId:797, name:"Removes server alias", file: "eventhttp.removeserveralias"},
{id:2196, pId:797, name:"Sets the what HTTP methods are supported in reques", file: "eventhttp.setallowedmethods"},
{id:2197, pId:797, name:"Sets a callback for specified URI", file: "eventhttp.setcallback"},
{id:2198, pId:797, name:"Sets default callback to handle requests that are ", file: "eventhttp.setdefaultcallback"},
{id:2199, pId:797, name:"Sets maximum request body size", file: "eventhttp.setmaxbodysize"},
{id:2200, pId:797, name:"Sets maximum HTTP header size", file: "eventhttp.setmaxheaderssize"},
{id:2201, pId:797, name:"Sets the timeout for an HTTP request", file: "eventhttp.settimeout"},
{id:798, pId:195, name:"The EventHttpConnection classs11c11-0.07%", file: "class.eventhttpconnection"},
{id:2202, pId:798, name:"Constructs EventHttpConnection object", file: "eventhttpconnection.construct"},
{id:2203, pId:798, name:"Returns event base associated with the connection", file: "eventhttpconnection.getbase"},
{id:2204, pId:798, name:"Gets the remote address and port associated with t", file: "eventhttpconnection.getpeer"},
{id:2205, pId:798, name:"Makes an HTTP request over the specified connectio", file: "eventhttpconnection.makerequest"},
{id:2206, pId:798, name:"Set callback for connection close", file: "eventhttpconnection.setclosecallback"},
{id:2207, pId:798, name:"Sets the IP address from which HTTP connections ar", file: "eventhttpconnection.setlocaladdress"},
{id:2208, pId:798, name:"Sets the local port from which connections are mad", file: "eventhttpconnection.setlocalport"},
{id:2209, pId:798, name:"Sets maximum body size for the connection", file: "eventhttpconnection.setmaxbodysize"},
{id:2210, pId:798, name:"Sets maximum header size", file: "eventhttpconnection.setmaxheaderssize"},
{id:2211, pId:798, name:"Sets the retry limit for the connection", file: "eventhttpconnection.setretries"},
{id:2212, pId:798, name:"Sets the timeout for the connection", file: "eventhttpconnection.settimeout"},
{id:799, pId:195, name:"The EventHttpRequest classs23c23-0.15%", file: "class.eventhttprequest"},
{id:2213, pId:799, name:"Adds an HTTP header to the headers of the request", file: "eventhttprequest.addheader"},
{id:2214, pId:799, name:"Cancels a pending HTTP request", file: "eventhttprequest.cancel"},
{id:2215, pId:799, name:"Removes all output headers from the header list of", file: "eventhttprequest.clearheaders"},
{id:2216, pId:799, name:"Closes associated HTTP connection", file: "eventhttprequest.closeconnection"},
{id:2217, pId:799, name:"Constructs EventHttpRequest object", file: "eventhttprequest.construct"},
{id:2218, pId:799, name:"Finds the value belonging a header", file: "eventhttprequest.findheader"},
{id:2219, pId:799, name:"Frees the object and removes associated events", file: "eventhttprequest.free"},
{id:2220, pId:799, name:"Returns EventBufferEvent object", file: "eventhttprequest.getbufferevent"},
{id:2221, pId:799, name:"Returns the request command(method)", file: "eventhttprequest.getcommand"},
{id:2222, pId:799, name:"Returns EventHttpConnection object", file: "eventhttprequest.getconnection"},
{id:2223, pId:799, name:"Returns the request host", file: "eventhttprequest.gethost"},
{id:2224, pId:799, name:"Returns the input buffer", file: "eventhttprequest.getinputbuffer"},
{id:2225, pId:799, name:"Returns associative array of the input headers", file: "eventhttprequest.getinputheaders"},
{id:2226, pId:799, name:"Returns the output buffer of the request", file: "eventhttprequest.getoutputbuffer"},
{id:2227, pId:799, name:"Returns associative array of the output headers", file: "eventhttprequest.getoutputheaders"},
{id:2228, pId:799, name:"Returns the response code", file: "eventhttprequest.getresponsecode"},
{id:2229, pId:799, name:"Returns the request URI", file: "eventhttprequest.geturi"},
{id:2230, pId:799, name:"Removes an HTTP header from the headers of the req", file: "eventhttprequest.removeheader"},
{id:2231, pId:799, name:"Send an HTML error message to the client", file: "eventhttprequest.senderror"},
{id:2232, pId:799, name:"Send an HTML reply to the client", file: "eventhttprequest.sendreply"},
{id:2233, pId:799, name:"Send another data chunk as part of an ongoing chun", file: "eventhttprequest.sendreplychunk"},
{id:2234, pId:799, name:"Complete a chunked reply, freeing the request as a", file: "eventhttprequest.sendreplyend"},
{id:2235, pId:799, name:"Initiate a chunked reply", file: "eventhttprequest.sendreplystart"},
{id:800, pId:195, name:"The EventListener classs7c7-0.05%", file: "class.eventlistener"},
{id:2236, pId:800, name:"Creates new connection listener associated with an", file: "eventlistener.construct"},
{id:2237, pId:800, name:"Disables an event connect listener object", file: "eventlistener.disable"},
{id:2238, pId:800, name:"Enables an event connect listener object", file: "eventlistener.enable"},
{id:2239, pId:800, name:"Returns event base associated with the event liste", file: "eventlistener.getbase"},
{id:2240, pId:800, name:"Retreives the current address to which the liste", file: "eventlistener.getsocketname"},
{id:2241, pId:800, name:"The setCallback purpose", file: "eventlistener.setcallback"},
{id:2242, pId:800, name:"Set event listener's error callback", file: "eventlistener.seterrorcallback"},
{id:801, pId:195, name:"The EventSslContext classs1c1-0.01%", file: "class.eventsslcontext"},
{id:2243, pId:801, name:"Constructs an OpenSSL context for use with Event c", file: "eventsslcontext.construct"},
{id:802, pId:195, name:"The EventUtil classs7c7-0.05%", file: "class.eventutil"},
{id:2244, pId:802, name:"The abstract constructor", file: "eventutil.construct"},
{id:2245, pId:802, name:"Returns the most recent socket error number", file: "eventutil.getlastsocketerrno"},
{id:2246, pId:802, name:"Returns the most recent socket error", file: "eventutil.getlastsocketerror"},
{id:2247, pId:802, name:"Returns numeric file descriptor of a socket, or st", file: "eventutil.getsocketfd"},
{id:2248, pId:802, name:"Retreives the current address to which the socke", file: "eventutil.getsocketname"},
{id:2249, pId:802, name:"Sets socket options", file: "eventutil.setsocketoption"},
{id:2250, pId:802, name:"Generates entropy by means of OpenSSL's RAND_poll(", file: "eventutil.sslrandpoll"},
{id:2092, pId:195, name:"Event callbacks", file: "event.callbacks"},
{id:2095, pId:195, name:"Constructing signal events", file: "event.constructing.signal.events"},
{id:2099, pId:195, name:"范例", file: "event.examples"},
{id:2100, pId:195, name:"Event flags", file: "event.flags"},
{id:2105, pId:195, name:"About event persistence", file: "event.persistence"},
{id:2111, pId:195, name:"安装/配置s4c4-0.03%", file: "event.setup"},
{id:2093, pId:2111, name:"运行时配置", file: "event.configuration"},
{id:2103, pId:2111, name:"安装", file: "event.installation"},
{id:2106, pId:2111, name:"需求", file: "event.requirements"},
{id:2107, pId:2111, name:"资源类型", file: "event.resources"},
{id:2149, pId:195, name:"About buffer event callbacks", file: "eventbufferevent.about.callbacks"},
{id:9113, pId:195, name:"简介", file: "intro.event"},
{id:199, pId:12187, name:"File Alteration Monitors4c18-0.12%", file: "book.fam"},
{id:2351, pId:199, name:"预定义常量", file: "fam.constants"},
{id:2355, pId:199, name:"安装/配置s4c4-0.03%", file: "fam.setup"},
{id:2350, pId:2355, name:"运行时配置", file: "fam.configuration"},
{id:2352, pId:2355, name:"安装", file: "fam.installation"},
{id:2353, pId:2355, name:"需求", file: "fam.requirements"},
{id:2354, pId:2355, name:"资源类型", file: "fam.resources"},
{id:9117, pId:199, name:"简介", file: "intro.fam"},
{id:11779, pId:199, name:"FAM 函数s10c10-0.07%", file: "ref.fam"},
{id:3350, pId:11779, name:"Terminate monitoring", file: "function.fam-cancel-monitor"},
{id:3351, pId:11779, name:"Close FAM connection", file: "function.fam-close"},
{id:3352, pId:11779, name:"Monitor a collection of files in a directory for c", file: "function.fam-monitor-collection"},
{id:3353, pId:11779, name:"Monitor a directory for changes", file: "function.fam-monitor-directory"},
{id:3354, pId:11779, name:"Monitor a regular file for changes", file: "function.fam-monitor-file"},
{id:3355, pId:11779, name:"Get next pending FAM event", file: "function.fam-next-event"},
{id:3356, pId:11779, name:"Open connection to FAM daemon", file: "function.fam-open"},
{id:3357, pId:11779, name:"Check for pending FAM events", file: "function.fam-pending"},
{id:3358, pId:11779, name:"Resume suspended monitoring", file: "function.fam-resume-monitor"},
{id:3359, pId:11779, name:"Temporarily suspend monitoring", file: "function.fam-suspend-monitor"},
{id:210, pId:12187, name:"FTPs5c46-0.31%", file: "book.ftp"},
{id:2514, pId:210, name:"预定义常量", file: "ftp.constants"},
{id:2516, pId:210, name:"范例s1c1-0.01%", file: "ftp.examples"},
{id:2515, pId:2516, name:"基本用法", file: "ftp.examples-basic"},
{id:2520, pId:210, name:"安装/配置s4c4-0.03%", file: "ftp.setup"},
{id:2513, pId:2520, name:"运行时配置", file: "ftp.configuration"},
{id:2517, pId:2520, name:"安装", file: "ftp.installation"},
{id:2518, pId:2520, name:"需求", file: "ftp.requirements"},
{id:2519, pId:2520, name:"资源类型", file: "ftp.resources"},
{id:9128, pId:210, name:"简介", file: "intro.ftp"},
{id:11789, pId:210, name:"FTP 函数s36c36-0.24%", file: "ref.ftp"},
{id:3706, pId:11789, name:"为要上传的文件分配空间", file: "function.ftp-alloc"},
{id:3707, pId:11789, name:"Append the contents of a file to another file on t", file: "function.ftp-append"},
{id:3708, pId:11789, name:"切换到当前目录的父目录", file: "function.ftp-cdup"},
{id:3709, pId:11789, name:"在 FTP 服务器上改变当前目录", file: "function.ftp-chdir"},
{id:3710, pId:11789, name:"设置 FTP 服务器上的文件权限", file: "function.ftp-chmod"},
{id:3711, pId:11789, name:"关闭一个 FTP 连接", file: "function.ftp-close"},
{id:3712, pId:11789, name:"建立一个新的 FTP 连接", file: "function.ftp-connect"},
{id:3713, pId:11789, name:"删除 FTP 服务器上的一个文件", file: "function.ftp-delete"},
{id:3714, pId:11789, name:"请求运行一条 FTP 命令", file: "function.ftp-exec"},
{id:3715, pId:11789, name:"从 FTP 服务器上下载一个文件并保存到本地一个已经打开的文件中", file: "function.ftp-fget"},
{id:3716, pId:11789, name:"上传一个已经打开的文件到 FTP 服务器", file: "function.ftp-fput"},
{id:3717, pId:11789, name:"返回当前 FTP 连接的各种不同的选项设置", file: "function.ftp-get-option"},
{id:3718, pId:11789, name:"从 FTP 服务器上下载一个文件", file: "function.ftp-get"},
{id:3719, pId:11789, name:"登录 FTP 服务器", file: "function.ftp-login"},
{id:3720, pId:11789, name:"返回指定文件的最后修改时间", file: "function.ftp-mdtm"},
{id:3721, pId:11789, name:"建立新目录", file: "function.ftp-mkdir"},
{id:3722, pId:11789, name:"Returns a list of files in the given directory", file: "function.ftp-mlsd"},
{id:3723, pId:11789, name:"连续获取/发送文件(non-blocking)", file: "function.ftp-nb-continue"},
{id:3724, pId:11789, name:"从 FTP 服务器获取文件并写入到一个打开的文件(非阻塞)", file: "function.ftp-nb-fget"},
{id:3725, pId:11789, name:"将文件存储到 FTP 服务器 (非阻塞)", file: "function.ftp-nb-fput"},
{id:3726, pId:11789, name:"从 FTP 服务器上获取文件并写入本地文件(non-blocking)", file: "function.ftp-nb-get"},
{id:3727, pId:11789, name:"存储一个文件至 FTP 服务器(non-blocking)", file: "function.ftp-nb-put"},
{id:3728, pId:11789, name:"返回给定目录的文件列表", file: "function.ftp-nlist"},
{id:3729, pId:11789, name:"返回当前 FTP 被动模式是否打开", file: "function.ftp-pasv"},
{id:3730, pId:11789, name:"上传文件到 FTP 服务器", file: "function.ftp-put"},
{id:3731, pId:11789, name:"返回当前目录名", file: "function.ftp-pwd"},
{id:3732, pId:11789, name:"ftp_close 的 别名", file: "function.ftp-quit"},
{id:3733, pId:11789, name:"向 FTP 服务器发送命令", file: "function.ftp-raw"},
{id:3734, pId:11789, name:"返回指定目录下文件的详细列表", file: "function.ftp-rawlist"},
{id:3735, pId:11789, name:"更改 FTP 服务器上的文件或目录名", file: "function.ftp-rename"},
{id:3736, pId:11789, name:"删除 FTP 服务器上的一个目录", file: "function.ftp-rmdir"},
{id:3737, pId:11789, name:"设置各种 FTP 运行时选项", file: "function.ftp-set-option"},
{id:3738, pId:11789, name:"向服务器发送 SITE 命令", file: "function.ftp-site"},
{id:3739, pId:11789, name:"返回指定文件的大小", file: "function.ftp-size"},
{id:3740, pId:11789, name:"打开 SSL-FTP 连接", file: "function.ftp-ssl-connect"},
{id:3741, pId:11789, name:"返回远程 FTP 服务器的操作系统类型", file: "function.ftp-systype"},
{id:212, pId:12187, name:"Gearmans9c120-0.8%", file: "book.gearman"},
{id:823, pId:212, name:"The GearmanClient classs46c46-0.31%", file: "class.gearmanclient"},
{id:7394, pId:823, name:"Add client options", file: "gearmanclient.addoptions"},
{id:7395, pId:823, name:"Add a job server to the client", file: "gearmanclient.addserver"},
{id:7396, pId:823, name:"Add a list of job servers to the client", file: "gearmanclient.addservers"},
{id:7397, pId:823, name:"Add a task to be run in parallel", file: "gearmanclient.addtask"},
{id:7398, pId:823, name:"Add a background task to be run in parallel", file: "gearmanclient.addtaskbackground"},
{id:7399, pId:823, name:"Add a high priority task to run in parallel", file: "gearmanclient.addtaskhigh"},
{id:7400, pId:823, name:"Add a high priority background task to be run in p", file: "gearmanclient.addtaskhighbackground"},
{id:7401, pId:823, name:"Add a low priority task to run in parallel", file: "gearmanclient.addtasklow"},
{id:7402, pId:823, name:"Add a low priority background task to be run in pa", file: "gearmanclient.addtasklowbackground"},
{id:7403, pId:823, name:"Add a task to get status", file: "gearmanclient.addtaskstatus"},
{id:7404, pId:823, name:"Clear all task callback functions", file: "gearmanclient.clearcallbacks"},
{id:7405, pId:823, name:"Create a copy of a GearmanClient object", file: "gearmanclient.clone"},
{id:7406, pId:823, name:"Create a GearmanClient instance", file: "gearmanclient.construct"},
{id:7407, pId:823, name:"Get the application context", file: "gearmanclient.context"},
{id:7408, pId:823, name:"Get the application data (deprecated)", file: "gearmanclient.data"},
{id:7409, pId:823, name:"Run a single task and return a result [deprecated]", file: "gearmanclient.do"},
{id:7410, pId:823, name:"Run a task in the background", file: "gearmanclient.dobackground"},
{id:7411, pId:823, name:"Run a single high priority task", file: "gearmanclient.dohigh"},
{id:7412, pId:823, name:"Run a high priority task in the background", file: "gearmanclient.dohighbackground"},
{id:7413, pId:823, name:"Get the job handle for the running task", file: "gearmanclient.dojobhandle"},
{id:7414, pId:823, name:"Run a single low priority task", file: "gearmanclient.dolow"},
{id:7415, pId:823, name:"Run a low priority task in the background", file: "gearmanclient.dolowbackground"},
{id:7416, pId:823, name:"Run a single task and return a result", file: "gearmanclient.donormal"},
{id:7417, pId:823, name:"Get the status for the running task", file: "gearmanclient.dostatus"},
{id:7418, pId:823, name:"Send data to all job servers to see if they echo i", file: "gearmanclient.echo"},
{id:7419, pId:823, name:"Returns an error string for the last error encount", file: "gearmanclient.error"},
{id:7420, pId:823, name:"Get an errno value", file: "gearmanclient.geterrno"},
{id:7421, pId:823, name:"Get the status of a background job", file: "gearmanclient.jobstatus"},
{id:7422, pId:823, name:"Send data to all job servers to see if they echo i", file: "gearmanclient.ping"},
{id:7423, pId:823, name:"Remove client options", file: "gearmanclient.removeoptions"},
{id:7424, pId:823, name:"Get the last Gearman return code", file: "gearmanclient.returncode"},
{id:7425, pId:823, name:"Run a list of tasks in parallel", file: "gearmanclient.runtasks"},
{id:7426, pId:823, name:"Callback function when there is a data packet for ", file: "gearmanclient.setclientcallback"},
{id:7427, pId:823, name:"Set a function to be called on task completion", file: "gearmanclient.setcompletecallback"},
{id:7428, pId:823, name:"Set application context", file: "gearmanclient.setcontext"},
{id:7429, pId:823, name:"Set a callback for when a task is queued", file: "gearmanclient.setcreatedcallback"},
{id:7430, pId:823, name:"Set application data (deprecated)", file: "gearmanclient.setdata"},
{id:7431, pId:823, name:"Callback function when there is a data packet for ", file: "gearmanclient.setdatacallback"},
{id:7432, pId:823, name:"Set a callback for worker exceptions", file: "gearmanclient.setexceptioncallback"},
{id:7433, pId:823, name:"Set callback for job failure", file: "gearmanclient.setfailcallback"},
{id:7434, pId:823, name:"Set client options", file: "gearmanclient.setoptions"},
{id:7435, pId:823, name:"Set a callback for collecting task status", file: "gearmanclient.setstatuscallback"},
{id:7436, pId:823, name:"Set socket I/O activity timeout", file: "gearmanclient.settimeout"},
{id:7437, pId:823, name:"Set a callback for worker warnings", file: "gearmanclient.setwarningcallback"},
{id:7438, pId:823, name:"Set a callback for accepting incremental data upda", file: "gearmanclient.setworkloadcallback"},
{id:7439, pId:823, name:"Get current socket I/O activity timeout value", file: "gearmanclient.timeout"},
{id:824, pId:212, name:"The GearmanException class", file: "class.gearmanexception"},
{id:825, pId:212, name:"The GearmanJob classs20c20-0.13%", file: "class.gearmanjob"},
{id:7440, pId:825, name:"Send the result and complete status (deprecated)", file: "gearmanjob.complete"},
{id:7441, pId:825, name:"Create a GearmanJob instance", file: "gearmanjob.construct"},
{id:7442, pId:825, name:"Send data for a running job (deprecated)", file: "gearmanjob.data"},
{id:7443, pId:825, name:"Send exception for running job (deprecated)", file: "gearmanjob.exception"},
{id:7444, pId:825, name:"Send fail status (deprecated)", file: "gearmanjob.fail"},
{id:7445, pId:825, name:"Get function name", file: "gearmanjob.functionname"},
{id:7446, pId:825, name:"Get the job handle", file: "gearmanjob.handle"},
{id:7447, pId:825, name:"Get last return code", file: "gearmanjob.returncode"},
{id:7448, pId:825, name:"Send the result and complete status", file: "gearmanjob.sendcomplete"},
{id:7449, pId:825, name:"Send data for a running job", file: "gearmanjob.senddata"},
{id:7450, pId:825, name:"Send exception for running job (exception)", file: "gearmanjob.sendexception"},
{id:7451, pId:825, name:"Send fail status", file: "gearmanjob.sendfail"},
{id:7452, pId:825, name:"Send status", file: "gearmanjob.sendstatus"},
{id:7453, pId:825, name:"Send a warning", file: "gearmanjob.sendwarning"},
{id:7454, pId:825, name:"Set a return value", file: "gearmanjob.setreturn"},
{id:7455, pId:825, name:"Send status (deprecated)", file: "gearmanjob.status"},
{id:7456, pId:825, name:"Get the unique identifier", file: "gearmanjob.unique"},
{id:7457, pId:825, name:"Send a warning (deprecated)", file: "gearmanjob.warning"},
{id:7458, pId:825, name:"Get workload", file: "gearmanjob.workload"},
{id:7459, pId:825, name:"Get size of work load", file: "gearmanjob.workloadsize"},
{id:826, pId:212, name:"The GearmanTask classs17c17-0.11%", file: "class.gearmantask"},
{id:7460, pId:826, name:"Create a GearmanTask instance", file: "gearmantask.construct"},
{id:7461, pId:826, name:"Create a task (deprecated)", file: "gearmantask.create"},
{id:7462, pId:826, name:"Get data returned for a task", file: "gearmantask.data"},
{id:7463, pId:826, name:"Get the size of returned data", file: "gearmantask.datasize"},
{id:7464, pId:826, name:"Get associated function name (deprecated)", file: "gearmantask.function"},
{id:7465, pId:826, name:"Get associated function name", file: "gearmantask.functionname"},
{id:7466, pId:826, name:"Determine if task is known", file: "gearmantask.isknown"},
{id:7467, pId:826, name:"Test whether the task is currently running", file: "gearmantask.isrunning"},
{id:7468, pId:826, name:"Get the job handle", file: "gearmantask.jobhandle"},
{id:7469, pId:826, name:"Read work or result data into a buffer for a task", file: "gearmantask.recvdata"},
{id:7470, pId:826, name:"Get the last return code", file: "gearmantask.returncode"},
{id:7471, pId:826, name:"Send data for a task (deprecated)", file: "gearmantask.senddata"},
{id:7472, pId:826, name:"Send data for a task", file: "gearmantask.sendworkload"},
{id:7473, pId:826, name:"Get completion percentage denominator", file: "gearmantask.taskdenominator"},
{id:7474, pId:826, name:"Get completion percentage numerator", file: "gearmantask.tasknumerator"},
{id:7475, pId:826, name:"Get the unique identifier for a task", file: "gearmantask.unique"},
{id:7476, pId:826, name:"Get the unique identifier for a task (deprecated)", file: "gearmantask.uuid"},
{id:827, pId:212, name:"The GearmanWorker classs21c21-0.14%", file: "class.gearmanworker"},
{id:7477, pId:827, name:"Register and add callback function", file: "gearmanworker.addfunction"},
{id:7478, pId:827, name:"Add worker options", file: "gearmanworker.addoptions"},
{id:7479, pId:827, name:"Add a job server", file: "gearmanworker.addserver"},
{id:7480, pId:827, name:"Add job servers", file: "gearmanworker.addservers"},
{id:7481, pId:827, name:"Create a copy of the worker", file: "gearmanworker.clone"},
{id:7482, pId:827, name:"Create a GearmanWorker instance", file: "gearmanworker.construct"},
{id:7483, pId:827, name:"Test job server response", file: "gearmanworker.echo"},
{id:7484, pId:827, name:"Get the last error encountered", file: "gearmanworker.error"},
{id:7485, pId:827, name:"Get errno", file: "gearmanworker.geterrno"},
{id:7486, pId:827, name:"Get worker options", file: "gearmanworker.options"},
{id:7487, pId:827, name:"Register a function with the job server", file: "gearmanworker.register"},
{id:7488, pId:827, name:"Remove worker options", file: "gearmanworker.removeoptions"},
{id:7489, pId:827, name:"Get last Gearman return code", file: "gearmanworker.returncode"},
{id:7490, pId:827, name:"Give the worker an identifier so it can be tracked", file: "gearmanworker.setid"},
{id:7491, pId:827, name:"Set worker options", file: "gearmanworker.setoptions"},
{id:7492, pId:827, name:"Set socket I/O activity timeout", file: "gearmanworker.settimeout"},
{id:7493, pId:827, name:"Get socket I/O activity timeout", file: "gearmanworker.timeout"},
{id:7494, pId:827, name:"Unregister a function name with the job servers", file: "gearmanworker.unregister"},
{id:7495, pId:827, name:"Unregister all function names with the job servers", file: "gearmanworker.unregisterall"},
{id:7496, pId:827, name:"Wait for activity from one of the job servers", file: "gearmanworker.wait"},
{id:7497, pId:827, name:"Wait for and perform jobs", file: "gearmanworker.work"},
{id:7385, pId:212, name:"预定义常量", file: "gearman.constants"},
{id:7389, pId:212, name:"范例s3c3-0.02%", file: "gearman.examples"},
{id:7386, pId:7389, name:"Basic Gearman client and worker, background", file: "gearman.examples-reverse-bg"},
{id:7387, pId:7389, name:"Basic Gearman client and worker, submitting tasks", file: "gearman.examples-reverse-task"},
{id:7388, pId:7389, name:"Basic usage", file: "gearman.examples-reverse"},
{id:7393, pId:212, name:"安装/配置s4c4-0.03%", file: "gearman.setup"},
{id:7384, pId:7393, name:"运行时配置", file: "gearman.configuration"},
{id:7390, pId:7393, name:"安装", file: "gearman.installation"},
{id:7391, pId:7393, name:"需求", file: "gearman.requirements"},
{id:7392, pId:7393, name:"资源类型", file: "gearman.resources"},
{id:9130, pId:212, name:"简介", file: "intro.gearman"},
{id:219, pId:12187, name:"Gupnps5c50-0.33%", file: "book.gupnp"},
{id:7737, pId:219, name:"预定义常量", file: "gupnp.constants"},
{id:7738, pId:219, name:"范例s2c2-0.01%", file: "gupnp.examples"},
{id:7734, pId:7738, name:"Implementing the BinaryLight device", file: "gupnp.binary-light"},
{id:7735, pId:7738, name:"Browsing devices and services", file: "gupnp.browsing"},
{id:7742, pId:219, name:"安装/配置s4c4-0.03%", file: "gupnp.setup"},
{id:7736, pId:7742, name:"运行时配置", file: "gupnp.configuration"},
{id:7739, pId:7742, name:"安装", file: "gupnp.installation"},
{id:7740, pId:7742, name:"需求", file: "gupnp.requirements"},
{id:7741, pId:7742, name:"资源类型", file: "gupnp.resources"},
{id:9137, pId:219, name:"简介", file: "intro.gupnp"},
{id:11795, pId:219, name:"Gupnp 函数s39c39-0.26%", file: "ref.gupnp"},
{id:3915, pId:11795, name:"Get the IP address", file: "function.gupnp-context-get-host-ip"},
{id:3916, pId:11795, name:"Get the port", file: "function.gupnp-context-get-port"},
{id:3917, pId:11795, name:"Get the event subscription timeout", file: "function.gupnp-context-get-subscription-timeout"},
{id:3918, pId:11795, name:"Start hosting", file: "function.gupnp-context-host-path"},
{id:3919, pId:11795, name:"Create a new context", file: "function.gupnp-context-new"},
{id:3920, pId:11795, name:"Sets the event subscription timeout", file: "function.gupnp-context-set-subscription-timeout"},
{id:3921, pId:11795, name:"Sets a function to be called at regular intervals", file: "function.gupnp-context-timeout-add"},
{id:3922, pId:11795, name:"Stop hosting", file: "function.gupnp-context-unhost-path"},
{id:3923, pId:11795, name:"Start browsing", file: "function.gupnp-control-point-browse-start"},
{id:3924, pId:11795, name:"Stop browsing", file: "function.gupnp-control-point-browse-stop"},
{id:3925, pId:11795, name:"Set control point callback", file: "function.gupnp-control-point-callback-set"},
{id:3926, pId:11795, name:"Create a new control point", file: "function.gupnp-control-point-new"},
{id:3927, pId:11795, name:"Set device callback function", file: "function.gupnp-device-action-callback-set"},
{id:3928, pId:11795, name:"Get the service with type", file: "function.gupnp-device-info-get-service"},
{id:3929, pId:11795, name:"Get info of root device", file: "function.gupnp-device-info-get"},
{id:3930, pId:11795, name:"Check whether root device is available", file: "function.gupnp-root-device-get-available"},
{id:3931, pId:11795, name:"Get the relative location of root device", file: "function.gupnp-root-device-get-relative-location"},
{id:3932, pId:11795, name:"Create a new root device", file: "function.gupnp-root-device-new"},
{id:3933, pId:11795, name:"Set whether or not root_device is available", file: "function.gupnp-root-device-set-available"},
{id:3934, pId:11795, name:"Start main loop", file: "function.gupnp-root-device-start"},
{id:3935, pId:11795, name:"Stop main loop", file: "function.gupnp-root-device-stop"},
{id:3936, pId:11795, name:"Retrieves the specified action arguments", file: "function.gupnp-service-action-get"},
{id:3937, pId:11795, name:"Return error code", file: "function.gupnp-service-action-return-error"},
{id:3938, pId:11795, name:"Return successfully", file: "function.gupnp-service-action-return"},
{id:3939, pId:11795, name:"Sets the specified action return values", file: "function.gupnp-service-action-set"},
{id:3940, pId:11795, name:"Freeze new notifications", file: "function.gupnp-service-freeze-notify"},
{id:3941, pId:11795, name:"Get resource introspection of service", file: "function.gupnp-service-info-get-introspection"},
{id:3942, pId:11795, name:"Get full info of service", file: "function.gupnp-service-info-get"},
{id:3943, pId:11795, name:"Returns the state variable data", file: "function.gupnp-service-introspection-get-state-variable"},
{id:3944, pId:11795, name:"Notifies listening clients", file: "function.gupnp-service-notify"},
{id:3945, pId:11795, name:"Send action to the service and get value", file: "function.gupnp-service-proxy-action-get"},
{id:3946, pId:11795, name:"Send action to the service and set value", file: "function.gupnp-service-proxy-action-set"},
{id:3947, pId:11795, name:"Sets up callback for variable change notification", file: "function.gupnp-service-proxy-add-notify"},
{id:3948, pId:11795, name:"Set service proxy callback for signal", file: "function.gupnp-service-proxy-callback-set"},
{id:3949, pId:11795, name:"Check whether subscription is valid to the service", file: "function.gupnp-service-proxy-get-subscribed"},
{id:3950, pId:11795, name:"Cancels the variable change notification", file: "function.gupnp-service-proxy-remove-notify"},
{id:3951, pId:11795, name:"(Un)subscribes to the service", file: "function.gupnp-service-proxy-set-subscribed"},
{id:3952, pId:11795, name:"Sends out any pending notifications and stops queu", file: "function.gupnp-service-thaw-notify"},
{id:7733, pId:11795, name:"Send action with multiple parameters synchronously", file: "gupnp-service-proxy-send-action"},
{id:224, pId:12187, name:"Hyperwave APIs5c62-0.41%", file: "book.hwapi"},
{id:7948, pId:224, name:"Integration with Apache", file: "hwapi.apache-integration"},
{id:7957, pId:224, name:"预定义常量", file: "hwapi.constants"},
{id:7998, pId:224, name:"安装/配置s4c4-0.03%", file: "hwapi.setup"},
{id:7956, pId:7998, name:"运行时配置", file: "hwapi.configuration"},
{id:7977, pId:7998, name:"安装", file: "hwapi.installation"},
{id:7995, pId:7998, name:"需求", file: "hwapi.requirements"},
{id:7996, pId:7998, name:"资源类型", file: "hwapi.resources"},
{id:9142, pId:224, name:"简介", file: "intro.hwapi"},
{id:11797, pId:224, name:"Hyperwave API 函数s53c53-0.35%", file: "ref.hwapi"},
{id:4007, pId:11797, name:"Creates instance of class hw_api_attribute", file: "function.hwapi-attribute-new"},
{id:4008, pId:11797, name:"Create new instance of class hw_api_content", file: "function.hwapi-content-new"},
{id:4009, pId:11797, name:"Returns object of class hw_api", file: "function.hwapi-hgcsp"},
{id:4010, pId:11797, name:"Creates a new instance of class hwapi_object_new", file: "function.hwapi-object-new"},
{id:7949, pId:11797, name:"Returns key of the attribute", file: "hwapi.attribute-key"},
{id:7950, pId:11797, name:"Returns value for a given language", file: "hwapi.attribute-langdepvalue"},
{id:7951, pId:11797, name:"Returns value of the attribute", file: "hwapi.attribute-value"},
{id:7952, pId:11797, name:"Returns all values of the attribute", file: "hwapi.attribute-values"},
{id:7953, pId:11797, name:"Checks in an object", file: "hwapi.checkin"},
{id:7954, pId:11797, name:"Checks out an object", file: "hwapi.checkout"},
{id:7955, pId:11797, name:"Returns children of an object", file: "hwapi.children"},
{id:7958, pId:11797, name:"Returns mimetype", file: "hwapi.content-mimetype"},
{id:7959, pId:11797, name:"Read content", file: "hwapi.content-read"},
{id:7960, pId:11797, name:"Returns content of an object", file: "hwapi.content"},
{id:7961, pId:11797, name:"Copies physically", file: "hwapi.copy"},
{id:7962, pId:11797, name:"Returns statistics about database server", file: "hwapi.dbstat"},
{id:7963, pId:11797, name:"Returns statistics about document cache server", file: "hwapi.dcstat"},
{id:7964, pId:11797, name:"Returns a list of all destination anchors", file: "hwapi.dstanchors"},
{id:7965, pId:11797, name:"Returns destination of a source anchor", file: "hwapi.dstofsrcanchor"},
{id:7966, pId:11797, name:"Returns number of reasons", file: "hwapi.error-count"},
{id:7967, pId:11797, name:"Returns reason of error", file: "hwapi.error-reason"},
{id:7968, pId:11797, name:"Search for objects", file: "hwapi.find"},
{id:7969, pId:11797, name:"Returns statistics about fulltext server", file: "hwapi.ftstat"},
{id:7970, pId:11797, name:"Returns statistics about Hyperwave server", file: "hwapi.hwstat"},
{id:7971, pId:11797, name:"Log into Hyperwave Server", file: "hwapi.identify"},
{id:7972, pId:11797, name:"Returns information about server configuration", file: "hwapi.info"},
{id:7973, pId:11797, name:"Inserts a new object", file: "hwapi.insert"},
{id:7974, pId:11797, name:"Inserts a new object of type anchor", file: "hwapi.insertanchor"},
{id:7975, pId:11797, name:"Inserts a new object of type collection", file: "hwapi.insertcollection"},
{id:7976, pId:11797, name:"Inserts a new object of type document", file: "hwapi.insertdocument"},
{id:7978, pId:11797, name:"Creates a link to an object", file: "hwapi.link"},
{id:7979, pId:11797, name:"Locks an object", file: "hwapi.lock"},
{id:7980, pId:11797, name:"Moves object between collections", file: "hwapi.move"},
{id:7981, pId:11797, name:"Clones object", file: "hwapi.object-assign"},
{id:7982, pId:11797, name:"Checks whether an attribute is editable", file: "hwapi.object-attreditable"},
{id:7983, pId:11797, name:"Returns number of attributes", file: "hwapi.object-count"},
{id:7984, pId:11797, name:"Inserts new attribute", file: "hwapi.object-insert"},
{id:7985, pId:11797, name:"Removes attribute", file: "hwapi.object-remove"},
{id:7986, pId:11797, name:"Returns the title attribute", file: "hwapi.object-title"},
{id:7987, pId:11797, name:"Returns value of attribute", file: "hwapi.object-value"},
{id:7988, pId:11797, name:"Retrieve attribute information", file: "hwapi.object"},
{id:7989, pId:11797, name:"Returns the object an anchor belongs to", file: "hwapi.objectbyanchor"},
{id:7990, pId:11797, name:"Returns parents of an object", file: "hwapi.parents"},
{id:7991, pId:11797, name:"Returns description of reason", file: "hwapi.reason-description"},
{id:7992, pId:11797, name:"Returns type of reason", file: "hwapi.reason-type"},
{id:7993, pId:11797, name:"Delete an object", file: "hwapi.remove"},
{id:7994, pId:11797, name:"Replaces an object", file: "hwapi.replace"},
{id:7997, pId:11797, name:"Commits version other than last version", file: "hwapi.setcommittedversion"},
{id:7999, pId:11797, name:"Returns a list of all source anchors", file: "hwapi.srcanchors"},
{id:8000, pId:11797, name:"Returns source of a destination object", file: "hwapi.srcsofdst"},
{id:8001, pId:11797, name:"Unlocks a locked object", file: "hwapi.unlock"},
{id:8002, pId:11797, name:"Returns the own user object", file: "hwapi.user"},
{id:8003, pId:11797, name:"Returns a list of all logged in users", file: "hwapi.userlist"},
{id:244, pId:12187, name:"Lightweight Directory Access Protocols7c72-0.48%", file: "book.ldap"},
{id:9162, pId:244, name:"简介", file: "intro.ldap"},
{id:9486, pId:244, name:"预定义常量", file: "ldap.constants"},
{id:9487, pId:244, name:"LDAP controls", file: "ldap.controls"},
{id:9490, pId:244, name:"范例s2c2-0.01%", file: "ldap.examples"},
{id:9488, pId:9490, name:"Basic usage", file: "ldap.examples-basic"},
{id:9489, pId:9490, name:"LDAP Controls", file: "ldap.examples-controls"},
{id:9494, pId:244, name:"安装/配置s4c4-0.03%", file: "ldap.setup"},
{id:9485, pId:9494, name:"运行时配置", file: "ldap.configuration"},
{id:9491, pId:9494, name:"安装", file: "ldap.installation"},
{id:9492, pId:9494, name:"需求", file: "ldap.requirements"},
{id:9493, pId:9494, name:"资源类型", file: "ldap.resources"},
{id:9495, pId:244, name:"Using the PHP LDAP calls", file: "ldap.using"},
{id:11816, pId:244, name:"LDAP 函数s59c59-0.39%", file: "ref.ldap"},
{id:4462, pId:11816, name:"Translate 8859 characters to t61 characters", file: "function.ldap-8859-to-t61"},
{id:4463, pId:11816, name:"Add entries to LDAP directory", file: "function.ldap-add-ext"},
{id:4464, pId:11816, name:"Add entries to LDAP directory", file: "function.ldap-add"},
{id:4465, pId:11816, name:"Bind to LDAP directory", file: "function.ldap-bind-ext"},
{id:4466, pId:11816, name:"绑定 LDAP 目录", file: "function.ldap-bind"},
{id:4467, pId:11816, name:"别名 ldap_unbind", file: "function.ldap-close"},
{id:4468, pId:11816, name:"Compare value of attribute found in entry specifie", file: "function.ldap-compare"},
{id:4469, pId:11816, name:"Connect to an LDAP server", file: "function.ldap-connect"},
{id:4470, pId:11816, name:"Retrieve the LDAP pagination cookie", file: "function.ldap-control-paged-result-response"},
{id:4471, pId:11816, name:"Send LDAP pagination control", file: "function.ldap-control-paged-result"},
{id:4472, pId:11816, name:"Count the number of entries in a search", file: "function.ldap-count-entries"},
{id:4473, pId:11816, name:"Delete an entry from a directory", file: "function.ldap-delete-ext"},
{id:4474, pId:11816, name:"Delete an entry from a directory", file: "function.ldap-delete"},
{id:4475, pId:11816, name:"Convert DN to User Friendly Naming format", file: "function.ldap-dn2ufn"},
{id:4476, pId:11816, name:"Convert LDAP error number into string error messag", file: "function.ldap-err2str"},
{id:4477, pId:11816, name:"Return the LDAP error number of the last LDAP comm", file: "function.ldap-errno"},
{id:4478, pId:11816, name:"Return the LDAP error message of the last LDAP com", file: "function.ldap-error"},
{id:4479, pId:11816, name:"Escape a string for use in an LDAP filter or DN", file: "function.ldap-escape"},
{id:4480, pId:11816, name:"PASSWD extended operation helper", file: "function.ldap-exop-passwd"},
{id:4481, pId:11816, name:"Refresh extended operation helper", file: "function.ldap-exop-refresh"},
{id:4482, pId:11816, name:"WHOAMI extended operation helper", file: "function.ldap-exop-whoami"},
{id:4483, pId:11816, name:"Performs an extended operation", file: "function.ldap-exop"},
{id:4484, pId:11816, name:"Splits DN into its component parts", file: "function.ldap-explode-dn"},
{id:4485, pId:11816, name:"Return first attribute", file: "function.ldap-first-attribute"},
{id:4486, pId:11816, name:"Return first result id", file: "function.ldap-first-entry"},
{id:4487, pId:11816, name:"Return first reference", file: "function.ldap-first-reference"},
{id:4488, pId:11816, name:"Free result memory", file: "function.ldap-free-result"},
{id:4489, pId:11816, name:"Get attributes from a search result entry", file: "function.ldap-get-attributes"},
{id:4490, pId:11816, name:"Get the DN of a result entry", file: "function.ldap-get-dn"},
{id:4491, pId:11816, name:"Get all result entries", file: "function.ldap-get-entries"},
{id:4492, pId:11816, name:"Get the current value for given option", file: "function.ldap-get-option"},
{id:4493, pId:11816, name:"Get all binary values from a result entry", file: "function.ldap-get-values-len"},
{id:4494, pId:11816, name:"Get all values from a result entry", file: "function.ldap-get-values"},
{id:4495, pId:11816, name:"Single-level search", file: "function.ldap-list"},
{id:4496, pId:11816, name:"Add attribute values to current attributes", file: "function.ldap-mod-add"},
{id:4497, pId:11816, name:"Delete attribute values from current attributes", file: "function.ldap-mod-del"},
{id:4498, pId:11816, name:"Replace attribute values with new ones", file: "function.ldap-mod-replace"},
{id:4499, pId:11816, name:"Batch and execute modifications on an LDAP entry", file: "function.ldap-modify-batch"},
{id:4500, pId:11816, name:"别名 ldap_mod_replace", file: "function.ldap-modify"},
{id:4501, pId:11816, name:"Add attribute values to current attributes", file: "function.ldap-mod_add-ext"},
{id:4502, pId:11816, name:"Delete attribute values from current attributes", file: "function.ldap-mod_del-ext"},
{id:4503, pId:11816, name:"Replace attribute values with new ones", file: "function.ldap-mod_replace-ext"},
{id:4504, pId:11816, name:"Get the next attribute in result", file: "function.ldap-next-attribute"},
{id:4505, pId:11816, name:"Get next result entry", file: "function.ldap-next-entry"},
{id:4506, pId:11816, name:"Get next reference", file: "function.ldap-next-reference"},
{id:4507, pId:11816, name:"Parse result object from an LDAP extended operatio", file: "function.ldap-parse-exop"},
{id:4508, pId:11816, name:"Extract information from reference entry", file: "function.ldap-parse-reference"},
{id:4509, pId:11816, name:"Extract information from result", file: "function.ldap-parse-result"},
{id:4510, pId:11816, name:"Read an entry", file: "function.ldap-read"},
{id:4511, pId:11816, name:"Modify the name of an entry", file: "function.ldap-rename-ext"},
{id:4512, pId:11816, name:"Modify the name of an entry", file: "function.ldap-rename"},
{id:4513, pId:11816, name:"Bind to LDAP directory using SASL", file: "function.ldap-sasl-bind"},
{id:4514, pId:11816, name:"Search LDAP tree", file: "function.ldap-search"},
{id:4515, pId:11816, name:"Set the value of the given option", file: "function.ldap-set-option"},
{id:4516, pId:11816, name:"Set a callback function to do re-binds on referral", file: "function.ldap-set-rebind-proc"},
{id:4517, pId:11816, name:"Sort LDAP result entries on the client side", file: "function.ldap-sort"},
{id:4518, pId:11816, name:"Start TLS", file: "function.ldap-start-tls"},
{id:4519, pId:11816, name:"Translate t61 characters to 8859 characters", file: "function.ldap-t61-to-8859"},
{id:4520, pId:11816, name:"Unbind from LDAP directory", file: "function.ldap-unbind"},
{id:257, pId:12187, name:"Memcaches6c30-0.2%", file: "book.memcache"},
{id:893, pId:257, name:"Memcache类s18c18-0.12%", file: "class.memcache"},
{id:9634, pId:893, name:"增加一个条目到缓存服务器", file: "memcache.add"},
{id:9635, pId:893, name:"向连接池中添加一个memcache服务器", file: "memcache.addserver"},
{id:9636, pId:893, name:"关闭memcache连接", file: "memcache.close"},
{id:9637, pId:893, name:"打开一个memcached服务端连接", file: "memcache.connect"},
{id:9639, pId:893, name:"减小元素的值", file: "memcache.decrement"},
{id:9640, pId:893, name:"从服务端删除一个元素", file: "memcache.delete"},
{id:9643, pId:893, name:"清洗(删除)已经存储的所有的元素", file: "memcache.flush"},
{id:9644, pId:893, name:"从服务端检回一个元素", file: "memcache.get"},
{id:9645, pId:893, name:"缓存服务器池中所有服务器统计信息", file: "memcache.getextendedstats"},
{id:9646, pId:893, name:"用于获取一个服务器的在线/离线状态", file: "memcache.getserverstatus"},
{id:9647, pId:893, name:"获取服务器统计信息", file: "memcache.getstats"},
{id:9648, pId:893, name:"返回服务器版本信息", file: "memcache.getversion"},
{id:9649, pId:893, name:"增加一个元素的值", file: "memcache.increment"},
{id:9652, pId:893, name:"打开一个到服务器的持久化连接", file: "memcache.pconnect"},
{id:9653, pId:893, name:"替换已经存在的元素的值", file: "memcache.replace"},
{id:9656, pId:893, name:"Store data at the server", file: "memcache.set"},
{id:9657, pId:893, name:"开启大值自动压缩", file: "memcache.setcompressthreshold"},
{id:9658, pId:893, name:"运行时修改服务器参数和状态", file: "memcache.setserverparams"},
{id:9175, pId:257, name:"简介", file: "intro.memcache"},
{id:9638, pId:257, name:"预定义常量", file: "memcache.constants"},
{id:9642, pId:257, name:"范例s1c1-0.01%", file: "memcache.examples"},
{id:9641, pId:9642, name:"", file: "memcache.examples-overview"},
{id:9659, pId:257, name:"安装/配置s4c4-0.03%", file: "memcache.setup"},
{id:9650, pId:9659, name:"运行时配置", file: "memcache.ini"},
{id:9651, pId:9659, name:"安装", file: "memcache.installation"},
{id:9654, pId:9659, name:"需求", file: "memcache.requirements"},
{id:9655, pId:9659, name:"资源类型", file: "memcache.resources"},
{id:11827, pId:257, name:"Memcache 函数s1c1-0.01%", file: "ref.memcache"},
{id:4806, pId:11827, name:"转换调试输出的开/关", file: "function.memcache-debug"},
{id:258, pId:12187, name:"Memcacheds7c64-0.43%", file: "book.memcached"},
{id:894, pId:258, name:"Memcached类s51c51-0.34%", file: "class.memcached"},
{id:9660, pId:894, name:"向一个新的key下面增加一个元素", file: "memcached.add"},
{id:9661, pId:894, name:"在指定服务器上的一个新的key下增加一个元素", file: "memcached.addbykey"},
{id:9662, pId:894, name:"向服务器池中增加一个服务器", file: "memcached.addserver"},
{id:9663, pId:894, name:"向服务器池中增加多台服务器", file: "memcached.addservers"},
{id:9664, pId:894, name:"向已存在元素后追加数据", file: "memcached.append"},
{id:9665, pId:894, name:"向指定服务器上已存在元素后追加数据", file: "memcached.appendbykey"},
{id:9669, pId:894, name:"比较并交换值", file: "memcached.cas"},
{id:9670, pId:894, name:"在指定服务器上比较并交换值", file: "memcached.casbykey"},
{id:9673, pId:894, name:"创建一个Memcached实例", file: "memcached.construct"},
{id:9674, pId:894, name:"减小数值元素的值", file: "memcached.decrement"},
{id:9675, pId:894, name:"Decrement numeric item's value, stored on a specif", file: "memcached.decrementbykey"},
{id:9676, pId:894, name:"删除一个元素", file: "memcached.delete"},
{id:9677, pId:894, name:"从指定的服务器删除一个元素", file: "memcached.deletebykey"},
{id:9678, pId:894, name:"Delete multiple items", file: "memcached.deletemulti"},
{id:9679, pId:894, name:"Delete multiple items from a specific server", file: "memcached.deletemultibykey"},
{id:9681, pId:894, name:"抓取下一个结果", file: "memcached.fetch"},
{id:9682, pId:894, name:"抓取所有剩余的结果", file: "memcached.fetchall"},
{id:9683, pId:894, name:"作废缓存中的所有元素", file: "memcached.flush"},
{id:9684, pId:894, name:"检索一个元素", file: "memcached.get"},
{id:9685, pId:894, name:"Gets the keys stored on all the servers", file: "memcached.getallkeys"},
{id:9686, pId:894, name:"从特定的服务器检索元素", file: "memcached.getbykey"},
{id:9687, pId:894, name:"请求多个元素", file: "memcached.getdelayed"},
{id:9688, pId:894, name:"从指定的服务器上请求多个元素", file: "memcached.getdelayedbykey"},
{id:9689, pId:894, name:"检索多个元素", file: "memcached.getmulti"},
{id:9690, pId:894, name:"从特定服务器检索多个元素", file: "memcached.getmultibykey"},
{id:9691, pId:894, name:"获取Memcached的选项值", file: "memcached.getoption"},
{id:9692, pId:894, name:"返回最后一次操作的结果代码", file: "memcached.getresultcode"},
{id:9693, pId:894, name:"返回最后一次操作的结果描述消息", file: "memcached.getresultmessage"},
{id:9694, pId:894, name:"获取一个key所映射的服务器信息", file: "memcached.getserverbykey"},
{id:9695, pId:894, name:"获取服务器池中的服务器列表", file: "memcached.getserverlist"},
{id:9696, pId:894, name:"获取服务器池的统计信息", file: "memcached.getstats"},
{id:9697, pId:894, name:"获取服务器池中所有服务器的版本信息", file: "memcached.getversion"},
{id:9698, pId:894, name:"增加数值元素的值", file: "memcached.increment"},
{id:9699, pId:894, name:"Increment numeric item's value, stored on a specif", file: "memcached.incrementbykey"},
{id:9701, pId:894, name:"Check if a persitent connection to memcache is bei", file: "memcached.ispersistent"},
{id:9702, pId:894, name:"Check if the instance was recently created", file: "memcached.ispristine"},
{id:9703, pId:894, name:"向一个已存在的元素前面追加数据", file: "memcached.prepend"},
{id:9704, pId:894, name:"Prepend data to an existing item on a specific ser", file: "memcached.prependbykey"},
{id:9705, pId:894, name:"关闭所有打开的链接。", file: "memcached.quit"},
{id:9706, pId:894, name:"替换已存在key下的元素", file: "memcached.replace"},
{id:9707, pId:894, name:"Replace the item under an existing key on a specif", file: "memcached.replacebykey"},
{id:9709, pId:894, name:"Clears all servers from the server list", file: "memcached.resetserverlist"},
{id:9712, pId:894, name:"存储一个元素", file: "memcached.set"},
{id:9713, pId:894, name:"Store an item on a specific server", file: "memcached.setbykey"},
{id:9714, pId:894, name:"存储多个元素", file: "memcached.setmulti"},
{id:9715, pId:894, name:"Store multiple items on a specific server", file: "memcached.setmultibykey"},
{id:9716, pId:894, name:"设置一个memcached选项", file: "memcached.setoption"},
{id:9717, pId:894, name:"Set Memcached options", file: "memcached.setoptions"},
{id:9718, pId:894, name:"Set the credentials to use for authentication", file: "memcached.setsaslauthdata"},
{id:9720, pId:894, name:"Set a new expiration on an item", file: "memcached.touch"},
{id:9721, pId:894, name:"Set a new expiration on an item on a specific serv", file: "memcached.touchbykey"},
{id:9176, pId:258, name:"简介", file: "intro.memcached"},
{id:9666, pId:258, name:"回调s2c2-0.01%", file: "memcached.callbacks"},
{id:9667, pId:9666, name:"通读缓存回调", file: "memcached.callbacks.read-through"},
{id:9668, pId:9666, name:"结果回调", file: "memcached.callbacks.result"},
{id:9672, pId:258, name:"预定义常量", file: "memcached.constants"},
{id:9680, pId:258, name:"超时时间", file: "memcached.expiration"},
{id:9711, pId:258, name:"Sessions支持", file: "memcached.sessions"},
{id:9719, pId:258, name:"安装/配置s4c4-0.03%", file: "memcached.setup"},
{id:9671, pId:9719, name:"运行时配置", file: "memcached.configuration"},
{id:9700, pId:9719, name:"安装", file: "memcached.installation"},
{id:9708, pId:9719, name:"需求", file: "memcached.requirements"},
{id:9710, pId:9719, name:"资源类型", file: "memcached.resources"},
{id:267, pId:12187, name:"mqseriess4c22-0.15%", file: "book.mqseries"},
{id:9183, pId:267, name:"简介", file: "intro.mqseries"},
{id:10373, pId:267, name:"预定义常量", file: "mqseries.constants"},
{id:10377, pId:267, name:"安装/配置s4c4-0.03%", file: "mqseries.setup"},
{id:10372, pId:10377, name:"安装", file: "mqseries.configure"},
{id:10374, pId:10377, name:"运行时配置", file: "mqseries.ini"},
{id:10375, pId:10377, name:"需求", file: "mqseries.requirements"},
{id:10376, pId:10377, name:"资源类型", file: "mqseries.resources"},
{id:11834, pId:267, name:"mqseries 函数s14c14-0.09%", file: "ref.mqseries"},
{id:4837, pId:11834, name:"MQSeries MQBACK", file: "function.mqseries-back"},
{id:4838, pId:11834, name:"MQseries MQBEGIN", file: "function.mqseries-begin"},
{id:4839, pId:11834, name:"MQSeries MQCLOSE", file: "function.mqseries-close"},
{id:4840, pId:11834, name:"MQSeries MQCMIT", file: "function.mqseries-cmit"},
{id:4841, pId:11834, name:"MQSeries MQCONN", file: "function.mqseries-conn"},
{id:4842, pId:11834, name:"MQSeries MQCONNX", file: "function.mqseries-connx"},
{id:4843, pId:11834, name:"MQSeries MQDISC", file: "function.mqseries-disc"},
{id:4844, pId:11834, name:"MQSeries MQGET", file: "function.mqseries-get"},
{id:4845, pId:11834, name:"MQSeries MQINQ", file: "function.mqseries-inq"},
{id:4846, pId:11834, name:"MQSeries MQOPEN", file: "function.mqseries-open"},
{id:4847, pId:11834, name:"MQSeries MQPUT", file: "function.mqseries-put"},
{id:4848, pId:11834, name:"MQSeries MQPUT1", file: "function.mqseries-put1"},
{id:4849, pId:11834, name:"MQSeries MQSET", file: "function.mqseries-set"},
{id:4850, pId:11834, name:"Returns the error message corresponding to a resul", file: "function.mqseries-strerror"},
{id:281, pId:12187, name:"Net Gophers5c11-0.07%", file: "book.net-gopher"},
{id:9197, pId:281, name:"简介", file: "intro.net-gopher"},
{id:10923, pId:281, name:"预定义常量", file: "net-gopher.constants"},
{id:10925, pId:281, name:"范例s1c1-0.01%", file: "net-gopher.examples"},
{id:10924, pId:10925, name:"Basic Example", file: "net-gopher.examples-basic"},
{id:10929, pId:281, name:"安装/配置s4c4-0.03%", file: "net-gopher.setup"},
{id:10922, pId:10929, name:"运行时配置", file: "net-gopher.configuration"},
{id:10926, pId:10929, name:"安装", file: "net-gopher.install"},
{id:10927, pId:10929, name:"需求", file: "net-gopher.requirements"},
{id:10928, pId:10929, name:"资源类型", file: "net-gopher.resources"},
{id:11846, pId:281, name:"Gopher 函数s1c1-0.01%", file: "ref.net-gopher"},
{id:3904, pId:11846, name:"Translate a gopher formatted directory entry into ", file: "function.gopher-parsedir"},
{id:282, pId:12187, name:"网络s4c42-0.28%", file: "book.network"},
{id:9198, pId:282, name:"简介", file: "intro.network"},
{id:10931, pId:282, name:"预定义常量", file: "network.constants"},
{id:10935, pId:282, name:"安装/配置s4c4-0.03%", file: "network.setup"},
{id:10930, pId:10935, name:"运行时配置", file: "network.configuration"},
{id:10932, pId:10935, name:"安装", file: "network.installation"},
{id:10933, pId:10935, name:"需求", file: "network.requirements"},
{id:10934, pId:10935, name:"资源类型", file: "network.resources"},
{id:11847, pId:282, name:"网络 函数s34c34-0.23%", file: "ref.network"},
{id:2807, pId:11847, name:"给指定的主机(域名)或者IP地址做DNS通信检查", file: "function.checkdnsrr"},
{id:2830, pId:11847, name:"关闭系统日志链接", file: "function.closelog"},
{id:3179, pId:11847, name:"Initializes all syslog related variables", file: "function.define-syslog-variables"},
{id:3204, pId:11847, name:"别名 checkdnsrr", file: "function.dns-check-record"},
{id:3205, pId:11847, name:"别名 getmxrr", file: "function.dns-get-mx"},
{id:3206, pId:11847, name:"获取指定主机的DNS记录", file: "function.dns-get-record"},
{id:3702, pId:11847, name:"打开一个网络连接或者一个Unix套接字连接", file: "function.fsockopen"},
{id:3805, pId:11847, name:"获取指定的IP地址对应的主机名", file: "function.gethostbyaddr"},
{id:3806, pId:11847, name:"返回主机名对应的 IPv4地址。", file: "function.gethostbyname"},
{id:3807, pId:11847, name:"获取互联网主机名对应的 IPv4 地址列表", file: "function.gethostbynamel"},
{id:3808, pId:11847, name:"获取主机名", file: "function.gethostname"},
{id:3812, pId:11847, name:"获取互联网主机名对应的 MX 记录", file: "function.getmxrr"},
{id:3818, pId:11847, name:"Get protocol number associated with protocol name", file: "function.getprotobyname"},
{id:3819, pId:11847, name:"Get protocol name associated with protocol number", file: "function.getprotobynumber"},
{id:3822, pId:11847, name:"获取互联网服务协议对应的端口", file: "function.getservbyname"},
{id:3823, pId:11847, name:"Get Internet service which corresponds to port and", file: "function.getservbyport"},
{id:3989, pId:11847, name:"调用一个 header 函数", file: "function.header-register-callback"},
{id:3990, pId:11847, name:"删除之前设置的 HTTP 头", file: "function.header-remove"},
{id:3991, pId:11847, name:"发送原生 HTTP 头", file: "function.header"},
{id:3992, pId:11847, name:"返回已发送的 HTTP 响应头(或准备发送的)", file: "function.headers-list"},
{id:3993, pId:11847, name:"检测 HTTP 头是否已经发送", file: "function.headers-sent"},
{id:4006, pId:11847, name:"获取/设置响应的 HTTP 状态码", file: "function.http-response-code"},
{id:4331, pId:11847, name:"Converts a packed internet address to a human read", file: "function.inet-ntop"},
{id:4332, pId:11847, name:"Converts a human readable IP address to its packed", file: "function.inet-pton"},
{id:4388, pId:11847, name:"将 IPV4 的字符串互联网协议转换成长整型数字", file: "function.ip2long"},
{id:4544, pId:11847, name:"将长整型转化为字符串形式带点的互联网标准格式地址(IPV4)", file: "function.long2ip"},
{id:5535, pId:11847, name:"Open connection to system logger", file: "function.openlog"},
{id:5813, pId:11847, name:"打开一个持久的网络连接或者Unix套接字连接。", file: "function.pfsockopen"},
{id:6285, pId:11847, name:"发送 Cookie", file: "function.setcookie"},
{id:6288, pId:11847, name:"发送未经 URL 编码的 cookie", file: "function.setrawcookie"},
{id:6356, pId:11847, name:"别名 stream_get_meta_data", file: "function.socket-get-status"},
{id:6372, pId:11847, name:"别名 stream_set_blocking", file: "function.socket-set-blocking"},
{id:6375, pId:11847, name:"别名 stream_set_timeout", file: "function.socket-set-timeout"},
{id:6850, pId:11847, name:"Generate a system log message", file: "function.syslog"},
{id:284, pId:12187, name:"YP/NISs4c18-0.12%", file: "book.nis"},
{id:9200, pId:284, name:"简介", file: "intro.nis"},
{id:10945, pId:284, name:"预定义常量", file: "nis.constants"},
{id:10949, pId:284, name:"安装/配置s4c4-0.03%", file: "nis.setup"},
{id:10944, pId:10949, name:"运行时配置", file: "nis.configuration"},
{id:10946, pId:10949, name:"安装", file: "nis.installation"},
{id:10947, pId:10949, name:"需求", file: "nis.requirements"},
{id:10948, pId:10949, name:"资源类型", file: "nis.resources"},
{id:11849, pId:284, name:"YP/NIS 函数s10c10-0.07%", file: "ref.nis"},
{id:7350, pId:11849, name:"Traverse the map and call a function on each entry", file: "function.yp-all"},
{id:7351, pId:11849, name:"Return an array containing the entire map", file: "function.yp-cat"},
{id:7352, pId:11849, name:"Returns the error string associated with the given", file: "function.yp-err-string"},
{id:7353, pId:11849, name:"Returns the error code of the previous operation", file: "function.yp-errno"},
{id:7354, pId:11849, name:"Returns the first key-value pair from the named ma", file: "function.yp-first"},
{id:7355, pId:11849, name:"Fetches the machine's default NIS domain", file: "function.yp-get-default-domain"},
{id:7356, pId:11849, name:"Returns the machine name of the master NIS server ", file: "function.yp-master"},
{id:7357, pId:11849, name:"Returns the matched line", file: "function.yp-match"},
{id:7358, pId:11849, name:"Returns the next key-value pair in the named map", file: "function.yp-next"},
{id:7359, pId:11849, name:"Returns the order number for a map", file: "function.yp-order"},
{id:320, pId:12187, name:"RRDtools8c38-0.25%", file: "book.rrd"},
{id:1108, pId:320, name:"The RRDCreator classs4c4-0.03%", file: "class.rrdcreator"},
{id:12279, pId:1108, name:"Adds RRA - archive of data values for each data so", file: "rrdcreator.addarchive"},
{id:12280, pId:1108, name:"Adds data source definition for RRD database", file: "rrdcreator.adddatasource"},
{id:12281, pId:1108, name:"Creates new RRDCreator instance", file: "rrdcreator.construct"},
{id:12282, pId:1108, name:"Saves the RRD database to a file", file: "rrdcreator.save"},
{id:1109, pId:320, name:"The RRDGraph classs4c4-0.03%", file: "class.rrdgraph"},
{id:12283, pId:1109, name:"Creates new RRDGraph instance", file: "rrdgraph.construct"},
{id:12284, pId:1109, name:"Saves the result of query into image", file: "rrdgraph.save"},
{id:12285, pId:1109, name:"Saves the RRD database query into image and return", file: "rrdgraph.saveverbose"},
{id:12286, pId:1109, name:"Sets the options for rrd graph export", file: "rrdgraph.setoptions"},
{id:1110, pId:320, name:"The RRDUpdater classs2c2-0.01%", file: "class.rrdupdater"},
{id:12287, pId:1110, name:"Creates new RRDUpdater instance", file: "rrdupdater.construct"},
{id:12288, pId:1110, name:"Update the RRD database file", file: "rrdupdater.update"},
{id:9236, pId:320, name:"简介", file: "intro.rrd"},
{id:11900, pId:320, name:"RRD 函数s14c14-0.09%", file: "ref.rrd"},
{id:6192, pId:11900, name:"Creates rrd database file", file: "function.rrd-create"},
{id:6193, pId:11900, name:"Gets latest error message", file: "function.rrd-error"},
{id:6194, pId:11900, name:"Fetch the data for graph as array", file: "function.rrd-fetch"},
{id:6195, pId:11900, name:"Gets the timestamp of the first sample from rrd fi", file: "function.rrd-first"},
{id:6196, pId:11900, name:"Creates image from a data", file: "function.rrd-graph"},
{id:6197, pId:11900, name:"Gets information about rrd file", file: "function.rrd-info"},
{id:6198, pId:11900, name:"Gets unix timestamp of the last sample", file: "function.rrd-last"},
{id:6199, pId:11900, name:"Gets information about last updated data", file: "function.rrd-lastupdate"},
{id:6200, pId:11900, name:"Restores the RRD file from XML dump", file: "function.rrd-restore"},
{id:6201, pId:11900, name:"Tunes some RRD database file header options", file: "function.rrd-tune"},
{id:6202, pId:11900, name:"Updates the RRD database", file: "function.rrd-update"},
{id:6203, pId:11900, name:"Gets information about underlying rrdtool library", file: "function.rrd-version"},
{id:6204, pId:11900, name:"Exports the information about RRD database", file: "function.rrd-xport"},
{id:6205, pId:11900, name:"Close any outstanding connection to rrd caching da", file: "function.rrdc-disconnect"},
{id:12271, pId:320, name:"预定义常量", file: "rrd.constants"},
{id:12274, pId:320, name:"范例s2c2-0.01%", file: "rrd.examples"},
{id:12272, pId:12274, name:"OOP PECL/rrd example", file: "rrd.examples-oop"},
{id:12273, pId:12274, name:"Procedural PECL/rrd example", file: "rrd.examples-procedural"},
{id:12278, pId:320, name:"安装/配置s4c4-0.03%", file: "rrd.setup"},
{id:12270, pId:12278, name:"运行时配置", file: "rrd.configuration"},
{id:12275, pId:12278, name:"安装", file: "rrd.installation"},
{id:12276, pId:12278, name:"需求", file: "rrd.requirements"},
{id:12277, pId:12278, name:"资源类型", file: "rrd.resources"},
{id:322, pId:12187, name:"Simple Asynchronous Messagings5c33-0.22%", file: "book.sam"},
{id:9238, pId:322, name:"简介", file: "intro.sam"},
{id:11902, pId:322, name:"SAM 函数s19c19-0.13%", file: "ref.sam"},
{id:12309, pId:11902, name:"Commits (completes) the current unit of work", file: "samconnection.commit"},
{id:12310, pId:11902, name:"Establishes a connection to a Messaging Server", file: "samconnection.connect"},
{id:12311, pId:11902, name:"Creates a new connection to a Messaging Server", file: "samconnection.construct"},
{id:12312, pId:11902, name:"Disconnects from a Messaging Server", file: "samconnection.disconnect"},
{id:12313, pId:11902, name:"Contains the unique numeric error code of the last", file: "samconnection.errno"},
{id:12314, pId:11902, name:"Contains the text description of the last failed S", file: "samconnection.error"},
{id:12315, pId:11902, name:"Queries whether a connection is established to a M", file: "samconnection.isconnected"},
{id:12316, pId:11902, name:"Read a message from a queue without removing it fr", file: "samconnection.peek"},
{id:12317, pId:11902, name:"Read one or more messages from a queue without rem", file: "samconnection.peekall"},
{id:12318, pId:11902, name:"Receive a message from a queue or subscription", file: "samconnection.receive"},
{id:12319, pId:11902, name:"Remove a message from a queue", file: "samconnection.remove"},
{id:12320, pId:11902, name:"Cancels (rolls back) an in-flight unit of work", file: "samconnection.rollback"},
{id:12321, pId:11902, name:"Send a message to a queue or publish an item to a ", file: "samconnection.send"},
{id:12322, pId:11902, name:"Turn on or off additional debugging output", file: "samconnection.setdebug"},
{id:12323, pId:11902, name:"Create a subscription to a specified topic", file: "samconnection.subscribe"},
{id:12324, pId:11902, name:"Cancel a subscription to a specified topic", file: "samconnection.unsubscribe"},
{id:12325, pId:11902, name:"The body of the message", file: "sammessage.body"},
{id:12326, pId:11902, name:"Creates a new Message object", file: "sammessage.construct"},
{id:12327, pId:11902, name:"The header properties of the message", file: "sammessage.header"},
{id:12299, pId:322, name:"预定义常量", file: "sam.constants"},
{id:12301, pId:322, name:"范例s5c5-0.03%", file: "sam.examples"},
{id:12298, pId:12301, name:"Connections", file: "sam.connections"},
{id:12300, pId:12301, name:"Error handling", file: "sam.errors"},
{id:12303, pId:12301, name:"Messages", file: "sam.messages"},
{id:12304, pId:12301, name:"Messaging operations", file: "sam.operations"},
{id:12305, pId:12301, name:"Publish/Subscribe and subscriptions to topics", file: "sam.pubsub"},
{id:12308, pId:322, name:"安装/配置s4c4-0.03%", file: "sam.setup"},
{id:12297, pId:12308, name:"运行时配置", file: "sam.configuration"},
{id:12302, pId:12308, name:"安装", file: "sam.installation"},
{id:12306, pId:12308, name:"需求", file: "sam.requirements"},
{id:12307, pId:12308, name:"资源类型", file: "sam.resources"},
{id:324, pId:12187, name:"ScoutAPMs4c9-0.06%", file: "book.scoutapm"},
{id:9240, pId:324, name:"简介", file: "intro.scoutapm"},
{id:11904, pId:324, name:"Scoutapm 函数s2c2-0.01%", file: "ref.scoutapm"},
{id:6237, pId:11904, name:"Returns a list of instrumented calls that have occ", file: "function.scoutapm-get-calls"},
{id:6238, pId:11904, name:"List functions scoutapm will instrument.", file: "function.scoutapm-list-instrumented-functions"},
{id:12350, pId:324, name:"预定义常量", file: "scoutapm.constants"},
{id:12353, pId:324, name:"安装/配置s3c3-0.02%", file: "scoutapm.setup"},
{id:12349, pId:12353, name:"运行时配置", file: "scoutapm.configuration"},
{id:12351, pId:12353, name:"安装", file: "scoutapm.installation"},
{id:12352, pId:12353, name:"需求", file: "scoutapm.requirements"},
{id:335, pId:12187, name:"SNMPs6c43-0.29%", file: "book.snmp"},
{id:1119, pId:335, name:"The SNMP classs9c9-0.06%", file: "class.snmp"},
{id:12605, pId:1119, name:"Close SNMP session", file: "snmp.close"},
{id:12608, pId:1119, name:"Creates SNMP instance representing session to remo", file: "snmp.construct"},
{id:12609, pId:1119, name:"Fetch an SNMP object", file: "snmp.get"},
{id:12610, pId:1119, name:"Get last error code", file: "snmp.geterrno"},
{id:12611, pId:1119, name:"Get last error message", file: "snmp.geterror"},
{id:12612, pId:1119, name:"Fetch an SNMP object which follows the given obj", file: "snmp.getnext"},
{id:12616, pId:1119, name:"Set the value of an SNMP object", file: "snmp.set"},
{id:12617, pId:1119, name:"Configures security-related SNMPv3 session paramet", file: "snmp.setsecurity"},
{id:12619, pId:1119, name:"Fetch SNMP object subtree", file: "snmp.walk"},
{id:1120, pId:335, name:"The SNMPException class", file: "class.snmpexception"},
{id:9251, pId:335, name:"简介", file: "intro.snmp"},
{id:11914, pId:335, name:"SNMP 函数s24c24-0.16%", file: "ref.snmp"},
{id:6317, pId:11914, name:"返回 UCD 库中 quick_print 设置的当前值", file: "function.snmp-get-quick-print"},
{id:6318, pId:11914, name:"Return the method how the SNMP values will be retu", file: "function.snmp-get-valueretrieval"},
{id:6319, pId:11914, name:"Reads and parses a MIB file into the active MIB tr", file: "function.snmp-read-mib"},
{id:6320, pId:11914, name:"Return all values that are enums with their enum v", file: "function.snmp-set-enum-print"},
{id:6321, pId:11914, name:"Set the OID output format", file: "function.snmp-set-oid-numeric-print"},
{id:6322, pId:11914, name:"Set the OID output format", file: "function.snmp-set-oid-output-format"},
{id:6323, pId:11914, name:"设置 UCD SNMP 库中 quick_print 的值", file: "function.snmp-set-quick-print"},
{id:6324, pId:11914, name:"Specify the method how the SNMP values will be ret", file: "function.snmp-set-valueretrieval"},
{id:6325, pId:11914, name:"Fetch an SNMP object", file: "function.snmp2-get"},
{id:6326, pId:11914, name:"Fetch the SNMP object which follows the given obje", file: "function.snmp2-getnext"},
{id:6327, pId:11914, name:"Return all objects including their respective obje", file: "function.snmp2-real-walk"},
{id:6328, pId:11914, name:"Set the value of an SNMP object", file: "function.snmp2-set"},
{id:6329, pId:11914, name:"Fetch all the SNMP objects from an agent", file: "function.snmp2-walk"},
{id:6330, pId:11914, name:"Fetch an SNMP object", file: "function.snmp3-get"},
{id:6331, pId:11914, name:"Fetch the SNMP object which follows the given obje", file: "function.snmp3-getnext"},
{id:6332, pId:11914, name:"Return all objects including their respective obje", file: "function.snmp3-real-walk"},
{id:6333, pId:11914, name:"Set the value of an SNMP object", file: "function.snmp3-set"},
{id:6334, pId:11914, name:"Fetch all the SNMP objects from an agent", file: "function.snmp3-walk"},
{id:6335, pId:11914, name:"获取一个 SNMP 对象", file: "function.snmpget"},
{id:6336, pId:11914, name:"Fetch the SNMP object which follows the given obje", file: "function.snmpgetnext"},
{id:6337, pId:11914, name:"返回指定的所有对象,包括它们各自的对象 ID", file: "function.snmprealwalk"},
{id:6338, pId:11914, name:"设置一个 SNMP 对象", file: "function.snmpset"},
{id:6339, pId:11914, name:"从代理返回所有的 SNMP 对象", file: "function.snmpwalk"},
{id:6340, pId:11914, name:"查询关于网络实体的信息树", file: "function.snmpwalkoid"},
{id:12607, pId:335, name:"预定义常量", file: "snmp.constants"},
{id:12618, pId:335, name:"安装/配置s4c4-0.03%", file: "snmp.setup"},
{id:12606, pId:12618, name:"运行时配置", file: "snmp.configuration"},
{id:12613, pId:12618, name:"安装", file: "snmp.installation"},
{id:12614, pId:12618, name:"需求", file: "snmp.requirements"},
{id:12615, pId:12618, name:"资源类型", file: "snmp.resources"},
{id:337, pId:12187, name:"Socketss6c49-0.33%", file: "book.sockets"},
{id:9253, pId:337, name:"简介", file: "intro.sockets"},
{id:11916, pId:337, name:"Socket 函数s39c39-0.26%", file: "ref.sockets"},
{id:6341, pId:11916, name:"Accepts a connection on a socket", file: "function.socket-accept"},
{id:6342, pId:11916, name:"Create and bind to a socket from a given addrinfo", file: "function.socket-addrinfo-bind"},
{id:6343, pId:11916, name:"Create and connect to a socket from a given addrin", file: "function.socket-addrinfo-connect"},
{id:6344, pId:11916, name:"Get information about addrinfo", file: "function.socket-addrinfo-explain"},
{id:6345, pId:11916, name:"Get array with contents of getaddrinfo about the g", file: "function.socket-addrinfo-lookup"},
{id:6346, pId:11916, name:"给套接字绑定名字", file: "function.socket-bind"},
{id:6347, pId:11916, name:"清除套接字或者最后的错误代码上的错误", file: "function.socket-clear-error"},
{id:6348, pId:11916, name:"关闭套接字资源", file: "function.socket-close"},
{id:6349, pId:11916, name:"Calculate message buffer size", file: "function.socket-cmsg-space"},
{id:6350, pId:11916, name:"开启一个套接字连接", file: "function.socket-connect"},
{id:6351, pId:11916, name:"Opens a socket on port to accept connections", file: "function.socket-create-listen"},
{id:6352, pId:11916, name:"Creates a pair of indistinguishable sockets and st", file: "function.socket-create-pair"},
{id:6353, pId:11916, name:"创建一个套接字(通讯节点)", file: "function.socket-create"},
{id:6354, pId:11916, name:"Export a socket extension resource into a stream t", file: "function.socket-export-stream"},
{id:6355, pId:11916, name:"Gets socket options for the socket", file: "function.socket-get-option"},
{id:6357, pId:11916, name:"别名 socket_get_option", file: "function.socket-getopt"},
{id:6358, pId:11916, name:"Queries the remote side of the given socket which ", file: "function.socket-getpeername"},
{id:6359, pId:11916, name:"Queries the local side of the given socket which m", file: "function.socket-getsockname"},
{id:6360, pId:11916, name:"Import a stream", file: "function.socket-import-stream"},
{id:6361, pId:11916, name:"Returns the last error on the socket", file: "function.socket-last-error"},
{id:6362, pId:11916, name:"Listens for a connection on a socket", file: "function.socket-listen"},
{id:6363, pId:11916, name:"Reads a maximum of length bytes from a socket", file: "function.socket-read"},
{id:6364, pId:11916, name:"从已连接的socket接收数据", file: "function.socket-recv"},
{id:6365, pId:11916, name:"Receives data from a socket whether or not it is c", file: "function.socket-recvfrom"},
{id:6366, pId:11916, name:"Read a message", file: "function.socket-recvmsg"},
{id:6367, pId:11916, name:"Runs the select() system call on the given arrays ", file: "function.socket-select"},
{id:6368, pId:11916, name:"Sends data to a connected socket", file: "function.socket-send"},
{id:6369, pId:11916, name:"Send a message", file: "function.socket-sendmsg"},
{id:6370, pId:11916, name:"Sends a message to a socket, whether it is connect", file: "function.socket-sendto"},
{id:6371, pId:11916, name:"Sets blocking mode on a socket resource", file: "function.socket-set-block"},
{id:6373, pId:11916, name:"Sets nonblocking mode for file descriptor fd", file: "function.socket-set-nonblock"},
{id:6374, pId:11916, name:"Sets socket options for the socket", file: "function.socket-set-option"},
{id:6376, pId:11916, name:"别名 socket_set_option", file: "function.socket-setopt"},
{id:6377, pId:11916, name:"Shuts down a socket for receiving, sending, or bot", file: "function.socket-shutdown"},
{id:6378, pId:11916, name:"Return a string describing a socket error", file: "function.socket-strerror"},
{id:6379, pId:11916, name:"Write to a socket", file: "function.socket-write"},
{id:6380, pId:11916, name:"Exports the WSAPROTOCOL_INFO Structure", file: "function.socket-wsaprotocol-info-export"},
{id:6381, pId:11916, name:"Imports a Socket from another Process", file: "function.socket-wsaprotocol-info-import"},
{id:6382, pId:11916, name:"Releases an exported WSAPROTOCOL_INFO Structure", file: "function.socket-wsaprotocol-info-release"},
{id:12661, pId:337, name:"预定义常量", file: "sockets.constants"},
{id:12662, pId:337, name:"Socket Errors", file: "sockets.errors"},
{id:12663, pId:337, name:"范例", file: "sockets.examples"},
{id:12667, pId:337, name:"安装/配置s4c4-0.03%", file: "sockets.setup"},
{id:12660, pId:12667, name:"运行时配置", file: "sockets.configuration"},
{id:12664, pId:12667, name:"安装", file: "sockets.installation"},
{id:12665, pId:12667, name:"需求", file: "sockets.requirements"},
{id:12666, pId:12667, name:"资源类型", file: "sockets.resources"},
{id:347, pId:12187, name:"Secure Shell2s4c38-0.25%", file: "book.ssh2"},
{id:9263, pId:347, name:"简介", file: "intro.ssh2"},
{id:11923, pId:347, name:"SSH2 函数s30c30-0.2%", file: "ref.ssh2"},
{id:6556, pId:11923, name:"Authenticate over SSH using the ssh agent", file: "function.ssh2-auth-agent"},
{id:6557, pId:11923, name:"Authenticate using a public hostkey", file: "function.ssh2-auth-hostbased-file"},
{id:6558, pId:11923, name:"Authenticate as none", file: "function.ssh2-auth-none"},
{id:6559, pId:11923, name:"Authenticate over SSH using a plain password", file: "function.ssh2-auth-password"},
{id:6560, pId:11923, name:"Authenticate using a public key", file: "function.ssh2-auth-pubkey-file"},
{id:6561, pId:11923, name:"Connect to an SSH server", file: "function.ssh2-connect"},
{id:6562, pId:11923, name:"Close a connection to a remote SSH server", file: "function.ssh2-disconnect"},
{id:6563, pId:11923, name:"Execute a command on a remote server", file: "function.ssh2-exec"},
{id:6564, pId:11923, name:"Fetch an extended data stream", file: "function.ssh2-fetch-stream"},
{id:6565, pId:11923, name:"Retrieve fingerprint of remote server", file: "function.ssh2-fingerprint"},
{id:6566, pId:11923, name:"Return list of negotiated methods", file: "function.ssh2-methods-negotiated"},
{id:6567, pId:11923, name:"Add an authorized publickey", file: "function.ssh2-publickey-add"},
{id:6568, pId:11923, name:"Initialize Publickey subsystem", file: "function.ssh2-publickey-init"},
{id:6569, pId:11923, name:"List currently authorized publickeys", file: "function.ssh2-publickey-list"},
{id:6570, pId:11923, name:"Remove an authorized publickey", file: "function.ssh2-publickey-remove"},
{id:6571, pId:11923, name:"Request a file via SCP", file: "function.ssh2-scp-recv"},
{id:6572, pId:11923, name:"Send a file via SCP", file: "function.ssh2-scp-send"},
{id:6573, pId:11923, name:"Changes file mode", file: "function.ssh2-sftp-chmod"},
{id:6574, pId:11923, name:"Stat a symbolic link", file: "function.ssh2-sftp-lstat"},
{id:6575, pId:11923, name:"Create a directory", file: "function.ssh2-sftp-mkdir"},
{id:6576, pId:11923, name:"Return the target of a symbolic link", file: "function.ssh2-sftp-readlink"},
{id:6577, pId:11923, name:"Resolve the realpath of a provided path string", file: "function.ssh2-sftp-realpath"},
{id:6578, pId:11923, name:"Rename a remote file", file: "function.ssh2-sftp-rename"},
{id:6579, pId:11923, name:"Remove a directory", file: "function.ssh2-sftp-rmdir"},
{id:6580, pId:11923, name:"Stat a file on a remote filesystem", file: "function.ssh2-sftp-stat"},
{id:6581, pId:11923, name:"Create a symlink", file: "function.ssh2-sftp-symlink"},
{id:6582, pId:11923, name:"Delete a file", file: "function.ssh2-sftp-unlink"},
{id:6583, pId:11923, name:"Initialize SFTP subsystem", file: "function.ssh2-sftp"},
{id:6584, pId:11923, name:"Request an interactive shell", file: "function.ssh2-shell"},
{id:6585, pId:11923, name:"Open a tunnel through a remote server", file: "function.ssh2-tunnel"},
{id:13337, pId:347, name:"预定义常量", file: "ssh2.constants"},
{id:13341, pId:347, name:"安装/配置s4c4-0.03%", file: "ssh2.setup"},
{id:13336, pId:13341, name:"运行时配置", file: "ssh2.configuration"},
{id:13338, pId:13341, name:"安装", file: "ssh2.installation"},
{id:13339, pId:13341, name:"需求", file: "ssh2.requirements"},
{id:13340, pId:13341, name:"资源类型", file: "ssh2.resources"},
{id:349, pId:12187, name:"Stomp Clients7c30-0.2%", file: "book.stomp"},
{id:1174, pId:349, name:"The Stomp classs15c15-0.1%", file: "class.stomp"},
{id:13348, pId:1174, name:"Rolls back a transaction in progress", file: "stomp.abort"},
{id:13349, pId:1174, name:"Acknowledges consumption of a message", file: "stomp.ack"},
{id:13350, pId:1174, name:"Starts a transaction", file: "stomp.begin"},
{id:13351, pId:1174, name:"Commits a transaction in progress", file: "stomp.commit"},
{id:13353, pId:1174, name:"打开一个连接", file: "stomp.construct"},
{id:13354, pId:1174, name:"Closes stomp connection", file: "stomp.destruct"},
{id:13355, pId:1174, name:"Gets the last stomp error", file: "stomp.error"},
{id:13358, pId:1174, name:"Gets read timeout", file: "stomp.getreadtimeout"},
{id:13359, pId:1174, name:"Gets the current stomp session ID", file: "stomp.getsessionid"},
{id:13360, pId:1174, name:"Indicates whether or not there is a frame ready to", file: "stomp.hasframe"},
{id:13362, pId:1174, name:"Reads the next frame", file: "stomp.readframe"},
{id:13365, pId:1174, name:"Sends a message", file: "stomp.send"},
{id:13366, pId:1174, name:"Sets read timeout", file: "stomp.setreadtimeout"},
{id:13368, pId:1174, name:"Registers to listen to a given destination", file: "stomp.subscribe"},
{id:13369, pId:1174, name:"Removes an existing subscription", file: "stomp.unsubscribe"},
{id:1175, pId:349, name:"The StompException classs1c1-0.01%", file: "class.stompexception"},
{id:13357, pId:1175, name:"Get exception details", file: "stomp.getdetails"},
{id:1176, pId:349, name:"The StompFrame classs1c1-0.01%", file: "class.stompframe"},
{id:13370, pId:1176, name:"Constructor", file: "stompframe.construct"},
{id:9265, pId:349, name:"简介", file: "intro.stomp"},
{id:11925, pId:349, name:"Stomp 函数s2c2-0.01%", file: "ref.stomp"},
{id:6656, pId:11925, name:"Returns a string description of the last connect e", file: "function.stomp-connect-error"},
{id:6657, pId:11925, name:"Gets the current stomp extension version", file: "function.stomp-version"},
{id:13356, pId:349, name:"范例", file: "stomp.examples"},
{id:13367, pId:349, name:"安装/配置s4c4-0.03%", file: "stomp.setup"},
{id:13352, pId:13367, name:"运行时配置", file: "stomp.configuration"},
{id:13361, pId:13367, name:"安装", file: "stomp.installation"},
{id:13363, pId:13367, name:"需求", file: "stomp.requirements"},
{id:13364, pId:13367, name:"资源类型", file: "stomp.resources"},
{id:352, pId:12187, name:"支持向量机s5c24-0.16%", file: "book.svm"},
{id:1178, pId:352, name:"The SVM classs5c5-0.03%", file: "class.svm"},
{id:13414, pId:1178, name:"Construct a new SVM object", file: "svm.construct"},
{id:13415, pId:1178, name:"Test training params on subsets of the training da", file: "svm.crossvalidate"},
{id:13417, pId:1178, name:"Return the current training parameters", file: "svm.getoptions"},
{id:13421, pId:1178, name:"Set training parameters", file: "svm.setoptions"},
{id:13423, pId:1178, name:"Create a SVMModel based on training data", file: "svm.train"},
{id:1179, pId:352, name:"The SVMModel classs10c10-0.07%", file: "class.svmmodel"},
{id:13424, pId:1179, name:"Returns true if the model has probability informat", file: "svmmodel.checkprobabilitymodel"},
{id:13425, pId:1179, name:"Construct a new SVMModel", file: "svmmodel.construct"},
{id:13426, pId:1179, name:"Get the labels the model was trained on", file: "svmmodel.getlabels"},
{id:13427, pId:1179, name:"Returns the number of classes the model was traine", file: "svmmodel.getnrclass"},
{id:13428, pId:1179, name:"Get the SVM type the model was trained with", file: "svmmodel.getsvmtype"},
{id:13429, pId:1179, name:"Get the sigma value for regression types", file: "svmmodel.getsvrprobability"},
{id:13430, pId:1179, name:"Load a saved SVM Model", file: "svmmodel.load"},
{id:13431, pId:1179, name:"Return class probabilities for previous unseen dat", file: "svmmodel.predict-probability"},
{id:13432, pId:1179, name:"Predict a value for previously unseen data", file: "svmmodel.predict"},
{id:13433, pId:1179, name:"Save a model to a file", file: "svmmodel.save"},
{id:9268, pId:352, name:"简介", file: "intro.svm"},
{id:13416, pId:352, name:"范例", file: "svm.examples"},
{id:13422, pId:352, name:"安装/配置s4c4-0.03%", file: "svm.setup"},
{id:13413, pId:13422, name:"运行时配置", file: "svm.configuration"},
{id:13418, pId:13422, name:"安装", file: "svm.installation"},
{id:13419, pId:13422, name:"需求", file: "svm.requirements"},
{id:13420, pId:13422, name:"资源类型", file: "svm.resources"},
{id:353, pId:12187, name:"Subversions4c56-0.37%", file: "book.svn"},
{id:9269, pId:353, name:"简介", file: "intro.svn"},
{id:11928, pId:353, name:"SVN 函数s48c48-0.32%", file: "ref.svn"},
{id:6748, pId:11928, name:"计划在工作目录添加项", file: "function.svn-add"},
{id:6749, pId:11928, name:"Retrieves authentication parameter", file: "function.svn-auth-get-parameter"},
{id:6750, pId:11928, name:"Sets an authentication parameter", file: "function.svn-auth-set-parameter"},
{id:6751, pId:11928, name:"Get the SVN blame for a file", file: "function.svn-blame"},
{id:6752, pId:11928, name:"Returns the contents of a file in a repository", file: "function.svn-cat"},
{id:6753, pId:11928, name:"Checks out a working copy from the repository", file: "function.svn-checkout"},
{id:6754, pId:11928, name:"Recursively cleanup a working copy directory, fini", file: "function.svn-cleanup"},
{id:6755, pId:11928, name:"Returns the version of the SVN client libraries", file: "function.svn-client-version"},
{id:6756, pId:11928, name:"将修改的本地文件副本发送至版本库", file: "function.svn-commit"},
{id:6757, pId:11928, name:"Delete items from a working copy or repository", file: "function.svn-delete"},
{id:6758, pId:11928, name:"Recursively diffs two paths", file: "function.svn-diff"},
{id:6759, pId:11928, name:"Export the contents of a SVN directory", file: "function.svn-export"},
{id:6760, pId:11928, name:"Abort a transaction, returns true if everything is", file: "function.svn-fs-abort-txn"},
{id:6761, pId:11928, name:"Creates and returns a stream that will be used to ", file: "function.svn-fs-apply-text"},
{id:6762, pId:11928, name:"Create a new transaction", file: "function.svn-fs-begin-txn2"},
{id:6763, pId:11928, name:"Return true if everything is ok, false otherwise", file: "function.svn-fs-change-node-prop"},
{id:6764, pId:11928, name:"Determines what kind of item lives at path in a gi", file: "function.svn-fs-check-path"},
{id:6765, pId:11928, name:"Return true if content is different, false otherwi", file: "function.svn-fs-contents-changed"},
{id:6766, pId:11928, name:"Copies a file or a directory, returns true if all ", file: "function.svn-fs-copy"},
{id:6767, pId:11928, name:"Deletes a file or a directory, return true if all ", file: "function.svn-fs-delete"},
{id:6768, pId:11928, name:"Enumerates the directory entries under path; retur", file: "function.svn-fs-dir-entries"},
{id:6769, pId:11928, name:"Returns a stream to access the contents of a file ", file: "function.svn-fs-file-contents"},
{id:6770, pId:11928, name:"Returns the length of a file from a given version ", file: "function.svn-fs-file-length"},
{id:6771, pId:11928, name:"Return true if the path points to a directory, fal", file: "function.svn-fs-is-dir"},
{id:6772, pId:11928, name:"Return true if the path points to a file, false ot", file: "function.svn-fs-is-file"},
{id:6773, pId:11928, name:"Creates a new empty directory, returns true if all", file: "function.svn-fs-make-dir"},
{id:6774, pId:11928, name:"Creates a new empty file, returns true if all is o", file: "function.svn-fs-make-file"},
{id:6775, pId:11928, name:"Returns the revision in which path under fsroot wa", file: "function.svn-fs-node-created-rev"},
{id:6776, pId:11928, name:"Returns the value of a property for a node", file: "function.svn-fs-node-prop"},
{id:6777, pId:11928, name:"Return true if props are different, false otherwis", file: "function.svn-fs-props-changed"},
{id:6778, pId:11928, name:"Fetches the value of a named property", file: "function.svn-fs-revision-prop"},
{id:6779, pId:11928, name:"Get a handle on a specific version of the reposito", file: "function.svn-fs-revision-root"},
{id:6780, pId:11928, name:"Creates and returns a transaction root", file: "function.svn-fs-txn-root"},
{id:6781, pId:11928, name:"Returns the number of the youngest revision in the", file: "function.svn-fs-youngest-rev"},
{id:6782, pId:11928, name:"Imports an unversioned path into a repository", file: "function.svn-import"},
{id:6783, pId:11928, name:"Returns the commit log messages of a repository UR", file: "function.svn-log"},
{id:6784, pId:11928, name:"Returns list of directory contents in repository U", file: "function.svn-ls"},
{id:6785, pId:11928, name:"Creates a directory in a working copy or repositor", file: "function.svn-mkdir"},
{id:6786, pId:11928, name:"Create a new subversion repository at path", file: "function.svn-repos-create"},
{id:6787, pId:11928, name:"Create a new transaction", file: "function.svn-repos-fs-begin-txn-for-commit"},
{id:6788, pId:11928, name:"Commits a transaction and returns the new revision", file: "function.svn-repos-fs-commit-txn"},
{id:6789, pId:11928, name:"Gets a handle on the filesystem for a repository", file: "function.svn-repos-fs"},
{id:6790, pId:11928, name:"Make a hot-copy of the repos at repospath; copy it", file: "function.svn-repos-hotcopy"},
{id:6791, pId:11928, name:"Open a shared lock on a repository", file: "function.svn-repos-open"},
{id:6792, pId:11928, name:"Run recovery procedures on the repository located ", file: "function.svn-repos-recover"},
{id:6793, pId:11928, name:"Revert changes to the working copy", file: "function.svn-revert"},
{id:6794, pId:11928, name:"Returns the status of working copy files and direc", file: "function.svn-status"},
{id:6795, pId:11928, name:"Update working copy", file: "function.svn-update"},
{id:13435, pId:353, name:"预定义常量", file: "svn.constants"},
{id:13439, pId:353, name:"安装/配置s4c4-0.03%", file: "svn.setup"},
{id:13434, pId:13439, name:"运行时配置", file: "svn.configuration"},
{id:13436, pId:13439, name:"安装", file: "svn.installation"},
{id:13437, pId:13439, name:"需求", file: "svn.requirements"},
{id:13438, pId:13439, name:"资源类型", file: "svn.resources"},
{id:359, pId:12187, name:"TCP Wrapperss4c9-0.06%", file: "book.tcpwrap"},
{id:9275, pId:359, name:"简介", file: "intro.tcpwrap"},
{id:11933, pId:359, name:"TCP 函数s1c1-0.01%", file: "ref.tcpwrap"},
{id:6855, pId:11933, name:"Performs a tcpwrap check", file: "function.tcpwrap-check"},
{id:13903, pId:359, name:"预定义常量", file: "tcpwrap.constants"},
{id:13907, pId:359, name:"安装/配置s4c4-0.03%", file: "tcpwrap.setup"},
{id:13902, pId:13907, name:"运行时配置", file: "tcpwrap.configuration"},
{id:13904, pId:13907, name:"安装", file: "tcpwrap.installation"},
{id:13905, pId:13907, name:"需求", file: "tcpwrap.requirements"},
{id:13906, pId:13907, name:"资源类型", file: "tcpwrap.resources"},
{id:370, pId:12187, name:"Varnishs7c38-0.25%", file: "book.varnish"},
{id:1292, pId:370, name:"The VarnishAdmin classs19c19-0.13%", file: "class.varnishadmin"},
{id:14352, pId:1292, name:"Authenticate on a varnish instance", file: "varnishadmin.auth"},
{id:14353, pId:1292, name:"Ban URLs using a VCL expression", file: "varnishadmin.ban"},
{id:14354, pId:1292, name:"Ban an URL using a VCL expression", file: "varnishadmin.banurl"},
{id:14355, pId:1292, name:"Clear varnish instance panic messages", file: "varnishadmin.clearpanic"},
{id:14356, pId:1292, name:"Connect to a varnish instance administration inter", file: "varnishadmin.connect"},
{id:14357, pId:1292, name:"VarnishAdmin constructor", file: "varnishadmin.construct"},
{id:14358, pId:1292, name:"Disconnect from a varnish instance administration ", file: "varnishadmin.disconnect"},
{id:14359, pId:1292, name:"Get the last panic message on a varnish instance", file: "varnishadmin.getpanic"},
{id:14360, pId:1292, name:"Fetch current varnish instance configuration param", file: "varnishadmin.getparams"},
{id:14361, pId:1292, name:"Check if the varnish slave process is currently ru", file: "varnishadmin.isrunning"},
{id:14362, pId:1292, name:"Set the class compat configuration param", file: "varnishadmin.setcompat"},
{id:14363, pId:1292, name:"Set the class host configuration param", file: "varnishadmin.sethost"},
{id:14364, pId:1292, name:"Set the class ident configuration param", file: "varnishadmin.setident"},
{id:14365, pId:1292, name:"Set configuration param on the current varnish ins", file: "varnishadmin.setparam"},
{id:14366, pId:1292, name:"Set the class port configuration param", file: "varnishadmin.setport"},
{id:14367, pId:1292, name:"Set the class secret configuration param", file: "varnishadmin.setsecret"},
{id:14368, pId:1292, name:"Set the class timeout configuration param", file: "varnishadmin.settimeout"},
{id:14369, pId:1292, name:"Start varnish worker process", file: "varnishadmin.start"},
{id:14370, pId:1292, name:"Stop varnish worker process", file: "varnishadmin.stop"},
{id:1293, pId:370, name:"The VarnishLog classs3c3-0.02%", file: "class.varnishlog"},
{id:14371, pId:1293, name:"Varnishlog constructor", file: "varnishlog.construct"},
{id:14372, pId:1293, name:"Get next log line", file: "varnishlog.getline"},
{id:14373, pId:1293, name:"Get the log tag string representation by its index", file: "varnishlog.gettagname"},
{id:1294, pId:370, name:"The VarnishStat classs2c2-0.01%", file: "class.varnishstat"},
{id:14374, pId:1294, name:"VarnishStat constructor", file: "varnishstat.construct"},
{id:14375, pId:1294, name:"Get the current varnish instance statistics snapsh", file: "varnishstat.getsnapshot"},
{id:9286, pId:370, name:"简介", file: "intro.varnish"},
{id:14343, pId:370, name:"预定义常量", file: "varnish.constants"},
{id:14347, pId:370, name:"范例s3c3-0.02%", file: "varnish.examples"},
{id:14344, pId:14347, name:"Basic VarnishAdmin usage", file: "varnish.example.admin"},
{id:14345, pId:14347, name:"Basic VarnishLog usage", file: "varnish.example.log"},
{id:14346, pId:14347, name:"Basic VarnishStat usage", file: "varnish.example.stat"},
{id:14351, pId:370, name:"安装/配置s4c4-0.03%", file: "varnish.setup"},
{id:14342, pId:14351, name:"运行时配置", file: "varnish.configuration"},
{id:14348, pId:14351, name:"安装", file: "varnish.installation"},
{id:14349, pId:14351, name:"需求", file: "varnish.requirements"},
{id:14350, pId:14351, name:"资源类型", file: "varnish.resources"},
{id:392, pId:12187, name:"YAZs5c34-0.23%", file: "book.yaz"},
{id:9308, pId:392, name:"简介", file: "intro.yaz"},
{id:11954, pId:392, name:"YAZ 函数s25c25-0.17%", file: "ref.yaz"},
{id:7325, pId:11954, name:"Returns additional error information", file: "function.yaz-addinfo"},
{id:7326, pId:11954, name:"Configure CCL parser", file: "function.yaz-ccl-conf"},
{id:7327, pId:11954, name:"Invoke CCL Parser", file: "function.yaz-ccl-parse"},
{id:7328, pId:11954, name:"Close YAZ connection", file: "function.yaz-close"},
{id:7329, pId:11954, name:"Prepares for a connection to a Z39.50 server", file: "function.yaz-connect"},
{id:7330, pId:11954, name:"Specifies the databases within a session", file: "function.yaz-database"},
{id:7331, pId:11954, name:"Specifies Element-Set Name for retrieval", file: "function.yaz-element"},
{id:7332, pId:11954, name:"Returns error number", file: "function.yaz-errno"},
{id:7333, pId:11954, name:"Returns error description", file: "function.yaz-error"},
{id:7334, pId:11954, name:"Inspects Extended Services Result", file: "function.yaz-es-result"},
{id:7335, pId:11954, name:"Prepares for an Extended Service Request", file: "function.yaz-es"},
{id:7336, pId:11954, name:"Returns value of option for connection", file: "function.yaz-get-option"},
{id:7337, pId:11954, name:"Returns number of hits for last search", file: "function.yaz-hits"},
{id:7338, pId:11954, name:"Prepares for Z39.50 Item Order with an ILL-Request", file: "function.yaz-itemorder"},
{id:7339, pId:11954, name:"Prepares for retrieval (Z39.50 present)", file: "function.yaz-present"},
{id:7340, pId:11954, name:"Specifies a range of records to retrieve", file: "function.yaz-range"},
{id:7341, pId:11954, name:"Returns a record", file: "function.yaz-record"},
{id:7342, pId:11954, name:"Returns Scan Response result", file: "function.yaz-scan-result"},
{id:7343, pId:11954, name:"Prepares for a scan", file: "function.yaz-scan"},
{id:7344, pId:11954, name:"Specifies schema for retrieval", file: "function.yaz-schema"},
{id:7345, pId:11954, name:"Prepares for a search", file: "function.yaz-search"},
{id:7346, pId:11954, name:"Sets one or more options for connection", file: "function.yaz-set-option"},
{id:7347, pId:11954, name:"Sets sorting criteria", file: "function.yaz-sort"},
{id:7348, pId:11954, name:"Specifies the preferred record syntax for retrieva", file: "function.yaz-syntax"},
{id:7349, pId:11954, name:"Wait for Z39.50 requests to complete", file: "function.yaz-wait"},
{id:14910, pId:392, name:"预定义常量", file: "yaz.constants"},
{id:14911, pId:392, name:"范例", file: "yaz.examples"},
{id:14915, pId:392, name:"安装/配置s4c4-0.03%", file: "yaz.setup"},
{id:14909, pId:14915, name:"运行时配置", file: "yaz.configuration"},
{id:14912, pId:14915, name:"安装", file: "yaz.installation"},
{id:14913, pId:14915, name:"需求", file: "yaz.requirements"},
{id:14914, pId:14915, name:"资源类型", file: "yaz.resources"},
{id:395, pId:12187, name:"ZMQs7c43-0.29%", file: "book.zmq"},
{id:1353, pId:395, name:"The ZMQ classs1c1-0.01%", file: "class.zmq"},
{id:14970, pId:1353, name:"ZMQ constructor", file: "zmq.construct"},
{id:1354, pId:395, name:"The ZMQContext classs5c5-0.03%", file: "class.zmqcontext"},
{id:14973, pId:1354, name:"Construct a new ZMQContext object", file: "zmqcontext.construct"},
{id:14974, pId:1354, name:"Get context option", file: "zmqcontext.getopt"},
{id:14975, pId:1354, name:"Create a new socket", file: "zmqcontext.getsocket"},
{id:14976, pId:1354, name:"Whether the context is persistent", file: "zmqcontext.ispersistent"},
{id:14977, pId:1354, name:"Set a socket option", file: "zmqcontext.setopt"},
{id:1355, pId:395, name:"The ZMQDevice classs8c8-0.05%", file: "class.zmqdevice"},
{id:14978, pId:1355, name:"Construct a new device", file: "zmqdevice.construct"},
{id:14979, pId:1355, name:"Get the idle timeout", file: "zmqdevice.getidletimeout"},
{id:14980, pId:1355, name:"Get the timer timeout", file: "zmqdevice.gettimertimeout"},
{id:14981, pId:1355, name:"Run the new device", file: "zmqdevice.run"},
{id:14982, pId:1355, name:"Set the idle callback function", file: "zmqdevice.setidlecallback"},
{id:14983, pId:1355, name:"Set the idle timeout", file: "zmqdevice.setidletimeout"},
{id:14984, pId:1355, name:"Set the timer callback function", file: "zmqdevice.settimercallback"},
{id:14985, pId:1355, name:"Set the timer timeout", file: "zmqdevice.settimertimeout"},
{id:1356, pId:395, name:"The ZMQPoll classs6c6-0.04%", file: "class.zmqpoll"},
{id:14986, pId:1356, name:"Add item to the poll set", file: "zmqpoll.add"},
{id:14987, pId:1356, name:"Clear the poll set", file: "zmqpoll.clear"},
{id:14988, pId:1356, name:"Count items in the poll set", file: "zmqpoll.count"},
{id:14989, pId:1356, name:"Get poll errors", file: "zmqpoll.getlasterrors"},
{id:14990, pId:1356, name:"Poll the items", file: "zmqpoll.poll"},
{id:14991, pId:1356, name:"Remove item from poll set", file: "zmqpoll.remove"},
{id:1357, pId:395, name:"The ZMQSocket classs15c15-0.1%", file: "class.zmqsocket"},
{id:14992, pId:1357, name:"Bind the socket", file: "zmqsocket.bind"},
{id:14993, pId:1357, name:"Connect the socket", file: "zmqsocket.connect"},
{id:14994, pId:1357, name:"Construct a new ZMQSocket", file: "zmqsocket.construct"},
{id:14995, pId:1357, name:"Disconnect a socket", file: "zmqsocket.disconnect"},
{id:14996, pId:1357, name:"Get list of endpoints", file: "zmqsocket.getendpoints"},
{id:14997, pId:1357, name:"Get the persistent id", file: "zmqsocket.getpersistentid"},
{id:14998, pId:1357, name:"Get the socket type", file: "zmqsocket.getsockettype"},
{id:14999, pId:1357, name:"Get socket option", file: "zmqsocket.getsockopt"},
{id:15000, pId:1357, name:"Whether the socket is persistent", file: "zmqsocket.ispersistent"},
{id:15001, pId:1357, name:"Receives a message", file: "zmqsocket.recv"},
{id:15002, pId:1357, name:"Receives a multipart message", file: "zmqsocket.recvmulti"},
{id:15003, pId:1357, name:"Sends a message", file: "zmqsocket.send"},
{id:15004, pId:1357, name:"Sends a multipart message", file: "zmqsocket.sendmulti"},
{id:15005, pId:1357, name:"Set a socket option", file: "zmqsocket.setsockopt"},
{id:15006, pId:1357, name:"Unbind the socket", file: "zmqsocket.unbind"},
{id:9311, pId:395, name:"简介", file: "intro.zmq"},
{id:14972, pId:395, name:"安装/配置s1c1-0.01%", file: "zmq.setup"},
{id:14971, pId:14972, name:"需求", file: "zmq.requirements"},
{id:396, pId:12187, name:"ZooKeepers13c43-0.29%", file: "book.zookeeper"},
{id:1358, pId:396, name:"The Zookeeper classs21c21-0.14%", file: "class.zookeeper"},
{id:15007, pId:1358, name:"Specify application credentials", file: "zookeeper.addauth"},
{id:15008, pId:1358, name:"Close the zookeeper handle and free up any resourc", file: "zookeeper.close"},
{id:15010, pId:1358, name:"Create a handle to used communicate with zookeeper", file: "zookeeper.connect"},
{id:15012, pId:1358, name:"Create a handle to used communicate with zookeeper", file: "zookeeper.construct"},
{id:15013, pId:1358, name:"Create a node synchronously", file: "zookeeper.create"},
{id:15014, pId:1358, name:"Delete a node in zookeeper synchronously", file: "zookeeper.delete"},
{id:15015, pId:1358, name:"Checks the existence of a node in zookeeper synchr", file: "zookeeper.exists"},
{id:15016, pId:1358, name:"Gets the data associated with a node synchronously", file: "zookeeper.get"},
{id:15017, pId:1358, name:"Gets the acl associated with a node synchronously", file: "zookeeper.getacl"},
{id:15018, pId:1358, name:"Lists the children of a node synchronously", file: "zookeeper.getchildren"},
{id:15019, pId:1358, name:"Return the client session id, only valid if the co", file: "zookeeper.getclientid"},
{id:15020, pId:1358, name:"Get instance of ZookeeperConfig", file: "zookeeper.getconfig"},
{id:15021, pId:1358, name:"Return the timeout for this session, only valid if", file: "zookeeper.getrecvtimeout"},
{id:15022, pId:1358, name:"Get the state of the zookeeper connection", file: "zookeeper.getstate"},
{id:15024, pId:1358, name:"Checks if the current zookeeper connection state c", file: "zookeeper.isrecoverable"},
{id:15027, pId:1358, name:"Sets the data associated with a node", file: "zookeeper.set"},
{id:15028, pId:1358, name:"Sets the acl associated with a node synchronously", file: "zookeeper.setacl"},
{id:15029, pId:1358, name:"Sets the debugging level for the library", file: "zookeeper.setdebuglevel"},
{id:15030, pId:1358, name:"Enable/disable quorum endpoint order randomization", file: "zookeeper.setdeterministicconnorder"},
{id:15031, pId:1358, name:"Sets the stream to be used by the library for logg", file: "zookeeper.setlogstream"},
{id:15033, pId:1358, name:"Set a watcher function", file: "zookeeper.setwatcher"},
{id:1359, pId:396, name:"The ZookeeperAuthenticationException class", file: "class.zookeeperauthenticationexception"},
{id:1360, pId:396, name:"The ZookeeperConfig classs4c4-0.03%", file: "class.zookeeperconfig"},
{id:15034, pId:1360, name:"Add servers to the ensemble", file: "zookeeperconfig.add"},
{id:15035, pId:1360, name:"Gets the last committed configuration of the ZooKe", file: "zookeeperconfig.get"},
{id:15036, pId:1360, name:"Remove servers from the ensemble", file: "zookeeperconfig.remove"},
{id:15037, pId:1360, name:"Change ZK cluster ensemble membership and roles of", file: "zookeeperconfig.set"},
{id:1361, pId:396, name:"The ZookeeperConnectionException class", file: "class.zookeeperconnectionexception"},
{id:1362, pId:396, name:"The ZookeeperException class", file: "class.zookeeperexception"},
{id:1363, pId:396, name:"The ZookeeperMarshallingException class", file: "class.zookeepermarshallingexception"},
{id:1364, pId:396, name:"The ZookeeperNoNodeException class", file: "class.zookeepernonodeexception"},
{id:1365, pId:396, name:"The ZookeeperOperationTimeoutException class", file: "class.zookeeperoperationtimeoutexception"},
{id:1366, pId:396, name:"The ZookeeperSessionException class", file: "class.zookeepersessionexception"},
{id:9312, pId:396, name:"简介", file: "intro.zookeeper"},
{id:11957, pId:396, name:"ZooKeeper 函数s1c1-0.01%", file: "ref.zookeeper"},
{id:7376, pId:11957, name:"Calls callbacks for pending operations", file: "function.zookeeper-dispatch"},
{id:15011, pId:396, name:"预定义常量", file: "zookeeper.constants"},
{id:15032, pId:396, name:"安装/配置s4c4-0.03%", file: "zookeeper.setup"},
{id:15009, pId:15032, name:"运行时配置", file: "zookeeper.configuration"},
{id:15023, pId:15032, name:"安装", file: "zookeeper.installation"},
{id:15025, pId:15032, name:"需求", file: "zookeeper.requirements"},
{id:15026, pId:15032, name:"资源类型", file: "zookeeper.resources"},
{id:12188, pId:2527, name:"搜索引擎扩展s4c500-3.33%", file: "refs.search"},
{id:264, pId:12188, name:"mnoGoSearchs4c29-0.19%", file: "book.mnogosearch"},
{id:9182, pId:264, name:"简介", file: "intro.mnogosearch"},
{id:9908, pId:264, name:"预定义常量", file: "mnogosearch.constants"},
{id:9912, pId:264, name:"安装/配置s4c4-0.03%", file: "mnogosearch.setup"},
{id:9907, pId:9912, name:"运行时配置", file: "mnogosearch.configuration"},
{id:9909, pId:9912, name:"安装", file: "mnogosearch.installation"},
{id:9910, pId:9912, name:"需求", file: "mnogosearch.requirements"},
{id:9911, pId:9912, name:"资源类型", file: "mnogosearch.resources"},
{id:11831, pId:264, name:"mnoGoSearch 函数s21c21-0.14%", file: "ref.mnogosearch"},
{id:7048, pId:11831, name:"Add various search limits", file: "function.udm-add-search-limit"},
{id:7049, pId:11831, name:"Allocate mnoGoSearch session", file: "function.udm-alloc-agent-array"},
{id:7050, pId:11831, name:"Allocate mnoGoSearch session", file: "function.udm-alloc-agent"},
{id:7051, pId:11831, name:"Get mnoGoSearch API version", file: "function.udm-api-version"},
{id:7052, pId:11831, name:"Get all the categories on the same level with the ", file: "function.udm-cat-list"},
{id:7053, pId:11831, name:"Get the path to the current category", file: "function.udm-cat-path"},
{id:7054, pId:11831, name:"Check if the given charset is known to mnogosearch", file: "function.udm-check-charset"},
{id:7055, pId:11831, name:"Clear all mnoGoSearch search restrictions", file: "function.udm-clear-search-limits"},
{id:7056, pId:11831, name:"Return CRC32 checksum of given string", file: "function.udm-crc32"},
{id:7057, pId:11831, name:"Get mnoGoSearch error number", file: "function.udm-errno"},
{id:7058, pId:11831, name:"Get mnoGoSearch error message", file: "function.udm-error"},
{id:7059, pId:11831, name:"Perform search", file: "function.udm-find"},
{id:7060, pId:11831, name:"Free mnoGoSearch session", file: "function.udm-free-agent"},
{id:7061, pId:11831, name:"Free memory allocated for ispell data", file: "function.udm-free-ispell-data"},
{id:7062, pId:11831, name:"Free mnoGoSearch result", file: "function.udm-free-res"},
{id:7063, pId:11831, name:"Get total number of documents in database", file: "function.udm-get-doc-count"},
{id:7064, pId:11831, name:"Fetch a result field", file: "function.udm-get-res-field"},
{id:7065, pId:11831, name:"Get mnoGoSearch result parameters", file: "function.udm-get-res-param"},
{id:7066, pId:11831, name:"Return Hash32 checksum of given string", file: "function.udm-hash32"},
{id:7067, pId:11831, name:"Load ispell data", file: "function.udm-load-ispell-data"},
{id:7068, pId:11831, name:"Set mnoGoSearch agent session parameters", file: "function.udm-set-agent-param"},
{id:339, pId:12188, name:"Apache Solrs27c396-2.63%", file: "book.solr"},
{id:1127, pId:339, name:"The SolrClient classs22c22-0.15%", file: "class.solrclient"},
{id:12681, pId:1127, name:"Adds a document to the index", file: "solrclient.adddocument"},
{id:12682, pId:1127, name:"Adds a collection of SolrInputDocument instances t", file: "solrclient.adddocuments"},
{id:12683, pId:1127, name:"Finalizes all add/deletes made to the index", file: "solrclient.commit"},
{id:12684, pId:1127, name:"Constructor for the SolrClient object", file: "solrclient.construct"},
{id:12685, pId:1127, name:"Delete by Id", file: "solrclient.deletebyid"},
{id:12686, pId:1127, name:"Deletes by Ids", file: "solrclient.deletebyids"},
{id:12687, pId:1127, name:"Removes all documents matching any of the queries", file: "solrclient.deletebyqueries"},
{id:12688, pId:1127, name:"Deletes all documents matching the given query", file: "solrclient.deletebyquery"},
{id:12689, pId:1127, name:"Destructor for SolrClient", file: "solrclient.destruct"},
{id:12690, pId:1127, name:"Get Document By Id. Utilizes Solr Realtime Get (RT", file: "solrclient.getbyid"},
{id:12691, pId:1127, name:"Get Documents by their Ids. Utilizes Solr Realtime", file: "solrclient.getbyids"},
{id:12692, pId:1127, name:"Returns the debug data for the last connection att", file: "solrclient.getdebug"},
{id:12693, pId:1127, name:"Returns the client options set internally", file: "solrclient.getoptions"},
{id:12694, pId:1127, name:"Defragments the index", file: "solrclient.optimize"},
{id:12695, pId:1127, name:"Checks if Solr server is still up", file: "solrclient.ping"},
{id:12696, pId:1127, name:"Sends a query to the server", file: "solrclient.query"},
{id:12697, pId:1127, name:"Sends a raw update request", file: "solrclient.request"},
{id:12698, pId:1127, name:"Rollbacks all add/deletes made to the index since ", file: "solrclient.rollback"},
{id:12699, pId:1127, name:"Sets the response writer used to prepare the respo", file: "solrclient.setresponsewriter"},
{id:12700, pId:1127, name:"Changes the specified servlet type to a new value", file: "solrclient.setservlet"},
{id:12701, pId:1127, name:"Retrieve Solr Server information", file: "solrclient.system"},
{id:12702, pId:1127, name:"Checks the threads status", file: "solrclient.threads"},
{id:1128, pId:339, name:"The SolrClientException classs1c1-0.01%", file: "class.solrclientexception"},
{id:12703, pId:1128, name:"Returns internal information where the Exception w", file: "solrclientexception.getinternalinfo"},
{id:1129, pId:339, name:"The SolrCollapseFunction classs14c14-0.09%", file: "class.solrcollapsefunction"},
{id:12704, pId:1129, name:"Constructor", file: "solrcollapsefunction.construct"},
{id:12705, pId:1129, name:"Returns the field that is being collapsed on", file: "solrcollapsefunction.getfield"},
{id:12706, pId:1129, name:"Returns collapse hint", file: "solrcollapsefunction.gethint"},
{id:12707, pId:1129, name:"Returns max parameter", file: "solrcollapsefunction.getmax"},
{id:12708, pId:1129, name:"Returns min parameter", file: "solrcollapsefunction.getmin"},
{id:12709, pId:1129, name:"Returns null policy", file: "solrcollapsefunction.getnullpolicy"},
{id:12710, pId:1129, name:"Returns size parameter", file: "solrcollapsefunction.getsize"},
{id:12711, pId:1129, name:"Sets the field to collapse on", file: "solrcollapsefunction.setfield"},
{id:12712, pId:1129, name:"Sets collapse hint", file: "solrcollapsefunction.sethint"},
{id:12713, pId:1129, name:"Selects the group heads by the max value of a nume", file: "solrcollapsefunction.setmax"},
{id:12714, pId:1129, name:"Sets the initial size of the collapse data structu", file: "solrcollapsefunction.setmin"},
{id:12715, pId:1129, name:"Sets the NULL Policy", file: "solrcollapsefunction.setnullpolicy"},
{id:12716, pId:1129, name:"Sets the initial size of the collapse data structu", file: "solrcollapsefunction.setsize"},
{id:12717, pId:1129, name:"Returns a string representing the constructed coll", file: "solrcollapsefunction.tostring"},
{id:1130, pId:339, name:"The SolrDisMaxQuery classs28c28-0.19%", file: "class.solrdismaxquery"},
{id:12718, pId:1130, name:"Adds a Phrase Bigram Field (pf2 parameter)", file: "solrdismaxquery.addbigramphrasefield"},
{id:12719, pId:1130, name:"Adds a boost query field with value and optional b", file: "solrdismaxquery.addboostquery"},
{id:12720, pId:1130, name:"Adds a Phrase Field (pf parameter)", file: "solrdismaxquery.addphrasefield"},
{id:12721, pId:1130, name:"Add a query field with optional boost (qf paramete", file: "solrdismaxquery.addqueryfield"},
{id:12722, pId:1130, name:"Adds a Trigram Phrase Field (pf3 parameter)", file: "solrdismaxquery.addtrigramphrasefield"},
{id:12723, pId:1130, name:"Adds a field to User Fields Parameter (uf)", file: "solrdismaxquery.adduserfield"},
{id:12724, pId:1130, name:"Class Constructor", file: "solrdismaxquery.construct"},
{id:12725, pId:1130, name:"Removes phrase bigram field (pf2 parameter)", file: "solrdismaxquery.removebigramphrasefield"},
{id:12726, pId:1130, name:"Removes a boost query partial by field name (bq)", file: "solrdismaxquery.removeboostquery"},
{id:12727, pId:1130, name:"Removes a Phrase Field (pf parameter)", file: "solrdismaxquery.removephrasefield"},
{id:12728, pId:1130, name:"Removes a Query Field (qf parameter)", file: "solrdismaxquery.removequeryfield"},
{id:12729, pId:1130, name:"Removes a Trigram Phrase Field (pf3 parameter)", file: "solrdismaxquery.removetrigramphrasefield"},
{id:12730, pId:1130, name:"Removes a field from The User Fields Parameter (uf", file: "solrdismaxquery.removeuserfield"},
{id:12731, pId:1130, name:"Sets Bigram Phrase Fields and their boosts (and sl", file: "solrdismaxquery.setbigramphrasefields"},
{id:12732, pId:1130, name:"Sets Bigram Phrase Slop (ps2 parameter)", file: "solrdismaxquery.setbigramphraseslop"},
{id:12733, pId:1130, name:"Sets a Boost Function (bf parameter)", file: "solrdismaxquery.setboostfunction"},
{id:12734, pId:1130, name:"Directly Sets Boost Query Parameter (bq)", file: "solrdismaxquery.setboostquery"},
{id:12735, pId:1130, name:"Set Minimum Should Match (mm)", file: "solrdismaxquery.setminimummatch"},
{id:12736, pId:1130, name:"Sets Phrase Fields and their boosts (and slops) u", file: "solrdismaxquery.setphrasefields"},
{id:12737, pId:1130, name:"Sets the default slop on phrase queries (ps parame", file: "solrdismaxquery.setphraseslop"},
{id:12738, pId:1130, name:"Set Query Alternate (q.alt parameter)", file: "solrdismaxquery.setqueryalt"},
{id:12739, pId:1130, name:"Specifies the amount of slop permitted on phrase q", file: "solrdismaxquery.setqueryphraseslop"},
{id:12740, pId:1130, name:"Sets Tie Breaker parameter (tie parameter)", file: "solrdismaxquery.settiebreaker"},
{id:12741, pId:1130, name:"Directly Sets Trigram Phrase Fields (pf3 parameter", file: "solrdismaxquery.settrigramphrasefields"},
{id:12742, pId:1130, name:"Sets Trigram Phrase Slop (ps3 parameter)", file: "solrdismaxquery.settrigramphraseslop"},
{id:12743, pId:1130, name:"Sets User Fields parameter (uf)", file: "solrdismaxquery.setuserfields"},
{id:12744, pId:1130, name:"Switch QueryParser to be DisMax Query Parser", file: "solrdismaxquery.usedismaxqueryparser"},
{id:12745, pId:1130, name:"Switch QueryParser to be EDisMax", file: "solrdismaxquery.useedismaxqueryparser"},
{id:1131, pId:339, name:"The SolrDocument classs33c33-0.22%", file: "class.solrdocument"},
{id:12746, pId:1131, name:"Adds a field to the document", file: "solrdocument.addfield"},
{id:12747, pId:1131, name:"Drops all the fields in the document", file: "solrdocument.clear"},
{id:12748, pId:1131, name:"Creates a copy of a SolrDocument object", file: "solrdocument.clone"},
{id:12749, pId:1131, name:"Constructor", file: "solrdocument.construct"},
{id:12750, pId:1131, name:"Retrieves the current field", file: "solrdocument.current"},
{id:12751, pId:1131, name:"Removes a field from the document", file: "solrdocument.deletefield"},
{id:12752, pId:1131, name:"Destructor", file: "solrdocument.destruct"},
{id:12753, pId:1131, name:"Checks if a field exists in the document", file: "solrdocument.fieldexists"},
{id:12754, pId:1131, name:"Access the field as a property", file: "solrdocument.get"},
{id:12755, pId:1131, name:"Returns an array of child documents (SolrDocument)", file: "solrdocument.getchilddocuments"},
{id:12756, pId:1131, name:"Returns the number of child documents", file: "solrdocument.getchilddocumentscount"},
{id:12757, pId:1131, name:"Retrieves a field by name", file: "solrdocument.getfield"},
{id:12758, pId:1131, name:"Returns the number of fields in this document", file: "solrdocument.getfieldcount"},
{id:12759, pId:1131, name:"Returns an array of fields names in the document", file: "solrdocument.getfieldnames"},
{id:12760, pId:1131, name:"Returns a SolrInputDocument equivalent of the obje", file: "solrdocument.getinputdocument"},
{id:12761, pId:1131, name:"Checks whether the document has any child document", file: "solrdocument.haschilddocuments"},
{id:12762, pId:1131, name:"Checks if a field exists", file: "solrdocument.isset"},
{id:12763, pId:1131, name:"Retrieves the current key", file: "solrdocument.key"},
{id:12764, pId:1131, name:"Merges source to the current SolrDocument", file: "solrdocument.merge"},
{id:12765, pId:1131, name:"Moves the internal pointer to the next field", file: "solrdocument.next"},
{id:12766, pId:1131, name:"Checks if a particular field exists", file: "solrdocument.offsetexists"},
{id:12767, pId:1131, name:"Retrieves a field", file: "solrdocument.offsetget"},
{id:12768, pId:1131, name:"Adds a field to the document", file: "solrdocument.offsetset"},
{id:12769, pId:1131, name:"Removes a field", file: "solrdocument.offsetunset"},
{id:12770, pId:1131, name:"This is an alias to SolrDocument::clear()", file: "solrdocument.reset"},
{id:12771, pId:1131, name:"Resets the internal pointer to the beginning", file: "solrdocument.rewind"},
{id:12772, pId:1131, name:"Used for custom serialization", file: "solrdocument.serialize"},
{id:12773, pId:1131, name:"Adds another field to the document", file: "solrdocument.set"},
{id:12774, pId:1131, name:"Sorts the fields in the document", file: "solrdocument.sort"},
{id:12775, pId:1131, name:"Returns an array representation of the document", file: "solrdocument.toarray"},
{id:12776, pId:1131, name:"Custom serialization of SolrDocument objects", file: "solrdocument.unserialize"},
{id:12777, pId:1131, name:"Removes a field from the document", file: "solrdocument.unset"},
{id:12778, pId:1131, name:"Checks if the current position internally is still", file: "solrdocument.valid"},
{id:1132, pId:339, name:"The SolrDocumentField classs2c2-0.01%", file: "class.solrdocumentfield"},
{id:12779, pId:1132, name:"Constructor", file: "solrdocumentfield.construct"},
{id:12780, pId:1132, name:"Destructor", file: "solrdocumentfield.destruct"},
{id:1133, pId:339, name:"The SolrException classs1c1-0.01%", file: "class.solrexception"},
{id:12781, pId:1133, name:"Returns internal information where the Exception w", file: "solrexception.getinternalinfo"},
{id:1134, pId:339, name:"The SolrGenericResponse classs2c2-0.01%", file: "class.solrgenericresponse"},
{id:12782, pId:1134, name:"Constructor", file: "solrgenericresponse.construct"},
{id:12783, pId:1134, name:"Destructor", file: "solrgenericresponse.destruct"},
{id:1135, pId:339, name:"The SolrIllegalArgumentException classs1c1-0.01%", file: "class.solrillegalargumentexception"},
{id:12784, pId:1135, name:"Returns internal information where the Exception w", file: "solrillegalargumentexception.getinternalinfo"},
{id:1136, pId:339, name:"The SolrIllegalOperationException classs1c1-0.01%", file: "class.solrillegaloperationexception"},
{id:12785, pId:1136, name:"Returns internal information where the Exception w", file: "solrillegaloperationexception.getinternalinfo"},
{id:1137, pId:339, name:"The SolrInputDocument classs23c23-0.15%", file: "class.solrinputdocument"},
{id:12786, pId:1137, name:"Adds a child document for block indexing", file: "solrinputdocument.addchilddocument"},
{id:12787, pId:1137, name:"Adds an array of child documents", file: "solrinputdocument.addchilddocuments"},
{id:12788, pId:1137, name:"Adds a field to the document", file: "solrinputdocument.addfield"},
{id:12789, pId:1137, name:"Resets the input document", file: "solrinputdocument.clear"},
{id:12790, pId:1137, name:"Creates a copy of a SolrDocument", file: "solrinputdocument.clone"},
{id:12791, pId:1137, name:"Constructor", file: "solrinputdocument.construct"},
{id:12792, pId:1137, name:"Removes a field from the document", file: "solrinputdocument.deletefield"},
{id:12793, pId:1137, name:"Destructor", file: "solrinputdocument.destruct"},
{id:12794, pId:1137, name:"Checks if a field exists", file: "solrinputdocument.fieldexists"},
{id:12795, pId:1137, name:"Retrieves the current boost value for the document", file: "solrinputdocument.getboost"},
{id:12796, pId:1137, name:"Returns an array of child documents (SolrInputDocu", file: "solrinputdocument.getchilddocuments"},
{id:12797, pId:1137, name:"Returns the number of child documents", file: "solrinputdocument.getchilddocumentscount"},
{id:12798, pId:1137, name:"Retrieves a field by name", file: "solrinputdocument.getfield"},
{id:12799, pId:1137, name:"Retrieves the boost value for a particular field", file: "solrinputdocument.getfieldboost"},
{id:12800, pId:1137, name:"Returns the number of fields in the document", file: "solrinputdocument.getfieldcount"},
{id:12801, pId:1137, name:"Returns an array containing all the fields in the ", file: "solrinputdocument.getfieldnames"},
{id:12802, pId:1137, name:"Returns true if the document has any child documen", file: "solrinputdocument.haschilddocuments"},
{id:12803, pId:1137, name:"Merges one input document into another", file: "solrinputdocument.merge"},
{id:12804, pId:1137, name:"This is an alias of SolrInputDocument::clear", file: "solrinputdocument.reset"},
{id:12805, pId:1137, name:"Sets the boost value for this document", file: "solrinputdocument.setboost"},
{id:12806, pId:1137, name:"Sets the index-time boost value for a field", file: "solrinputdocument.setfieldboost"},
{id:12807, pId:1137, name:"Sorts the fields within the document", file: "solrinputdocument.sort"},
{id:12808, pId:1137, name:"Returns an array representation of the input docum", file: "solrinputdocument.toarray"},
{id:1138, pId:339, name:"The SolrMissingMandatoryParameterException class", file: "class.solrmissingmandatoryparameterexception"},
{id:1139, pId:339, name:"The SolrModifiableParams classs2c2-0.01%", file: "class.solrmodifiableparams"},
{id:12809, pId:1139, name:"Constructor", file: "solrmodifiableparams.construct"},
{id:12810, pId:1139, name:"Destructor", file: "solrmodifiableparams.destruct"},
{id:1140, pId:339, name:"The SolrObject classs7c7-0.05%", file: "class.solrobject"},
{id:12811, pId:1140, name:"Creates Solr object", file: "solrobject.construct"},
{id:12812, pId:1140, name:"Destructor", file: "solrobject.destruct"},
{id:12813, pId:1140, name:"Returns an array of all the names of the propertie", file: "solrobject.getpropertynames"},
{id:12814, pId:1140, name:"Checks if the property exists", file: "solrobject.offsetexists"},
{id:12815, pId:1140, name:"Used to retrieve a property", file: "solrobject.offsetget"},
{id:12816, pId:1140, name:"Sets the value for a property", file: "solrobject.offsetset"},
{id:12817, pId:1140, name:"Unsets the value for the property", file: "solrobject.offsetunset"},
{id:1141, pId:339, name:"The SolrParams classs11c11-0.07%", file: "class.solrparams"},
{id:12818, pId:1141, name:"This is an alias for SolrParams::addParam", file: "solrparams.add"},
{id:12819, pId:1141, name:"Adds a parameter to the object", file: "solrparams.addparam"},
{id:12820, pId:1141, name:"This is an alias for SolrParams::getParam", file: "solrparams.get"},
{id:12821, pId:1141, name:"Returns a parameter value", file: "solrparams.getparam"},
{id:12822, pId:1141, name:"Returns an array of non URL-encoded parameters", file: "solrparams.getparams"},
{id:12823, pId:1141, name:"Returns an array of URL-encoded parameters", file: "solrparams.getpreparedparams"},
{id:12824, pId:1141, name:"Used for custom serialization", file: "solrparams.serialize"},
{id:12825, pId:1141, name:"An alias of SolrParams::setParam", file: "solrparams.set"},
{id:12826, pId:1141, name:"Sets the parameter to the specified value", file: "solrparams.setparam"},
{id:12827, pId:1141, name:"Returns all the name-value pair parameters in the ", file: "solrparams.tostring"},
{id:12828, pId:1141, name:"Used for custom serialization", file: "solrparams.unserialize"},
{id:1142, pId:339, name:"The SolrPingResponse classs3c3-0.02%", file: "class.solrpingresponse"},
{id:12829, pId:1142, name:"Constructor", file: "solrpingresponse.construct"},
{id:12830, pId:1142, name:"Destructor", file: "solrpingresponse.destruct"},
{id:12831, pId:1142, name:"Returns the response from the server", file: "solrpingresponse.getresponse"},
{id:1143, pId:339, name:"The SolrQuery classs193c193-1.28%", file: "class.solrquery"},
{id:12832, pId:1143, name:"Overrides main filter query, determines which docu", file: "solrquery.addexpandfilterquery"},
{id:12833, pId:1143, name:"Orders the documents within the expanded groups (e", file: "solrquery.addexpandsortfield"},
{id:12834, pId:1143, name:"Maps to facet.date", file: "solrquery.addfacetdatefield"},
{id:12835, pId:1143, name:"Adds another facet.date.other parameter", file: "solrquery.addfacetdateother"},
{id:12836, pId:1143, name:"Adds another field to the facet", file: "solrquery.addfacetfield"},
{id:12837, pId:1143, name:"Adds a facet query", file: "solrquery.addfacetquery"},
{id:12838, pId:1143, name:"Specifies which fields to return in the result", file: "solrquery.addfield"},
{id:12839, pId:1143, name:"Specifies a filter query", file: "solrquery.addfilterquery"},
{id:12840, pId:1143, name:"Add a field to be used to group results", file: "solrquery.addgroupfield"},
{id:12841, pId:1143, name:"Allows grouping results based on the unique values", file: "solrquery.addgroupfunction"},
{id:12842, pId:1143, name:"Allows grouping of documents that match the given ", file: "solrquery.addgroupquery"},
{id:12843, pId:1143, name:"Add a group sort field (group.sort parameter)", file: "solrquery.addgroupsortfield"},
{id:12844, pId:1143, name:"Maps to hl.fl", file: "solrquery.addhighlightfield"},
{id:12845, pId:1143, name:"Sets a field to use for similarity", file: "solrquery.addmltfield"},
{id:12846, pId:1143, name:"Maps to mlt.qf", file: "solrquery.addmltqueryfield"},
{id:12847, pId:1143, name:"Used to control how the results should be sorted", file: "solrquery.addsortfield"},
{id:12848, pId:1143, name:"Requests a return of sub results for values within", file: "solrquery.addstatsfacet"},
{id:12849, pId:1143, name:"Maps to stats.field parameter", file: "solrquery.addstatsfield"},
{id:12850, pId:1143, name:"Collapses the result set to a single document per ", file: "solrquery.collapse"},
{id:12851, pId:1143, name:"Constructor", file: "solrquery.construct"},
{id:12852, pId:1143, name:"Destructor", file: "solrquery.destruct"},
{id:12853, pId:1143, name:"Returns true if group expanding is enabled", file: "solrquery.getexpand"},
{id:12854, pId:1143, name:"Returns the expand filter queries", file: "solrquery.getexpandfilterqueries"},
{id:12855, pId:1143, name:"Returns the expand query expand.q parameter", file: "solrquery.getexpandquery"},
{id:12856, pId:1143, name:"Returns The number of rows to display in each grou", file: "solrquery.getexpandrows"},
{id:12857, pId:1143, name:"Returns an array of fields", file: "solrquery.getexpandsortfields"},
{id:12858, pId:1143, name:"Returns the value of the facet parameter", file: "solrquery.getfacet"},
{id:12859, pId:1143, name:"Returns the value for the facet.date.end parameter", file: "solrquery.getfacetdateend"},
{id:12860, pId:1143, name:"Returns all the facet.date fields", file: "solrquery.getfacetdatefields"},
{id:12861, pId:1143, name:"Returns the value of the facet.date.gap parameter", file: "solrquery.getfacetdategap"},
{id:12862, pId:1143, name:"Returns the value of the facet.date.hardend parame", file: "solrquery.getfacetdatehardend"},
{id:12863, pId:1143, name:"Returns the value for the facet.date.other paramet", file: "solrquery.getfacetdateother"},
{id:12864, pId:1143, name:"Returns the lower bound for the first date range ", file: "solrquery.getfacetdatestart"},
{id:12865, pId:1143, name:"Returns all the facet fields", file: "solrquery.getfacetfields"},
{id:12866, pId:1143, name:"Returns the maximum number of constraint counts th", file: "solrquery.getfacetlimit"},
{id:12867, pId:1143, name:"Returns the value of the facet.method parameter", file: "solrquery.getfacetmethod"},
{id:12868, pId:1143, name:"Returns the minimum counts for facet fields should", file: "solrquery.getfacetmincount"},
{id:12869, pId:1143, name:"Returns the current state of the facet.missing par", file: "solrquery.getfacetmissing"},
{id:12870, pId:1143, name:"Returns an offset into the list of constraints to ", file: "solrquery.getfacetoffset"},
{id:12871, pId:1143, name:"Returns the facet prefix", file: "solrquery.getfacetprefix"},
{id:12872, pId:1143, name:"Returns all the facet queries", file: "solrquery.getfacetqueries"},
{id:12873, pId:1143, name:"Returns the facet sort type", file: "solrquery.getfacetsort"},
{id:12874, pId:1143, name:"Returns the list of fields that will be returned i", file: "solrquery.getfields"},
{id:12875, pId:1143, name:"Returns an array of filter queries", file: "solrquery.getfilterqueries"},
{id:12876, pId:1143, name:"Returns true if grouping is enabled", file: "solrquery.getgroup"},
{id:12877, pId:1143, name:"Returns group cache percent value", file: "solrquery.getgroupcachepercent"},
{id:12878, pId:1143, name:"Returns the group.facet parameter value", file: "solrquery.getgroupfacet"},
{id:12879, pId:1143, name:"Returns group fields (group.field parameter values", file: "solrquery.getgroupfields"},
{id:12880, pId:1143, name:"Returns the group.format value", file: "solrquery.getgroupformat"},
{id:12881, pId:1143, name:"Returns group functions (group.func parameter valu", file: "solrquery.getgroupfunctions"},
{id:12882, pId:1143, name:"Returns the group.limit value", file: "solrquery.getgrouplimit"},
{id:12883, pId:1143, name:"Returns the group.main value", file: "solrquery.getgroupmain"},
{id:12884, pId:1143, name:"Returns the group.ngroups value", file: "solrquery.getgroupngroups"},
{id:12885, pId:1143, name:"Returns the group.offset value", file: "solrquery.getgroupoffset"},
{id:12886, pId:1143, name:"Returns all the group.query parameter values", file: "solrquery.getgroupqueries"},
{id:12887, pId:1143, name:"Returns the group.sort value", file: "solrquery.getgroupsortfields"},
{id:12888, pId:1143, name:"Returns the group.truncate value", file: "solrquery.getgrouptruncate"},
{id:12889, pId:1143, name:"Returns the state of the hl parameter", file: "solrquery.gethighlight"},
{id:12890, pId:1143, name:"Returns the highlight field to use as backup or de", file: "solrquery.gethighlightalternatefield"},
{id:12891, pId:1143, name:"Returns all the fields that Solr should generate h", file: "solrquery.gethighlightfields"},
{id:12892, pId:1143, name:"Returns the formatter for the highlighted output", file: "solrquery.gethighlightformatter"},
{id:12893, pId:1143, name:"Returns the text snippet generator for highlighted", file: "solrquery.gethighlightfragmenter"},
{id:12894, pId:1143, name:"Returns the number of characters of fragments to c", file: "solrquery.gethighlightfragsize"},
{id:12895, pId:1143, name:"Returns whether or not to enable highlighting for ", file: "solrquery.gethighlighthighlightmultiterm"},
{id:12896, pId:1143, name:"Returns the maximum number of characters of the fi", file: "solrquery.gethighlightmaxalternatefieldlength"},
{id:12897, pId:1143, name:"Returns the maximum number of characters into a do", file: "solrquery.gethighlightmaxanalyzedchars"},
{id:12898, pId:1143, name:"Returns whether or not the collapse contiguous fra", file: "solrquery.gethighlightmergecontiguous"},
{id:12899, pId:1143, name:"Returns the maximum number of characters from a fi", file: "solrquery.gethighlightregexmaxanalyzedchars"},
{id:12900, pId:1143, name:"Returns the regular expression for fragmenting", file: "solrquery.gethighlightregexpattern"},
{id:12901, pId:1143, name:"Returns the deviation factor from the ideal fragme", file: "solrquery.gethighlightregexslop"},
{id:12902, pId:1143, name:"Returns if a field will only be highlighted if the", file: "solrquery.gethighlightrequirefieldmatch"},
{id:12903, pId:1143, name:"Returns the text which appears after a highlighted", file: "solrquery.gethighlightsimplepost"},
{id:12904, pId:1143, name:"Returns the text which appears before a highlighte", file: "solrquery.gethighlightsimplepre"},
{id:12905, pId:1143, name:"Returns the maximum number of highlighted snippets", file: "solrquery.gethighlightsnippets"},
{id:12906, pId:1143, name:"Returns the state of the hl.usePhraseHighlighter p", file: "solrquery.gethighlightusephrasehighlighter"},
{id:12907, pId:1143, name:"Returns whether or not MoreLikeThis results should", file: "solrquery.getmlt"},
{id:12908, pId:1143, name:"Returns whether or not the query will be boosted b", file: "solrquery.getmltboost"},
{id:12909, pId:1143, name:"Returns the number of similar documents to return ", file: "solrquery.getmltcount"},
{id:12910, pId:1143, name:"Returns all the fields to use for similarity", file: "solrquery.getmltfields"},
{id:12911, pId:1143, name:"Returns the maximum number of query terms that wil", file: "solrquery.getmltmaxnumqueryterms"},
{id:12912, pId:1143, name:"Returns the maximum number of tokens to parse in e", file: "solrquery.getmltmaxnumtokens"},
{id:12913, pId:1143, name:"Returns the maximum word length above which words ", file: "solrquery.getmltmaxwordlength"},
{id:12914, pId:1143, name:"Returns the treshold frequency at which words will", file: "solrquery.getmltmindocfrequency"},
{id:12915, pId:1143, name:"Returns the frequency below which terms will be ig", file: "solrquery.getmltmintermfrequency"},
{id:12916, pId:1143, name:"Returns the minimum word length below which words ", file: "solrquery.getmltminwordlength"},
{id:12917, pId:1143, name:"Returns the query fields and their boosts", file: "solrquery.getmltqueryfields"},
{id:12918, pId:1143, name:"Returns the main query", file: "solrquery.getquery"},
{id:12919, pId:1143, name:"Returns the maximum number of documents", file: "solrquery.getrows"},
{id:12920, pId:1143, name:"Returns all the sort fields", file: "solrquery.getsortfields"},
{id:12921, pId:1143, name:"Returns the offset in the complete result set", file: "solrquery.getstart"},
{id:12922, pId:1143, name:"Returns whether or not stats is enabled", file: "solrquery.getstats"},
{id:12923, pId:1143, name:"Returns all the stats facets that were set", file: "solrquery.getstatsfacets"},
{id:12924, pId:1143, name:"Returns all the statistics fields", file: "solrquery.getstatsfields"},
{id:12925, pId:1143, name:"Returns whether or not the TermsComponent is enabl", file: "solrquery.getterms"},
{id:12926, pId:1143, name:"Returns the field from which the terms are retriev", file: "solrquery.gettermsfield"},
{id:12927, pId:1143, name:"Returns whether or not to include the lower bound ", file: "solrquery.gettermsincludelowerbound"},
{id:12928, pId:1143, name:"Returns whether or not to include the upper bound ", file: "solrquery.gettermsincludeupperbound"},
{id:12929, pId:1143, name:"Returns the maximum number of terms Solr should re", file: "solrquery.gettermslimit"},
{id:12930, pId:1143, name:"Returns the term to start at", file: "solrquery.gettermslowerbound"},
{id:12931, pId:1143, name:"Returns the maximum document frequency", file: "solrquery.gettermsmaxcount"},
{id:12932, pId:1143, name:"Returns the minimum document frequency to return i", file: "solrquery.gettermsmincount"},
{id:12933, pId:1143, name:"Returns the term prefix", file: "solrquery.gettermsprefix"},
{id:12934, pId:1143, name:"Whether or not to return raw characters", file: "solrquery.gettermsreturnraw"},
{id:12935, pId:1143, name:"Returns an integer indicating how terms are sorted", file: "solrquery.gettermssort"},
{id:12936, pId:1143, name:"Returns the term to stop at", file: "solrquery.gettermsupperbound"},
{id:12937, pId:1143, name:"Returns the time in milliseconds allowed for the q", file: "solrquery.gettimeallowed"},
{id:12938, pId:1143, name:"Removes an expand filter query", file: "solrquery.removeexpandfilterquery"},
{id:12939, pId:1143, name:"Removes an expand sort field from the expand.sort ", file: "solrquery.removeexpandsortfield"},
{id:12940, pId:1143, name:"Removes one of the facet date fields", file: "solrquery.removefacetdatefield"},
{id:12941, pId:1143, name:"Removes one of the facet.date.other parameters", file: "solrquery.removefacetdateother"},
{id:12942, pId:1143, name:"Removes one of the facet.date parameters", file: "solrquery.removefacetfield"},
{id:12943, pId:1143, name:"Removes one of the facet.query parameters", file: "solrquery.removefacetquery"},
{id:12944, pId:1143, name:"Removes a field from the list of fields", file: "solrquery.removefield"},
{id:12945, pId:1143, name:"Removes a filter query", file: "solrquery.removefilterquery"},
{id:12946, pId:1143, name:"Removes one of the fields used for highlighting", file: "solrquery.removehighlightfield"},
{id:12947, pId:1143, name:"Removes one of the moreLikeThis fields", file: "solrquery.removemltfield"},
{id:12948, pId:1143, name:"Removes one of the moreLikeThis query fields", file: "solrquery.removemltqueryfield"},
{id:12949, pId:1143, name:"Removes one of the sort fields", file: "solrquery.removesortfield"},
{id:12950, pId:1143, name:"Removes one of the stats.facet parameters", file: "solrquery.removestatsfacet"},
{id:12951, pId:1143, name:"Removes one of the stats.field parameters", file: "solrquery.removestatsfield"},
{id:12952, pId:1143, name:"Toggles the echoHandler parameter", file: "solrquery.setechohandler"},
{id:12953, pId:1143, name:"Determines what kind of parameters to include in t", file: "solrquery.setechoparams"},
{id:12954, pId:1143, name:"Enables/Disables the Expand Component", file: "solrquery.setexpand"},
{id:12955, pId:1143, name:"Sets the expand.q parameter", file: "solrquery.setexpandquery"},
{id:12956, pId:1143, name:"Sets the number of rows to display in each group (", file: "solrquery.setexpandrows"},
{id:12957, pId:1143, name:"Sets the explainOther common query parameter", file: "solrquery.setexplainother"},
{id:12958, pId:1143, name:"Maps to the facet parameter. Enables or disables f", file: "solrquery.setfacet"},
{id:12959, pId:1143, name:"Maps to facet.date.end", file: "solrquery.setfacetdateend"},
{id:12960, pId:1143, name:"Maps to facet.date.gap", file: "solrquery.setfacetdategap"},
{id:12961, pId:1143, name:"Maps to facet.date.hardend", file: "solrquery.setfacetdatehardend"},
{id:12962, pId:1143, name:"Maps to facet.date.start", file: "solrquery.setfacetdatestart"},
{id:12963, pId:1143, name:"Sets the minimum document frequency used for deter", file: "solrquery.setfacetenumcachemindefaultfrequency"},
{id:12964, pId:1143, name:"Maps to facet.limit", file: "solrquery.setfacetlimit"},
{id:12965, pId:1143, name:"Specifies the type of algorithm to use when faceti", file: "solrquery.setfacetmethod"},
{id:12966, pId:1143, name:"Maps to facet.mincount", file: "solrquery.setfacetmincount"},
{id:12967, pId:1143, name:"Maps to facet.missing", file: "solrquery.setfacetmissing"},
{id:12968, pId:1143, name:"Sets the offset into the list of constraints to al", file: "solrquery.setfacetoffset"},
{id:12969, pId:1143, name:"Specifies a string prefix with which to limits the", file: "solrquery.setfacetprefix"},
{id:12970, pId:1143, name:"Determines the ordering of the facet field constra", file: "solrquery.setfacetsort"},
{id:12971, pId:1143, name:"Enable/Disable result grouping (group parameter)", file: "solrquery.setgroup"},
{id:12972, pId:1143, name:"Enables caching for result grouping", file: "solrquery.setgroupcachepercent"},
{id:12973, pId:1143, name:"Sets group.facet parameter", file: "solrquery.setgroupfacet"},
{id:12974, pId:1143, name:"Sets the group format, result structure (group.for", file: "solrquery.setgroupformat"},
{id:12975, pId:1143, name:"Specifies the number of results to return for each", file: "solrquery.setgrouplimit"},
{id:12976, pId:1143, name:"If true, the result of the first field grouping co", file: "solrquery.setgroupmain"},
{id:12977, pId:1143, name:"If true, Solr includes the number of groups that h", file: "solrquery.setgroupngroups"},
{id:12978, pId:1143, name:"Sets the group.offset parameter", file: "solrquery.setgroupoffset"},
{id:12979, pId:1143, name:"If true, facet counts are based on the most releva", file: "solrquery.setgrouptruncate"},
{id:12980, pId:1143, name:"Enables or disables highlighting", file: "solrquery.sethighlight"},
{id:12981, pId:1143, name:"Specifies the backup field to use", file: "solrquery.sethighlightalternatefield"},
{id:12982, pId:1143, name:"Specify a formatter for the highlight output", file: "solrquery.sethighlightformatter"},
{id:12983, pId:1143, name:"Sets a text snippet generator for highlighted text", file: "solrquery.sethighlightfragmenter"},
{id:12984, pId:1143, name:"The size of fragments to consider for highlighting", file: "solrquery.sethighlightfragsize"},
{id:12985, pId:1143, name:"Use SpanScorer to highlight phrase terms", file: "solrquery.sethighlighthighlightmultiterm"},
{id:12986, pId:1143, name:"Sets the maximum number of characters of the field", file: "solrquery.sethighlightmaxalternatefieldlength"},
{id:12987, pId:1143, name:"Specifies the number of characters into a document", file: "solrquery.sethighlightmaxanalyzedchars"},
{id:12988, pId:1143, name:"Whether or not to collapse contiguous fragments in", file: "solrquery.sethighlightmergecontiguous"},
{id:12989, pId:1143, name:"Specify the maximum number of characters to analyz", file: "solrquery.sethighlightregexmaxanalyzedchars"},
{id:12990, pId:1143, name:"Specify the regular expression for fragmenting", file: "solrquery.sethighlightregexpattern"},
{id:12991, pId:1143, name:"Sets the factor by which the regex fragmenter can ", file: "solrquery.sethighlightregexslop"},
{id:12992, pId:1143, name:"Require field matching during highlighting", file: "solrquery.sethighlightrequirefieldmatch"},
{id:12993, pId:1143, name:"Sets the text which appears after a highlighted te", file: "solrquery.sethighlightsimplepost"},
{id:12994, pId:1143, name:"Sets the text which appears before a highlighted t", file: "solrquery.sethighlightsimplepre"},
{id:12995, pId:1143, name:"Sets the maximum number of highlighted snippets to", file: "solrquery.sethighlightsnippets"},
{id:12996, pId:1143, name:"Whether to highlight phrase terms only when they a", file: "solrquery.sethighlightusephrasehighlighter"},
{id:12997, pId:1143, name:"Enables or disables moreLikeThis", file: "solrquery.setmlt"},
{id:12998, pId:1143, name:"Set if the query will be boosted by the interestin", file: "solrquery.setmltboost"},
{id:12999, pId:1143, name:"Set the number of similar documents to return for ", file: "solrquery.setmltcount"},
{id:13000, pId:1143, name:"Sets the maximum number of query terms included", file: "solrquery.setmltmaxnumqueryterms"},
{id:13001, pId:1143, name:"Specifies the maximum number of tokens to parse", file: "solrquery.setmltmaxnumtokens"},
{id:13002, pId:1143, name:"Sets the maximum word length", file: "solrquery.setmltmaxwordlength"},
{id:13003, pId:1143, name:"Sets the mltMinDoc frequency", file: "solrquery.setmltmindocfrequency"},
{id:13004, pId:1143, name:"Sets the frequency below which terms will be ignor", file: "solrquery.setmltmintermfrequency"},
{id:13005, pId:1143, name:"Sets the minimum word length", file: "solrquery.setmltminwordlength"},
{id:13006, pId:1143, name:"Exclude the header from the returned results", file: "solrquery.setomitheader"},
{id:13007, pId:1143, name:"Sets the search query", file: "solrquery.setquery"},
{id:13008, pId:1143, name:"Specifies the maximum number of rows to return in ", file: "solrquery.setrows"},
{id:13009, pId:1143, name:"Flag to show debug information", file: "solrquery.setshowdebuginfo"},
{id:13010, pId:1143, name:"Specifies the number of rows to skip", file: "solrquery.setstart"},
{id:13011, pId:1143, name:"Enables or disables the Stats component", file: "solrquery.setstats"},
{id:13012, pId:1143, name:"Enables or disables the TermsComponent", file: "solrquery.setterms"},
{id:13013, pId:1143, name:"Sets the name of the field to get the Terms from", file: "solrquery.settermsfield"},
{id:13014, pId:1143, name:"Include the lower bound term in the result set", file: "solrquery.settermsincludelowerbound"},
{id:13015, pId:1143, name:"Include the upper bound term in the result set", file: "solrquery.settermsincludeupperbound"},
{id:13016, pId:1143, name:"Sets the maximum number of terms to return", file: "solrquery.settermslimit"},
{id:13017, pId:1143, name:"Specifies the Term to start from", file: "solrquery.settermslowerbound"},
{id:13018, pId:1143, name:"Sets the maximum document frequency", file: "solrquery.settermsmaxcount"},
{id:13019, pId:1143, name:"Sets the minimum document frequency", file: "solrquery.settermsmincount"},
{id:13020, pId:1143, name:"Restrict matches to terms that start with the pref", file: "solrquery.settermsprefix"},
{id:13021, pId:1143, name:"Return the raw characters of the indexed term", file: "solrquery.settermsreturnraw"},
{id:13022, pId:1143, name:"Specifies how to sort the returned terms", file: "solrquery.settermssort"},
{id:13023, pId:1143, name:"Sets the term to stop at", file: "solrquery.settermsupperbound"},
{id:13024, pId:1143, name:"The time allowed for search to finish", file: "solrquery.settimeallowed"},
{id:1144, pId:339, name:"The SolrQueryResponse classs2c2-0.01%", file: "class.solrqueryresponse"},
{id:13025, pId:1144, name:"Constructor", file: "solrqueryresponse.construct"},
{id:13026, pId:1144, name:"Destructor", file: "solrqueryresponse.destruct"},
{id:1145, pId:339, name:"The SolrResponse classs11c11-0.07%", file: "class.solrresponse"},
{id:13027, pId:1145, name:"Returns the XML response as serialized PHP data", file: "solrresponse.getdigestedresponse"},
{id:13028, pId:1145, name:"Returns the HTTP status of the response", file: "solrresponse.gethttpstatus"},
{id:13029, pId:1145, name:"Returns more details on the HTTP status", file: "solrresponse.gethttpstatusmessage"},
{id:13030, pId:1145, name:"Returns the raw request sent to the Solr server", file: "solrresponse.getrawrequest"},
{id:13031, pId:1145, name:"Returns the raw request headers sent to the Solr s", file: "solrresponse.getrawrequestheaders"},
{id:13032, pId:1145, name:"Returns the raw response from the server", file: "solrresponse.getrawresponse"},
{id:13033, pId:1145, name:"Returns the raw response headers from the server", file: "solrresponse.getrawresponseheaders"},
{id:13034, pId:1145, name:"Returns the full URL the request was sent to", file: "solrresponse.getrequesturl"},
{id:13035, pId:1145, name:"Returns a SolrObject representing the XML response", file: "solrresponse.getresponse"},
{id:13036, pId:1145, name:"Sets the parse mode", file: "solrresponse.setparsemode"},
{id:13037, pId:1145, name:"Was the request a success", file: "solrresponse.success"},
{id:1146, pId:339, name:"The SolrServerException classs1c1-0.01%", file: "class.solrserverexception"},
{id:13038, pId:1146, name:"Returns internal information where the Exception w", file: "solrserverexception.getinternalinfo"},
{id:1147, pId:339, name:"The SolrUpdateResponse classs2c2-0.01%", file: "class.solrupdateresponse"},
{id:13039, pId:1147, name:"Constructor", file: "solrupdateresponse.construct"},
{id:13040, pId:1147, name:"Destructor", file: "solrupdateresponse.destruct"},
{id:1148, pId:339, name:"The SolrUtils classs4c4-0.03%", file: "class.solrutils"},
{id:13041, pId:1148, name:"Parses an response XML string into a SolrObject", file: "solrutils.digestxmlresponse"},
{id:13042, pId:1148, name:"Escapes a lucene query string", file: "solrutils.escapequerychars"},
{id:13043, pId:1148, name:"Returns the current version of the Solr extension", file: "solrutils.getsolrversion"},
{id:13044, pId:1148, name:"Prepares a phrase from an unescaped lucene string", file: "solrutils.queryphrase"},
{id:9255, pId:339, name:"简介", file: "intro.solr"},
{id:11918, pId:339, name:"Solr 函数s1c1-0.01%", file: "ref.solr"},
{id:6468, pId:11918, name:"返回当前Solr扩展的版本", file: "function.solr-get-version"},
{id:12675, pId:339, name:"预定义常量", file: "solr.constants"},
{id:12676, pId:339, name:"范例", file: "solr.examples"},
{id:12680, pId:339, name:"安装/配置s4c4-0.03%", file: "solr.setup"},
{id:12674, pId:12680, name:"运行时配置", file: "solr.configuration"},
{id:12677, pId:12680, name:"安装", file: "solr.installation"},
{id:12678, pId:12680, name:"需求", file: "solr.requirements"},
{id:12679, pId:12680, name:"资源类型", file: "solr.resources"},
{id:340, pId:12188, name:"Sphinx 客户端s5c44-0.29%", file: "book.sphinx"},
{id:1149, pId:340, name:"SphinxClient 类s35c35-0.23%", file: "class.sphinxclient"},
{id:13052, pId:1149, name:"Add query to multi-query batch", file: "sphinxclient.addquery"},
{id:13053, pId:1149, name:"Build text snippets", file: "sphinxclient.buildexcerpts"},
{id:13054, pId:1149, name:"Extract keywords from query", file: "sphinxclient.buildkeywords"},
{id:13055, pId:1149, name:"关闭先前打开的持久连接", file: "sphinxclient.close"},
{id:13056, pId:1149, name:"Create a new SphinxClient object", file: "sphinxclient.construct"},
{id:13057, pId:1149, name:"Escape special characters", file: "sphinxclient.escapestring"},
{id:13058, pId:1149, name:"Get the last error message", file: "sphinxclient.getlasterror"},
{id:13059, pId:1149, name:"Get the last warning", file: "sphinxclient.getlastwarning"},
{id:13060, pId:1149, name:"建立到搜索服务端的持久连接", file: "sphinxclient.open"},
{id:13061, pId:1149, name:"执行搜索查询", file: "sphinxclient.query"},
{id:13062, pId:1149, name:"Clear all filters", file: "sphinxclient.resetfilters"},
{id:13063, pId:1149, name:"Clear all group-by settings", file: "sphinxclient.resetgroupby"},
{id:13064, pId:1149, name:"Run a batch of search queries", file: "sphinxclient.runqueries"},
{id:13065, pId:1149, name:"控制搜索结果集的返回格式", file: "sphinxclient.setarrayresult"},
{id:13066, pId:1149, name:"Set connection timeout", file: "sphinxclient.setconnecttimeout"},
{id:13067, pId:1149, name:"Set field weights", file: "sphinxclient.setfieldweights"},
{id:13068, pId:1149, name:"增加整数值过滤器", file: "sphinxclient.setfilter"},
{id:13069, pId:1149, name:"Add new float range filter", file: "sphinxclient.setfilterfloatrange"},
{id:13070, pId:1149, name:"Add new integer range filter", file: "sphinxclient.setfilterrange"},
{id:13071, pId:1149, name:"Set anchor point for a geosphere distance calculat", file: "sphinxclient.setgeoanchor"},
{id:13072, pId:1149, name:"Set grouping attribute", file: "sphinxclient.setgroupby"},
{id:13073, pId:1149, name:"Set attribute name for per-group distinct values c", file: "sphinxclient.setgroupdistinct"},
{id:13074, pId:1149, name:"Set a range of accepted document IDs", file: "sphinxclient.setidrange"},
{id:13075, pId:1149, name:"Set per-index weights", file: "sphinxclient.setindexweights"},
{id:13076, pId:1149, name:"设置返回结果集偏移量和数目", file: "sphinxclient.setlimits"},
{id:13077, pId:1149, name:"设置全文查询的匹配模式", file: "sphinxclient.setmatchmode"},
{id:13078, pId:1149, name:"Set maximum query time", file: "sphinxclient.setmaxquerytime"},
{id:13079, pId:1149, name:"Sets temporary per-document attribute value ove", file: "sphinxclient.setoverride"},
{id:13080, pId:1149, name:"Set ranking mode", file: "sphinxclient.setrankingmode"},
{id:13081, pId:1149, name:"Set retry count and delay", file: "sphinxclient.setretries"},
{id:13082, pId:1149, name:"Set select clause", file: "sphinxclient.setselect"},
{id:13083, pId:1149, name:"设置searchd的主机名和TCP端口", file: "sphinxclient.setserver"},
{id:13084, pId:1149, name:"Set matches sorting mode", file: "sphinxclient.setsortmode"},
{id:13085, pId:1149, name:"Queries searchd status", file: "sphinxclient.status"},
{id:13086, pId:1149, name:"Update document attributes", file: "sphinxclient.updateattributes"},
{id:9256, pId:340, name:"简介", file: "intro.sphinx"},
{id:13046, pId:340, name:"预定义常量", file: "sphinx.constants"},
{id:13047, pId:340, name:"范例", file: "sphinx.examples"},
{id:13051, pId:340, name:"安装/配置s4c4-0.03%", file: "sphinx.setup"},
{id:13045, pId:13051, name:"运行时配置", file: "sphinx.configuration"},
{id:13048, pId:13051, name:"安装", file: "sphinx.installation"},
{id:13049, pId:13051, name:"需求", file: "sphinx.requirements"},
{id:13050, pId:13051, name:"资源类型", file: "sphinx.resources"},
{id:354, pId:12188, name:"Swish Indexings5c27-0.18%", file: "book.swish"},
{id:9270, pId:354, name:"简介", file: "intro.swish"},
{id:11929, pId:354, name:"Swish 函数s17c17-0.11%", file: "ref.swish"},
{id:13583, pId:11929, name:"Construct a Swish object", file: "swish.construct"},
{id:13586, pId:11929, name:"Get the list of meta entries for the index", file: "swish.getmetalist"},
{id:13587, pId:11929, name:"Get the list of properties for the index", file: "swish.getpropertylist"},
{id:13589, pId:11929, name:"Prepare a search query", file: "swish.prepare"},
{id:13590, pId:11929, name:"Execute a query and return results object", file: "swish.query"},
{id:13594, pId:11929, name:"Get a list of meta entries", file: "swishresult.getmetalist"},
{id:13595, pId:11929, name:"Stems the given word", file: "swishresult.stem"},
{id:13596, pId:11929, name:"Get an array of parsed words", file: "swishresults.getparsedwords"},
{id:13597, pId:11929, name:"Get an array of stopwords removed from the query", file: "swishresults.getremovedstopwords"},
{id:13598, pId:11929, name:"Get the next search result", file: "swishresults.nextresult"},
{id:13599, pId:11929, name:"Set current seek pointer to the given position", file: "swishresults.seekresult"},
{id:13600, pId:11929, name:"Execute the search and get the results", file: "swishsearch.execute"},
{id:13601, pId:11929, name:"Reset the search limits", file: "swishsearch.resetlimit"},
{id:13602, pId:11929, name:"Set the search limits", file: "swishsearch.setlimit"},
{id:13603, pId:11929, name:"Set the phrase delimiter", file: "swishsearch.setphrasedelimiter"},
{id:13604, pId:11929, name:"Set the sort order", file: "swishsearch.setsort"},
{id:13605, pId:11929, name:"Set the structure flag in the search object", file: "swishsearch.setstructure"},
{id:13582, pId:354, name:"预定义常量", file: "swish.constants"},
{id:13585, pId:354, name:"范例s1c1-0.01%", file: "swish.examples"},
{id:13584, pId:13585, name:"Basic usage", file: "swish.examples-basic"},
{id:13593, pId:354, name:"安装/配置s4c4-0.03%", file: "swish.setup"},
{id:13581, pId:13593, name:"运行时配置", file: "swish.configuration"},
{id:13588, pId:13593, name:"安装", file: "swish.installation"},
{id:13591, pId:13593, name:"需求", file: "swish.requirements"},
{id:13592, pId:13593, name:"资源类型", file: "swish.resources"},
{id:12189, pId:2527, name:"图形用户界面(GUI) 扩展s1c253-1.68%", file: "refs.ui"},
{id:364, pId:12189, name:"UIs50c252-1.68%", file: "book.ui"},
{id:1240, pId:364, name:"Areas6c6-0.04%", file: "class.ui-area"},
{id:14100, pId:1240, name:"Draw Callback", file: "ui-area.ondraw"},
{id:14101, pId:1240, name:"Key Callback", file: "ui-area.onkey"},
{id:14102, pId:1240, name:"Mouse Callback", file: "ui-area.onmouse"},
{id:14103, pId:1240, name:"Redraw Area", file: "ui-area.redraw"},
{id:14104, pId:1240, name:"Area Scroll", file: "ui-area.scrollto"},
{id:14105, pId:1240, name:"Set Size", file: "ui-area.setsize"},
{id:1241, pId:364, name:"Controls10c10-0.07%", file: "class.ui-control"},
{id:14106, pId:1241, name:"Destroy Control", file: "ui-control.destroy"},
{id:14107, pId:1241, name:"Disable Control", file: "ui-control.disable"},
{id:14108, pId:1241, name:"Enable Control", file: "ui-control.enable"},
{id:14109, pId:1241, name:"Get Parent Control", file: "ui-control.getparent"},
{id:14110, pId:1241, name:"Get Top Level", file: "ui-control.gettoplevel"},
{id:14111, pId:1241, name:"Hide Control", file: "ui-control.hide"},
{id:14112, pId:1241, name:"Determine if Control is enabled", file: "ui-control.isenabled"},
{id:14113, pId:1241, name:"Determine if Control is visible", file: "ui-control.isvisible"},
{id:14114, pId:1241, name:"Set Parent Control", file: "ui-control.setparent"},
{id:14115, pId:1241, name:"Control Show", file: "ui-control.show"},
{id:1242, pId:364, name:"Control Box (Arrangement)s6c6-0.04%", file: "class.ui-controls-box"},
{id:14116, pId:1242, name:"Append Control", file: "ui-controls-box.append"},
{id:14117, pId:1242, name:"Construct a new Box", file: "ui-controls-box.construct"},
{id:14118, pId:1242, name:"Delete Control", file: "ui-controls-box.delete"},
{id:14119, pId:1242, name:"Get Orientation", file: "ui-controls-box.getorientation"},
{id:14120, pId:1242, name:"Padding Detection", file: "ui-controls-box.ispadded"},
{id:14121, pId:1242, name:"Set Padding", file: "ui-controls-box.setpadded"},
{id:1243, pId:364, name:"Button Controls4c4-0.03%", file: "class.ui-controls-button"},
{id:14122, pId:1243, name:"Construct a new Button", file: "ui-controls-button.construct"},
{id:14123, pId:1243, name:"Get Text", file: "ui-controls-button.gettext"},
{id:14124, pId:1243, name:"Click Handler", file: "ui-controls-button.onclick"},
{id:14125, pId:1243, name:"Set Text", file: "ui-controls-button.settext"},
{id:1244, pId:364, name:"Check Controls6c6-0.04%", file: "class.ui-controls-check"},
{id:14126, pId:1244, name:"Construct a new Check", file: "ui-controls-check.construct"},
{id:14127, pId:1244, name:"Get Text", file: "ui-controls-check.gettext"},
{id:14128, pId:1244, name:"Checked Detection", file: "ui-controls-check.ischecked"},
{id:14129, pId:1244, name:"Toggle Callback", file: "ui-controls-check.ontoggle"},
{id:14130, pId:1244, name:"Set Checked", file: "ui-controls-check.setchecked"},
{id:14131, pId:1244, name:"Set Text", file: "ui-controls-check.settext"},
{id:1245, pId:364, name:"ColorButton Controls3c3-0.02%", file: "class.ui-controls-colorbutton"},
{id:14132, pId:1245, name:"Get Color", file: "ui-controls-colorbutton.getcolor"},
{id:14133, pId:1245, name:"Change Handler", file: "ui-controls-colorbutton.onchange"},
{id:14134, pId:1245, name:"Set Color", file: "ui-controls-colorbutton.setcolor"},
{id:1246, pId:364, name:"Combo Controls4c4-0.03%", file: "class.ui-controls-combo"},
{id:14135, pId:1246, name:"Append Option", file: "ui-controls-combo.append"},
{id:14136, pId:1246, name:"Get Selected Option", file: "ui-controls-combo.getselected"},
{id:14137, pId:1246, name:"Selected Handler", file: "ui-controls-combo.onselected"},
{id:14138, pId:1246, name:"Set Selected Option", file: "ui-controls-combo.setselected"},
{id:1247, pId:364, name:"EdiableCombo Controls4c4-0.03%", file: "class.ui-controls-editablecombo"},
{id:14139, pId:1247, name:"Append Option", file: "ui-controls-editablecombo.append"},
{id:14140, pId:1247, name:"Get Text", file: "ui-controls-editablecombo.gettext"},
{id:14141, pId:1247, name:"Change Handler", file: "ui-controls-editablecombo.onchange"},
{id:14142, pId:1247, name:"Set Text", file: "ui-controls-editablecombo.settext"},
{id:1248, pId:364, name:"Entry Controls6c6-0.04%", file: "class.ui-controls-entry"},
{id:14143, pId:1248, name:"Construct a new Entry", file: "ui-controls-entry.construct"},
{id:14144, pId:1248, name:"Get Text", file: "ui-controls-entry.gettext"},
{id:14145, pId:1248, name:"Detect Read Only", file: "ui-controls-entry.isreadonly"},
{id:14146, pId:1248, name:"Change Handler", file: "ui-controls-entry.onchange"},
{id:14147, pId:1248, name:"Set Read Only", file: "ui-controls-entry.setreadonly"},
{id:14148, pId:1248, name:"Set Text", file: "ui-controls-entry.settext"},
{id:1249, pId:364, name:"Control Form (Arrangement)s4c4-0.03%", file: "class.ui-controls-form"},
{id:14149, pId:1249, name:"Append Control", file: "ui-controls-form.append"},
{id:14150, pId:1249, name:"Delete Control", file: "ui-controls-form.delete"},
{id:14151, pId:1249, name:"Padding Detection", file: "ui-controls-form.ispadded"},
{id:14152, pId:1249, name:"Set Padding", file: "ui-controls-form.setpadded"},
{id:1250, pId:364, name:"Control Grid (Arrangement)s3c3-0.02%", file: "class.ui-controls-grid"},
{id:14153, pId:1250, name:"Append Control", file: "ui-controls-grid.append"},
{id:14154, pId:1250, name:"Padding Detection", file: "ui-controls-grid.ispadded"},
{id:14155, pId:1250, name:"Set Padding", file: "ui-controls-grid.setpadded"},
{id:1251, pId:364, name:"Control Group (Arrangement)s6c6-0.04%", file: "class.ui-controls-group"},
{id:14156, pId:1251, name:"Append Control", file: "ui-controls-group.append"},
{id:14157, pId:1251, name:"Construct a new Group", file: "ui-controls-group.construct"},
{id:14158, pId:1251, name:"Get Title", file: "ui-controls-group.gettitle"},
{id:14159, pId:1251, name:"Margin Detection", file: "ui-controls-group.hasmargin"},
{id:14160, pId:1251, name:"Set Margin", file: "ui-controls-group.setmargin"},
{id:14161, pId:1251, name:"Set Title", file: "ui-controls-group.settitle"},
{id:1252, pId:364, name:"Label Controls3c3-0.02%", file: "class.ui-controls-label"},
{id:14162, pId:1252, name:"Construct a new Label", file: "ui-controls-label.construct"},
{id:14163, pId:1252, name:"Get Text", file: "ui-controls-label.gettext"},
{id:14164, pId:1252, name:"Set Text", file: "ui-controls-label.settext"},
{id:1253, pId:364, name:"MultilineEntry Controls7c7-0.05%", file: "class.ui-controls-multilineentry"},
{id:14165, pId:1253, name:"Append Text", file: "ui-controls-multilineentry.append"},
{id:14166, pId:1253, name:"Construct a new Multiline Entry", file: "ui-controls-multilineentry.construct"},
{id:14167, pId:1253, name:"Get Text", file: "ui-controls-multilineentry.gettext"},
{id:14168, pId:1253, name:"Read Only Detection", file: "ui-controls-multilineentry.isreadonly"},
{id:14169, pId:1253, name:"Change Handler", file: "ui-controls-multilineentry.onchange"},
{id:14170, pId:1253, name:"Set Read Only", file: "ui-controls-multilineentry.setreadonly"},
{id:14171, pId:1253, name:"Set Text", file: "ui-controls-multilineentry.settext"},
{id:1254, pId:364, name:"Picker Controls1c1-0.01%", file: "class.ui-controls-picker"},
{id:14172, pId:1254, name:"Construct a new Picker", file: "ui-controls-picker.construct"},
{id:1255, pId:364, name:"Progress Controls2c2-0.01%", file: "class.ui-controls-progress"},
{id:14173, pId:1255, name:"Get Value", file: "ui-controls-progress.getvalue"},
{id:14174, pId:1255, name:"Set Value", file: "ui-controls-progress.setvalue"},
{id:1256, pId:364, name:"Radio Controls4c4-0.03%", file: "class.ui-controls-radio"},
{id:14175, pId:1256, name:"Append Option", file: "ui-controls-radio.append"},
{id:14176, pId:1256, name:"Get Selected Option", file: "ui-controls-radio.getselected"},
{id:14177, pId:1256, name:"Selected Handler", file: "ui-controls-radio.onselected"},
{id:14178, pId:1256, name:"Set Selected Option", file: "ui-controls-radio.setselected"},
{id:1257, pId:364, name:"Control Separators1c1-0.01%", file: "class.ui-controls-separator"},
{id:14179, pId:1257, name:"Construct a new Separator", file: "ui-controls-separator.construct"},
{id:1258, pId:364, name:"Slider Controls4c4-0.03%", file: "class.ui-controls-slider"},
{id:14180, pId:1258, name:"Construct a new Slider", file: "ui-controls-slider.construct"},
{id:14181, pId:1258, name:"Get Value", file: "ui-controls-slider.getvalue"},
{id:14182, pId:1258, name:"Change Handler", file: "ui-controls-slider.onchange"},
{id:14183, pId:1258, name:"Set Value", file: "ui-controls-slider.setvalue"},
{id:1259, pId:364, name:"Spin Controls4c4-0.03%", file: "class.ui-controls-spin"},
{id:14184, pId:1259, name:"Construct a new Spin", file: "ui-controls-spin.construct"},
{id:14185, pId:1259, name:"Get Value", file: "ui-controls-spin.getvalue"},
{id:14186, pId:1259, name:"Change Handler", file: "ui-controls-spin.onchange"},
{id:14187, pId:1259, name:"Set Value", file: "ui-controls-spin.setvalue"},
{id:1260, pId:364, name:"Tab Controls6c6-0.04%", file: "class.ui-controls-tab"},
{id:14188, pId:1260, name:"Append Page", file: "ui-controls-tab.append"},
{id:14189, pId:1260, name:"Delete Page", file: "ui-controls-tab.delete"},
{id:14190, pId:1260, name:"Margin Detection", file: "ui-controls-tab.hasmargin"},
{id:14191, pId:1260, name:"Insert Page", file: "ui-controls-tab.insertat"},
{id:14192, pId:1260, name:"Page Count", file: "ui-controls-tab.pages"},
{id:14193, pId:1260, name:"Set Margin", file: "ui-controls-tab.setmargin"},
{id:1261, pId:364, name:"Gradient Brushess3c3-0.02%", file: "class.ui-draw-brush-gradient"},
{id:14194, pId:1261, name:"Stop Manipulation", file: "ui-draw-brush-gradient.addstop"},
{id:14195, pId:1261, name:"Stop Manipulation", file: "ui-draw-brush-gradient.delstop"},
{id:14196, pId:1261, name:"Stop Manipulation", file: "ui-draw-brush-gradient.setstop"},
{id:1262, pId:364, name:"Linear Gradients1c1-0.01%", file: "class.ui-draw-brush-lineargradient"},
{id:14197, pId:1262, name:"Construct a Linear Gradient", file: "ui-draw-brush-lineargradient.construct"},
{id:1263, pId:364, name:"Radial Gradients1c1-0.01%", file: "class.ui-draw-brush-radialgradient"},
{id:14198, pId:1263, name:"Construct a new Radial Gradient", file: "ui-draw-brush-radialgradient.construct"},
{id:1264, pId:364, name:"Brushess3c3-0.02%", file: "class.ui-draw-brush"},
{id:14199, pId:1264, name:"Construct a new Brush", file: "ui-draw-brush.construct"},
{id:14200, pId:1264, name:"Get Color", file: "ui-draw-brush.getcolor"},
{id:14201, pId:1264, name:"Set Color", file: "ui-draw-brush.setcolor"},
{id:1265, pId:364, name:"Color Representations3c3-0.02%", file: "class.ui-draw-color"},
{id:14202, pId:1265, name:"Construct new Color", file: "ui-draw-color.construct"},
{id:14203, pId:1265, name:"Color Manipulation", file: "ui-draw-color.getchannel"},
{id:14204, pId:1265, name:"Color Manipulation", file: "ui-draw-color.setchannel"},
{id:1266, pId:364, name:"Line Cap Settings", file: "class.ui-draw-line-cap"},
{id:1267, pId:364, name:"Line Join Settings", file: "class.ui-draw-line-join"},
{id:1268, pId:364, name:"Draw Matrixs7c7-0.05%", file: "class.ui-draw-matrix"},
{id:14205, pId:1268, name:"Invert Matrix", file: "ui-draw-matrix.invert"},
{id:14206, pId:1268, name:"Invertible Detection", file: "ui-draw-matrix.isinvertible"},
{id:14207, pId:1268, name:"Multiply Matrix", file: "ui-draw-matrix.multiply"},
{id:14208, pId:1268, name:"Rotate Matrix", file: "ui-draw-matrix.rotate"},
{id:14209, pId:1268, name:"Scale Matrix", file: "ui-draw-matrix.scale"},
{id:14210, pId:1268, name:"Skew Matrix", file: "ui-draw-matrix.skew"},
{id:14211, pId:1268, name:"Translate Matrix", file: "ui-draw-matrix.translate"},
{id:1269, pId:364, name:"Draw Paths9c9-0.06%", file: "class.ui-draw-path"},
{id:14212, pId:1269, name:"Draw a Rectangle", file: "ui-draw-path.addrectangle"},
{id:14213, pId:1269, name:"Draw an Arc", file: "ui-draw-path.arcto"},
{id:14214, pId:1269, name:"Draw Bezier Curve", file: "ui-draw-path.bezierto"},
{id:14215, pId:1269, name:"Close Figure", file: "ui-draw-path.closefigure"},
{id:14216, pId:1269, name:"Construct a new Path", file: "ui-draw-path.construct"},
{id:14217, pId:1269, name:"Finalize Path", file: "ui-draw-path.end"},
{id:14218, pId:1269, name:"Draw a Line", file: "ui-draw-path.lineto"},
{id:14219, pId:1269, name:"Draw Figure", file: "ui-draw-path.newfigure"},
{id:14220, pId:1269, name:"Draw Figure with Arc", file: "ui-draw-path.newfigurewitharc"},
{id:1270, pId:364, name:"Draw Pens7c7-0.05%", file: "class.ui-draw-pen"},
{id:14221, pId:1270, name:"Clip a Path", file: "ui-draw-pen.clip"},
{id:14222, pId:1270, name:"Fill a Path", file: "ui-draw-pen.fill"},
{id:14223, pId:1270, name:"Restore", file: "ui-draw-pen.restore"},
{id:14224, pId:1270, name:"Save", file: "ui-draw-pen.save"},
{id:14225, pId:1270, name:"Stroke a Path", file: "ui-draw-pen.stroke"},
{id:14226, pId:1270, name:"Matrix Transform", file: "ui-draw-pen.transform"},
{id:14227, pId:1270, name:"Draw Text at Point", file: "ui-draw-pen.write"},
{id:1271, pId:364, name:"Draw Strokes9c9-0.06%", file: "class.ui-draw-stroke"},
{id:14228, pId:1271, name:"Construct a new Stroke", file: "ui-draw-stroke.construct"},
{id:14229, pId:1271, name:"Get Line Cap", file: "ui-draw-stroke.getcap"},
{id:14230, pId:1271, name:"Get Line Join", file: "ui-draw-stroke.getjoin"},
{id:14231, pId:1271, name:"Get Miter Limit", file: "ui-draw-stroke.getmiterlimit"},
{id:14232, pId:1271, name:"Get Thickness", file: "ui-draw-stroke.getthickness"},
{id:14233, pId:1271, name:"Set Line Cap", file: "ui-draw-stroke.setcap"},
{id:14234, pId:1271, name:"Set Line Join", file: "ui-draw-stroke.setjoin"},
{id:14235, pId:1271, name:"Set Miter Limit", file: "ui-draw-stroke.setmiterlimit"},
{id:14236, pId:1271, name:"Set Thickness", file: "ui-draw-stroke.setthickness"},
{id:1272, pId:364, name:"Font Descriptors6c6-0.04%", file: "class.ui-draw-text-font-descriptor"},
{id:14237, pId:1272, name:"Construct a new Font Descriptor", file: "ui-draw-text-font-descriptor.construct"},
{id:14238, pId:1272, name:"Get Font Family", file: "ui-draw-text-font-descriptor.getfamily"},
{id:14239, pId:1272, name:"Style Detection", file: "ui-draw-text-font-descriptor.getitalic"},
{id:14240, pId:1272, name:"Size Detection", file: "ui-draw-text-font-descriptor.getsize"},
{id:14241, pId:1272, name:"Style Detection", file: "ui-draw-text-font-descriptor.getstretch"},
{id:14242, pId:1272, name:"Weight Detection", file: "ui-draw-text-font-descriptor.getweight"},
{id:1273, pId:364, name:"Italic Font Settings", file: "class.ui-draw-text-font-italic"},
{id:1274, pId:364, name:"Font Stretch Settings", file: "class.ui-draw-text-font-stretch"},
{id:1275, pId:364, name:"Font Weight Settings", file: "class.ui-draw-text-font-weight"},
{id:1276, pId:364, name:"Represents a Fonts6c6-0.04%", file: "class.ui-draw-text-font"},
{id:14243, pId:1276, name:"Construct a new Font", file: "ui-draw-text-font.construct"},
{id:14244, pId:1276, name:"Font Metrics", file: "ui-draw-text-font.getascent"},
{id:14245, pId:1276, name:"Font Metrics", file: "ui-draw-text-font.getdescent"},
{id:14246, pId:1276, name:"Font Metrics", file: "ui-draw-text-font.getleading"},
{id:14247, pId:1276, name:"Font Metrics", file: "ui-draw-text-font.getunderlineposition"},
{id:14248, pId:1276, name:"Font Metrics", file: "ui-draw-text-font.getunderlinethickness"},
{id:1277, pId:364, name:"Represents Text Layouts3c3-0.02%", file: "class.ui-draw-text-layout"},
{id:14249, pId:1277, name:"Construct a new Text Layout", file: "ui-draw-text-layout.construct"},
{id:14250, pId:1277, name:"Set Color", file: "ui-draw-text-layout.setcolor"},
{id:14251, pId:1277, name:"Set Width", file: "ui-draw-text-layout.setwidth"},
{id:1278, pId:364, name:"InvalidArgumentException", file: "class.ui-exception-invalidargumentexception"},
{id:1279, pId:364, name:"RuntimeException", file: "class.ui-exception-runtimeexception"},
{id:1280, pId:364, name:"Execution Schedulers4c4-0.03%", file: "class.ui-executor"},
{id:14252, pId:1280, name:"Construct a new Executor", file: "ui-executor.construct"},
{id:14253, pId:1280, name:"Stop Executor", file: "ui-executor.kill"},
{id:14254, pId:1280, name:"Execution Callback", file: "ui-executor.onexecute"},
{id:14255, pId:1280, name:"Interval Manipulation", file: "ui-executor.setinterval"},
{id:1281, pId:364, name:"Key Identifiers", file: "class.ui-key"},
{id:1282, pId:364, name:"Menus7c7-0.05%", file: "class.ui-menu"},
{id:14256, pId:1282, name:"Append Menu Item", file: "ui-menu.append"},
{id:14257, pId:1282, name:"Append About Menu Item", file: "ui-menu.appendabout"},
{id:14258, pId:1282, name:"Append Checkable Menu Item", file: "ui-menu.appendcheck"},
{id:14259, pId:1282, name:"Append Preferences Menu Item", file: "ui-menu.appendpreferences"},
{id:14260, pId:1282, name:"Append Quit Menu Item", file: "ui-menu.appendquit"},
{id:14261, pId:1282, name:"Append Menu Item Separator", file: "ui-menu.appendseparator"},
{id:14262, pId:1282, name:"Construct a new Menu", file: "ui-menu.construct"},
{id:1283, pId:364, name:"Menu Items5c5-0.03%", file: "class.ui-menuitem"},
{id:14263, pId:1283, name:"Disable Menu Item", file: "ui-menuitem.disable"},
{id:14264, pId:1283, name:"Enable Menu Item", file: "ui-menuitem.enable"},
{id:14265, pId:1283, name:"Detect Checked", file: "ui-menuitem.ischecked"},
{id:14266, pId:1283, name:"On Click Callback", file: "ui-menuitem.onclick"},
{id:14267, pId:1283, name:"Set Checked", file: "ui-menuitem.setchecked"},
{id:1284, pId:364, name:"Represents a position (x,y)s6c6-0.04%", file: "class.ui-point"},
{id:14268, pId:1284, name:"Size Coercion", file: "ui-point.at"},
{id:14269, pId:1284, name:"Construct a new Point", file: "ui-point.construct"},
{id:14270, pId:1284, name:"Retrieves X", file: "ui-point.getx"},
{id:14271, pId:1284, name:"Retrieves Y", file: "ui-point.gety"},
{id:14272, pId:1284, name:"Set X", file: "ui-point.setx"},
{id:14273, pId:1284, name:"Set Y", file: "ui-point.sety"},
{id:1285, pId:364, name:"Represents dimenstions (width, height)s6c6-0.04%", file: "class.ui-size"},
{id:14274, pId:1285, name:"Construct a new Size", file: "ui-size.construct"},
{id:14275, pId:1285, name:"Retrieves Height", file: "ui-size.getheight"},
{id:14276, pId:1285, name:"Retrives Width", file: "ui-size.getwidth"},
{id:14277, pId:1285, name:"Point Coercion", file: "ui-size.of"},
{id:14278, pId:1285, name:"Set Height", file: "ui-size.setheight"},
{id:14279, pId:1285, name:"Set Width", file: "ui-size.setwidth"},
{id:1286, pId:364, name:"Windows17c17-0.11%", file: "class.ui-window"},
{id:14280, pId:1286, name:"Add a Control", file: "ui-window.add"},
{id:14281, pId:1286, name:"Construct a new Window", file: "ui-window.construct"},
{id:14282, pId:1286, name:"Show Error Box", file: "ui-window.error"},
{id:14283, pId:1286, name:"Get Window Size", file: "ui-window.getsize"},
{id:14284, pId:1286, name:"Get Title", file: "ui-window.gettitle"},
{id:14285, pId:1286, name:"Border Detection", file: "ui-window.hasborders"},
{id:14286, pId:1286, name:"Margin Detection", file: "ui-window.hasmargin"},
{id:14287, pId:1286, name:"Full Screen Detection", file: "ui-window.isfullscreen"},
{id:14288, pId:1286, name:"Show Message Box", file: "ui-window.msg"},
{id:14289, pId:1286, name:"Closing Callback", file: "ui-window.onclosing"},
{id:14290, pId:1286, name:"Open Dialog", file: "ui-window.open"},
{id:14291, pId:1286, name:"Save Dialog", file: "ui-window.save"},
{id:14292, pId:1286, name:"Border Use", file: "ui-window.setborders"},
{id:14293, pId:1286, name:"Full Screen Use", file: "ui-window.setfullscreen"},
{id:14294, pId:1286, name:"Margin Use", file: "ui-window.setmargin"},
{id:14295, pId:1286, name:"Set Size", file: "ui-window.setsize"},
{id:14296, pId:1286, name:"Window Title", file: "ui-window.settitle"},
{id:9280, pId:364, name:"简介", file: "intro.ui"},
{id:11937, pId:364, name:"UI 函数s3c3-0.02%", file: "ref.ui"},
{id:7069, pId:11937, name:"Retrieve Font Families", file: "function.ui-draw-text-font-fontfamilies"},
{id:7070, pId:11937, name:"Quit UI Loop", file: "function.ui-quit"},
{id:7071, pId:11937, name:"Enter UI Loop", file: "function.ui-run"},
{id:14299, pId:364, name:"安装/配置s2c2-0.01%", file: "ui.setup"},
{id:14297, pId:14299, name:"安装", file: "ui.installation"},
{id:14298, pId:14299, name:"需求", file: "ui.requirements"},
{id:12190, pId:2527, name:"音频格式操作s4c105-0.7%", file: "refs.utilspec.audio"},
{id:228, pId:12190, name:"ID3 Tagss4c17-0.11%", file: "book.id3"},
{id:8023, pId:228, name:"Predefined Constants", file: "id3.constants"},
{id:8027, pId:228, name:"安装/配置s4c4-0.03%", file: "id3.setup"},
{id:8022, pId:8027, name:"运行时配置", file: "id3.configuration"},
{id:8024, pId:8027, name:"安装", file: "id3.installation"},
{id:8025, pId:8027, name:"需求", file: "id3.requirements"},
{id:8026, pId:8027, name:"资源类型", file: "id3.resources"},
{id:9146, pId:228, name:"简介", file: "intro.id3"},
{id:11801, pId:228, name:"ID3 函数s9c9-0.06%", file: "ref.id3"},
{id:4070, pId:11801, name:"Get the long name of an ID3v2 frame", file: "function.id3-get-frame-long-name"},
{id:4071, pId:11801, name:"Get the short name of an ID3v2 frame", file: "function.id3-get-frame-short-name"},
{id:4072, pId:11801, name:"Get the id for a genre", file: "function.id3-get-genre-id"},
{id:4073, pId:11801, name:"Get all possible genre values", file: "function.id3-get-genre-list"},
{id:4074, pId:11801, name:"Get the name for a genre id", file: "function.id3-get-genre-name"},
{id:4075, pId:11801, name:"Get all information stored in an ID3 tag", file: "function.id3-get-tag"},
{id:4076, pId:11801, name:"Get version of an ID3 tag", file: "function.id3-get-version"},
{id:4077, pId:11801, name:"Remove an existing ID3 tag", file: "function.id3-remove-tag"},
{id:4078, pId:11801, name:"Update information stored in an ID3 tag", file: "function.id3-set-tag"},
{id:242, pId:12190, name:"KTaglibs9c43-0.29%", file: "book.ktaglib"},
{id:869, pId:242, name:"The KTaglib_ID3v2_AttachedPictureFrame classs7c7-0.05%", file: "class.ktaglib-id3v2-attachedpictureframe"},
{id:8028, pId:869, name:"Returns a description for the picture in a picture", file: "id3v2attachedpictureframe.getdescription"},
{id:8029, pId:869, name:"Returns the mime type of the picture", file: "id3v2attachedpictureframe.getmimetype"},
{id:8030, pId:869, name:"Returns the type of the image", file: "id3v2attachedpictureframe.gettype"},
{id:8031, pId:869, name:"Saves the picture to a file", file: "id3v2attachedpictureframe.savepicture"},
{id:8032, pId:869, name:"Set's the mime type of the picture", file: "id3v2attachedpictureframe.setmimetype"},
{id:8033, pId:869, name:"Sets the frame picture to the given image", file: "id3v2attachedpictureframe.setpicture"},
{id:8034, pId:869, name:"Set the type of the image", file: "id3v2attachedpictureframe.settype"},
{id:870, pId:242, name:"The KTaglib_ID3v2_Frame classs2c2-0.01%", file: "class.ktaglib-id3v2-frame"},
{id:8035, pId:870, name:"Returns the size of the frame in bytes", file: "id3v2frame.getsize"},
{id:8036, pId:870, name:"Returns a string representation of the frame", file: "id3v2frame.tostring"},
{id:871, pId:242, name:"The KTaglib_ID3v2_Tag classs2c2-0.01%", file: "class.ktaglib-id3v2-tag"},
{id:8037, pId:871, name:"Add a frame to the ID3v2 tag", file: "id3v2tag.addframe"},
{id:8038, pId:871, name:"Returns an array of ID3v2 frames, associated with ", file: "id3v2tag.getframelist"},
{id:872, pId:242, name:"The KTaglib_MPEG_AudioProperties classs9c9-0.06%", file: "class.ktaglib-mpeg-audioproperties"},
{id:124, pId:872, name:"Returns the bitrate of the MPEG file", file: "audioproperties.getbitrate"},
{id:125, pId:872, name:"Returns the amount of channels of a MPEG file", file: "audioproperties.getchannels"},
{id:126, pId:872, name:"Returns the layer of a MPEG file", file: "audioproperties.getlayer"},
{id:127, pId:872, name:"Returns the length of a MPEG file", file: "audioproperties.getlength"},
{id:128, pId:872, name:"Returns the sample bitrate of a MPEG file", file: "audioproperties.getsamplebitrate"},
{id:129, pId:872, name:"Returns the version of a MPEG file", file: "audioproperties.getversion"},
{id:130, pId:872, name:"Returns the copyright status of an MPEG file", file: "audioproperties.iscopyrighted"},
{id:131, pId:872, name:"Returns if the file is marked as the original file", file: "audioproperties.isoriginal"},
{id:132, pId:872, name:"Returns if protection mechanisms of an MPEG file a", file: "audioproperties.isprotectionenabled"},
{id:873, pId:242, name:"The KTaglib_MPEG_File classs4c4-0.03%", file: "class.ktaglib-mpeg-file"},
{id:10368, pId:873, name:"Opens a new file", file: "mpegfile.construct"},
{id:10369, pId:873, name:"Returns an object that provides access to the audi", file: "mpegfile.getaudioproperties"},
{id:10370, pId:873, name:"Returns an object representing an ID3v1 tag", file: "mpegfile.getid3v1tag"},
{id:10371, pId:873, name:"Returns a ID3v2 object", file: "mpegfile.getid3v2tag"},
{id:874, pId:242, name:"The KTaglib_Tag classs8c8-0.05%", file: "class.ktaglib-tag"},
{id:13885, pId:874, name:"Returns the album string from a ID3 tag", file: "tag.getalbum"},
{id:13886, pId:874, name:"Returns the artist string from a ID3 tag", file: "tag.getartist"},
{id:13887, pId:874, name:"Returns the comment from a ID3 tag", file: "tag.getcomment"},
{id:13888, pId:874, name:"Returns the genre from a ID3 tag", file: "tag.getgenre"},
{id:13889, pId:874, name:"Returns the title string from a ID3 tag", file: "tag.gettitle"},
{id:13890, pId:874, name:"Returns the track number from a ID3 tag", file: "tag.gettrack"},
{id:13891, pId:874, name:"Returns the year from a ID3 tag", file: "tag.getyear"},
{id:13892, pId:874, name:"Returns true if the tag is empty", file: "tag.isempty"},
{id:9160, pId:242, name:"简介", file: "intro.ktaglib"},
{id:9368, pId:242, name:"预定义常量", file: "ktaglib.constants"},
{id:9371, pId:242, name:"安装/配置s2c2-0.01%", file: "ktaglib.setup"},
{id:9369, pId:9371, name:"安装", file: "ktaglib.installation"},
{id:9370, pId:9371, name:"需求", file: "ktaglib.requirements"},
{id:288, pId:12190, name:"OGG/Vorbiss5c10-0.07%", file: "book.oggvorbis"},
{id:9204, pId:288, name:"简介", file: "intro.oggvorbis"},
{id:11077, pId:288, name:"预定义常量", file: "oggvorbis.constants"},
{id:11078, pId:288, name:"Context options", file: "oggvorbis.contexts"},
{id:11080, pId:288, name:"范例s1c1-0.01%", file: "oggvorbis.examples"},
{id:11079, pId:11080, name:"Examples on using the ogg:// wrapper.", file: "oggvorbis.examples-basisc"},
{id:11084, pId:288, name:"安装/配置s4c4-0.03%", file: "oggvorbis.setup"},
{id:11076, pId:11084, name:"运行时配置", file: "oggvorbis.configuration"},
{id:11081, pId:11084, name:"安装", file: "oggvorbis.installation"},
{id:11082, pId:11084, name:"需求", file: "oggvorbis.requirements"},
{id:11083, pId:11084, name:"资源类型", file: "oggvorbis.resources"},
{id:290, pId:12190, name:"OpenAL Audio Bindingss4c31-0.21%", file: "book.openal"},
{id:9206, pId:290, name:"简介", file: "intro.openal"},
{id:11094, pId:290, name:"预定义常量", file: "openal.constants"},
{id:11098, pId:290, name:"安装/配置s4c4-0.03%", file: "openal.setup"},
{id:11093, pId:11098, name:"运行时配置", file: "openal.configuration"},
{id:11095, pId:11098, name:"安装", file: "openal.installation"},
{id:11096, pId:11098, name:"需求", file: "openal.requirements"},
{id:11097, pId:11098, name:"资源类型", file: "openal.resources"},
{id:11854, pId:290, name:"OpenAL 函数s23c23-0.15%", file: "ref.openal"},
{id:5511, pId:11854, name:"Generate OpenAL buffer", file: "function.openal-buffer-create"},
{id:5512, pId:11854, name:"Load a buffer with data", file: "function.openal-buffer-data"},
{id:5513, pId:11854, name:"Destroys an OpenAL buffer", file: "function.openal-buffer-destroy"},
{id:5514, pId:11854, name:"Retrieve an OpenAL buffer property", file: "function.openal-buffer-get"},
{id:5515, pId:11854, name:"Load a .wav file into a buffer", file: "function.openal-buffer-loadwav"},
{id:5516, pId:11854, name:"Create an audio processing context", file: "function.openal-context-create"},
{id:5517, pId:11854, name:"Make the specified context current", file: "function.openal-context-current"},
{id:5518, pId:11854, name:"Destroys a context", file: "function.openal-context-destroy"},
{id:5519, pId:11854, name:"Process the specified context", file: "function.openal-context-process"},
{id:5520, pId:11854, name:"Suspend the specified context", file: "function.openal-context-suspend"},
{id:5521, pId:11854, name:"Close an OpenAL device", file: "function.openal-device-close"},
{id:5522, pId:11854, name:"Initialize the OpenAL audio layer", file: "function.openal-device-open"},
{id:5523, pId:11854, name:"Retrieve a listener property", file: "function.openal-listener-get"},
{id:5524, pId:11854, name:"Set a listener property", file: "function.openal-listener-set"},
{id:5525, pId:11854, name:"Generate a source resource", file: "function.openal-source-create"},
{id:5526, pId:11854, name:"Destroy a source resource", file: "function.openal-source-destroy"},
{id:5527, pId:11854, name:"Retrieve an OpenAL source property", file: "function.openal-source-get"},
{id:5528, pId:11854, name:"Pause the source", file: "function.openal-source-pause"},
{id:5529, pId:11854, name:"Start playing the source", file: "function.openal-source-play"},
{id:5530, pId:11854, name:"Rewind the source", file: "function.openal-source-rewind"},
{id:5531, pId:11854, name:"Set source property", file: "function.openal-source-set"},
{id:5532, pId:11854, name:"Stop playing the source", file: "function.openal-source-stop"},
{id:5533, pId:11854, name:"Begin streaming on a source", file: "function.openal-stream"},
{id:12191, pId:2527, name:"针对命令行的扩展s3c336-2.23%", file: "refs.utilspec.cmdline"},
{id:280, pId:12191, name:"Ncurses Terminal Screen Controls4c172-1.14%", file: "book.ncurses"},
{id:9196, pId:280, name:"简介", file: "intro.ncurses"},
{id:10914, pId:280, name:"预定义常量s4c4-0.03%", file: "ncurses.constants"},
{id:10912, pId:10914, name:"Colors", file: "ncurses.colorconsts"},
{id:10915, pId:10914, name:"Error codes", file: "ncurses.errconsts"},
{id:10917, pId:10914, name:"Keys", file: "ncurses.keyconsts"},
{id:10918, pId:10914, name:"Mouse", file: "ncurses.mouseconsts"},
{id:10921, pId:280, name:"安装/配置s4c4-0.03%", file: "ncurses.setup"},
{id:10913, pId:10921, name:"运行时配置", file: "ncurses.configuration"},
{id:10916, pId:10921, name:"安装", file: "ncurses.installation"},
{id:10919, pId:10921, name:"需求", file: "ncurses.requirements"},
{id:10920, pId:10921, name:"资源类型", file: "ncurses.resources"},
{id:11845, pId:280, name:"Ncurses 函数s160c160-1.06%", file: "ref.ncurses"},
{id:5056, pId:11845, name:"Add character at current position and advance curs", file: "function.ncurses-addch"},
{id:5057, pId:11845, name:"Add attributed string with specified length at cur", file: "function.ncurses-addchnstr"},
{id:5058, pId:11845, name:"Add attributed string at current position", file: "function.ncurses-addchstr"},
{id:5059, pId:11845, name:"Add string with specified length at current positi", file: "function.ncurses-addnstr"},
{id:5060, pId:11845, name:"Output text at current position", file: "function.ncurses-addstr"},
{id:5061, pId:11845, name:"Define default colors for color 0", file: "function.ncurses-assume-default-colors"},
{id:5062, pId:11845, name:"Turn off the given attributes", file: "function.ncurses-attroff"},
{id:5063, pId:11845, name:"Turn on the given attributes", file: "function.ncurses-attron"},
{id:5064, pId:11845, name:"Set given attributes", file: "function.ncurses-attrset"},
{id:5065, pId:11845, name:"Returns baudrate of terminal", file: "function.ncurses-baudrate"},
{id:5066, pId:11845, name:"Let the terminal beep", file: "function.ncurses-beep"},
{id:5067, pId:11845, name:"Set background property for terminal screen", file: "function.ncurses-bkgd"},
{id:5068, pId:11845, name:"Control screen background", file: "function.ncurses-bkgdset"},
{id:5069, pId:11845, name:"Draw a border around the screen using attributed c", file: "function.ncurses-border"},
{id:5070, pId:11845, name:"Moves a visible panel to the bottom of the stack", file: "function.ncurses-bottom-panel"},
{id:5071, pId:11845, name:"Checks if terminal color definitions can be change", file: "function.ncurses-can-change-color"},
{id:5072, pId:11845, name:"Switch off input buffering", file: "function.ncurses-cbreak"},
{id:5073, pId:11845, name:"Clear screen", file: "function.ncurses-clear"},
{id:5074, pId:11845, name:"Clear screen from current position to bottom", file: "function.ncurses-clrtobot"},
{id:5075, pId:11845, name:"Clear screen from current position to end of line", file: "function.ncurses-clrtoeol"},
{id:5076, pId:11845, name:"Retrieves RGB components of a color", file: "function.ncurses-color-content"},
{id:5077, pId:11845, name:"Set active foreground and background colors", file: "function.ncurses-color-set"},
{id:5078, pId:11845, name:"Set cursor state", file: "function.ncurses-curs-set"},
{id:5079, pId:11845, name:"Saves terminals (program) mode", file: "function.ncurses-def-prog-mode"},
{id:5080, pId:11845, name:"Saves terminals (shell) mode", file: "function.ncurses-def-shell-mode"},
{id:5081, pId:11845, name:"Define a keycode", file: "function.ncurses-define-key"},
{id:5082, pId:11845, name:"Remove panel from the stack and delete it (but not", file: "function.ncurses-del-panel"},
{id:5083, pId:11845, name:"Delay output on terminal using padding characters", file: "function.ncurses-delay-output"},
{id:5084, pId:11845, name:"Delete character at current position, move rest of", file: "function.ncurses-delch"},
{id:5085, pId:11845, name:"Delete line at current position, move rest of scre", file: "function.ncurses-deleteln"},
{id:5086, pId:11845, name:"Delete a ncurses window", file: "function.ncurses-delwin"},
{id:5087, pId:11845, name:"Write all prepared refreshes to terminal", file: "function.ncurses-doupdate"},
{id:5088, pId:11845, name:"Activate keyboard input echo", file: "function.ncurses-echo"},
{id:5089, pId:11845, name:"Single character output including refresh", file: "function.ncurses-echochar"},
{id:5090, pId:11845, name:"Stop using ncurses, clean up the screen", file: "function.ncurses-end"},
{id:5091, pId:11845, name:"Erase terminal screen", file: "function.ncurses-erase"},
{id:5092, pId:11845, name:"Returns current erase character", file: "function.ncurses-erasechar"},
{id:5093, pId:11845, name:"Set LINES for iniscr() and newterm() to 1", file: "function.ncurses-filter"},
{id:5094, pId:11845, name:"Flash terminal screen (visual bell)", file: "function.ncurses-flash"},
{id:5095, pId:11845, name:"Flush keyboard input buffer", file: "function.ncurses-flushinp"},
{id:5096, pId:11845, name:"Read a character from keyboard", file: "function.ncurses-getch"},
{id:5097, pId:11845, name:"Returns the size of a window", file: "function.ncurses-getmaxyx"},
{id:5098, pId:11845, name:"Reads mouse event", file: "function.ncurses-getmouse"},
{id:5099, pId:11845, name:"Returns the current cursor position for a window", file: "function.ncurses-getyx"},
{id:5100, pId:11845, name:"Put terminal into halfdelay mode", file: "function.ncurses-halfdelay"},
{id:5101, pId:11845, name:"Checks if terminal has color capabilities", file: "function.ncurses-has-colors"},
{id:5102, pId:11845, name:"Check for insert- and delete-capabilities", file: "function.ncurses-has-ic"},
{id:5103, pId:11845, name:"Check for line insert- and delete-capabilities", file: "function.ncurses-has-il"},
{id:5104, pId:11845, name:"Check for presence of a function key on terminal k", file: "function.ncurses-has-key"},
{id:5105, pId:11845, name:"Remove panel from the stack, making it invisible", file: "function.ncurses-hide-panel"},
{id:5106, pId:11845, name:"Draw a horizontal line at current position using a", file: "function.ncurses-hline"},
{id:5107, pId:11845, name:"Get character and attribute at current position", file: "function.ncurses-inch"},
{id:5108, pId:11845, name:"Define a terminal color", file: "function.ncurses-init-color"},
{id:5109, pId:11845, name:"Define a color pair", file: "function.ncurses-init-pair"},
{id:5110, pId:11845, name:"Initialize ncurses", file: "function.ncurses-init"},
{id:5111, pId:11845, name:"Insert character moving rest of line including cha", file: "function.ncurses-insch"},
{id:5112, pId:11845, name:"Insert lines before current line scrolling down (n", file: "function.ncurses-insdelln"},
{id:5113, pId:11845, name:"Insert a line, move rest of screen down", file: "function.ncurses-insertln"},
{id:5114, pId:11845, name:"Insert string at current position, moving rest of ", file: "function.ncurses-insstr"},
{id:5115, pId:11845, name:"Reads string from terminal screen", file: "function.ncurses-instr"},
{id:5116, pId:11845, name:"Ncurses is in endwin mode, normal screen output ma", file: "function.ncurses-isendwin"},
{id:5117, pId:11845, name:"Enable or disable a keycode", file: "function.ncurses-keyok"},
{id:5118, pId:11845, name:"Turns keypad on or off", file: "function.ncurses-keypad"},
{id:5119, pId:11845, name:"Returns current line kill character", file: "function.ncurses-killchar"},
{id:5120, pId:11845, name:"Returns terminals description", file: "function.ncurses-longname"},
{id:5121, pId:11845, name:"Enables/Disable 8-bit meta key information", file: "function.ncurses-meta"},
{id:5122, pId:11845, name:"Transforms coordinates", file: "function.ncurses-mouse-trafo"},
{id:5123, pId:11845, name:"Set timeout for mouse button clicks", file: "function.ncurses-mouseinterval"},
{id:5124, pId:11845, name:"Sets mouse options", file: "function.ncurses-mousemask"},
{id:5125, pId:11845, name:"Moves a panel so that its upper-left corner is at ", file: "function.ncurses-move-panel"},
{id:5126, pId:11845, name:"Move output position", file: "function.ncurses-move"},
{id:5127, pId:11845, name:"Move current position and add character", file: "function.ncurses-mvaddch"},
{id:5128, pId:11845, name:"Move position and add attributed string with speci", file: "function.ncurses-mvaddchnstr"},
{id:5129, pId:11845, name:"Move position and add attributed string", file: "function.ncurses-mvaddchstr"},
{id:5130, pId:11845, name:"Move position and add string with specified length", file: "function.ncurses-mvaddnstr"},
{id:5131, pId:11845, name:"Move position and add string", file: "function.ncurses-mvaddstr"},
{id:5132, pId:11845, name:"Move cursor immediately", file: "function.ncurses-mvcur"},
{id:5133, pId:11845, name:"Move position and delete character, shift rest of ", file: "function.ncurses-mvdelch"},
{id:5134, pId:11845, name:"Move position and get character at new position", file: "function.ncurses-mvgetch"},
{id:5135, pId:11845, name:"Set new position and draw a horizontal line using ", file: "function.ncurses-mvhline"},
{id:5136, pId:11845, name:"Move position and get attributed character at new ", file: "function.ncurses-mvinch"},
{id:5137, pId:11845, name:"Set new position and draw a vertical line using an", file: "function.ncurses-mvvline"},
{id:5138, pId:11845, name:"Add string at new position in window", file: "function.ncurses-mvwaddstr"},
{id:5139, pId:11845, name:"Sleep", file: "function.ncurses-napms"},
{id:5140, pId:11845, name:"Create a new panel and associate it with window", file: "function.ncurses-new-panel"},
{id:5141, pId:11845, name:"Creates a new pad (window)", file: "function.ncurses-newpad"},
{id:5142, pId:11845, name:"Create a new window", file: "function.ncurses-newwin"},
{id:5143, pId:11845, name:"Translate newline and carriage return / line feed", file: "function.ncurses-nl"},
{id:5144, pId:11845, name:"Switch terminal to cooked mode", file: "function.ncurses-nocbreak"},
{id:5145, pId:11845, name:"Switch off keyboard input echo", file: "function.ncurses-noecho"},
{id:5146, pId:11845, name:"Do not translate newline and carriage return / lin", file: "function.ncurses-nonl"},
{id:5147, pId:11845, name:"Do not flush on signal characters", file: "function.ncurses-noqiflush"},
{id:5148, pId:11845, name:"Switch terminal out of raw mode", file: "function.ncurses-noraw"},
{id:5149, pId:11845, name:"Retrieves foreground and background colors of a co", file: "function.ncurses-pair-content"},
{id:5150, pId:11845, name:"Returns the panel above panel", file: "function.ncurses-panel-above"},
{id:5151, pId:11845, name:"Returns the panel below panel", file: "function.ncurses-panel-below"},
{id:5152, pId:11845, name:"Returns the window associated with panel", file: "function.ncurses-panel-window"},
{id:5153, pId:11845, name:"Copies a region from a pad into the virtual screen", file: "function.ncurses-pnoutrefresh"},
{id:5154, pId:11845, name:"Copies a region from a pad into the virtual screen", file: "function.ncurses-prefresh"},
{id:5155, pId:11845, name:"Apply padding information to the string and output", file: "function.ncurses-putp"},
{id:5156, pId:11845, name:"Flush on signal characters", file: "function.ncurses-qiflush"},
{id:5157, pId:11845, name:"Switch terminal into raw mode", file: "function.ncurses-raw"},
{id:5158, pId:11845, name:"Refresh screen", file: "function.ncurses-refresh"},
{id:5159, pId:11845, name:"Replaces the window associated with panel", file: "function.ncurses-replace-panel"},
{id:5160, pId:11845, name:"Resets the prog mode saved by def_prog_mode", file: "function.ncurses-reset-prog-mode"},
{id:5161, pId:11845, name:"Resets the shell mode saved by def_shell_mode", file: "function.ncurses-reset-shell-mode"},
{id:5162, pId:11845, name:"Restores saved terminal state", file: "function.ncurses-resetty"},
{id:5163, pId:11845, name:"Saves terminal state", file: "function.ncurses-savetty"},
{id:5164, pId:11845, name:"Dump screen content to file", file: "function.ncurses-scr-dump"},
{id:5165, pId:11845, name:"Initialize screen from file dump", file: "function.ncurses-scr-init"},
{id:5166, pId:11845, name:"Restore screen from file dump", file: "function.ncurses-scr-restore"},
{id:5167, pId:11845, name:"Inherit screen from file dump", file: "function.ncurses-scr-set"},
{id:5168, pId:11845, name:"Scroll window content up or down without changing ", file: "function.ncurses-scrl"},
{id:5169, pId:11845, name:"Places an invisible panel on top of the stack, mak", file: "function.ncurses-show-panel"},
{id:5170, pId:11845, name:"Returns current soft label key attribute", file: "function.ncurses-slk-attr"},
{id:5171, pId:11845, name:"Turn off the given attributes for soft function-ke", file: "function.ncurses-slk-attroff"},
{id:5172, pId:11845, name:"Turn on the given attributes for soft function-key", file: "function.ncurses-slk-attron"},
{id:5173, pId:11845, name:"Set given attributes for soft function-key labels", file: "function.ncurses-slk-attrset"},
{id:5174, pId:11845, name:"Clears soft labels from screen", file: "function.ncurses-slk-clear"},
{id:5175, pId:11845, name:"Sets color for soft label keys", file: "function.ncurses-slk-color"},
{id:5176, pId:11845, name:"Initializes soft label key functions", file: "function.ncurses-slk-init"},
{id:5177, pId:11845, name:"Copies soft label keys to virtual screen", file: "function.ncurses-slk-noutrefresh"},
{id:5178, pId:11845, name:"Copies soft label keys to screen", file: "function.ncurses-slk-refresh"},
{id:5179, pId:11845, name:"Restores soft label keys", file: "function.ncurses-slk-restore"},
{id:5180, pId:11845, name:"Sets function key labels", file: "function.ncurses-slk-set"},
{id:5181, pId:11845, name:"Forces output when ncurses_slk_noutrefresh is perf", file: "function.ncurses-slk-touch"},
{id:5182, pId:11845, name:"Stop using 'standout' attribute", file: "function.ncurses-standend"},
{id:5183, pId:11845, name:"Start using 'standout' attribute", file: "function.ncurses-standout"},
{id:5184, pId:11845, name:"Initializes color functionality", file: "function.ncurses-start-color"},
{id:5185, pId:11845, name:"Returns a logical OR of all attribute flags suppor", file: "function.ncurses-termattrs"},
{id:5186, pId:11845, name:"Returns terminals (short)-name", file: "function.ncurses-termname"},
{id:5187, pId:11845, name:"Set timeout for special key sequences", file: "function.ncurses-timeout"},
{id:5188, pId:11845, name:"Moves a visible panel to the top of the stack", file: "function.ncurses-top-panel"},
{id:5189, pId:11845, name:"Specify different filedescriptor for typeahead che", file: "function.ncurses-typeahead"},
{id:5190, pId:11845, name:"Put a character back into the input stream", file: "function.ncurses-ungetch"},
{id:5191, pId:11845, name:"Pushes mouse event to queue", file: "function.ncurses-ungetmouse"},
{id:5192, pId:11845, name:"Refreshes the virtual screen to reflect the relati", file: "function.ncurses-update-panels"},
{id:5193, pId:11845, name:"Assign terminal default colors to color id -1", file: "function.ncurses-use-default-colors"},
{id:5194, pId:11845, name:"Control use of environment information about termi", file: "function.ncurses-use-env"},
{id:5195, pId:11845, name:"Control use of extended names in terminfo descript", file: "function.ncurses-use-extended-names"},
{id:5196, pId:11845, name:"Display the string on the terminal in the video at", file: "function.ncurses-vidattr"},
{id:5197, pId:11845, name:"Draw a vertical line at current position using an ", file: "function.ncurses-vline"},
{id:5198, pId:11845, name:"Adds character at current position in a window and", file: "function.ncurses-waddch"},
{id:5199, pId:11845, name:"Outputs text at current postion in window", file: "function.ncurses-waddstr"},
{id:5200, pId:11845, name:"Turns off attributes for a window", file: "function.ncurses-wattroff"},
{id:5201, pId:11845, name:"Turns on attributes for a window", file: "function.ncurses-wattron"},
{id:5202, pId:11845, name:"Set the attributes for a window", file: "function.ncurses-wattrset"},
{id:5203, pId:11845, name:"Draws a border around the window using attributed ", file: "function.ncurses-wborder"},
{id:5204, pId:11845, name:"Clears window", file: "function.ncurses-wclear"},
{id:5205, pId:11845, name:"Sets windows color pairings", file: "function.ncurses-wcolor-set"},
{id:5206, pId:11845, name:"Erase window contents", file: "function.ncurses-werase"},
{id:5207, pId:11845, name:"Reads a character from keyboard (window)", file: "function.ncurses-wgetch"},
{id:5208, pId:11845, name:"Draws a horizontal line in a window at current pos", file: "function.ncurses-whline"},
{id:5209, pId:11845, name:"Transforms window/stdscr coordinates", file: "function.ncurses-wmouse-trafo"},
{id:5210, pId:11845, name:"Moves windows output position", file: "function.ncurses-wmove"},
{id:5211, pId:11845, name:"Copies window to virtual screen", file: "function.ncurses-wnoutrefresh"},
{id:5212, pId:11845, name:"Refresh window on terminal screen", file: "function.ncurses-wrefresh"},
{id:5213, pId:11845, name:"End standout mode for a window", file: "function.ncurses-wstandend"},
{id:5214, pId:11845, name:"Enter standout mode for a window", file: "function.ncurses-wstandout"},
{id:5215, pId:11845, name:"Draws a vertical line in a window at current posit", file: "function.ncurses-wvline"},
{id:283, pId:12191, name:"Newts5c140-0.93%", file: "book.newt"},
{id:9199, pId:283, name:"简介", file: "intro.newt"},
{id:10937, pId:283, name:"预定义常量s14c14-0.09%", file: "newt.constants"},
{id:1484, pId:10937, name:"Newt Anchors", file: "constants.newt.anchor"},
{id:1485, pId:10937, name:"Newt argument flags", file: "constants.newt.args-flags"},
{id:1486, pId:10937, name:"Checkbox Tree Flags", file: "constants.newt.cbtree-flags"},
{id:1487, pId:10937, name:"Newt colorsets", file: "constants.newt.colorsets"},
{id:1488, pId:10937, name:"Newt Components Flags", file: "constants.newt.components-flags"},
{id:1489, pId:10937, name:"Entry Flags", file: "constants.newt.entry-flags"},
{id:1490, pId:10937, name:"File Descriptor Flags", file: "constants.newt.fd-flags"},
{id:1491, pId:10937, name:"Form Flags", file: "constants.newt.form-flags"},
{id:1492, pId:10937, name:"Grid Flags", file: "constants.newt.grid-flags"},
{id:1493, pId:10937, name:"Newt Keys", file: "constants.newt.keys"},
{id:1494, pId:10937, name:"Listbox Flags", file: "constants.newt.listbox-flags"},
{id:1495, pId:10937, name:"Newt form exit reasons", file: "constants.newt.reasons"},
{id:1496, pId:10937, name:"Newt Flags Sense", file: "constants.newt.sense-flags"},
{id:1497, pId:10937, name:"Textbox Flags", file: "constants.newt.textbox-flags"},
{id:10939, pId:283, name:"范例s1c1-0.01%", file: "newt.examples"},
{id:10938, pId:10939, name:"Basic usage", file: "newt.examples-usage"},
{id:10943, pId:283, name:"安装/配置s4c4-0.03%", file: "newt.setup"},
{id:10936, pId:10943, name:"运行时配置", file: "newt.configuration"},
{id:10940, pId:10943, name:"安装", file: "newt.installation"},
{id:10941, pId:10943, name:"需求", file: "newt.requirements"},
{id:10942, pId:10943, name:"资源类型", file: "newt.resources"},
{id:11848, pId:283, name:"Newt 函数s116c116-0.77%", file: "ref.newt"},
{id:5216, pId:11848, name:"Send a beep to the terminal", file: "function.newt-bell"},
{id:5217, pId:11848, name:"This function returns a grid containing the button", file: "function.newt-button-bar"},
{id:5218, pId:11848, name:"Create a new button", file: "function.newt-button"},
{id:5219, pId:11848, name:"Open a centered window of the specified size", file: "function.newt-centered-window"},
{id:5220, pId:11848, name:"Retreives value of checkox resource", file: "function.newt-checkbox-get-value"},
{id:5221, pId:11848, name:"Configures checkbox resource", file: "function.newt-checkbox-set-flags"},
{id:5222, pId:11848, name:"Sets the value of the checkbox", file: "function.newt-checkbox-set-value"},
{id:5223, pId:11848, name:"Adds new item to the checkbox tree", file: "function.newt-checkbox-tree-add-item"},
{id:5224, pId:11848, name:"Finds an item in the checkbox tree", file: "function.newt-checkbox-tree-find-item"},
{id:5225, pId:11848, name:"Returns checkbox tree selected item", file: "function.newt-checkbox-tree-get-current"},
{id:5226, pId:11848, name:"说明", file: "function.newt-checkbox-tree-get-entry-value"},
{id:5227, pId:11848, name:"说明", file: "function.newt-checkbox-tree-get-multi-selection"},
{id:5228, pId:11848, name:"说明", file: "function.newt-checkbox-tree-get-selection"},
{id:5229, pId:11848, name:"说明", file: "function.newt-checkbox-tree-multi"},
{id:5230, pId:11848, name:"说明", file: "function.newt-checkbox-tree-set-current"},
{id:5231, pId:11848, name:"说明", file: "function.newt-checkbox-tree-set-entry-value"},
{id:5232, pId:11848, name:"说明", file: "function.newt-checkbox-tree-set-entry"},
{id:5233, pId:11848, name:"说明", file: "function.newt-checkbox-tree-set-width"},
{id:5234, pId:11848, name:"说明", file: "function.newt-checkbox-tree"},
{id:5235, pId:11848, name:"说明", file: "function.newt-checkbox"},
{id:5236, pId:11848, name:"Discards the contents of the terminal's input buff", file: "function.newt-clear-key-buffer"},
{id:5237, pId:11848, name:"说明", file: "function.newt-cls"},
{id:5238, pId:11848, name:"说明", file: "function.newt-compact-button"},
{id:5239, pId:11848, name:"说明", file: "function.newt-component-add-callback"},
{id:5240, pId:11848, name:"说明", file: "function.newt-component-takes-focus"},
{id:5241, pId:11848, name:"说明", file: "function.newt-create-grid"},
{id:5242, pId:11848, name:"说明", file: "function.newt-cursor-off"},
{id:5243, pId:11848, name:"说明", file: "function.newt-cursor-on"},
{id:5244, pId:11848, name:"说明", file: "function.newt-delay"},
{id:5245, pId:11848, name:"说明", file: "function.newt-draw-form"},
{id:5246, pId:11848, name:"Displays the string text at the position indicated", file: "function.newt-draw-root-text"},
{id:5247, pId:11848, name:"说明", file: "function.newt-entry-get-value"},
{id:5248, pId:11848, name:"说明", file: "function.newt-entry-set-filter"},
{id:5249, pId:11848, name:"说明", file: "function.newt-entry-set-flags"},
{id:5250, pId:11848, name:"说明", file: "function.newt-entry-set"},
{id:5251, pId:11848, name:"说明", file: "function.newt-entry"},
{id:5252, pId:11848, name:"Uninitializes newt interface", file: "function.newt-finished"},
{id:5253, pId:11848, name:"Adds a single component to the form", file: "function.newt-form-add-component"},
{id:5254, pId:11848, name:"Add several components to the form", file: "function.newt-form-add-components"},
{id:5255, pId:11848, name:"说明", file: "function.newt-form-add-hot-key"},
{id:5256, pId:11848, name:"Destroys a form", file: "function.newt-form-destroy"},
{id:5257, pId:11848, name:"说明", file: "function.newt-form-get-current"},
{id:5258, pId:11848, name:"Runs a form", file: "function.newt-form-run"},
{id:5259, pId:11848, name:"说明", file: "function.newt-form-set-background"},
{id:5260, pId:11848, name:"说明", file: "function.newt-form-set-height"},
{id:5261, pId:11848, name:"说明", file: "function.newt-form-set-size"},
{id:5262, pId:11848, name:"说明", file: "function.newt-form-set-timer"},
{id:5263, pId:11848, name:"说明", file: "function.newt-form-set-width"},
{id:5264, pId:11848, name:"说明", file: "function.newt-form-watch-fd"},
{id:5265, pId:11848, name:"Create a form", file: "function.newt-form"},
{id:5266, pId:11848, name:"Fills in the passed references with the current si", file: "function.newt-get-screen-size"},
{id:5267, pId:11848, name:"说明", file: "function.newt-grid-add-components-to-form"},
{id:5268, pId:11848, name:"说明", file: "function.newt-grid-basic-window"},
{id:5269, pId:11848, name:"说明", file: "function.newt-grid-free"},
{id:5270, pId:11848, name:"说明", file: "function.newt-grid-get-size"},
{id:5271, pId:11848, name:"说明", file: "function.newt-grid-h-close-stacked"},
{id:5272, pId:11848, name:"说明", file: "function.newt-grid-h-stacked"},
{id:5273, pId:11848, name:"说明", file: "function.newt-grid-place"},
{id:5274, pId:11848, name:"说明", file: "function.newt-grid-set-field"},
{id:5275, pId:11848, name:"说明", file: "function.newt-grid-simple-window"},
{id:5276, pId:11848, name:"说明", file: "function.newt-grid-v-close-stacked"},
{id:5277, pId:11848, name:"说明", file: "function.newt-grid-v-stacked"},
{id:5278, pId:11848, name:"说明", file: "function.newt-grid-wrapped-window-at"},
{id:5279, pId:11848, name:"说明", file: "function.newt-grid-wrapped-window"},
{id:5280, pId:11848, name:"Initialize newt", file: "function.newt-init"},
{id:5281, pId:11848, name:"说明", file: "function.newt-label-set-text"},
{id:5282, pId:11848, name:"说明", file: "function.newt-label"},
{id:5283, pId:11848, name:"说明", file: "function.newt-listbox-append-entry"},
{id:5284, pId:11848, name:"说明", file: "function.newt-listbox-clear-selection"},
{id:5285, pId:11848, name:"说明", file: "function.newt-listbox-clear"},
{id:5286, pId:11848, name:"说明", file: "function.newt-listbox-delete-entry"},
{id:5287, pId:11848, name:"说明", file: "function.newt-listbox-get-current"},
{id:5288, pId:11848, name:"说明", file: "function.newt-listbox-get-selection"},
{id:5289, pId:11848, name:"说明", file: "function.newt-listbox-insert-entry"},
{id:5290, pId:11848, name:"说明", file: "function.newt-listbox-item-count"},
{id:5291, pId:11848, name:"说明", file: "function.newt-listbox-select-item"},
{id:5292, pId:11848, name:"说明", file: "function.newt-listbox-set-current-by-key"},
{id:5293, pId:11848, name:"说明", file: "function.newt-listbox-set-current"},
{id:5294, pId:11848, name:"说明", file: "function.newt-listbox-set-data"},
{id:5295, pId:11848, name:"说明", file: "function.newt-listbox-set-entry"},
{id:5296, pId:11848, name:"说明", file: "function.newt-listbox-set-width"},
{id:5297, pId:11848, name:"说明", file: "function.newt-listbox"},
{id:5298, pId:11848, name:"说明", file: "function.newt-listitem-get-data"},
{id:5299, pId:11848, name:"说明", file: "function.newt-listitem-set"},
{id:5300, pId:11848, name:"说明", file: "function.newt-listitem"},
{id:5301, pId:11848, name:"Open a window of the specified size and position", file: "function.newt-open-window"},
{id:5302, pId:11848, name:"Replaces the current help line with the one from t", file: "function.newt-pop-help-line"},
{id:5303, pId:11848, name:"Removes the top window from the display", file: "function.newt-pop-window"},
{id:5304, pId:11848, name:"Saves the current help line on a stack, and displa", file: "function.newt-push-help-line"},
{id:5305, pId:11848, name:"说明", file: "function.newt-radio-get-current"},
{id:5306, pId:11848, name:"说明", file: "function.newt-radiobutton"},
{id:5307, pId:11848, name:"说明", file: "function.newt-redraw-help-line"},
{id:5308, pId:11848, name:"说明", file: "function.newt-reflow-text"},
{id:5309, pId:11848, name:"Updates modified portions of the screen", file: "function.newt-refresh"},
{id:5310, pId:11848, name:"说明", file: "function.newt-resize-screen"},
{id:5311, pId:11848, name:"Resume using the newt interface after calling ne", file: "function.newt-resume"},
{id:5312, pId:11848, name:"Runs a form", file: "function.newt-run-form"},
{id:5313, pId:11848, name:"说明", file: "function.newt-scale-set"},
{id:5314, pId:11848, name:"说明", file: "function.newt-scale"},
{id:5315, pId:11848, name:"说明", file: "function.newt-scrollbar-set"},
{id:5316, pId:11848, name:"说明", file: "function.newt-set-help-callback"},
{id:5317, pId:11848, name:"Set a callback function which gets invoked when us", file: "function.newt-set-suspend-callback"},
{id:5318, pId:11848, name:"Tells newt to return the terminal to its initial s", file: "function.newt-suspend"},
{id:5319, pId:11848, name:"说明", file: "function.newt-textbox-get-num-lines"},
{id:5320, pId:11848, name:"说明", file: "function.newt-textbox-reflowed"},
{id:5321, pId:11848, name:"说明", file: "function.newt-textbox-set-height"},
{id:5322, pId:11848, name:"说明", file: "function.newt-textbox-set-text"},
{id:5323, pId:11848, name:"说明", file: "function.newt-textbox"},
{id:5324, pId:11848, name:"说明", file: "function.newt-vertical-scrollbar"},
{id:5325, pId:11848, name:"Doesn't return until a key has been pressed", file: "function.newt-wait-for-key"},
{id:5326, pId:11848, name:"说明", file: "function.newt-win-choice"},
{id:5327, pId:11848, name:"说明", file: "function.newt-win-entries"},
{id:5328, pId:11848, name:"说明", file: "function.newt-win-menu"},
{id:5329, pId:11848, name:"说明", file: "function.newt-win-message"},
{id:5330, pId:11848, name:"说明", file: "function.newt-win-messagev"},
{id:5331, pId:11848, name:"说明", file: "function.newt-win-ternary"},
{id:315, pId:12191, name:"GNU Readlines4c21-0.14%", file: "book.readline"},
{id:9231, pId:315, name:"简介", file: "intro.readline"},
{id:11670, pId:315, name:"预定义常量", file: "readline.constants"},
{id:11674, pId:315, name:"安装/配置s4c4-0.03%", file: "readline.setup"},
{id:11669, pId:11674, name:"运行时配置", file: "readline.configuration"},
{id:11671, pId:11674, name:"安装", file: "readline.installation"},
{id:11672, pId:11674, name:"需求", file: "readline.requirements"},
{id:11673, pId:11674, name:"资源类型", file: "readline.resources"},
{id:11896, pId:315, name:"Readline 函数s13c13-0.09%", file: "ref.readline"},
{id:6152, pId:11896, name:"添加一行命令行历史记录", file: "function.readline-add-history"},
{id:6153, pId:11896, name:"初始化一个 readline 回调接口,然后终端输出提示信息并立即返回", file: "function.readline-callback-handler-install"},
{id:6154, pId:11896, name:"移除上一个安装的回调函数句柄并且恢复终端设置", file: "function.readline-callback-handler-remove"},
{id:6155, pId:11896, name:"当一个行被接收时读取一个字符并且通知 readline 调用回调函数", file: "function.readline-callback-read-char"},
{id:6156, pId:11896, name:"清除历史", file: "function.readline-clear-history"},
{id:6157, pId:11896, name:"注册一个完成函数", file: "function.readline-completion-function"},
{id:6158, pId:11896, name:"获取/设置readline内部的各个变量", file: "function.readline-info"},
{id:6159, pId:11896, name:"获取命令历史列表", file: "function.readline-list-history"},
{id:6160, pId:11896, name:"通知readline将光标移动到新行", file: "function.readline-on-new-line"},
{id:6161, pId:11896, name:"读取命令历史", file: "function.readline-read-history"},
{id:6162, pId:11896, name:"重绘显示区", file: "function.readline-redisplay"},
{id:6163, pId:11896, name:"写入历史记录", file: "function.readline-write-history"},
{id:6164, pId:11896, name:"读取一行", file: "function.readline"},
{id:12192, pId:2527, name:"图像生成和处理s5c1212-8.06%", file: "refs.utilspec.image"},
{id:168, pId:12192, name:"Cairos45c346-2.3%", file: "book.cairo"},
{id:424, pId:168, name:"预定义常量", file: "cairo.constants"},
{id:425, pId:168, name:"范例", file: "cairo.examples"},
{id:429, pId:168, name:"安装/配置s4c4-0.03%", file: "cairo.setup"},
{id:423, pId:429, name:"运行时配置", file: "cairo.configuration"},
{id:426, pId:429, name:"安装", file: "cairo.installation"},
{id:427, pId:429, name:"需求", file: "cairo.requirements"},
{id:428, pId:429, name:"资源类型", file: "cairo.resources"},
{id:664, pId:168, name:"The Cairo classs5c5-0.03%", file: "class.cairo"},
{id:421, pId:664, name:"Retrieves the availables font types", file: "cairo.availablefonts"},
{id:422, pId:664, name:"Retrieves all available surfaces", file: "cairo.availablesurfaces"},
{id:430, pId:664, name:"Retrieves the current status as string", file: "cairo.statustostring"},
{id:431, pId:664, name:"Retrieves cairo's library version", file: "cairo.version"},
{id:432, pId:664, name:"Retrieves cairo version as string", file: "cairo.versionstring"},
{id:665, pId:168, name:"The CairoAntialias class", file: "class.cairoantialias"},
{id:666, pId:168, name:"The CairoContent class", file: "class.cairocontent"},
{id:667, pId:168, name:"The CairoContext classs97c97-0.65%", file: "class.cairocontext"},
{id:433, pId:667, name:"Appends a path to current path", file: "cairocontext.appendpath"},
{id:434, pId:667, name:"Adds a circular arc", file: "cairocontext.arc"},
{id:435, pId:667, name:"Adds a negative arc", file: "cairocontext.arcnegative"},
{id:436, pId:667, name:"Establishes a new clip region", file: "cairocontext.clip"},
{id:437, pId:667, name:"Computes the area inside the current clip", file: "cairocontext.clipextents"},
{id:438, pId:667, name:"Establishes a new clip region from the current cli", file: "cairocontext.clippreserve"},
{id:439, pId:667, name:"Retrieves the current clip as a list of rectangles", file: "cairocontext.cliprectanglelist"},
{id:440, pId:667, name:"Closes the current path", file: "cairocontext.closepath"},
{id:441, pId:667, name:"Creates a new CairoContext", file: "cairocontext.construct"},
{id:442, pId:667, name:"Emits the current page", file: "cairocontext.copypage"},
{id:443, pId:667, name:"Creates a copy of the current path", file: "cairocontext.copypath"},
{id:444, pId:667, name:"Gets a flattened copy of the current path", file: "cairocontext.copypathflat"},
{id:445, pId:667, name:"Adds a curve", file: "cairocontext.curveto"},
{id:446, pId:667, name:"Transform a coordinate", file: "cairocontext.devicetouser"},
{id:447, pId:667, name:"Transform a distance", file: "cairocontext.devicetouserdistance"},
{id:448, pId:667, name:"Fills the current path", file: "cairocontext.fill"},
{id:449, pId:667, name:"Computes the filled area", file: "cairocontext.fillextents"},
{id:450, pId:667, name:"Fills and preserve the current path", file: "cairocontext.fillpreserve"},
{id:451, pId:667, name:"Get the font extents", file: "cairocontext.fontextents"},
{id:452, pId:667, name:"Retrieves the current antialias mode", file: "cairocontext.getantialias"},
{id:453, pId:667, name:"The getCurrentPoint purpose", file: "cairocontext.getcurrentpoint"},
{id:454, pId:667, name:"The getDash purpose", file: "cairocontext.getdash"},
{id:455, pId:667, name:"The getDashCount purpose", file: "cairocontext.getdashcount"},
{id:456, pId:667, name:"The getFillRule purpose", file: "cairocontext.getfillrule"},
{id:457, pId:667, name:"The getFontFace purpose", file: "cairocontext.getfontface"},
{id:458, pId:667, name:"The getFontMatrix purpose", file: "cairocontext.getfontmatrix"},
{id:459, pId:667, name:"The getFontOptions purpose", file: "cairocontext.getfontoptions"},
{id:460, pId:667, name:"The getGroupTarget purpose", file: "cairocontext.getgrouptarget"},
{id:461, pId:667, name:"The getLineCap purpose", file: "cairocontext.getlinecap"},
{id:462, pId:667, name:"The getLineJoin purpose", file: "cairocontext.getlinejoin"},
{id:463, pId:667, name:"The getLineWidth purpose", file: "cairocontext.getlinewidth"},
{id:464, pId:667, name:"The getMatrix purpose", file: "cairocontext.getmatrix"},
{id:465, pId:667, name:"The getMiterLimit purpose", file: "cairocontext.getmiterlimit"},
{id:466, pId:667, name:"The getOperator purpose", file: "cairocontext.getoperator"},
{id:467, pId:667, name:"The getScaledFont purpose", file: "cairocontext.getscaledfont"},
{id:468, pId:667, name:"The getSource purpose", file: "cairocontext.getsource"},
{id:469, pId:667, name:"The getTarget purpose", file: "cairocontext.gettarget"},
{id:470, pId:667, name:"The getTolerance purpose", file: "cairocontext.gettolerance"},
{id:471, pId:667, name:"The glyphPath purpose", file: "cairocontext.glyphpath"},
{id:472, pId:667, name:"The hasCurrentPoint purpose", file: "cairocontext.hascurrentpoint"},
{id:473, pId:667, name:"The identityMatrix purpose", file: "cairocontext.identitymatrix"},
{id:474, pId:667, name:"The inFill purpose", file: "cairocontext.infill"},
{id:475, pId:667, name:"The inStroke purpose", file: "cairocontext.instroke"},
{id:476, pId:667, name:"The lineTo purpose", file: "cairocontext.lineto"},
{id:477, pId:667, name:"The mask purpose", file: "cairocontext.mask"},
{id:478, pId:667, name:"The maskSurface purpose", file: "cairocontext.masksurface"},
{id:479, pId:667, name:"The moveTo purpose", file: "cairocontext.moveto"},
{id:480, pId:667, name:"The newPath purpose", file: "cairocontext.newpath"},
{id:481, pId:667, name:"The newSubPath purpose", file: "cairocontext.newsubpath"},
{id:482, pId:667, name:"The paint purpose", file: "cairocontext.paint"},
{id:483, pId:667, name:"The paintWithAlpha purpose", file: "cairocontext.paintwithalpha"},
{id:484, pId:667, name:"The pathExtents purpose", file: "cairocontext.pathextents"},
{id:485, pId:667, name:"The popGroup purpose", file: "cairocontext.popgroup"},
{id:486, pId:667, name:"The popGroupToSource purpose", file: "cairocontext.popgrouptosource"},
{id:487, pId:667, name:"The pushGroup purpose", file: "cairocontext.pushgroup"},
{id:488, pId:667, name:"The pushGroupWithContent purpose", file: "cairocontext.pushgroupwithcontent"},
{id:489, pId:667, name:"The rectangle purpose", file: "cairocontext.rectangle"},
{id:490, pId:667, name:"The relCurveTo purpose", file: "cairocontext.relcurveto"},
{id:491, pId:667, name:"The relLineTo purpose", file: "cairocontext.rellineto"},
{id:492, pId:667, name:"The relMoveTo purpose", file: "cairocontext.relmoveto"},
{id:493, pId:667, name:"The resetClip purpose", file: "cairocontext.resetclip"},
{id:494, pId:667, name:"The restore purpose", file: "cairocontext.restore"},
{id:495, pId:667, name:"The rotate purpose", file: "cairocontext.rotate"},
{id:496, pId:667, name:"The save purpose", file: "cairocontext.save"},
{id:497, pId:667, name:"The scale purpose", file: "cairocontext.scale"},
{id:498, pId:667, name:"The selectFontFace purpose", file: "cairocontext.selectfontface"},
{id:499, pId:667, name:"The setAntialias purpose", file: "cairocontext.setantialias"},
{id:500, pId:667, name:"The setDash purpose", file: "cairocontext.setdash"},
{id:501, pId:667, name:"The setFillRule purpose", file: "cairocontext.setfillrule"},
{id:502, pId:667, name:"The setFontFace purpose", file: "cairocontext.setfontface"},
{id:503, pId:667, name:"The setFontMatrix purpose", file: "cairocontext.setfontmatrix"},
{id:504, pId:667, name:"The setFontOptions purpose", file: "cairocontext.setfontoptions"},
{id:505, pId:667, name:"The setFontSize purpose", file: "cairocontext.setfontsize"},
{id:506, pId:667, name:"The setLineCap purpose", file: "cairocontext.setlinecap"},
{id:507, pId:667, name:"The setLineJoin purpose", file: "cairocontext.setlinejoin"},
{id:508, pId:667, name:"The setLineWidth purpose", file: "cairocontext.setlinewidth"},
{id:509, pId:667, name:"The setMatrix purpose", file: "cairocontext.setmatrix"},
{id:510, pId:667, name:"The setMiterLimit purpose", file: "cairocontext.setmiterlimit"},
{id:511, pId:667, name:"The setOperator purpose", file: "cairocontext.setoperator"},
{id:512, pId:667, name:"The setScaledFont purpose", file: "cairocontext.setscaledfont"},
{id:513, pId:667, name:"The setSource purpose", file: "cairocontext.setsource"},
{id:514, pId:667, name:"The setSourceRGB purpose", file: "cairocontext.setsourcergb"},
{id:515, pId:667, name:"The setSourceRGBA purpose", file: "cairocontext.setsourcergba"},
{id:516, pId:667, name:"The setSourceSurface purpose", file: "cairocontext.setsourcesurface"},
{id:517, pId:667, name:"The setTolerance purpose", file: "cairocontext.settolerance"},
{id:518, pId:667, name:"The showPage purpose", file: "cairocontext.showpage"},
{id:519, pId:667, name:"The showText purpose", file: "cairocontext.showtext"},
{id:520, pId:667, name:"The status purpose", file: "cairocontext.status"},
{id:521, pId:667, name:"The stroke purpose", file: "cairocontext.stroke"},
{id:522, pId:667, name:"The strokeExtents purpose", file: "cairocontext.strokeextents"},
{id:523, pId:667, name:"The strokePreserve purpose", file: "cairocontext.strokepreserve"},
{id:524, pId:667, name:"The textExtents purpose", file: "cairocontext.textextents"},
{id:525, pId:667, name:"The textPath purpose", file: "cairocontext.textpath"},
{id:526, pId:667, name:"The transform purpose", file: "cairocontext.transform"},
{id:527, pId:667, name:"The translate purpose", file: "cairocontext.translate"},
{id:528, pId:667, name:"The userToDevice purpose", file: "cairocontext.usertodevice"},
{id:529, pId:667, name:"The userToDeviceDistance purpose", file: "cairocontext.usertodevicedistance"},
{id:668, pId:168, name:"The CairoException class", file: "class.cairoexception"},
{id:669, pId:168, name:"The CairoExtend class", file: "class.cairoextend"},
{id:670, pId:168, name:"The CairoFillRule class", file: "class.cairofillrule"},
{id:671, pId:168, name:"The CairoFilter class", file: "class.cairofilter"},
{id:672, pId:168, name:"The CairoFontFace classs3c3-0.02%", file: "class.cairofontface"},
{id:530, pId:672, name:"Creates a new CairoFontFace object", file: "cairofontface.construct"},
{id:531, pId:672, name:"Retrieves the font face type", file: "cairofontface.gettype"},
{id:532, pId:672, name:"Check for CairoFontFace errors", file: "cairofontface.status"},
{id:673, pId:168, name:"The CairoFontOptions classs13c13-0.09%", file: "class.cairofontoptions"},
{id:533, pId:673, name:"The __construct purpose", file: "cairofontoptions.construct"},
{id:534, pId:673, name:"The equal purpose", file: "cairofontoptions.equal"},
{id:535, pId:673, name:"The getAntialias purpose", file: "cairofontoptions.getantialias"},
{id:536, pId:673, name:"The getHintMetrics purpose", file: "cairofontoptions.gethintmetrics"},
{id:537, pId:673, name:"The getHintStyle purpose", file: "cairofontoptions.gethintstyle"},
{id:538, pId:673, name:"The getSubpixelOrder purpose", file: "cairofontoptions.getsubpixelorder"},
{id:539, pId:673, name:"The hash purpose", file: "cairofontoptions.hash"},
{id:540, pId:673, name:"The merge purpose", file: "cairofontoptions.merge"},
{id:541, pId:673, name:"The setAntialias purpose", file: "cairofontoptions.setantialias"},
{id:542, pId:673, name:"The setHintMetrics purpose", file: "cairofontoptions.sethintmetrics"},
{id:543, pId:673, name:"The setHintStyle purpose", file: "cairofontoptions.sethintstyle"},
{id:544, pId:673, name:"The setSubpixelOrder purpose", file: "cairofontoptions.setsubpixelorder"},
{id:545, pId:673, name:"The status purpose", file: "cairofontoptions.status"},
{id:674, pId:168, name:"The CairoFontSlant class", file: "class.cairofontslant"},
{id:675, pId:168, name:"The CairoFontType class", file: "class.cairofonttype"},
{id:676, pId:168, name:"The CairoFontWeight class", file: "class.cairofontweight"},
{id:677, pId:168, name:"The CairoFormat classs1c1-0.01%", file: "class.cairoformat"},
{id:546, pId:677, name:"Provides an appropriate stride to use", file: "cairoformat.strideforwidth"},
{id:678, pId:168, name:"The CairoGradientPattern classs6c6-0.04%", file: "class.cairogradientpattern"},
{id:547, pId:678, name:"The addColorStopRgb purpose", file: "cairogradientpattern.addcolorstoprgb"},
{id:548, pId:678, name:"The addColorStopRgba purpose", file: "cairogradientpattern.addcolorstoprgba"},
{id:549, pId:678, name:"The getColorStopCount purpose", file: "cairogradientpattern.getcolorstopcount"},
{id:550, pId:678, name:"The getColorStopRgba purpose", file: "cairogradientpattern.getcolorstoprgba"},
{id:551, pId:678, name:"The getExtend purpose", file: "cairogradientpattern.getextend"},
{id:552, pId:678, name:"The setExtend purpose", file: "cairogradientpattern.setextend"},
{id:679, pId:168, name:"The CairoHintMetrics class", file: "class.cairohintmetrics"},
{id:680, pId:168, name:"The CairoHintStyle class", file: "class.cairohintstyle"},
{id:681, pId:168, name:"The CairoImageSurface classs8c8-0.05%", file: "class.cairoimagesurface"},
{id:553, pId:681, name:"Creates a new CairoImageSurface", file: "cairoimagesurface.construct"},
{id:554, pId:681, name:"The createForData purpose", file: "cairoimagesurface.createfordata"},
{id:555, pId:681, name:"Creates a new CairoImageSurface form a png image f", file: "cairoimagesurface.createfrompng"},
{id:556, pId:681, name:"Gets the image data as string", file: "cairoimagesurface.getdata"},
{id:557, pId:681, name:"Get the image format", file: "cairoimagesurface.getformat"},
{id:558, pId:681, name:"Retrieves the height of the CairoImageSurface", file: "cairoimagesurface.getheight"},
{id:559, pId:681, name:"The getStride purpose", file: "cairoimagesurface.getstride"},
{id:560, pId:681, name:"Retrieves the width of the CairoImageSurface", file: "cairoimagesurface.getwidth"},
{id:682, pId:168, name:"The CairoLinearGradient classs2c2-0.01%", file: "class.cairolineargradient"},
{id:561, pId:682, name:"The __construct purpose", file: "cairolineargradient.construct"},
{id:562, pId:682, name:"The getPoints purpose", file: "cairolineargradient.getpoints"},
{id:683, pId:168, name:"The CairoLineCap class", file: "class.cairolinecap"},
{id:684, pId:168, name:"The CairoLineJoin class", file: "class.cairolinejoin"},
{id:685, pId:168, name:"The CairoMatrix classs12c12-0.08%", file: "class.cairomatrix"},
{id:563, pId:685, name:"Creates a new CairoMatrix object", file: "cairomatrix.construct"},
{id:564, pId:685, name:"Creates a new identity matrix", file: "cairomatrix.initidentity"},
{id:565, pId:685, name:"Creates a new rotated matrix", file: "cairomatrix.initrotate"},
{id:566, pId:685, name:"Creates a new scaling matrix", file: "cairomatrix.initscale"},
{id:567, pId:685, name:"Creates a new translation matrix", file: "cairomatrix.inittranslate"},
{id:568, pId:685, name:"The invert purpose", file: "cairomatrix.invert"},
{id:569, pId:685, name:"The multiply purpose", file: "cairomatrix.multiply"},
{id:570, pId:685, name:"The rotate purpose", file: "cairomatrix.rotate"},
{id:571, pId:685, name:"Applies scaling to a matrix", file: "cairomatrix.scale"},
{id:572, pId:685, name:"The transformDistance purpose", file: "cairomatrix.transformdistance"},
{id:573, pId:685, name:"The transformPoint purpose", file: "cairomatrix.transformpoint"},
{id:574, pId:685, name:"The translate purpose", file: "cairomatrix.translate"},
{id:686, pId:168, name:"The CairoOperator class", file: "class.cairooperator"},
{id:687, pId:168, name:"The CairoPath class", file: "class.cairopath"},
{id:688, pId:168, name:"The CairoPattern classs5c5-0.03%", file: "class.cairopattern"},
{id:575, pId:688, name:"The __construct purpose", file: "cairopattern.construct"},
{id:576, pId:688, name:"The getMatrix purpose", file: "cairopattern.getmatrix"},
{id:577, pId:688, name:"The getType purpose", file: "cairopattern.gettype"},
{id:578, pId:688, name:"The setMatrix purpose", file: "cairopattern.setmatrix"},
{id:579, pId:688, name:"The status purpose", file: "cairopattern.status"},
{id:689, pId:168, name:"The CairoPatternType class", file: "class.cairopatterntype"},
{id:690, pId:168, name:"The CairoPdfSurface classs2c2-0.01%", file: "class.cairopdfsurface"},
{id:580, pId:690, name:"The __construct purpose", file: "cairopdfsurface.construct"},
{id:581, pId:690, name:"The setSize purpose", file: "cairopdfsurface.setsize"},
{id:691, pId:168, name:"The CairoPsLevel class", file: "class.cairopslevel"},
{id:692, pId:168, name:"The CairoPsSurface classs10c10-0.07%", file: "class.cairopssurface"},
{id:582, pId:692, name:"The __construct purpose", file: "cairopssurface.construct"},
{id:583, pId:692, name:"The dscBeginPageSetup purpose", file: "cairopssurface.dscbeginpagesetup"},
{id:584, pId:692, name:"The dscBeginSetup purpose", file: "cairopssurface.dscbeginsetup"},
{id:585, pId:692, name:"The dscComment purpose", file: "cairopssurface.dsccomment"},
{id:586, pId:692, name:"The getEps purpose", file: "cairopssurface.geteps"},
{id:587, pId:692, name:"The getLevels purpose", file: "cairopssurface.getlevels"},
{id:588, pId:692, name:"The levelToString purpose", file: "cairopssurface.leveltostring"},
{id:589, pId:692, name:"The restrictToLevel purpose", file: "cairopssurface.restricttolevel"},
{id:590, pId:692, name:"The setEps purpose", file: "cairopssurface.seteps"},
{id:591, pId:692, name:"The setSize purpose", file: "cairopssurface.setsize"},
{id:693, pId:168, name:"The CairoRadialGradient classs2c2-0.01%", file: "class.cairoradialgradient"},
{id:592, pId:693, name:"The __construct purpose", file: "cairoradialgradient.construct"},
{id:593, pId:693, name:"The getCircles purpose", file: "cairoradialgradient.getcircles"},
{id:694, pId:168, name:"The CairoScaledFont classs11c11-0.07%", file: "class.cairoscaledfont"},
{id:594, pId:694, name:"The __construct purpose", file: "cairoscaledfont.construct"},
{id:595, pId:694, name:"The extents purpose", file: "cairoscaledfont.extents"},
{id:596, pId:694, name:"The getCtm purpose", file: "cairoscaledfont.getctm"},
{id:597, pId:694, name:"The getFontFace purpose", file: "cairoscaledfont.getfontface"},
{id:598, pId:694, name:"The getFontMatrix purpose", file: "cairoscaledfont.getfontmatrix"},
{id:599, pId:694, name:"The getFontOptions purpose", file: "cairoscaledfont.getfontoptions"},
{id:600, pId:694, name:"The getScaleMatrix purpose", file: "cairoscaledfont.getscalematrix"},
{id:601, pId:694, name:"The getType purpose", file: "cairoscaledfont.gettype"},
{id:602, pId:694, name:"The glyphExtents purpose", file: "cairoscaledfont.glyphextents"},
{id:603, pId:694, name:"The status purpose", file: "cairoscaledfont.status"},
{id:604, pId:694, name:"The textExtents purpose", file: "cairoscaledfont.textextents"},
{id:695, pId:168, name:"The CairoSolidPattern classs2c2-0.01%", file: "class.cairosolidpattern"},
{id:605, pId:695, name:"The __construct purpose", file: "cairosolidpattern.construct"},
{id:606, pId:695, name:"The getRgba purpose", file: "cairosolidpattern.getrgba"},
{id:696, pId:168, name:"The CairoStatus class", file: "class.cairostatus"},
{id:697, pId:168, name:"The CairoSubpixelOrder class", file: "class.cairosubpixelorder"},
{id:698, pId:168, name:"The CairoSurface classs16c16-0.11%", file: "class.cairosurface"},
{id:607, pId:698, name:"The __construct purpose", file: "cairosurface.construct"},
{id:608, pId:698, name:"The copyPage purpose", file: "cairosurface.copypage"},
{id:609, pId:698, name:"The createSimilar purpose", file: "cairosurface.createsimilar"},
{id:610, pId:698, name:"The finish purpose", file: "cairosurface.finish"},
{id:611, pId:698, name:"The flush purpose", file: "cairosurface.flush"},
{id:612, pId:698, name:"The getContent purpose", file: "cairosurface.getcontent"},
{id:613, pId:698, name:"The getDeviceOffset purpose", file: "cairosurface.getdeviceoffset"},
{id:614, pId:698, name:"The getFontOptions purpose", file: "cairosurface.getfontoptions"},
{id:615, pId:698, name:"The getType purpose", file: "cairosurface.gettype"},
{id:616, pId:698, name:"The markDirty purpose", file: "cairosurface.markdirty"},
{id:617, pId:698, name:"The markDirtyRectangle purpose", file: "cairosurface.markdirtyrectangle"},
{id:618, pId:698, name:"The setDeviceOffset purpose", file: "cairosurface.setdeviceoffset"},
{id:619, pId:698, name:"The setFallbackResolution purpose", file: "cairosurface.setfallbackresolution"},
{id:620, pId:698, name:"The showPage purpose", file: "cairosurface.showpage"},
{id:621, pId:698, name:"The status purpose", file: "cairosurface.status"},
{id:622, pId:698, name:"The writeToPng purpose", file: "cairosurface.writetopng"},
{id:699, pId:168, name:"The CairoSurfacePattern classs6c6-0.04%", file: "class.cairosurfacepattern"},
{id:623, pId:699, name:"The __construct purpose", file: "cairosurfacepattern.construct"},
{id:624, pId:699, name:"The getExtend purpose", file: "cairosurfacepattern.getextend"},
{id:625, pId:699, name:"The getFilter purpose", file: "cairosurfacepattern.getfilter"},
{id:626, pId:699, name:"The getSurface purpose", file: "cairosurfacepattern.getsurface"},
{id:627, pId:699, name:"The setExtend purpose", file: "cairosurfacepattern.setextend"},
{id:628, pId:699, name:"The setFilter purpose", file: "cairosurfacepattern.setfilter"},
{id:700, pId:168, name:"The CairoSurfaceType class", file: "class.cairosurfacetype"},
{id:701, pId:168, name:"Svg Surface Backends4c4-0.03%", file: "class.cairosvgsurface"},
{id:629, pId:701, name:"The __construct purpose", file: "cairosvgsurface.construct"},
{id:630, pId:701, name:"Used to retrieve a list of supported SVG versions", file: "cairosvgsurface.getversions"},
{id:631, pId:701, name:"The restrictToVersion purpose", file: "cairosvgsurface.restricttoversion"},
{id:632, pId:701, name:"The versionToString purpose", file: "cairosvgsurface.versiontostring"},
{id:702, pId:168, name:"The CairoSvgVersion class", file: "class.cairosvgversion"},
{id:703, pId:168, name:"The CairoToyFontFace class", file: "class.cairotoyfontface"},
{id:9087, pId:168, name:"简介", file: "intro.cairo"},
{id:11752, pId:168, name:"Cairo 函数s92c92-0.61%", file: "ref.cairo"},
{id:2703, pId:11752, name:"Returns a new CairoContext object on the requested", file: "function.cairo-create"},
{id:2704, pId:11752, name:"Description", file: "function.cairo-font-options-create"},
{id:2705, pId:11752, name:"Description", file: "function.cairo-font-options-equal"},
{id:2706, pId:11752, name:"Description", file: "function.cairo-font-options-get-antialias"},
{id:2707, pId:11752, name:"Description", file: "function.cairo-font-options-get-hint-metrics"},
{id:2708, pId:11752, name:"Description", file: "function.cairo-font-options-get-hint-style"},
{id:2709, pId:11752, name:"Description", file: "function.cairo-font-options-get-subpixel-order"},
{id:2710, pId:11752, name:"Description", file: "function.cairo-font-options-hash"},
{id:2711, pId:11752, name:"Description", file: "function.cairo-font-options-merge"},
{id:2712, pId:11752, name:"Description", file: "function.cairo-font-options-set-antialias"},
{id:2713, pId:11752, name:"Description", file: "function.cairo-font-options-set-hint-metrics"},
{id:2714, pId:11752, name:"Description", file: "function.cairo-font-options-set-hint-style"},
{id:2715, pId:11752, name:"Description", file: "function.cairo-font-options-set-subpixel-order"},
{id:2716, pId:11752, name:"Description", file: "function.cairo-font-options-status"},
{id:2717, pId:11752, name:"Description", file: "function.cairo-format-stride-for-width"},
{id:2718, pId:11752, name:"Description", file: "function.cairo-image-surface-create-for-data"},
{id:2719, pId:11752, name:"Description", file: "function.cairo-image-surface-create-from-png"},
{id:2720, pId:11752, name:"Description", file: "function.cairo-image-surface-create"},
{id:2721, pId:11752, name:"Description", file: "function.cairo-image-surface-get-data"},
{id:2722, pId:11752, name:"Description", file: "function.cairo-image-surface-get-format"},
{id:2723, pId:11752, name:"Description", file: "function.cairo-image-surface-get-height"},
{id:2724, pId:11752, name:"Description", file: "function.cairo-image-surface-get-stride"},
{id:2725, pId:11752, name:"Description", file: "function.cairo-image-surface-get-width"},
{id:2726, pId:11752, name:"别名 CairoMatrix::initScale", file: "function.cairo-matrix-create-scale"},
{id:2727, pId:11752, name:"别名 CairoMatrix::initTranslate", file: "function.cairo-matrix-create-translate"},
{id:2728, pId:11752, name:"Description", file: "function.cairo-matrix-invert"},
{id:2729, pId:11752, name:"Description", file: "function.cairo-matrix-multiply"},
{id:2730, pId:11752, name:"Description", file: "function.cairo-matrix-transform-distance"},
{id:2731, pId:11752, name:"Description", file: "function.cairo-matrix-transform-point"},
{id:2732, pId:11752, name:"Description", file: "function.cairo-matrix-translate"},
{id:2733, pId:11752, name:"Description", file: "function.cairo-pattern-add-color-stop-rgb"},
{id:2734, pId:11752, name:"Description", file: "function.cairo-pattern-add-color-stop-rgba"},
{id:2735, pId:11752, name:"Description", file: "function.cairo-pattern-create-for-surface"},
{id:2736, pId:11752, name:"Description", file: "function.cairo-pattern-create-linear"},
{id:2737, pId:11752, name:"Description", file: "function.cairo-pattern-create-radial"},
{id:2738, pId:11752, name:"Description", file: "function.cairo-pattern-create-rgb"},
{id:2739, pId:11752, name:"Description", file: "function.cairo-pattern-create-rgba"},
{id:2740, pId:11752, name:"Description", file: "function.cairo-pattern-get-color-stop-count"},
{id:2741, pId:11752, name:"Description", file: "function.cairo-pattern-get-color-stop-rgba"},
{id:2742, pId:11752, name:"Description", file: "function.cairo-pattern-get-extend"},
{id:2743, pId:11752, name:"Description", file: "function.cairo-pattern-get-filter"},
{id:2744, pId:11752, name:"Description", file: "function.cairo-pattern-get-linear-points"},
{id:2745, pId:11752, name:"Description", file: "function.cairo-pattern-get-matrix"},
{id:2746, pId:11752, name:"Description", file: "function.cairo-pattern-get-radial-circles"},
{id:2747, pId:11752, name:"Description", file: "function.cairo-pattern-get-rgba"},
{id:2748, pId:11752, name:"Description", file: "function.cairo-pattern-get-surface"},
{id:2749, pId:11752, name:"Description", file: "function.cairo-pattern-get-type"},
{id:2750, pId:11752, name:"Description", file: "function.cairo-pattern-set-extend"},
{id:2751, pId:11752, name:"Description", file: "function.cairo-pattern-set-filter"},
{id:2752, pId:11752, name:"Description", file: "function.cairo-pattern-set-matrix"},
{id:2753, pId:11752, name:"Description", file: "function.cairo-pattern-status"},
{id:2754, pId:11752, name:"Description", file: "function.cairo-pdf-surface-create"},
{id:2755, pId:11752, name:"Description", file: "function.cairo-pdf-surface-set-size"},
{id:2756, pId:11752, name:"Description", file: "function.cairo-ps-get-levels"},
{id:2757, pId:11752, name:"Description", file: "function.cairo-ps-level-to-string"},
{id:2758, pId:11752, name:"Description", file: "function.cairo-ps-surface-create"},
{id:2759, pId:11752, name:"Description", file: "function.cairo-ps-surface-dsc-begin-page-setup"},
{id:2760, pId:11752, name:"Description", file: "function.cairo-ps-surface-dsc-begin-setup"},
{id:2761, pId:11752, name:"Description", file: "function.cairo-ps-surface-dsc-comment"},
{id:2762, pId:11752, name:"Description", file: "function.cairo-ps-surface-get-eps"},
{id:2763, pId:11752, name:"Description", file: "function.cairo-ps-surface-restrict-to-level"},
{id:2764, pId:11752, name:"Description", file: "function.cairo-ps-surface-set-eps"},
{id:2765, pId:11752, name:"Description", file: "function.cairo-ps-surface-set-size"},
{id:2766, pId:11752, name:"Description", file: "function.cairo-scaled-font-create"},
{id:2767, pId:11752, name:"Description", file: "function.cairo-scaled-font-extents"},
{id:2768, pId:11752, name:"Description", file: "function.cairo-scaled-font-get-ctm"},
{id:2769, pId:11752, name:"Description", file: "function.cairo-scaled-font-get-font-face"},
{id:2770, pId:11752, name:"Description", file: "function.cairo-scaled-font-get-font-matrix"},
{id:2771, pId:11752, name:"Description", file: "function.cairo-scaled-font-get-font-options"},
{id:2772, pId:11752, name:"Description", file: "function.cairo-scaled-font-get-scale-matrix"},
{id:2773, pId:11752, name:"Description", file: "function.cairo-scaled-font-get-type"},
{id:2774, pId:11752, name:"Description", file: "function.cairo-scaled-font-glyph-extents"},
{id:2775, pId:11752, name:"Description", file: "function.cairo-scaled-font-status"},
{id:2776, pId:11752, name:"Description", file: "function.cairo-scaled-font-text-extents"},
{id:2777, pId:11752, name:"Description", file: "function.cairo-surface-copy-page"},
{id:2778, pId:11752, name:"Description", file: "function.cairo-surface-create-similar"},
{id:2779, pId:11752, name:"Description", file: "function.cairo-surface-finish"},
{id:2780, pId:11752, name:"Description", file: "function.cairo-surface-flush"},
{id:2781, pId:11752, name:"Description", file: "function.cairo-surface-get-content"},
{id:2782, pId:11752, name:"Description", file: "function.cairo-surface-get-device-offset"},
{id:2783, pId:11752, name:"Description", file: "function.cairo-surface-get-font-options"},
{id:2784, pId:11752, name:"Description", file: "function.cairo-surface-get-type"},
{id:2785, pId:11752, name:"Description", file: "function.cairo-surface-mark-dirty-rectangle"},
{id:2786, pId:11752, name:"Description", file: "function.cairo-surface-mark-dirty"},
{id:2787, pId:11752, name:"Description", file: "function.cairo-surface-set-device-offset"},
{id:2788, pId:11752, name:"Description", file: "function.cairo-surface-set-fallback-resolution"},
{id:2789, pId:11752, name:"Description", file: "function.cairo-surface-show-page"},
{id:2790, pId:11752, name:"Description", file: "function.cairo-surface-status"},
{id:2791, pId:11752, name:"Description", file: "function.cairo-surface-write-to-png"},
{id:2792, pId:11752, name:"Description", file: "function.cairo-svg-surface-create"},
{id:2793, pId:11752, name:"Description", file: "function.cairo-svg-surface-restrict-to-version"},
{id:2794, pId:11752, name:"Description", file: "function.cairo-svg-version-to-string"},
{id:197, pId:12192, name:"可交换图像信息s4c13-0.09%", file: "book.exif"},
{id:2333, pId:197, name:"预定义常量", file: "exif.constants"},
{id:2337, pId:197, name:"安装/配置s4c4-0.03%", file: "exif.setup"},
{id:2332, pId:2337, name:"运行时配置", file: "exif.configuration"},
{id:2334, pId:2337, name:"安装", file: "exif.installation"},
{id:2335, pId:2337, name:"需求", file: "exif.requirements"},
{id:2336, pId:2337, name:"资源类型", file: "exif.resources"},
{id:9115, pId:197, name:"简介", file: "intro.exif"},
{id:11777, pId:197, name:"Exif 函数s5c5-0.03%", file: "ref.exif"},
{id:3337, pId:11777, name:"判断一个图像的类型", file: "function.exif-imagetype"},
{id:3338, pId:11777, name:"从 JPEG 或 TIFF 文件中读取 EXIF 头信息", file: "function.exif-read-data"},
{id:3339, pId:11777, name:"获取指定索引的头名称", file: "function.exif-tagname"},
{id:3340, pId:11777, name:"取得嵌入在 TIFF 或 JPEG 图像中的缩略图", file: "function.exif-thumbnail"},
{id:6148, pId:11777, name:"别名 exif_read_data", file: "function.read-exif-data"},
{id:216, pId:12192, name:"Gmagicks7c191-1.27%", file: "book.gmagick"},
{id:831, pId:216, name:"The Gmagick classs141c141-0.94%", file: "class.gmagick"},
{id:7531, pId:831, name:"Adds new image to Gmagick object image list", file: "gmagick.addimage"},
{id:7532, pId:831, name:"Adds random noise to the image", file: "gmagick.addnoiseimage"},
{id:7533, pId:831, name:"Annotates an image with text", file: "gmagick.annotateimage"},
{id:7534, pId:831, name:"Adds blur filter to image", file: "gmagick.blurimage"},
{id:7535, pId:831, name:"Surrounds the image with a border", file: "gmagick.borderimage"},
{id:7536, pId:831, name:"Simulates a charcoal drawing", file: "gmagick.charcoalimage"},
{id:7537, pId:831, name:"Removes a region of an image and trims", file: "gmagick.chopimage"},
{id:7538, pId:831, name:"Clears all resources associated to Gmagick object", file: "gmagick.clear"},
{id:7539, pId:831, name:"Adds a comment to your image", file: "gmagick.commentimage"},
{id:7540, pId:831, name:"Composite one image onto another", file: "gmagick.compositeimage"},
{id:7543, pId:831, name:"The Gmagick constructor", file: "gmagick.construct"},
{id:7544, pId:831, name:"Extracts a region of the image", file: "gmagick.cropimage"},
{id:7545, pId:831, name:"Creates a crop thumbnail", file: "gmagick.cropthumbnailimage"},
{id:7546, pId:831, name:"The current purpose", file: "gmagick.current"},
{id:7547, pId:831, name:"Displaces an image's colormap", file: "gmagick.cyclecolormapimage"},
{id:7548, pId:831, name:"Returns certain pixel differences between images", file: "gmagick.deconstructimages"},
{id:7549, pId:831, name:"The despeckleimage purpose", file: "gmagick.despeckleimage"},
{id:7550, pId:831, name:"The destroy purpose", file: "gmagick.destroy"},
{id:7551, pId:831, name:"Renders the GmagickDraw object on the current imag", file: "gmagick.drawimage"},
{id:7552, pId:831, name:"Enhance edges within the image", file: "gmagick.edgeimage"},
{id:7553, pId:831, name:"Returns a grayscale image with a three-dimensional", file: "gmagick.embossimage"},
{id:7554, pId:831, name:"Improves the quality of a noisy image", file: "gmagick.enhanceimage"},
{id:7555, pId:831, name:"Equalizes the image histogram", file: "gmagick.equalizeimage"},
{id:7557, pId:831, name:"Creates a vertical mirror image", file: "gmagick.flipimage"},
{id:7558, pId:831, name:"The flopimage purpose", file: "gmagick.flopimage"},
{id:7559, pId:831, name:"Adds a simulated three-dimensional border", file: "gmagick.frameimage"},
{id:7560, pId:831, name:"Gamma-corrects an image", file: "gmagick.gammaimage"},
{id:7561, pId:831, name:"Returns the GraphicsMagick API copyright as a stri", file: "gmagick.getcopyright"},
{id:7562, pId:831, name:"The filename associated with an image sequence", file: "gmagick.getfilename"},
{id:7563, pId:831, name:"Returns the image background color", file: "gmagick.getimagebackgroundcolor"},
{id:7564, pId:831, name:"Returns the chromaticy blue primary point", file: "gmagick.getimageblueprimary"},
{id:7565, pId:831, name:"Returns the image border color", file: "gmagick.getimagebordercolor"},
{id:7566, pId:831, name:"Gets the depth for a particular image channel", file: "gmagick.getimagechanneldepth"},
{id:7567, pId:831, name:"Returns the color of the specified colormap index", file: "gmagick.getimagecolors"},
{id:7568, pId:831, name:"Gets the image colorspace", file: "gmagick.getimagecolorspace"},
{id:7569, pId:831, name:"Returns the composite operator associated with the", file: "gmagick.getimagecompose"},
{id:7570, pId:831, name:"Gets the image delay", file: "gmagick.getimagedelay"},
{id:7571, pId:831, name:"Gets the depth of the image", file: "gmagick.getimagedepth"},
{id:7572, pId:831, name:"Gets the image disposal method", file: "gmagick.getimagedispose"},
{id:7573, pId:831, name:"Gets the extrema for the image", file: "gmagick.getimageextrema"},
{id:7574, pId:831, name:"Returns the filename of a particular image in a se", file: "gmagick.getimagefilename"},
{id:7575, pId:831, name:"Returns the format of a particular image in a sequ", file: "gmagick.getimageformat"},
{id:7576, pId:831, name:"Gets the image gamma", file: "gmagick.getimagegamma"},
{id:7577, pId:831, name:"Returns the chromaticy green primary point", file: "gmagick.getimagegreenprimary"},
{id:7578, pId:831, name:"Returns the image height", file: "gmagick.getimageheight"},
{id:7579, pId:831, name:"Gets the image histogram", file: "gmagick.getimagehistogram"},
{id:7580, pId:831, name:"Gets the index of the current active image", file: "gmagick.getimageindex"},
{id:7581, pId:831, name:"Gets the image interlace scheme", file: "gmagick.getimageinterlacescheme"},
{id:7582, pId:831, name:"Gets the image iterations", file: "gmagick.getimageiterations"},
{id:7583, pId:831, name:"Check if the image has a matte channel", file: "gmagick.getimagematte"},
{id:7584, pId:831, name:"Returns the image matte color", file: "gmagick.getimagemattecolor"},
{id:7585, pId:831, name:"Returns the named image profile", file: "gmagick.getimageprofile"},
{id:7586, pId:831, name:"Returns the chromaticity red primary point", file: "gmagick.getimageredprimary"},
{id:7587, pId:831, name:"Gets the image rendering intent", file: "gmagick.getimagerenderingintent"},
{id:7588, pId:831, name:"Gets the image X and Y resolution", file: "gmagick.getimageresolution"},
{id:7589, pId:831, name:"Gets the image scene", file: "gmagick.getimagescene"},
{id:7590, pId:831, name:"Generates an SHA-256 message digest", file: "gmagick.getimagesignature"},
{id:7591, pId:831, name:"Gets the potential image type", file: "gmagick.getimagetype"},
{id:7592, pId:831, name:"Gets the image units of resolution", file: "gmagick.getimageunits"},
{id:7593, pId:831, name:"Returns the chromaticity white point", file: "gmagick.getimagewhitepoint"},
{id:7594, pId:831, name:"Returns the width of the image", file: "gmagick.getimagewidth"},
{id:7595, pId:831, name:"Returns the GraphicsMagick package name", file: "gmagick.getpackagename"},
{id:7596, pId:831, name:"Returns the Gmagick quantum depth as a string", file: "gmagick.getquantumdepth"},
{id:7597, pId:831, name:"Returns the GraphicsMagick release date as a strin", file: "gmagick.getreleasedate"},
{id:7598, pId:831, name:"Gets the horizontal and vertical sampling factor", file: "gmagick.getsamplingfactors"},
{id:7599, pId:831, name:"Returns the size associated with the Gmagick objec", file: "gmagick.getsize"},
{id:7600, pId:831, name:"Returns the GraphicsMagick API version", file: "gmagick.getversion"},
{id:7601, pId:831, name:"Checks if the object has more images", file: "gmagick.hasnextimage"},
{id:7602, pId:831, name:"Checks if the object has a previous image", file: "gmagick.haspreviousimage"},
{id:7603, pId:831, name:"Creates a new image as a copy", file: "gmagick.implodeimage"},
{id:7605, pId:831, name:"Adds a label to an image", file: "gmagick.labelimage"},
{id:7606, pId:831, name:"Adjusts the levels of an image", file: "gmagick.levelimage"},
{id:7607, pId:831, name:"Scales an image proportionally 2x", file: "gmagick.magnifyimage"},
{id:7608, pId:831, name:"Replaces the colors of an image with the closest c", file: "gmagick.mapimage"},
{id:7609, pId:831, name:"Applies a digital filter", file: "gmagick.medianfilterimage"},
{id:7610, pId:831, name:"Scales an image proportionally to half its size", file: "gmagick.minifyimage"},
{id:7611, pId:831, name:"Control the brightness, saturation, and hue", file: "gmagick.modulateimage"},
{id:7612, pId:831, name:"Simulates motion blur", file: "gmagick.motionblurimage"},
{id:7613, pId:831, name:"Creates a new image", file: "gmagick.newimage"},
{id:7614, pId:831, name:"Moves to the next image", file: "gmagick.nextimage"},
{id:7615, pId:831, name:"Enhances the contrast of a color image", file: "gmagick.normalizeimage"},
{id:7616, pId:831, name:"Simulates an oil painting", file: "gmagick.oilpaintimage"},
{id:7617, pId:831, name:"Move to the previous image in the object", file: "gmagick.previousimage"},
{id:7618, pId:831, name:"Adds or removes a profile from an image", file: "gmagick.profileimage"},
{id:7619, pId:831, name:"Analyzes the colors within a reference image", file: "gmagick.quantizeimage"},
{id:7620, pId:831, name:"The quantizeimages purpose", file: "gmagick.quantizeimages"},
{id:7621, pId:831, name:"Returns an array representing the font metrics", file: "gmagick.queryfontmetrics"},
{id:7622, pId:831, name:"Returns the configured fonts", file: "gmagick.queryfonts"},
{id:7623, pId:831, name:"Returns formats supported by Gmagick", file: "gmagick.queryformats"},
{id:7624, pId:831, name:"Radial blurs an image", file: "gmagick.radialblurimage"},
{id:7625, pId:831, name:"Creates a simulated 3d button-like effect", file: "gmagick.raiseimage"},
{id:7626, pId:831, name:"Reads image from filename", file: "gmagick.read"},
{id:7627, pId:831, name:"Reads image from filename", file: "gmagick.readimage"},
{id:7628, pId:831, name:"Reads image from a binary string", file: "gmagick.readimageblob"},
{id:7629, pId:831, name:"The readimagefile purpose", file: "gmagick.readimagefile"},
{id:7630, pId:831, name:"Smooths the contours of an image", file: "gmagick.reducenoiseimage"},
{id:7631, pId:831, name:"Removes an image from the image list", file: "gmagick.removeimage"},
{id:7632, pId:831, name:"Removes the named image profile and returns it", file: "gmagick.removeimageprofile"},
{id:7634, pId:831, name:"Resample image to desired resolution", file: "gmagick.resampleimage"},
{id:7635, pId:831, name:"Scales an image", file: "gmagick.resizeimage"},
{id:7636, pId:831, name:"Offsets an image", file: "gmagick.rollimage"},
{id:7637, pId:831, name:"Rotates an image", file: "gmagick.rotateimage"},
{id:7638, pId:831, name:"Scales the size of an image", file: "gmagick.scaleimage"},
{id:7639, pId:831, name:"Separates a channel from the image", file: "gmagick.separateimagechannel"},
{id:7640, pId:831, name:"Sets the object's default compression quality", file: "gmagick.setcompressionquality"},
{id:7641, pId:831, name:"Sets the filename before you read or write the ima", file: "gmagick.setfilename"},
{id:7642, pId:831, name:"Sets the image background color", file: "gmagick.setimagebackgroundcolor"},
{id:7643, pId:831, name:"Sets the image chromaticity blue primary point", file: "gmagick.setimageblueprimary"},
{id:7644, pId:831, name:"Sets the image border color", file: "gmagick.setimagebordercolor"},
{id:7645, pId:831, name:"Sets the depth of a particular image channel", file: "gmagick.setimagechanneldepth"},
{id:7646, pId:831, name:"Sets the image colorspace", file: "gmagick.setimagecolorspace"},
{id:7647, pId:831, name:"Sets the image composite operator", file: "gmagick.setimagecompose"},
{id:7648, pId:831, name:"Sets the image delay", file: "gmagick.setimagedelay"},
{id:7649, pId:831, name:"Sets the image depth", file: "gmagick.setimagedepth"},
{id:7650, pId:831, name:"Sets the image disposal method", file: "gmagick.setimagedispose"},
{id:7651, pId:831, name:"Sets the filename of a particular image in a seque", file: "gmagick.setimagefilename"},
{id:7652, pId:831, name:"Sets the format of a particular image", file: "gmagick.setimageformat"},
{id:7653, pId:831, name:"Sets the image gamma", file: "gmagick.setimagegamma"},
{id:7654, pId:831, name:"Sets the image chromaticity green primary point", file: "gmagick.setimagegreenprimary"},
{id:7655, pId:831, name:"Set the iterator to the position in the image list", file: "gmagick.setimageindex"},
{id:7656, pId:831, name:"Sets the interlace scheme of the image", file: "gmagick.setimageinterlacescheme"},
{id:7657, pId:831, name:"Sets the image iterations", file: "gmagick.setimageiterations"},
{id:7658, pId:831, name:"Adds a named profile to the Gmagick object", file: "gmagick.setimageprofile"},
{id:7659, pId:831, name:"Sets the image chromaticity red primary point", file: "gmagick.setimageredprimary"},
{id:7660, pId:831, name:"Sets the image rendering intent", file: "gmagick.setimagerenderingintent"},
{id:7661, pId:831, name:"Sets the image resolution", file: "gmagick.setimageresolution"},
{id:7662, pId:831, name:"Sets the image scene", file: "gmagick.setimagescene"},
{id:7663, pId:831, name:"Sets the image type", file: "gmagick.setimagetype"},
{id:7664, pId:831, name:"Sets the image units of resolution", file: "gmagick.setimageunits"},
{id:7665, pId:831, name:"Sets the image chromaticity white point", file: "gmagick.setimagewhitepoint"},
{id:7666, pId:831, name:"Sets the image sampling factors", file: "gmagick.setsamplingfactors"},
{id:7667, pId:831, name:"Sets the size of the Gmagick object", file: "gmagick.setsize"},
{id:7669, pId:831, name:"Creating a parallelogram", file: "gmagick.shearimage"},
{id:7670, pId:831, name:"Applies a solarizing effect to the image", file: "gmagick.solarizeimage"},
{id:7671, pId:831, name:"Randomly displaces each pixel in a block", file: "gmagick.spreadimage"},
{id:7672, pId:831, name:"Strips an image of all profiles and comments", file: "gmagick.stripimage"},
{id:7673, pId:831, name:"Swirls the pixels about the center of the image", file: "gmagick.swirlimage"},
{id:7674, pId:831, name:"Changes the size of an image", file: "gmagick.thumbnailimage"},
{id:7675, pId:831, name:"Remove edges from the image", file: "gmagick.trimimage"},
{id:7676, pId:831, name:"别名 Gmagick::writeimage", file: "gmagick.write"},
{id:7677, pId:831, name:"Writes an image to the specified filename", file: "gmagick.writeimage"},
{id:832, pId:216, name:"The GmagickDraw classs34c34-0.23%", file: "class.gmagickdraw"},
{id:7678, pId:832, name:"Draws text on the image", file: "gmagickdraw.annotate"},
{id:7679, pId:832, name:"Draws an arc", file: "gmagickdraw.arc"},
{id:7680, pId:832, name:"Draws a bezier curve", file: "gmagickdraw.bezier"},
{id:7681, pId:832, name:"Draws an ellipse on the image", file: "gmagickdraw.ellipse"},
{id:7682, pId:832, name:"Returns the fill color", file: "gmagickdraw.getfillcolor"},
{id:7683, pId:832, name:"Returns the opacity used when drawing", file: "gmagickdraw.getfillopacity"},
{id:7684, pId:832, name:"Returns the font", file: "gmagickdraw.getfont"},
{id:7685, pId:832, name:"Returns the font pointsize", file: "gmagickdraw.getfontsize"},
{id:7686, pId:832, name:"Returns the font style", file: "gmagickdraw.getfontstyle"},
{id:7687, pId:832, name:"Returns the font weight", file: "gmagickdraw.getfontweight"},
{id:7688, pId:832, name:"Returns the color used for stroking object outline", file: "gmagickdraw.getstrokecolor"},
{id:7689, pId:832, name:"Returns the opacity of stroked object outlines", file: "gmagickdraw.getstrokeopacity"},
{id:7690, pId:832, name:"Returns the width of the stroke used to draw objec", file: "gmagickdraw.getstrokewidth"},
{id:7691, pId:832, name:"Returns the text decoration", file: "gmagickdraw.gettextdecoration"},
{id:7692, pId:832, name:"Returns the code set used for text annotations", file: "gmagickdraw.gettextencoding"},
{id:7693, pId:832, name:"The line purpose", file: "gmagickdraw.line"},
{id:7694, pId:832, name:"Draws a point", file: "gmagickdraw.point"},
{id:7695, pId:832, name:"Draws a polygon", file: "gmagickdraw.polygon"},
{id:7696, pId:832, name:"Draws a polyline", file: "gmagickdraw.polyline"},
{id:7697, pId:832, name:"Draws a rectangle", file: "gmagickdraw.rectangle"},
{id:7698, pId:832, name:"Applies the specified rotation to the current coor", file: "gmagickdraw.rotate"},
{id:7699, pId:832, name:"Draws a rounded rectangle", file: "gmagickdraw.roundrectangle"},
{id:7700, pId:832, name:"Adjusts the scaling factor", file: "gmagickdraw.scale"},
{id:7701, pId:832, name:"Sets the fill color to be used for drawing filled ", file: "gmagickdraw.setfillcolor"},
{id:7702, pId:832, name:"The setfillopacity purpose", file: "gmagickdraw.setfillopacity"},
{id:7703, pId:832, name:"Sets the fully-specified font to use when annotati", file: "gmagickdraw.setfont"},
{id:7704, pId:832, name:"Sets the font pointsize to use when annotating wit", file: "gmagickdraw.setfontsize"},
{id:7705, pId:832, name:"Sets the font style to use when annotating with te", file: "gmagickdraw.setfontstyle"},
{id:7706, pId:832, name:"Sets the font weight", file: "gmagickdraw.setfontweight"},
{id:7707, pId:832, name:"Sets the color used for stroking object outlines", file: "gmagickdraw.setstrokecolor"},
{id:7708, pId:832, name:"Specifies the opacity of stroked object outlines", file: "gmagickdraw.setstrokeopacity"},
{id:7709, pId:832, name:"Sets the width of the stroke used to draw object o", file: "gmagickdraw.setstrokewidth"},
{id:7710, pId:832, name:"Specifies a decoration", file: "gmagickdraw.settextdecoration"},
{id:7711, pId:832, name:"Specifies the text code set", file: "gmagickdraw.settextencoding"},
{id:833, pId:216, name:"The GmagickPixel classs6c6-0.04%", file: "class.gmagickpixel"},
{id:7712, pId:833, name:"The GmagickPixel constructor", file: "gmagickpixel.construct"},
{id:7713, pId:833, name:"Returns the color", file: "gmagickpixel.getcolor"},
{id:7714, pId:833, name:"Returns the color count associated with this color", file: "gmagickpixel.getcolorcount"},
{id:7715, pId:833, name:"Gets the normalized value of the provided color ch", file: "gmagickpixel.getcolorvalue"},
{id:7716, pId:833, name:"Sets the color", file: "gmagickpixel.setcolor"},
{id:7717, pId:833, name:"Sets the normalized value of one of the channels", file: "gmagickpixel.setcolorvalue"},
{id:7542, pId:216, name:"预定义常量", file: "gmagick.constants"},
{id:7556, pId:216, name:"范例", file: "gmagick.examples"},
{id:7668, pId:216, name:"安装/配置s3c3-0.02%", file: "gmagick.setup"},
{id:7541, pId:7668, name:"运行时配置", file: "gmagick.configuration"},
{id:7604, pId:7668, name:"安装", file: "gmagick.installation"},
{id:7633, pId:7668, name:"需求", file: "gmagick.requirements"},
{id:9134, pId:216, name:"简介", file: "intro.gmagick"},
{id:231, pId:12192, name:"图像处理和 GDs5c132-0.88%", file: "book.image"},
{id:8052, pId:231, name:"预定义常量", file: "image.constants"},
{id:8055, pId:231, name:"范例s3c3-0.02%", file: "image.examples"},
{id:8053, pId:8055, name:"使用 PHP 创建 PNG 图像", file: "image.examples-png"},
{id:8054, pId:8055, name:"使用 Alpha 通道为图像加水印", file: "image.examples-watermark"},
{id:8056, pId:8055, name:"使用 imagecopymerge 函数创建半透明水印", file: "image.examples.merged-watermark"},
{id:8060, pId:231, name:"安装/配置s4c4-0.03%", file: "image.setup"},
{id:8051, pId:8060, name:"运行时配置", file: "image.configuration"},
{id:8057, pId:8060, name:"安装", file: "image.installation"},
{id:8058, pId:8060, name:"需求", file: "image.requirements"},
{id:8059, pId:8060, name:"资源类型", file: "image.resources"},
{id:9149, pId:231, name:"简介", file: "intro.image"},
{id:11804, pId:231, name:"GD 和图像处理 函数s120c120-0.8%", file: "ref.image"},
{id:3754, pId:11804, name:"取得当前安装的 GD 库的信息", file: "function.gd-info"},
{id:3809, pId:11804, name:"取得图像大小", file: "function.getimagesize"},
{id:3810, pId:11804, name:"从字符串中获取图像尺寸信息", file: "function.getimagesizefromstring"},
{id:4137, pId:11804, name:"取得图像类型的文件后缀", file: "function.image-type-to-extension"},
{id:4138, pId:11804, name:"取得 getimagesize,exif_read_data,exif_thumbnail,exif", file: "function.image-type-to-mime-type"},
{id:4139, pId:11804, name:"以 WBMP 格式将图像输出到浏览器或文件", file: "function.image2wbmp"},
{id:4140, pId:11804, name:"返回经过仿射变换后的图像,剪切区域可选", file: "function.imageaffine"},
{id:4141, pId:11804, name:"Concatenate two affine transformation matrices", file: "function.imageaffinematrixconcat"},
{id:4142, pId:11804, name:"Get an affine transformation matrix", file: "function.imageaffinematrixget"},
{id:4143, pId:11804, name:"设定图像的混色模式", file: "function.imagealphablending"},
{id:4144, pId:11804, name:"是否使用抗锯齿(antialias)功能", file: "function.imageantialias"},
{id:4145, pId:11804, name:"画椭圆弧", file: "function.imagearc"},
{id:4146, pId:11804, name:"Output a BMP image to browser or file", file: "function.imagebmp"},
{id:4147, pId:11804, name:"水平地画一个字符", file: "function.imagechar"},
{id:4148, pId:11804, name:"垂直地画一个字符", file: "function.imagecharup"},
{id:4149, pId:11804, name:"为一幅图像分配颜色", file: "function.imagecolorallocate"},
{id:4150, pId:11804, name:"为一幅图像分配颜色 + alpha", file: "function.imagecolorallocatealpha"},
{id:4151, pId:11804, name:"取得某像素的颜色索引值", file: "function.imagecolorat"},
{id:4152, pId:11804, name:"取得与指定的颜色最接近的颜色的索引值", file: "function.imagecolorclosest"},
{id:4153, pId:11804, name:"取得与指定的颜色加透明度最接近的颜色", file: "function.imagecolorclosestalpha"},
{id:4154, pId:11804, name:"取得与给定颜色最接近的色度的黑白色的索引", file: "function.imagecolorclosesthwb"},
{id:4155, pId:11804, name:"取消图像颜色的分配", file: "function.imagecolordeallocate"},
{id:4156, pId:11804, name:"取得指定颜色的索引值", file: "function.imagecolorexact"},
{id:4157, pId:11804, name:"取得指定的颜色加透明度的索引值", file: "function.imagecolorexactalpha"},
{id:4158, pId:11804, name:"使一个图像中调色板版本的颜色与真彩色版本更能匹配", file: "function.imagecolormatch"},
{id:4159, pId:11804, name:"取得指定颜色的索引值或有可能得到的最接近的替代值", file: "function.imagecolorresolve"},
{id:4160, pId:11804, name:"取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值", file: "function.imagecolorresolvealpha"},
{id:4161, pId:11804, name:"给指定调色板索引设定颜色", file: "function.imagecolorset"},
{id:4162, pId:11804, name:"取得某索引的颜色", file: "function.imagecolorsforindex"},
{id:4163, pId:11804, name:"取得一幅图像的调色板中颜色的数目", file: "function.imagecolorstotal"},
{id:4164, pId:11804, name:"将某个颜色定义为透明色", file: "function.imagecolortransparent"},
{id:4165, pId:11804, name:"用系数 div 和 offset 申请一个 3x3 的卷积矩阵", file: "function.imageconvolution"},
{id:4166, pId:11804, name:"拷贝图像的一部分", file: "function.imagecopy"},
{id:4167, pId:11804, name:"拷贝并合并图像的一部分", file: "function.imagecopymerge"},
{id:4168, pId:11804, name:"用灰度拷贝并合并图像的一部分", file: "function.imagecopymergegray"},
{id:4169, pId:11804, name:"重采样拷贝部分图像并调整大小", file: "function.imagecopyresampled"},
{id:4170, pId:11804, name:"拷贝部分图像并调整大小", file: "function.imagecopyresized"},
{id:4171, pId:11804, name:"新建一个基于调色板的图像", file: "function.imagecreate"},
{id:4172, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefrombmp"},
{id:4173, pId:11804, name:"从 GD 文件或 URL 新建一图像", file: "function.imagecreatefromgd"},
{id:4174, pId:11804, name:"从 GD2 文件或 URL 新建一图像", file: "function.imagecreatefromgd2"},
{id:4175, pId:11804, name:"从给定的 GD2 文件或 URL 中的部分新建一图像", file: "function.imagecreatefromgd2part"},
{id:4176, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefromgif"},
{id:4177, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefromjpeg"},
{id:4178, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefrompng"},
{id:4179, pId:11804, name:"从字符串中的图像流新建一图像", file: "function.imagecreatefromstring"},
{id:4180, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefromwbmp"},
{id:4181, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefromwebp"},
{id:4182, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefromxbm"},
{id:4183, pId:11804, name:"由文件或 URL 创建一个新图象。", file: "function.imagecreatefromxpm"},
{id:4184, pId:11804, name:"新建一个真彩色图像", file: "function.imagecreatetruecolor"},
{id:4185, pId:11804, name:"Crop an image to the given rectangle", file: "function.imagecrop"},
{id:4186, pId:11804, name:"Crop an image automatically using one of the avail", file: "function.imagecropauto"},
{id:4187, pId:11804, name:"画一虚线", file: "function.imagedashedline"},
{id:4188, pId:11804, name:"销毁一图像", file: "function.imagedestroy"},
{id:4189, pId:11804, name:"画一个椭圆", file: "function.imageellipse"},
{id:4190, pId:11804, name:"区域填充", file: "function.imagefill"},
{id:4191, pId:11804, name:"画一椭圆弧且填充", file: "function.imagefilledarc"},
{id:4192, pId:11804, name:"画一椭圆并填充", file: "function.imagefilledellipse"},
{id:4193, pId:11804, name:"画一多边形并填充", file: "function.imagefilledpolygon"},
{id:4194, pId:11804, name:"画一矩形并填充", file: "function.imagefilledrectangle"},
{id:4195, pId:11804, name:"区域填充到指定颜色的边界为止", file: "function.imagefilltoborder"},
{id:4196, pId:11804, name:"对图像使用过滤器", file: "function.imagefilter"},
{id:4197, pId:11804, name:"Flips an image using a given mode", file: "function.imageflip"},
{id:4198, pId:11804, name:"取得字体高度", file: "function.imagefontheight"},
{id:4199, pId:11804, name:"取得字体宽度", file: "function.imagefontwidth"},
{id:4200, pId:11804, name:"给出一个使用 FreeType 2 字体的文本框", file: "function.imageftbbox"},
{id:4201, pId:11804, name:"使用 FreeType 2 字体将文本写入图像", file: "function.imagefttext"},
{id:4202, pId:11804, name:"对 GD 图像应用 gamma 修正", file: "function.imagegammacorrect"},
{id:4203, pId:11804, name:"将 GD 图像输出到浏览器或文件", file: "function.imagegd"},
{id:4204, pId:11804, name:"将 GD2 图像输出到浏览器或文件", file: "function.imagegd2"},
{id:4205, pId:11804, name:"Get the clipping rectangle", file: "function.imagegetclip"},
{id:4206, pId:11804, name:"输出图象到浏览器或文件。", file: "function.imagegif"},
{id:4207, pId:11804, name:"Captures the whole screen", file: "function.imagegrabscreen"},
{id:4208, pId:11804, name:"Captures a window", file: "function.imagegrabwindow"},
{id:4209, pId:11804, name:"激活或禁止隔行扫描", file: "function.imageinterlace"},
{id:4210, pId:11804, name:"检查图像是否为真彩色图像", file: "function.imageistruecolor"},
{id:4211, pId:11804, name:"输出图象到浏览器或文件。", file: "function.imagejpeg"},
{id:4212, pId:11804, name:"设定 alpha 混色标志以使用绑定的 libgd 分层效果", file: "function.imagelayereffect"},
{id:4213, pId:11804, name:"画一条线段", file: "function.imageline"},
{id:4214, pId:11804, name:"载入一新字体", file: "function.imageloadfont"},
{id:4215, pId:11804, name:"Draws an open polygon", file: "function.imageopenpolygon"},
{id:4216, pId:11804, name:"将调色板从一幅图像拷贝到另一幅", file: "function.imagepalettecopy"},
{id:4217, pId:11804, name:"Converts a palette based image to true color", file: "function.imagepalettetotruecolor"},
{id:4218, pId:11804, name:"以 PNG 格式将图像输出到浏览器或文件", file: "function.imagepng"},
{id:4219, pId:11804, name:"画一个多边形", file: "function.imagepolygon"},
{id:4220, pId:11804, name:"给出一个使用 PostScript Type1 字体的文本方框", file: "function.imagepsbbox"},
{id:4221, pId:11804, name:"改变字体中的字符编码矢量", file: "function.imagepsencodefont"},
{id:4222, pId:11804, name:"扩充或精简字体", file: "function.imagepsextendfont"},
{id:4223, pId:11804, name:"释放一个 PostScript Type 1 字体所占用的内存", file: "function.imagepsfreefont"},
{id:4224, pId:11804, name:"从文件中加载一个 PostScript Type 1 字体", file: "function.imagepsloadfont"},
{id:4225, pId:11804, name:"倾斜某字体", file: "function.imagepsslantfont"},
{id:4226, pId:11804, name:"用 PostScript Type1 字体把文本字符串画在图像上", file: "function.imagepstext"},
{id:4227, pId:11804, name:"画一个矩形", file: "function.imagerectangle"},
{id:4228, pId:11804, name:"Get or set the resolution of the image", file: "function.imageresolution"},
{id:4229, pId:11804, name:"用给定角度旋转图像", file: "function.imagerotate"},
{id:4230, pId:11804, name:"设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)", file: "function.imagesavealpha"},
{id:4231, pId:11804, name:"Scale an image using the given new width and heigh", file: "function.imagescale"},
{id:4232, pId:11804, name:"设定画线用的画笔图像", file: "function.imagesetbrush"},
{id:4233, pId:11804, name:"Set the clipping rectangle", file: "function.imagesetclip"},
{id:4234, pId:11804, name:"Set the interpolation method", file: "function.imagesetinterpolation"},
{id:4235, pId:11804, name:"画一个单一像素", file: "function.imagesetpixel"},
{id:4236, pId:11804, name:"设定画线的风格", file: "function.imagesetstyle"},
{id:4237, pId:11804, name:"设定画线的宽度", file: "function.imagesetthickness"},
{id:4238, pId:11804, name:"设定用于填充的贴图", file: "function.imagesettile"},
{id:4239, pId:11804, name:"水平地画一行字符串", file: "function.imagestring"},
{id:4240, pId:11804, name:"垂直地画一行字符串", file: "function.imagestringup"},
{id:4241, pId:11804, name:"取得图像宽度", file: "function.imagesx"},
{id:4242, pId:11804, name:"取得图像高度", file: "function.imagesy"},
{id:4243, pId:11804, name:"将真彩色图像转换为调色板图像", file: "function.imagetruecolortopalette"},
{id:4244, pId:11804, name:"取得使用 TrueType 字体的文本的范围", file: "function.imagettfbbox"},
{id:4245, pId:11804, name:"用 TrueType 字体向图像写入文本", file: "function.imagettftext"},
{id:4246, pId:11804, name:"返回当前 PHP 版本所支持的图像类型", file: "function.imagetypes"},
{id:4247, pId:11804, name:"以 WBMP 格式将图像输出到浏览器或文件", file: "function.imagewbmp"},
{id:4248, pId:11804, name:"将 WebP 格式的图像输出到浏览器或文件", file: "function.imagewebp"},
{id:4249, pId:11804, name:"将 XBM 图像输出到浏览器或文件", file: "function.imagexbm"},
{id:4389, pId:11804, name:"将二进制 IPTC 数据嵌入到一幅 JPEG 图像中", file: "function.iptcembed"},
{id:4390, pId:11804, name:"将二进制 IPTC 块解析为单个标记", file: "function.iptcparse"},
{id:4436, pId:11804, name:"将 JPEG 图像文件转换为 WBMP 图像文件", file: "function.jpeg2wbmp"},
{id:5925, pId:11804, name:"将 PNG 图像文件转换为 WBMP 图像文件", file: "function.png2wbmp"},
{id:232, pId:12192, name:"图像处理(ImageMagick)s8c525-3.49%", file: "book.imagick"},
{id:847, pId:232, name:"The Imagick classs354c354-2.35%", file: "class.imagick"},
{id:8061, pId:847, name:"Adds adaptive blur filter to image", file: "imagick.adaptiveblurimage"},
{id:8062, pId:847, name:"Adaptively resize image with data dependent triang", file: "imagick.adaptiveresizeimage"},
{id:8063, pId:847, name:"Adaptively sharpen the image", file: "imagick.adaptivesharpenimage"},
{id:8064, pId:847, name:"Selects a threshold for each pixel based on a rang", file: "imagick.adaptivethresholdimage"},
{id:8065, pId:847, name:"Adds new image to Imagick object image list", file: "imagick.addimage"},
{id:8066, pId:847, name:"Adds random noise to the image", file: "imagick.addnoiseimage"},
{id:8067, pId:847, name:"Transforms an image", file: "imagick.affinetransformimage"},
{id:8068, pId:847, name:"Animates an image or images", file: "imagick.animateimages"},
{id:8069, pId:847, name:"Annotates an image with text", file: "imagick.annotateimage"},
{id:8070, pId:847, name:"Append a set of images", file: "imagick.appendimages"},
{id:8071, pId:847, name:"Description", file: "imagick.autolevelimage"},
{id:8072, pId:847, name:"Average a set of images", file: "imagick.averageimages"},
{id:8073, pId:847, name:"Forces all pixels below the threshold into black", file: "imagick.blackthresholdimage"},
{id:8074, pId:847, name:"Description", file: "imagick.blueshiftimage"},
{id:8075, pId:847, name:"Adds blur filter to image", file: "imagick.blurimage"},
{id:8076, pId:847, name:"Surrounds the image with a border", file: "imagick.borderimage"},
{id:8077, pId:847, name:"Description", file: "imagick.brightnesscontrastimage"},
{id:8078, pId:847, name:"Simulates a charcoal drawing", file: "imagick.charcoalimage"},
{id:8079, pId:847, name:"Removes a region of an image and trims", file: "imagick.chopimage"},
{id:8080, pId:847, name:"Description", file: "imagick.clampimage"},
{id:8081, pId:847, name:"Clears all resources associated to Imagick object", file: "imagick.clear"},
{id:8082, pId:847, name:"Clips along the first path from the 8BIM profile", file: "imagick.clipimage"},
{id:8083, pId:847, name:"Description", file: "imagick.clipimagepath"},
{id:8084, pId:847, name:"Clips along the named paths from the 8BIM profile", file: "imagick.clippathimage"},
{id:8085, pId:847, name:"Makes an exact copy of the Imagick object", file: "imagick.clone"},
{id:8086, pId:847, name:"Replaces colors in the image", file: "imagick.clutimage"},
{id:8087, pId:847, name:"Composites a set of images", file: "imagick.coalesceimages"},
{id:8088, pId:847, name:"Changes the color value of any pixel that matches ", file: "imagick.colorfloodfillimage"},
{id:8089, pId:847, name:"Blends the fill color with the image", file: "imagick.colorizeimage"},
{id:8090, pId:847, name:"Description", file: "imagick.colormatriximage"},
{id:8091, pId:847, name:"Combines one or more images into a single image", file: "imagick.combineimages"},
{id:8092, pId:847, name:"Adds a comment to your image", file: "imagick.commentimage"},
{id:8093, pId:847, name:"Returns the difference in one or more images", file: "imagick.compareimagechannels"},
{id:8094, pId:847, name:"Returns the maximum bounding region between images", file: "imagick.compareimagelayers"},
{id:8095, pId:847, name:"Compares an image to a reconstructed image", file: "imagick.compareimages"},
{id:8096, pId:847, name:"把一张图合并到一张图", file: "imagick.compositeimage"},
{id:8099, pId:847, name:"The Imagick constructor", file: "imagick.construct"},
{id:8100, pId:847, name:"Change the contrast of the image", file: "imagick.contrastimage"},
{id:8101, pId:847, name:"Enhances the contrast of a color image", file: "imagick.contraststretchimage"},
{id:8102, pId:847, name:"Applies a custom convolution kernel to the image", file: "imagick.convolveimage"},
{id:8103, pId:847, name:"Get the number of images", file: "imagick.count"},
{id:8104, pId:847, name:"截图图片的一块区域", file: "imagick.cropimage"},
{id:8105, pId:847, name:"创建缩略图", file: "imagick.cropthumbnailimage"},
{id:8106, pId:847, name:"Returns a reference to the current Imagick object", file: "imagick.current"},
{id:8107, pId:847, name:"Displaces an image's colormap", file: "imagick.cyclecolormapimage"},
{id:8108, pId:847, name:"Deciphers an image", file: "imagick.decipherimage"},
{id:8109, pId:847, name:"Returns certain pixel differences between images", file: "imagick.deconstructimages"},
{id:8110, pId:847, name:"Delete image artifact", file: "imagick.deleteimageartifact"},
{id:8111, pId:847, name:"Description", file: "imagick.deleteimageproperty"},
{id:8112, pId:847, name:"Removes skew from the image", file: "imagick.deskewimage"},
{id:8113, pId:847, name:"Reduces the speckle noise in an image", file: "imagick.despeckleimage"},
{id:8114, pId:847, name:"Destroys the Imagick object", file: "imagick.destroy"},
{id:8115, pId:847, name:"Displays an image", file: "imagick.displayimage"},
{id:8116, pId:847, name:"Displays an image or image sequence", file: "imagick.displayimages"},
{id:8117, pId:847, name:"Distorts an image using various distortion methods", file: "imagick.distortimage"},
{id:8118, pId:847, name:"把 ImagickDraw 对象渲染到当前图片上", file: "imagick.drawimage"},
{id:8119, pId:847, name:"Enhance edges within the image", file: "imagick.edgeimage"},
{id:8120, pId:847, name:"Returns a grayscale image with a three-dimensional", file: "imagick.embossimage"},
{id:8121, pId:847, name:"Enciphers an image", file: "imagick.encipherimage"},
{id:8122, pId:847, name:"Improves the quality of a noisy image", file: "imagick.enhanceimage"},
{id:8123, pId:847, name:"Equalizes the image histogram", file: "imagick.equalizeimage"},
{id:8124, pId:847, name:"Applies an expression to an image", file: "imagick.evaluateimage"},
{id:8127, pId:847, name:"Exports raw image pixels", file: "imagick.exportimagepixels"},
{id:8128, pId:847, name:"Set image size", file: "imagick.extentimage"},
{id:8129, pId:847, name:"Description", file: "imagick.filter"},
{id:8130, pId:847, name:"Merges a sequence of images", file: "imagick.flattenimages"},
{id:8131, pId:847, name:"Creates a vertical mirror image", file: "imagick.flipimage"},
{id:8132, pId:847, name:"Changes the color value of any pixel that matches ", file: "imagick.floodfillpaintimage"},
{id:8133, pId:847, name:"Creates a vertical mirror image", file: "imagick.flopimage"},
{id:8134, pId:847, name:"Description", file: "imagick.forwardfouriertransformimage"},
{id:8135, pId:847, name:"Adds a simulated three-dimensional border", file: "imagick.frameimage"},
{id:8136, pId:847, name:"Applies a function on the image", file: "imagick.functionimage"},
{id:8137, pId:847, name:"Evaluate expression for each pixel in the image", file: "imagick.fximage"},
{id:8138, pId:847, name:"Gamma-corrects an image", file: "imagick.gammaimage"},
{id:8139, pId:847, name:"Blurs an image", file: "imagick.gaussianblurimage"},
{id:8140, pId:847, name:"Gets the colorspace", file: "imagick.getcolorspace"},
{id:8141, pId:847, name:"Gets the object compression type", file: "imagick.getcompression"},
{id:8142, pId:847, name:"Gets the object compression quality", file: "imagick.getcompressionquality"},
{id:8143, pId:847, name:"Returns the ImageMagick API copyright as a string", file: "imagick.getcopyright"},
{id:8144, pId:847, name:"The filename associated with an image sequence", file: "imagick.getfilename"},
{id:8145, pId:847, name:"Gets font", file: "imagick.getfont"},
{id:8146, pId:847, name:"Returns the format of the Imagick object", file: "imagick.getformat"},
{id:8147, pId:847, name:"Gets the gravity", file: "imagick.getgravity"},
{id:8148, pId:847, name:"Returns the ImageMagick home URL", file: "imagick.gethomeurl"},
{id:8149, pId:847, name:"Returns a new Imagick object", file: "imagick.getimage"},
{id:8150, pId:847, name:"获取图像的 alpha 通道", file: "imagick.getimagealphachannel"},
{id:8151, pId:847, name:"Get image artifact", file: "imagick.getimageartifact"},
{id:8152, pId:847, name:"Description", file: "imagick.getimageattribute"},
{id:8153, pId:847, name:"Returns the image background color", file: "imagick.getimagebackgroundcolor"},
{id:8154, pId:847, name:"Returns the image sequence as a blob", file: "imagick.getimageblob"},
{id:8155, pId:847, name:"Returns the chromaticy blue primary point", file: "imagick.getimageblueprimary"},
{id:8156, pId:847, name:"Returns the image border color", file: "imagick.getimagebordercolor"},
{id:8157, pId:847, name:"Gets the depth for a particular image channel", file: "imagick.getimagechanneldepth"},
{id:8158, pId:847, name:"Compares image channels of an image to a reconstru", file: "imagick.getimagechanneldistortion"},
{id:8159, pId:847, name:"Gets channel distortions", file: "imagick.getimagechanneldistortions"},
{id:8160, pId:847, name:"Gets the extrema for one or more image channels", file: "imagick.getimagechannelextrema"},
{id:8161, pId:847, name:"The getImageChannelKurtosis purpose", file: "imagick.getimagechannelkurtosis"},
{id:8162, pId:847, name:"Gets the mean and standard deviation", file: "imagick.getimagechannelmean"},
{id:8163, pId:847, name:"Gets channel range", file: "imagick.getimagechannelrange"},
{id:8164, pId:847, name:"Returns statistics for each channel in the image", file: "imagick.getimagechannelstatistics"},
{id:8165, pId:847, name:"Gets image clip mask", file: "imagick.getimageclipmask"},
{id:8166, pId:847, name:"Returns the color of the specified colormap index", file: "imagick.getimagecolormapcolor"},
{id:8167, pId:847, name:"Gets the number of unique colors in the image", file: "imagick.getimagecolors"},
{id:8168, pId:847, name:"Gets the image colorspace", file: "imagick.getimagecolorspace"},
{id:8169, pId:847, name:"Returns the composite operator associated with the", file: "imagick.getimagecompose"},
{id:8170, pId:847, name:"Gets the current image's compression type", file: "imagick.getimagecompression"},
{id:8171, pId:847, name:"Gets the current image's compression quality", file: "imagick.getimagecompressionquality"},
{id:8172, pId:847, name:"Gets the image delay", file: "imagick.getimagedelay"},
{id:8173, pId:847, name:"Gets the image depth", file: "imagick.getimagedepth"},
{id:8174, pId:847, name:"Gets the image disposal method", file: "imagick.getimagedispose"},
{id:8175, pId:847, name:"Compares an image to a reconstructed image", file: "imagick.getimagedistortion"},
{id:8176, pId:847, name:"Gets the extrema for the image", file: "imagick.getimageextrema"},
{id:8177, pId:847, name:"Returns the filename of a particular image in a se", file: "imagick.getimagefilename"},
{id:8178, pId:847, name:"Returns the format of a particular image in a sequ", file: "imagick.getimageformat"},
{id:8179, pId:847, name:"Gets the image gamma", file: "imagick.getimagegamma"},
{id:8180, pId:847, name:"Gets the width and height as an associative array", file: "imagick.getimagegeometry"},
{id:8181, pId:847, name:"Gets the image gravity", file: "imagick.getimagegravity"},
{id:8182, pId:847, name:"Returns the chromaticy green primary point", file: "imagick.getimagegreenprimary"},
{id:8183, pId:847, name:"Returns the image height", file: "imagick.getimageheight"},
{id:8184, pId:847, name:"Gets the image histogram", file: "imagick.getimagehistogram"},
{id:8185, pId:847, name:"Gets the index of the current active image", file: "imagick.getimageindex"},
{id:8186, pId:847, name:"Gets the image interlace scheme", file: "imagick.getimageinterlacescheme"},
{id:8187, pId:847, name:"Returns the interpolation method", file: "imagick.getimageinterpolatemethod"},
{id:8188, pId:847, name:"Gets the image iterations", file: "imagick.getimageiterations"},
{id:8189, pId:847, name:"Returns the image length in bytes", file: "imagick.getimagelength"},
{id:8190, pId:847, name:"Returns a string containing the ImageMagick licens", file: "imagick.getimagemagicklicense"},
{id:8191, pId:847, name:"Return if the image has a matte channel", file: "imagick.getimagematte"},
{id:8192, pId:847, name:"Returns the image matte color", file: "imagick.getimagemattecolor"},
{id:8193, pId:847, name:"Description", file: "imagick.getimagemimetype"},
{id:8194, pId:847, name:"Gets the image orientation", file: "imagick.getimageorientation"},
{id:8195, pId:847, name:"Returns the page geometry", file: "imagick.getimagepage"},
{id:8196, pId:847, name:"Returns the color of the specified pixel", file: "imagick.getimagepixelcolor"},
{id:8197, pId:847, name:"Returns the named image profile", file: "imagick.getimageprofile"},
{id:8198, pId:847, name:"Returns the image profiles", file: "imagick.getimageprofiles"},
{id:8199, pId:847, name:"Returns the image properties", file: "imagick.getimageproperties"},
{id:8200, pId:847, name:"Returns the named image property", file: "imagick.getimageproperty"},
{id:8201, pId:847, name:"Returns the chromaticity red primary point", file: "imagick.getimageredprimary"},
{id:8202, pId:847, name:"Extracts a region of the image", file: "imagick.getimageregion"},
{id:8203, pId:847, name:"Gets the image rendering intent", file: "imagick.getimagerenderingintent"},
{id:8204, pId:847, name:"获取图像的x,y轴分辨率", file: "imagick.getimageresolution"},
{id:8205, pId:847, name:"Returns all image sequences as a blob", file: "imagick.getimagesblob"},
{id:8206, pId:847, name:"Gets the image scene", file: "imagick.getimagescene"},
{id:8207, pId:847, name:"Generates an SHA-256 message digest", file: "imagick.getimagesignature"},
{id:8208, pId:847, name:"Returns the image length in bytes", file: "imagick.getimagesize"},
{id:8209, pId:847, name:"Gets the image ticks-per-second", file: "imagick.getimagetickspersecond"},
{id:8210, pId:847, name:"Gets the image total ink density", file: "imagick.getimagetotalinkdensity"},
{id:8211, pId:847, name:"Gets the potential image type", file: "imagick.getimagetype"},
{id:8212, pId:847, name:"获取图像的分辨率单位", file: "imagick.getimageunits"},
{id:8213, pId:847, name:"Returns the virtual pixel method", file: "imagick.getimagevirtualpixelmethod"},
{id:8214, pId:847, name:"Returns the chromaticity white point", file: "imagick.getimagewhitepoint"},
{id:8215, pId:847, name:"Returns the image width", file: "imagick.getimagewidth"},
{id:8216, pId:847, name:"Gets the object interlace scheme", file: "imagick.getinterlacescheme"},
{id:8217, pId:847, name:"Gets the index of the current active image", file: "imagick.getiteratorindex"},
{id:8218, pId:847, name:"Returns the number of images in the object", file: "imagick.getnumberimages"},
{id:8219, pId:847, name:"Returns a value associated with the specified key", file: "imagick.getoption"},
{id:8220, pId:847, name:"Returns the ImageMagick package name", file: "imagick.getpackagename"},
{id:8221, pId:847, name:"Returns the page geometry", file: "imagick.getpage"},
{id:8222, pId:847, name:"Returns a MagickPixelIterator", file: "imagick.getpixeliterator"},
{id:8223, pId:847, name:"Get an ImagickPixelIterator for an image section", file: "imagick.getpixelregioniterator"},
{id:8224, pId:847, name:"Gets point size", file: "imagick.getpointsize"},
{id:8225, pId:847, name:"Description", file: "imagick.getquantum"},
{id:8226, pId:847, name:"Gets the quantum depth", file: "imagick.getquantumdepth"},
{id:8227, pId:847, name:"Returns the Imagick quantum range", file: "imagick.getquantumrange"},
{id:8228, pId:847, name:"Description", file: "imagick.getregistry"},
{id:8229, pId:847, name:"Returns the ImageMagick release date", file: "imagick.getreleasedate"},
{id:8230, pId:847, name:"Returns the specified resource's memory usage", file: "imagick.getresource"},
{id:8231, pId:847, name:"Returns the specified resource limit", file: "imagick.getresourcelimit"},
{id:8232, pId:847, name:"Gets the horizontal and vertical sampling factor", file: "imagick.getsamplingfactors"},
{id:8233, pId:847, name:"Returns the size associated with the Imagick objec", file: "imagick.getsize"},
{id:8234, pId:847, name:"Returns the size offset", file: "imagick.getsizeoffset"},
{id:8235, pId:847, name:"Returns the ImageMagick API version", file: "imagick.getversion"},
{id:8236, pId:847, name:"Replaces colors in the image", file: "imagick.haldclutimage"},
{id:8237, pId:847, name:"Checks if the object has more images", file: "imagick.hasnextimage"},
{id:8238, pId:847, name:"Checks if the object has a previous image", file: "imagick.haspreviousimage"},
{id:8239, pId:847, name:"Description", file: "imagick.identifyformat"},
{id:8240, pId:847, name:"Identifies an image and fetches attributes", file: "imagick.identifyimage"},
{id:8241, pId:847, name:"Creates a new image as a copy", file: "imagick.implodeimage"},
{id:8242, pId:847, name:"Imports image pixels", file: "imagick.importimagepixels"},
{id:8244, pId:847, name:"Description", file: "imagick.inversefouriertransformimage"},
{id:8245, pId:847, name:"Adds a label to an image", file: "imagick.labelimage"},
{id:8246, pId:847, name:"Adjusts the levels of an image", file: "imagick.levelimage"},
{id:8247, pId:847, name:"Stretches with saturation the image intensity", file: "imagick.linearstretchimage"},
{id:8248, pId:847, name:"Animates an image or images", file: "imagick.liquidrescaleimage"},
{id:8249, pId:847, name:"Description", file: "imagick.listregistry"},
{id:8250, pId:847, name:"Scales an image proportionally 2x", file: "imagick.magnifyimage"},
{id:8251, pId:847, name:"Replaces the colors of an image with the closest c", file: "imagick.mapimage"},
{id:8252, pId:847, name:"Changes the transparency value of a color", file: "imagick.mattefloodfillimage"},
{id:8253, pId:847, name:"Applies a digital filter", file: "imagick.medianfilterimage"},
{id:8254, pId:847, name:"Merges image layers", file: "imagick.mergeimagelayers"},
{id:8255, pId:847, name:"Scales an image proportionally to half its size", file: "imagick.minifyimage"},
{id:8256, pId:847, name:"Control the brightness, saturation, and hue", file: "imagick.modulateimage"},
{id:8257, pId:847, name:"Creates a composite image", file: "imagick.montageimage"},
{id:8258, pId:847, name:"Method morphs a set of images", file: "imagick.morphimages"},
{id:8259, pId:847, name:"Description", file: "imagick.morphology"},
{id:8260, pId:847, name:"Forms a mosaic from images", file: "imagick.mosaicimages"},
{id:8261, pId:847, name:"Simulates motion blur", file: "imagick.motionblurimage"},
{id:8262, pId:847, name:"Negates the colors in the reference image", file: "imagick.negateimage"},
{id:8263, pId:847, name:"创建一张图片", file: "imagick.newimage"},
{id:8264, pId:847, name:"Creates a new image", file: "imagick.newpseudoimage"},
{id:8265, pId:847, name:"Moves to the next image", file: "imagick.nextimage"},
{id:8266, pId:847, name:"Enhances the contrast of a color image", file: "imagick.normalizeimage"},
{id:8267, pId:847, name:"Simulates an oil painting", file: "imagick.oilpaintimage"},
{id:8268, pId:847, name:"Changes the color value of any pixel that matches ", file: "imagick.opaquepaintimage"},
{id:8269, pId:847, name:"Removes repeated portions of images to optimize", file: "imagick.optimizeimagelayers"},
{id:8270, pId:847, name:"Performs an ordered dither", file: "imagick.orderedposterizeimage"},
{id:8271, pId:847, name:"Changes the color value of any pixel that matches ", file: "imagick.paintfloodfillimage"},
{id:8272, pId:847, name:"Change any pixel that matches color", file: "imagick.paintopaqueimage"},
{id:8273, pId:847, name:"Changes any pixel that matches color with the colo", file: "imagick.painttransparentimage"},
{id:8274, pId:847, name:"Fetch basic attributes about the image", file: "imagick.pingimage"},
{id:8275, pId:847, name:"Quickly fetch attributes", file: "imagick.pingimageblob"},
{id:8276, pId:847, name:"Get basic image attributes in a lightweight manner", file: "imagick.pingimagefile"},
{id:8277, pId:847, name:"Simulates a Polaroid picture", file: "imagick.polaroidimage"},
{id:8278, pId:847, name:"Reduces the image to a limited number of color lev", file: "imagick.posterizeimage"},
{id:8279, pId:847, name:"Quickly pin-point appropriate parameters for image", file: "imagick.previewimages"},
{id:8280, pId:847, name:"Move to the previous image in the object", file: "imagick.previousimage"},
{id:8281, pId:847, name:"Adds or removes a profile from an image", file: "imagick.profileimage"},
{id:8282, pId:847, name:"Analyzes the colors within a reference image", file: "imagick.quantizeimage"},
{id:8283, pId:847, name:"Analyzes the colors within a sequence of images", file: "imagick.quantizeimages"},
{id:8284, pId:847, name:"Returns an array representing the font metrics", file: "imagick.queryfontmetrics"},
{id:8285, pId:847, name:"Returns the configured fonts", file: "imagick.queryfonts"},
{id:8286, pId:847, name:"Returns formats supported by Imagick", file: "imagick.queryformats"},
{id:8287, pId:847, name:"Radial blurs an image", file: "imagick.radialblurimage"},
{id:8288, pId:847, name:"Creates a simulated 3d button-like effect", file: "imagick.raiseimage"},
{id:8289, pId:847, name:"Creates a high-contrast, two-color image", file: "imagick.randomthresholdimage"},
{id:8290, pId:847, name:"Reads image from filename", file: "imagick.readimage"},
{id:8291, pId:847, name:"从二进制字符串里读取图片", file: "imagick.readimageblob"},
{id:8292, pId:847, name:"Reads image from open filehandle", file: "imagick.readimagefile"},
{id:8293, pId:847, name:"Description", file: "imagick.readimages"},
{id:8294, pId:847, name:"Recolors image", file: "imagick.recolorimage"},
{id:8295, pId:847, name:"Smooths the contours of an image", file: "imagick.reducenoiseimage"},
{id:8296, pId:847, name:"Remaps image colors", file: "imagick.remapimage"},
{id:8297, pId:847, name:"Removes an image from the image list", file: "imagick.removeimage"},
{id:8298, pId:847, name:"Removes the named image profile and returns it", file: "imagick.removeimageprofile"},
{id:8299, pId:847, name:"Renders all preceding drawing commands", file: "imagick.render"},
{id:8301, pId:847, name:"Resample image to desired resolution", file: "imagick.resampleimage"},
{id:8302, pId:847, name:"Reset image page", file: "imagick.resetimagepage"},
{id:8303, pId:847, name:"Scales an image", file: "imagick.resizeimage"},
{id:8305, pId:847, name:"Offsets an image", file: "imagick.rollimage"},
{id:8306, pId:847, name:"Rotates an image", file: "imagick.rotateimage"},
{id:8307, pId:847, name:"Description", file: "imagick.rotationalblurimage"},
{id:8308, pId:847, name:"Rounds image corners", file: "imagick.roundcorners"},
{id:8309, pId:847, name:"Scales an image with pixel sampling", file: "imagick.sampleimage"},
{id:8310, pId:847, name:"Scales the size of an image", file: "imagick.scaleimage"},
{id:8311, pId:847, name:"Segments an image", file: "imagick.segmentimage"},
{id:8312, pId:847, name:"Description", file: "imagick.selectiveblurimage"},
{id:8313, pId:847, name:"Separates a channel from the image", file: "imagick.separateimagechannel"},
{id:8314, pId:847, name:"Sepia tones an image", file: "imagick.sepiatoneimage"},
{id:8315, pId:847, name:"Sets the object's default background color", file: "imagick.setbackgroundcolor"},
{id:8316, pId:847, name:"Set colorspace", file: "imagick.setcolorspace"},
{id:8317, pId:847, name:"Sets the object's default compression type", file: "imagick.setcompression"},
{id:8318, pId:847, name:"Sets the object's default compression quality", file: "imagick.setcompressionquality"},
{id:8319, pId:847, name:"Sets the filename before you read or write the ima", file: "imagick.setfilename"},
{id:8320, pId:847, name:"Sets the Imagick iterator to the first image", file: "imagick.setfirstiterator"},
{id:8321, pId:847, name:"Sets font", file: "imagick.setfont"},
{id:8322, pId:847, name:"Sets the format of the Imagick object", file: "imagick.setformat"},
{id:8323, pId:847, name:"Sets the gravity", file: "imagick.setgravity"},
{id:8324, pId:847, name:"Replaces image in the object", file: "imagick.setimage"},
{id:8325, pId:847, name:"Sets image alpha channel", file: "imagick.setimagealphachannel"},
{id:8326, pId:847, name:"Set image artifact", file: "imagick.setimageartifact"},
{id:8327, pId:847, name:"Description", file: "imagick.setimageattribute"},
{id:8328, pId:847, name:"Sets the image background color", file: "imagick.setimagebackgroundcolor"},
{id:8329, pId:847, name:"Sets the image bias for any method that convolves ", file: "imagick.setimagebias"},
{id:8330, pId:847, name:"Description", file: "imagick.setimagebiasquantum"},
{id:8331, pId:847, name:"Sets the image chromaticity blue primary point", file: "imagick.setimageblueprimary"},
{id:8332, pId:847, name:"Sets the image border color", file: "imagick.setimagebordercolor"},
{id:8333, pId:847, name:"Sets the depth of a particular image channel", file: "imagick.setimagechanneldepth"},
{id:8334, pId:847, name:"Sets image clip mask", file: "imagick.setimageclipmask"},
{id:8335, pId:847, name:"Sets the color of the specified colormap index", file: "imagick.setimagecolormapcolor"},
{id:8336, pId:847, name:"Sets the image colorspace", file: "imagick.setimagecolorspace"},
{id:8337, pId:847, name:"Sets the image composite operator", file: "imagick.setimagecompose"},
{id:8338, pId:847, name:"设置图片压缩的类型", file: "imagick.setimagecompression"},
{id:8339, pId:847, name:"设置图片压缩的质量", file: "imagick.setimagecompressionquality"},
{id:8340, pId:847, name:"Sets the image delay", file: "imagick.setimagedelay"},
{id:8341, pId:847, name:"Sets the image depth", file: "imagick.setimagedepth"},
{id:8342, pId:847, name:"Sets the image disposal method", file: "imagick.setimagedispose"},
{id:8343, pId:847, name:"Sets the image size", file: "imagick.setimageextent"},
{id:8344, pId:847, name:"Sets the filename of a particular image", file: "imagick.setimagefilename"},
{id:8345, pId:847, name:"为图片设置指定的格式", file: "imagick.setimageformat"},
{id:8346, pId:847, name:"Sets the image gamma", file: "imagick.setimagegamma"},
{id:8347, pId:847, name:"Sets the image gravity", file: "imagick.setimagegravity"},
{id:8348, pId:847, name:"Sets the image chromaticity green primary point", file: "imagick.setimagegreenprimary"},
{id:8349, pId:847, name:"Set the iterator position", file: "imagick.setimageindex"},
{id:8350, pId:847, name:"Sets the image compression", file: "imagick.setimageinterlacescheme"},
{id:8351, pId:847, name:"Sets the image interpolate pixel method", file: "imagick.setimageinterpolatemethod"},
{id:8352, pId:847, name:"Sets the image iterations", file: "imagick.setimageiterations"},
{id:8353, pId:847, name:"Sets the image matte channel", file: "imagick.setimagematte"},
{id:8354, pId:847, name:"Sets the image matte color", file: "imagick.setimagemattecolor"},
{id:8355, pId:847, name:"Sets the image opacity level", file: "imagick.setimageopacity"},
{id:8356, pId:847, name:"Sets the image orientation", file: "imagick.setimageorientation"},
{id:8357, pId:847, name:"Sets the page geometry of the image", file: "imagick.setimagepage"},
{id:8358, pId:847, name:"Adds a named profile to the Imagick object", file: "imagick.setimageprofile"},
{id:8359, pId:847, name:"Sets an image property", file: "imagick.setimageproperty"},
{id:8360, pId:847, name:"Sets the image chromaticity red primary point", file: "imagick.setimageredprimary"},
{id:8361, pId:847, name:"Sets the image rendering intent", file: "imagick.setimagerenderingintent"},
{id:8362, pId:847, name:"Sets the image resolution", file: "imagick.setimageresolution"},
{id:8363, pId:847, name:"Sets the image scene", file: "imagick.setimagescene"},
{id:8364, pId:847, name:"Sets the image ticks-per-second", file: "imagick.setimagetickspersecond"},
{id:8365, pId:847, name:"Sets the image type", file: "imagick.setimagetype"},
{id:8366, pId:847, name:"Sets the image units of resolution", file: "imagick.setimageunits"},
{id:8367, pId:847, name:"Sets the image virtual pixel method", file: "imagick.setimagevirtualpixelmethod"},
{id:8368, pId:847, name:"Sets the image chromaticity white point", file: "imagick.setimagewhitepoint"},
{id:8369, pId:847, name:"Sets the image compression", file: "imagick.setinterlacescheme"},
{id:8370, pId:847, name:"Set the iterator position", file: "imagick.setiteratorindex"},
{id:8371, pId:847, name:"Sets the Imagick iterator to the last image", file: "imagick.setlastiterator"},
{id:8372, pId:847, name:"Set an option", file: "imagick.setoption"},
{id:8373, pId:847, name:"Sets the page geometry of the Imagick object", file: "imagick.setpage"},
{id:8374, pId:847, name:"Sets point size", file: "imagick.setpointsize"},
{id:8375, pId:847, name:"Description", file: "imagick.setprogressmonitor"},
{id:8376, pId:847, name:"Description", file: "imagick.setregistry"},
{id:8377, pId:847, name:"Sets the image resolution", file: "imagick.setresolution"},
{id:8378, pId:847, name:"Sets the limit for a particular resource", file: "imagick.setresourcelimit"},
{id:8379, pId:847, name:"Sets the image sampling factors", file: "imagick.setsamplingfactors"},
{id:8380, pId:847, name:"Sets the size of the Imagick object", file: "imagick.setsize"},
{id:8381, pId:847, name:"Sets the size and offset of the Imagick object", file: "imagick.setsizeoffset"},
{id:8382, pId:847, name:"Sets the image type attribute", file: "imagick.settype"},
{id:8384, pId:847, name:"Creates a 3D effect", file: "imagick.shadeimage"},
{id:8385, pId:847, name:"Simulates an image shadow", file: "imagick.shadowimage"},
{id:8386, pId:847, name:"Sharpens an image", file: "imagick.sharpenimage"},
{id:8387, pId:847, name:"Shaves pixels from the image edges", file: "imagick.shaveimage"},
{id:8388, pId:847, name:"Creating a parallelogram", file: "imagick.shearimage"},
{id:8389, pId:847, name:"Adjusts the contrast of an image", file: "imagick.sigmoidalcontrastimage"},
{id:8390, pId:847, name:"Simulates a pencil sketch", file: "imagick.sketchimage"},
{id:8391, pId:847, name:"Description", file: "imagick.smushimages"},
{id:8392, pId:847, name:"Applies a solarizing effect to the image", file: "imagick.solarizeimage"},
{id:8393, pId:847, name:"Interpolates colors", file: "imagick.sparsecolorimage"},
{id:8394, pId:847, name:"Splices a solid color into the image", file: "imagick.spliceimage"},
{id:8395, pId:847, name:"Randomly displaces each pixel in a block", file: "imagick.spreadimage"},
{id:8396, pId:847, name:"Description", file: "imagick.statisticimage"},
{id:8397, pId:847, name:"Hides a digital watermark within the image", file: "imagick.steganoimage"},
{id:8398, pId:847, name:"Composites two images", file: "imagick.stereoimage"},
{id:8399, pId:847, name:"去掉图片的所有配置和设置", file: "imagick.stripimage"},
{id:8400, pId:847, name:"Description", file: "imagick.subimagematch"},
{id:8401, pId:847, name:"Swirls the pixels about the center of the image", file: "imagick.swirlimage"},
{id:8402, pId:847, name:"Repeatedly tiles the texture image", file: "imagick.textureimage"},
{id:8403, pId:847, name:"Changes the value of individual pixels based on a ", file: "imagick.thresholdimage"},
{id:8404, pId:847, name:"Changes the size of an image", file: "imagick.thumbnailimage"},
{id:8405, pId:847, name:"Applies a color vector to each pixel in the image", file: "imagick.tintimage"},
{id:8406, pId:847, name:"Returns the image as a string", file: "imagick.tostring"},
{id:8407, pId:847, name:"Convenience method for setting crop size and the i", file: "imagick.transformimage"},
{id:8408, pId:847, name:"Transforms an image to a new colorspace", file: "imagick.transformimagecolorspace"},
{id:8409, pId:847, name:"Paints pixels transparent", file: "imagick.transparentpaintimage"},
{id:8410, pId:847, name:"Creates a vertical mirror image", file: "imagick.transposeimage"},
{id:8411, pId:847, name:"Creates a horizontal mirror image", file: "imagick.transverseimage"},
{id:8412, pId:847, name:"Remove edges from the image", file: "imagick.trimimage"},
{id:8413, pId:847, name:"Discards all but one of any pixel color", file: "imagick.uniqueimagecolors"},
{id:8414, pId:847, name:"Sharpens an image", file: "imagick.unsharpmaskimage"},
{id:8415, pId:847, name:"Checks if the current item is valid", file: "imagick.valid"},
{id:8416, pId:847, name:"Adds vignette filter to the image", file: "imagick.vignetteimage"},
{id:8417, pId:847, name:"Applies wave filter to the image", file: "imagick.waveimage"},
{id:8418, pId:847, name:"Force all pixels above the threshold into white", file: "imagick.whitethresholdimage"},
{id:8419, pId:847, name:"把图片写入指定的文件", file: "imagick.writeimage"},
{id:8420, pId:847, name:"Writes an image to a filehandle", file: "imagick.writeimagefile"},
{id:8421, pId:847, name:"Writes an image or image sequence", file: "imagick.writeimages"},
{id:8422, pId:847, name:"Writes frames to a filehandle", file: "imagick.writeimagesfile"},
{id:848, pId:232, name:"The ImagickDraw classs124c124-0.82%", file: "class.imagickdraw"},
{id:8423, pId:848, name:"Adjusts the current affine transformation matrix", file: "imagickdraw.affine"},
{id:8424, pId:848, name:"Draws text on the image", file: "imagickdraw.annotation"},
{id:8425, pId:848, name:"Draws an arc", file: "imagickdraw.arc"},
{id:8426, pId:848, name:"Draws a bezier curve", file: "imagickdraw.bezier"},
{id:8427, pId:848, name:"Draws a circle", file: "imagickdraw.circle"},
{id:8428, pId:848, name:"Clears the ImagickDraw", file: "imagickdraw.clear"},
{id:8429, pId:848, name:"Makes an exact copy of the specified ImagickDraw o", file: "imagickdraw.clone"},
{id:8430, pId:848, name:"Draws color on image", file: "imagickdraw.color"},
{id:8431, pId:848, name:"Adds a comment", file: "imagickdraw.comment"},
{id:8432, pId:848, name:"Composites an image onto the current image", file: "imagickdraw.composite"},
{id:8433, pId:848, name:"The ImagickDraw constructor", file: "imagickdraw.construct"},
{id:8434, pId:848, name:"Frees all associated resources", file: "imagickdraw.destroy"},
{id:8435, pId:848, name:"Draws an ellipse on the image", file: "imagickdraw.ellipse"},
{id:8436, pId:848, name:"Obtains the current clipping path ID", file: "imagickdraw.getclippath"},
{id:8437, pId:848, name:"Returns the current polygon fill rule", file: "imagickdraw.getcliprule"},
{id:8438, pId:848, name:"Returns the interpretation of clip path units", file: "imagickdraw.getclipunits"},
{id:8439, pId:848, name:"Returns the fill color", file: "imagickdraw.getfillcolor"},
{id:8440, pId:848, name:"Returns the opacity used when drawing", file: "imagickdraw.getfillopacity"},
{id:8441, pId:848, name:"Returns the fill rule", file: "imagickdraw.getfillrule"},
{id:8442, pId:848, name:"Returns the font", file: "imagickdraw.getfont"},
{id:8443, pId:848, name:"Returns the font family", file: "imagickdraw.getfontfamily"},
{id:8444, pId:848, name:"Returns the font pointsize", file: "imagickdraw.getfontsize"},
{id:8445, pId:848, name:"Description", file: "imagickdraw.getfontstretch"},
{id:8446, pId:848, name:"Returns the font style", file: "imagickdraw.getfontstyle"},
{id:8447, pId:848, name:"Returns the font weight", file: "imagickdraw.getfontweight"},
{id:8448, pId:848, name:"Returns the text placement gravity", file: "imagickdraw.getgravity"},
{id:8449, pId:848, name:"Returns the current stroke antialias setting", file: "imagickdraw.getstrokeantialias"},
{id:8450, pId:848, name:"Returns the color used for stroking object outline", file: "imagickdraw.getstrokecolor"},
{id:8451, pId:848, name:"Returns an array representing the pattern of dashe", file: "imagickdraw.getstrokedasharray"},
{id:8452, pId:848, name:"Returns the offset into the dash pattern to start ", file: "imagickdraw.getstrokedashoffset"},
{id:8453, pId:848, name:"Returns the shape to be used at the end of open su", file: "imagickdraw.getstrokelinecap"},
{id:8454, pId:848, name:"Returns the shape to be used at the corners of pat", file: "imagickdraw.getstrokelinejoin"},
{id:8455, pId:848, name:"Returns the stroke miter limit", file: "imagickdraw.getstrokemiterlimit"},
{id:8456, pId:848, name:"Returns the opacity of stroked object outlines", file: "imagickdraw.getstrokeopacity"},
{id:8457, pId:848, name:"Returns the width of the stroke used to draw objec", file: "imagickdraw.getstrokewidth"},
{id:8458, pId:848, name:"Returns the text alignment", file: "imagickdraw.gettextalignment"},
{id:8459, pId:848, name:"Returns the current text antialias setting", file: "imagickdraw.gettextantialias"},
{id:8460, pId:848, name:"Returns the text decoration", file: "imagickdraw.gettextdecoration"},
{id:8461, pId:848, name:"Returns the code set used for text annotations", file: "imagickdraw.gettextencoding"},
{id:8462, pId:848, name:"Description", file: "imagickdraw.gettextinterlinespacing"},
{id:8463, pId:848, name:"Description", file: "imagickdraw.gettextinterwordspacing"},
{id:8464, pId:848, name:"Description", file: "imagickdraw.gettextkerning"},
{id:8465, pId:848, name:"Returns the text under color", file: "imagickdraw.gettextundercolor"},
{id:8466, pId:848, name:"Returns a string containing vector graphics", file: "imagickdraw.getvectorgraphics"},
{id:8467, pId:848, name:"Draws a line", file: "imagickdraw.line"},
{id:8468, pId:848, name:"Paints on the image's opacity channel", file: "imagickdraw.matte"},
{id:8469, pId:848, name:"Adds a path element to the current path", file: "imagickdraw.pathclose"},
{id:8470, pId:848, name:"Draws a cubic Bezier curve", file: "imagickdraw.pathcurvetoabsolute"},
{id:8471, pId:848, name:"Draws a quadratic Bezier curve", file: "imagickdraw.pathcurvetoquadraticbezierabsolute"},
{id:8472, pId:848, name:"Draws a quadratic Bezier curve", file: "imagickdraw.pathcurvetoquadraticbezierrelative"},
{id:8473, pId:848, name:"Draws a quadratic Bezier curve", file: "imagickdraw.pathcurvetoquadraticbeziersmoothabsolute"},
{id:8474, pId:848, name:"Draws a quadratic Bezier curve", file: "imagickdraw.pathcurvetoquadraticbeziersmoothrelative"},
{id:8475, pId:848, name:"Draws a cubic Bezier curve", file: "imagickdraw.pathcurvetorelative"},
{id:8476, pId:848, name:"Draws a cubic Bezier curve", file: "imagickdraw.pathcurvetosmoothabsolute"},
{id:8477, pId:848, name:"Draws a cubic Bezier curve", file: "imagickdraw.pathcurvetosmoothrelative"},
{id:8478, pId:848, name:"Draws an elliptical arc", file: "imagickdraw.pathellipticarcabsolute"},
{id:8479, pId:848, name:"Draws an elliptical arc", file: "imagickdraw.pathellipticarcrelative"},
{id:8480, pId:848, name:"Terminates the current path", file: "imagickdraw.pathfinish"},
{id:8481, pId:848, name:"Draws a line path", file: "imagickdraw.pathlinetoabsolute"},
{id:8482, pId:848, name:"Draws a horizontal line path", file: "imagickdraw.pathlinetohorizontalabsolute"},
{id:8483, pId:848, name:"Draws a horizontal line", file: "imagickdraw.pathlinetohorizontalrelative"},
{id:8484, pId:848, name:"Draws a line path", file: "imagickdraw.pathlinetorelative"},
{id:8485, pId:848, name:"Draws a vertical line", file: "imagickdraw.pathlinetoverticalabsolute"},
{id:8486, pId:848, name:"Draws a vertical line path", file: "imagickdraw.pathlinetoverticalrelative"},
{id:8487, pId:848, name:"Starts a new sub-path", file: "imagickdraw.pathmovetoabsolute"},
{id:8488, pId:848, name:"Starts a new sub-path", file: "imagickdraw.pathmovetorelative"},
{id:8489, pId:848, name:"Declares the start of a path drawing list", file: "imagickdraw.pathstart"},
{id:8490, pId:848, name:"Draws a point", file: "imagickdraw.point"},
{id:8491, pId:848, name:"Draws a polygon", file: "imagickdraw.polygon"},
{id:8492, pId:848, name:"Draws a polyline", file: "imagickdraw.polyline"},
{id:8493, pId:848, name:"Destroys the current ImagickDraw in the stack, and", file: "imagickdraw.pop"},
{id:8494, pId:848, name:"Terminates a clip path definition", file: "imagickdraw.popclippath"},
{id:8495, pId:848, name:"Terminates a definition list", file: "imagickdraw.popdefs"},
{id:8496, pId:848, name:"Terminates a pattern definition", file: "imagickdraw.poppattern"},
{id:8497, pId:848, name:"Clones the current ImagickDraw and pushes it to th", file: "imagickdraw.push"},
{id:8498, pId:848, name:"Starts a clip path definition", file: "imagickdraw.pushclippath"},
{id:8499, pId:848, name:"Indicates that following commands create named ele", file: "imagickdraw.pushdefs"},
{id:8500, pId:848, name:"Indicates that subsequent commands up to a Imagick", file: "imagickdraw.pushpattern"},
{id:8501, pId:848, name:"Draws a rectangle", file: "imagickdraw.rectangle"},
{id:8502, pId:848, name:"Renders all preceding drawing commands onto the im", file: "imagickdraw.render"},
{id:8503, pId:848, name:"Description", file: "imagickdraw.resetvectorgraphics"},
{id:8504, pId:848, name:"Applies the specified rotation to the current coor", file: "imagickdraw.rotate"},
{id:8505, pId:848, name:"Draws a rounded rectangle", file: "imagickdraw.roundrectangle"},
{id:8506, pId:848, name:"Adjusts the scaling factor", file: "imagickdraw.scale"},
{id:8507, pId:848, name:"Associates a named clipping path with the image", file: "imagickdraw.setclippath"},
{id:8508, pId:848, name:"Set the polygon fill rule to be used by the clippi", file: "imagickdraw.setcliprule"},
{id:8509, pId:848, name:"Sets the interpretation of clip path units", file: "imagickdraw.setclipunits"},
{id:8510, pId:848, name:"Sets the opacity to use when drawing using the fil", file: "imagickdraw.setfillalpha"},
{id:8511, pId:848, name:"Sets the fill color to be used for drawing filled ", file: "imagickdraw.setfillcolor"},
{id:8512, pId:848, name:"Sets the opacity to use when drawing using the fil", file: "imagickdraw.setfillopacity"},
{id:8513, pId:848, name:"Sets the URL to use as a fill pattern for filling ", file: "imagickdraw.setfillpatternurl"},
{id:8514, pId:848, name:"Sets the fill rule to use while drawing polygons", file: "imagickdraw.setfillrule"},
{id:8515, pId:848, name:"Sets the fully-specified font to use when annotati", file: "imagickdraw.setfont"},
{id:8516, pId:848, name:"Sets the font family to use when annotating with t", file: "imagickdraw.setfontfamily"},
{id:8517, pId:848, name:"Sets the font pointsize to use when annotating wit", file: "imagickdraw.setfontsize"},
{id:8518, pId:848, name:"Sets the font stretch to use when annotating with ", file: "imagickdraw.setfontstretch"},
{id:8519, pId:848, name:"Sets the font style to use when annotating with te", file: "imagickdraw.setfontstyle"},
{id:8520, pId:848, name:"Sets the font weight", file: "imagickdraw.setfontweight"},
{id:8521, pId:848, name:"Sets the text placement gravity", file: "imagickdraw.setgravity"},
{id:8522, pId:848, name:"Description", file: "imagickdraw.setresolution"},
{id:8523, pId:848, name:"Specifies the opacity of stroked object outlines", file: "imagickdraw.setstrokealpha"},
{id:8524, pId:848, name:"Controls whether stroked outlines are antialiased", file: "imagickdraw.setstrokeantialias"},
{id:8525, pId:848, name:"Sets the color used for stroking object outlines", file: "imagickdraw.setstrokecolor"},
{id:8526, pId:848, name:"Specifies the pattern of dashes and gaps used to s", file: "imagickdraw.setstrokedasharray"},
{id:8527, pId:848, name:"Specifies the offset into the dash pattern to star", file: "imagickdraw.setstrokedashoffset"},
{id:8528, pId:848, name:"Specifies the shape to be used at the end of open ", file: "imagickdraw.setstrokelinecap"},
{id:8529, pId:848, name:"Specifies the shape to be used at the corners of p", file: "imagickdraw.setstrokelinejoin"},
{id:8530, pId:848, name:"Specifies the miter limit", file: "imagickdraw.setstrokemiterlimit"},
{id:8531, pId:848, name:"Specifies the opacity of stroked object outlines", file: "imagickdraw.setstrokeopacity"},
{id:8532, pId:848, name:"Sets the pattern used for stroking object outlines", file: "imagickdraw.setstrokepatternurl"},
{id:8533, pId:848, name:"Sets the width of the stroke used to draw object o", file: "imagickdraw.setstrokewidth"},
{id:8534, pId:848, name:"Specifies a text alignment", file: "imagickdraw.settextalignment"},
{id:8535, pId:848, name:"Controls whether text is antialiased", file: "imagickdraw.settextantialias"},
{id:8536, pId:848, name:"Specifies a decoration", file: "imagickdraw.settextdecoration"},
{id:8537, pId:848, name:"Specifies the text code set", file: "imagickdraw.settextencoding"},
{id:8538, pId:848, name:"Description", file: "imagickdraw.settextinterlinespacing"},
{id:8539, pId:848, name:"Description", file: "imagickdraw.settextinterwordspacing"},
{id:8540, pId:848, name:"Description", file: "imagickdraw.settextkerning"},
{id:8541, pId:848, name:"Specifies the color of a background rectangle", file: "imagickdraw.settextundercolor"},
{id:8542, pId:848, name:"Sets the vector graphics", file: "imagickdraw.setvectorgraphics"},
{id:8543, pId:848, name:"Sets the overall canvas size", file: "imagickdraw.setviewbox"},
{id:8544, pId:848, name:"Skews the current coordinate system in the horizon", file: "imagickdraw.skewx"},
{id:8545, pId:848, name:"Skews the current coordinate system in the vertica", file: "imagickdraw.skewy"},
{id:8546, pId:848, name:"Applies a translation to the current coordinate sy", file: "imagickdraw.translate"},
{id:849, pId:232, name:"The ImagickPixel classs20c20-0.13%", file: "class.imagickpixel"},
{id:8547, pId:849, name:"Clears resources associated with this object", file: "imagickpixel.clear"},
{id:8548, pId:849, name:"The ImagickPixel constructor", file: "imagickpixel.construct"},
{id:8549, pId:849, name:"Deallocates resources associated with this object", file: "imagickpixel.destroy"},
{id:8550, pId:849, name:"Returns the color", file: "imagickpixel.getcolor"},
{id:8551, pId:849, name:"Returns the color as a string", file: "imagickpixel.getcolorasstring"},
{id:8552, pId:849, name:"Returns the color count associated with this color", file: "imagickpixel.getcolorcount"},
{id:8553, pId:849, name:"Description", file: "imagickpixel.getcolorquantum"},
{id:8554, pId:849, name:"Gets the normalized value of the provided color ch", file: "imagickpixel.getcolorvalue"},
{id:8555, pId:849, name:"Description", file: "imagickpixel.getcolorvaluequantum"},
{id:8556, pId:849, name:"Returns the normalized HSL color of the ImagickPix", file: "imagickpixel.gethsl"},
{id:8557, pId:849, name:"Description", file: "imagickpixel.getindex"},
{id:8558, pId:849, name:"Check the distance between this color and another", file: "imagickpixel.ispixelsimilar"},
{id:8559, pId:849, name:"Description", file: "imagickpixel.ispixelsimilarquantum"},
{id:8560, pId:849, name:"Check the distance between this color and another", file: "imagickpixel.issimilar"},
{id:8561, pId:849, name:"Sets the color", file: "imagickpixel.setcolor"},
{id:8562, pId:849, name:"Description", file: "imagickpixel.setcolorcount"},
{id:8563, pId:849, name:"Sets the normalized value of one of the channels", file: "imagickpixel.setcolorvalue"},
{id:8564, pId:849, name:"Description", file: "imagickpixel.setcolorvaluequantum"},
{id:8565, pId:849, name:"Sets the normalized HSL color", file: "imagickpixel.sethsl"},
{id:8566, pId:849, name:"Description", file: "imagickpixel.setindex"},
{id:850, pId:232, name:"The ImagickPixelIterator classs14c14-0.09%", file: "class.imagickpixeliterator"},
{id:8567, pId:850, name:"Clear resources associated with a PixelIterator", file: "imagickpixeliterator.clear"},
{id:8568, pId:850, name:"The ImagickPixelIterator constructor", file: "imagickpixeliterator.construct"},
{id:8569, pId:850, name:"Deallocates resources associated with a PixelItera", file: "imagickpixeliterator.destroy"},
{id:8570, pId:850, name:"Returns the current row of ImagickPixel objects", file: "imagickpixeliterator.getcurrentiteratorrow"},
{id:8571, pId:850, name:"Returns the current pixel iterator row", file: "imagickpixeliterator.getiteratorrow"},
{id:8572, pId:850, name:"Returns the next row of the pixel iterator", file: "imagickpixeliterator.getnextiteratorrow"},
{id:8573, pId:850, name:"Returns the previous row", file: "imagickpixeliterator.getpreviousiteratorrow"},
{id:8574, pId:850, name:"Returns a new pixel iterator", file: "imagickpixeliterator.newpixeliterator"},
{id:8575, pId:850, name:"Returns a new pixel iterator", file: "imagickpixeliterator.newpixelregioniterator"},
{id:8576, pId:850, name:"Resets the pixel iterator", file: "imagickpixeliterator.resetiterator"},
{id:8577, pId:850, name:"Sets the pixel iterator to the first pixel row", file: "imagickpixeliterator.setiteratorfirstrow"},
{id:8578, pId:850, name:"Sets the pixel iterator to the last pixel row", file: "imagickpixeliterator.setiteratorlastrow"},
{id:8579, pId:850, name:"Set the pixel iterator row", file: "imagickpixeliterator.setiteratorrow"},
{id:8580, pId:850, name:"Syncs the pixel iterator", file: "imagickpixeliterator.synciterator"},
{id:8098, pId:232, name:"预定义常量", file: "imagick.constants"},
{id:8126, pId:232, name:"范例s1c1-0.01%", file: "imagick.examples"},
{id:8125, pId:8126, name:"Basic usage", file: "imagick.examples-1"},
{id:8383, pId:232, name:"安装/配置s4c4-0.03%", file: "imagick.setup"},
{id:8097, pId:8383, name:"运行时配置", file: "imagick.configuration"},
{id:8243, pId:8383, name:"安装", file: "imagick.installation"},
{id:8300, pId:8383, name:"需求", file: "imagick.requirements"},
{id:8304, pId:8383, name:"资源类型", file: "imagick.resources"},
{id:9150, pId:232, name:"简介", file: "intro.imagick"},
{id:12193, pId:2527, name:"非文本内容的 MIME 输出s9c778-5.17%", file: "refs.utilspec.nontext"},
{id:202, pId:12193, name:"Forms Data Formats5c44-0.29%", file: "book.fdf"},
{id:2388, pId:202, name:"预定义常量", file: "fdf.constants"},
{id:2389, pId:202, name:"范例", file: "fdf.examples"},
{id:2393, pId:202, name:"安装/配置s4c4-0.03%", file: "fdf.setup"},
{id:2387, pId:2393, name:"运行时配置", file: "fdf.configuration"},
{id:2390, pId:2393, name:"安装", file: "fdf.installation"},
{id:2391, pId:2393, name:"需求", file: "fdf.requirements"},
{id:2392, pId:2393, name:"资源类型", file: "fdf.resources"},
{id:9120, pId:202, name:"简介", file: "intro.fdf"},
{id:11782, pId:202, name:"FDF 函数s35c35-0.23%", file: "ref.fdf"},
{id:3611, pId:11782, name:"Adds javascript code to the FDF document", file: "function.fdf-add-doc-javascript"},
{id:3612, pId:11782, name:"Adds a template into the FDF document", file: "function.fdf-add-template"},
{id:3613, pId:11782, name:"Close an FDF document", file: "function.fdf-close"},
{id:3614, pId:11782, name:"Create a new FDF document", file: "function.fdf-create"},
{id:3615, pId:11782, name:"Call a user defined function for each document val", file: "function.fdf-enum-values"},
{id:3616, pId:11782, name:"Return error code for last fdf operation", file: "function.fdf-errno"},
{id:3617, pId:11782, name:"Return error description for FDF error code", file: "function.fdf-error"},
{id:3618, pId:11782, name:"Get the appearance of a field", file: "function.fdf-get-ap"},
{id:3619, pId:11782, name:"Extracts uploaded file embedded in the FDF", file: "function.fdf-get-attachment"},
{id:3620, pId:11782, name:"Get the value of the /Encoding key", file: "function.fdf-get-encoding"},
{id:3621, pId:11782, name:"Get the value of the /F key", file: "function.fdf-get-file"},
{id:3622, pId:11782, name:"Gets the flags of a field", file: "function.fdf-get-flags"},
{id:3623, pId:11782, name:"Gets a value from the opt array of a field", file: "function.fdf-get-opt"},
{id:3624, pId:11782, name:"Get the value of the /STATUS key", file: "function.fdf-get-status"},
{id:3625, pId:11782, name:"Get the value of a field", file: "function.fdf-get-value"},
{id:3626, pId:11782, name:"Gets version number for FDF API or file", file: "function.fdf-get-version"},
{id:3627, pId:11782, name:"Sets FDF-specific output headers", file: "function.fdf-header"},
{id:3628, pId:11782, name:"Get the next field name", file: "function.fdf-next-field-name"},
{id:3629, pId:11782, name:"Read a FDF document from a string", file: "function.fdf-open-string"},
{id:3630, pId:11782, name:"Open a FDF document", file: "function.fdf-open"},
{id:3631, pId:11782, name:"Sets target frame for form", file: "function.fdf-remove-item"},
{id:3632, pId:11782, name:"Returns the FDF document as a string", file: "function.fdf-save-string"},
{id:3633, pId:11782, name:"Save a FDF document", file: "function.fdf-save"},
{id:3634, pId:11782, name:"Set the appearance of a field", file: "function.fdf-set-ap"},
{id:3635, pId:11782, name:"Sets FDF character encoding", file: "function.fdf-set-encoding"},
{id:3636, pId:11782, name:"Set PDF document to display FDF data in", file: "function.fdf-set-file"},
{id:3637, pId:11782, name:"Sets a flag of a field", file: "function.fdf-set-flags"},
{id:3638, pId:11782, name:"Sets an javascript action of a field", file: "function.fdf-set-javascript-action"},
{id:3639, pId:11782, name:"Adds javascript code to be executed when Acrobat o", file: "function.fdf-set-on-import-javascript"},
{id:3640, pId:11782, name:"Sets an option of a field", file: "function.fdf-set-opt"},
{id:3641, pId:11782, name:"Set the value of the /STATUS key", file: "function.fdf-set-status"},
{id:3642, pId:11782, name:"Sets a submit form action of a field", file: "function.fdf-set-submit-form-action"},
{id:3643, pId:11782, name:"Set target frame for form display", file: "function.fdf-set-target-frame"},
{id:3644, pId:11782, name:"Set the value of a field", file: "function.fdf-set-value"},
{id:3645, pId:11782, name:"Sets version number for a FDF file", file: "function.fdf-set-version"},
{id:218, pId:12193, name:"GNU Privacy Guards5c31-0.21%", file: "book.gnupg"},
{id:7726, pId:218, name:"预定义常量", file: "gnupg.constants"},
{id:7728, pId:218, name:"范例s1c1-0.01%", file: "gnupg.examples"},
{id:7727, pId:7728, name:"Clearsign text", file: "gnupg.examples-clearsign"},
{id:7732, pId:218, name:"安装/配置s4c4-0.03%", file: "gnupg.setup"},
{id:7725, pId:7732, name:"运行时配置", file: "gnupg.configuration"},
{id:7729, pId:7732, name:"安装", file: "gnupg.installation"},
{id:7730, pId:7732, name:"需求", file: "gnupg.requirements"},
{id:7731, pId:7732, name:"资源类型", file: "gnupg.resources"},
{id:9136, pId:218, name:"简介", file: "intro.gnupg"},
{id:11794, pId:218, name:"GnuPG 函数s21c21-0.14%", file: "ref.gnupg"},
{id:3883, pId:11794, name:"Add a key for decryption", file: "function.gnupg-adddecryptkey"},
{id:3884, pId:11794, name:"Add a key for encryption", file: "function.gnupg-addencryptkey"},
{id:3885, pId:11794, name:"Add a key for signing", file: "function.gnupg-addsignkey"},
{id:3886, pId:11794, name:"Removes all keys which were set for decryption bef", file: "function.gnupg-cleardecryptkeys"},
{id:3887, pId:11794, name:"Removes all keys which were set for encryption bef", file: "function.gnupg-clearencryptkeys"},
{id:3888, pId:11794, name:"Removes all keys which were set for signing before", file: "function.gnupg-clearsignkeys"},
{id:3889, pId:11794, name:"Decrypts a given text", file: "function.gnupg-decrypt"},
{id:3890, pId:11794, name:"Decrypts and verifies a given text", file: "function.gnupg-decryptverify"},
{id:3891, pId:11794, name:"Encrypts a given text", file: "function.gnupg-encrypt"},
{id:3892, pId:11794, name:"Encrypts and signs a given text", file: "function.gnupg-encryptsign"},
{id:3893, pId:11794, name:"Exports a key", file: "function.gnupg-export"},
{id:3894, pId:11794, name:"Returns the errortext, if a function fails", file: "function.gnupg-geterror"},
{id:3895, pId:11794, name:"Returns the currently active protocol for all oper", file: "function.gnupg-getprotocol"},
{id:3896, pId:11794, name:"Imports a key", file: "function.gnupg-import"},
{id:3897, pId:11794, name:"Initialize a connection", file: "function.gnupg-init"},
{id:3898, pId:11794, name:"Returns an array with information about all keys t", file: "function.gnupg-keyinfo"},
{id:3899, pId:11794, name:"Toggle armored output", file: "function.gnupg-setarmor"},
{id:3900, pId:11794, name:"Sets the mode for error_reporting", file: "function.gnupg-seterrormode"},
{id:3901, pId:11794, name:"Sets the mode for signing", file: "function.gnupg-setsignmode"},
{id:3902, pId:11794, name:"Signs a given text", file: "function.gnupg-sign"},
{id:3903, pId:11794, name:"Verifies a signed text", file: "function.gnupg-verify"},
{id:220, pId:12193, name:"Haru PDFs14c185-1.23%", file: "book.haru"},
{id:835, pId:220, name:"The HaruAnnotation classs4c4-0.03%", file: "class.haruannotation"},
{id:7754, pId:835, name:"Set the border style of the annotation", file: "haruannotation.setborderstyle"},
{id:7755, pId:835, name:"Set the highlighting mode of the annotation", file: "haruannotation.sethighlightmode"},
{id:7756, pId:835, name:"Set the icon style of the annotation", file: "haruannotation.seticon"},
{id:7757, pId:835, name:"Set the initial state of the annotation", file: "haruannotation.setopened"},
{id:836, pId:220, name:"The HaruDestination classs8c8-0.05%", file: "class.harudestination"},
{id:7758, pId:836, name:"Set the appearance of the page to fit the window", file: "harudestination.setfit"},
{id:7759, pId:836, name:"Set the appearance of the page to fit the bounding", file: "harudestination.setfitb"},
{id:7760, pId:836, name:"Set the appearance of the page to fit the width of", file: "harudestination.setfitbh"},
{id:7761, pId:836, name:"Set the appearance of the page to fit the height o", file: "harudestination.setfitbv"},
{id:7762, pId:836, name:"Set the appearance of the page to fit the window w", file: "harudestination.setfith"},
{id:7763, pId:836, name:"Set the appearance of the page to fit the specifie", file: "harudestination.setfitr"},
{id:7764, pId:836, name:"Set the appearance of the page to fit the window h", file: "harudestination.setfitv"},
{id:7765, pId:836, name:"Set the appearance of the page", file: "harudestination.setxyz"},
{id:837, pId:220, name:"The HaruDoc classs44c44-0.29%", file: "class.harudoc"},
{id:7766, pId:837, name:"Add new page to the document", file: "harudoc.addpage"},
{id:7767, pId:837, name:"Set the numbering style for the specified range of", file: "harudoc.addpagelabel"},
{id:7768, pId:837, name:"Construct new HaruDoc instance", file: "harudoc.construct"},
{id:7769, pId:837, name:"Create a HaruOutline instance", file: "harudoc.createoutline"},
{id:7770, pId:837, name:"Get HaruEncoder currently used in the document", file: "harudoc.getcurrentencoder"},
{id:7771, pId:837, name:"Return current page of the document", file: "harudoc.getcurrentpage"},
{id:7772, pId:837, name:"Get HaruEncoder instance for the specified encodin", file: "harudoc.getencoder"},
{id:7773, pId:837, name:"Get HaruFont instance", file: "harudoc.getfont"},
{id:7774, pId:837, name:"Get current value of the specified document attrib", file: "harudoc.getinfoattr"},
{id:7775, pId:837, name:"Get current page layout", file: "harudoc.getpagelayout"},
{id:7776, pId:837, name:"Get current page mode", file: "harudoc.getpagemode"},
{id:7777, pId:837, name:"Get the size of the temporary stream", file: "harudoc.getstreamsize"},
{id:7778, pId:837, name:"Insert new page just before the specified page", file: "harudoc.insertpage"},
{id:7779, pId:837, name:"Load a JPEG image", file: "harudoc.loadjpeg"},
{id:7780, pId:837, name:"Load PNG image and return HaruImage instance", file: "harudoc.loadpng"},
{id:7781, pId:837, name:"Load a RAW image", file: "harudoc.loadraw"},
{id:7782, pId:837, name:"Load the font with the specified index from TTC fi", file: "harudoc.loadttc"},
{id:7783, pId:837, name:"Load TTF font file", file: "harudoc.loadttf"},
{id:7784, pId:837, name:"Load Type1 font", file: "harudoc.loadtype1"},
{id:7785, pId:837, name:"Write the document data to the output buffer", file: "harudoc.output"},
{id:7786, pId:837, name:"Read data from the temporary stream", file: "harudoc.readfromstream"},
{id:7787, pId:837, name:"Reset error state of the document handle", file: "harudoc.reseterror"},
{id:7788, pId:837, name:"Rewind the temporary stream", file: "harudoc.resetstream"},
{id:7789, pId:837, name:"Save the document into the specified file", file: "harudoc.save"},
{id:7790, pId:837, name:"Save the document into a temporary stream", file: "harudoc.savetostream"},
{id:7791, pId:837, name:"Set compression mode for the document", file: "harudoc.setcompressionmode"},
{id:7792, pId:837, name:"Set the current encoder for the document", file: "harudoc.setcurrentencoder"},
{id:7793, pId:837, name:"Set encryption mode for the document", file: "harudoc.setencryptionmode"},
{id:7794, pId:837, name:"Set the info attribute of the document", file: "harudoc.setinfoattr"},
{id:7795, pId:837, name:"Set the datetime info attributes of the document", file: "harudoc.setinfodateattr"},
{id:7796, pId:837, name:"Define which page is shown when the document is op", file: "harudoc.setopenaction"},
{id:7797, pId:837, name:"Set how pages should be displayed", file: "harudoc.setpagelayout"},
{id:7798, pId:837, name:"Set how the document should be displayed", file: "harudoc.setpagemode"},
{id:7799, pId:837, name:"Set the number of pages per set of pages", file: "harudoc.setpagesconfiguration"},
{id:7800, pId:837, name:"Set owner and user passwords for the document", file: "harudoc.setpassword"},
{id:7801, pId:837, name:"Set permissions for the document", file: "harudoc.setpermission"},
{id:7802, pId:837, name:"Enable Chinese simplified encodings", file: "harudoc.usecnsencodings"},
{id:7803, pId:837, name:"Enable builtin Chinese simplified fonts", file: "harudoc.usecnsfonts"},
{id:7804, pId:837, name:"Enable Chinese traditional encodings", file: "harudoc.usecntencodings"},
{id:7805, pId:837, name:"Enable builtin Chinese traditional fonts", file: "harudoc.usecntfonts"},
{id:7806, pId:837, name:"Enable Japanese encodings", file: "harudoc.usejpencodings"},
{id:7807, pId:837, name:"Enable builtin Japanese fonts", file: "harudoc.usejpfonts"},
{id:7808, pId:837, name:"Enable Korean encodings", file: "harudoc.usekrencodings"},
{id:7809, pId:837, name:"Enable builtin Korean fonts", file: "harudoc.usekrfonts"},
{id:838, pId:220, name:"The HaruEncoder classs4c4-0.03%", file: "class.haruencoder"},
{id:7810, pId:838, name:"Get the type of the byte in the text", file: "haruencoder.getbytetype"},
{id:7811, pId:838, name:"Get the type of the encoder", file: "haruencoder.gettype"},
{id:7812, pId:838, name:"Convert the specified character to unicode", file: "haruencoder.getunicode"},
{id:7813, pId:838, name:"Get the writing mode of the encoder", file: "haruencoder.getwritingmode"},
{id:839, pId:220, name:"The HaruException class", file: "class.haruexception"},
{id:840, pId:220, name:"The HaruFont classs9c9-0.06%", file: "class.harufont"},
{id:7814, pId:840, name:"Get the vertical ascent of the font", file: "harufont.getascent"},
{id:7815, pId:840, name:"Get the distance from the baseline of uppercase le", file: "harufont.getcapheight"},
{id:7816, pId:840, name:"Get the vertical descent of the font", file: "harufont.getdescent"},
{id:7817, pId:840, name:"Get the name of the encoding", file: "harufont.getencodingname"},
{id:7818, pId:840, name:"Get the name of the font", file: "harufont.getfontname"},
{id:7819, pId:840, name:"Get the total width of the text, number of charact", file: "harufont.gettextwidth"},
{id:7820, pId:840, name:"Get the width of the character in the font", file: "harufont.getunicodewidth"},
{id:7821, pId:840, name:"Get the distance from the baseline of lowercase le", file: "harufont.getxheight"},
{id:7822, pId:840, name:"Calculate the number of characters which can be in", file: "harufont.measuretext"},
{id:841, pId:220, name:"The HaruImage classs7c7-0.05%", file: "class.haruimage"},
{id:7823, pId:841, name:"Get the number of bits used to describe each color", file: "haruimage.getbitspercomponent"},
{id:7824, pId:841, name:"Get the name of the color space", file: "haruimage.getcolorspace"},
{id:7825, pId:841, name:"Get the height of the image", file: "haruimage.getheight"},
{id:7826, pId:841, name:"Get size of the image", file: "haruimage.getsize"},
{id:7827, pId:841, name:"Get the width of the image", file: "haruimage.getwidth"},
{id:7828, pId:841, name:"Set the color mask of the image", file: "haruimage.setcolormask"},
{id:7829, pId:841, name:"Set the image mask", file: "haruimage.setmaskimage"},
{id:842, pId:220, name:"The HaruOutline classs2c2-0.01%", file: "class.haruoutline"},
{id:7830, pId:842, name:"Set the destination for the outline", file: "haruoutline.setdestination"},
{id:7831, pId:842, name:"Set the initial state of the outline", file: "haruoutline.setopened"},
{id:843, pId:220, name:"The HaruPage classs86c86-0.57%", file: "class.harupage"},
{id:7832, pId:843, name:"Append an arc to the current path", file: "harupage.arc"},
{id:7833, pId:843, name:"Begin a text object and set the current text posit", file: "harupage.begintext"},
{id:7834, pId:843, name:"Append a circle to the current path", file: "harupage.circle"},
{id:7835, pId:843, name:"Append a straight line from the current point to t", file: "harupage.closepath"},
{id:7836, pId:843, name:"Concatenate current transformation matrix of the p", file: "harupage.concat"},
{id:7837, pId:843, name:"Create new HaruDestination instance", file: "harupage.createdestination"},
{id:7838, pId:843, name:"Create new HaruAnnotation instance", file: "harupage.createlinkannotation"},
{id:7839, pId:843, name:"Create new HaruAnnotation instance", file: "harupage.createtextannotation"},
{id:7840, pId:843, name:"Create and return new HaruAnnotation instance", file: "harupage.createurlannotation"},
{id:7841, pId:843, name:"Append a Bezier curve to the current path", file: "harupage.curveto"},
{id:7842, pId:843, name:"Append a Bezier curve to the current path", file: "harupage.curveto2"},
{id:7843, pId:843, name:"Append a Bezier curve to the current path", file: "harupage.curveto3"},
{id:7844, pId:843, name:"Show image at the page", file: "harupage.drawimage"},
{id:7845, pId:843, name:"Append an ellipse to the current path", file: "harupage.ellipse"},
{id:7846, pId:843, name:"End current path object without filling and painti", file: "harupage.endpath"},
{id:7847, pId:843, name:"End current text object", file: "harupage.endtext"},
{id:7848, pId:843, name:"Fill current path using even-odd rule", file: "harupage.eofill"},
{id:7849, pId:843, name:"Fill current path using even-odd rule, then paint ", file: "harupage.eofillstroke"},
{id:7850, pId:843, name:"Fill current path using nonzero winding number rul", file: "harupage.fill"},
{id:7851, pId:843, name:"Fill current path using nonzero winding number rul", file: "harupage.fillstroke"},
{id:7852, pId:843, name:"Get the current value of character spacing", file: "harupage.getcharspace"},
{id:7853, pId:843, name:"Get the current filling color", file: "harupage.getcmykfill"},
{id:7854, pId:843, name:"Get the current stroking color", file: "harupage.getcmykstroke"},
{id:7855, pId:843, name:"Get the currently used font", file: "harupage.getcurrentfont"},
{id:7856, pId:843, name:"Get the current font size", file: "harupage.getcurrentfontsize"},
{id:7857, pId:843, name:"Get the current position for path painting", file: "harupage.getcurrentpos"},
{id:7858, pId:843, name:"Get the current position for text printing", file: "harupage.getcurrenttextpos"},
{id:7859, pId:843, name:"Get the current dash pattern", file: "harupage.getdash"},
{id:7860, pId:843, name:"Get the current filling color space", file: "harupage.getfillingcolorspace"},
{id:7861, pId:843, name:"Get the flatness of the page", file: "harupage.getflatness"},
{id:7862, pId:843, name:"Get the current graphics mode", file: "harupage.getgmode"},
{id:7863, pId:843, name:"Get the current filling color", file: "harupage.getgrayfill"},
{id:7864, pId:843, name:"Get the current stroking color", file: "harupage.getgraystroke"},
{id:7865, pId:843, name:"Get the height of the page", file: "harupage.getheight"},
{id:7866, pId:843, name:"Get the current value of horizontal scaling", file: "harupage.gethorizontalscaling"},
{id:7867, pId:843, name:"Get the current line cap style", file: "harupage.getlinecap"},
{id:7868, pId:843, name:"Get the current line join style", file: "harupage.getlinejoin"},
{id:7869, pId:843, name:"Get the current line width", file: "harupage.getlinewidth"},
{id:7870, pId:843, name:"Get the value of miter limit", file: "harupage.getmiterlimit"},
{id:7871, pId:843, name:"Get the current filling color", file: "harupage.getrgbfill"},
{id:7872, pId:843, name:"Get the current stroking color", file: "harupage.getrgbstroke"},
{id:7873, pId:843, name:"Get the current stroking color space", file: "harupage.getstrokingcolorspace"},
{id:7874, pId:843, name:"Get the current value of line spacing", file: "harupage.gettextleading"},
{id:7875, pId:843, name:"Get the current text transformation matrix of the ", file: "harupage.gettextmatrix"},
{id:7876, pId:843, name:"Get the current text rendering mode", file: "harupage.gettextrenderingmode"},
{id:7877, pId:843, name:"Get the current value of text rising", file: "harupage.gettextrise"},
{id:7878, pId:843, name:"Get the width of the text using current fontsize, ", file: "harupage.gettextwidth"},
{id:7879, pId:843, name:"Get the current transformation matrix of the page", file: "harupage.gettransmatrix"},
{id:7880, pId:843, name:"Get the width of the page", file: "harupage.getwidth"},
{id:7881, pId:843, name:"Get the current value of word spacing", file: "harupage.getwordspace"},
{id:7882, pId:843, name:"Draw a line from the current point to the specifie", file: "harupage.lineto"},
{id:7883, pId:843, name:"Calculate the byte length of characters which can ", file: "harupage.measuretext"},
{id:7884, pId:843, name:"Move text position to the specified offset", file: "harupage.movetextpos"},
{id:7885, pId:843, name:"Set starting point for new drawing path", file: "harupage.moveto"},
{id:7886, pId:843, name:"Move text position to the start of the next line", file: "harupage.movetonextline"},
{id:7887, pId:843, name:"Append a rectangle to the current path", file: "harupage.rectangle"},
{id:7888, pId:843, name:"Set character spacing for the page", file: "harupage.setcharspace"},
{id:7889, pId:843, name:"Set filling color for the page", file: "harupage.setcmykfill"},
{id:7890, pId:843, name:"Set stroking color for the page", file: "harupage.setcmykstroke"},
{id:7891, pId:843, name:"Set the dash pattern for the page", file: "harupage.setdash"},
{id:7892, pId:843, name:"Set flatness for the page", file: "harupage.setflatness"},
{id:7893, pId:843, name:"Set font and fontsize for the page", file: "harupage.setfontandsize"},
{id:7894, pId:843, name:"Set filling color for the page", file: "harupage.setgrayfill"},
{id:7895, pId:843, name:"Sets stroking color for the page", file: "harupage.setgraystroke"},
{id:7896, pId:843, name:"Set height of the page", file: "harupage.setheight"},
{id:7897, pId:843, name:"Set horizontal scaling for the page", file: "harupage.sethorizontalscaling"},
{id:7898, pId:843, name:"Set the shape to be used at the ends of lines", file: "harupage.setlinecap"},
{id:7899, pId:843, name:"Set line join style for the page", file: "harupage.setlinejoin"},
{id:7900, pId:843, name:"Set line width for the page", file: "harupage.setlinewidth"},
{id:7901, pId:843, name:"Set the current value of the miter limit of the pa", file: "harupage.setmiterlimit"},
{id:7902, pId:843, name:"Set filling color for the page", file: "harupage.setrgbfill"},
{id:7903, pId:843, name:"Set stroking color for the page", file: "harupage.setrgbstroke"},
{id:7904, pId:843, name:"Set rotation angle of the page", file: "harupage.setrotate"},
{id:7905, pId:843, name:"Set size and direction of the page", file: "harupage.setsize"},
{id:7906, pId:843, name:"Set transition style for the page", file: "harupage.setslideshow"},
{id:7907, pId:843, name:"Set text leading (line spacing) for the page", file: "harupage.settextleading"},
{id:7908, pId:843, name:"Set the current text transformation matrix of the ", file: "harupage.settextmatrix"},
{id:7909, pId:843, name:"Set text rendering mode for the page", file: "harupage.settextrenderingmode"},
{id:7910, pId:843, name:"Set the current value of text rising", file: "harupage.settextrise"},
{id:7911, pId:843, name:"Set width of the page", file: "harupage.setwidth"},
{id:7912, pId:843, name:"Set word spacing for the page", file: "harupage.setwordspace"},
{id:7913, pId:843, name:"Print text at the current position of the page", file: "harupage.showtext"},
{id:7914, pId:843, name:"Move the current position to the start of the next", file: "harupage.showtextnextline"},
{id:7915, pId:843, name:"Paint current path", file: "harupage.stroke"},
{id:7916, pId:843, name:"Print the text on the specified position", file: "harupage.textout"},
{id:7917, pId:843, name:"Print the text inside the specified region", file: "harupage.textrect"},
{id:7745, pId:220, name:"Builtin Fonts And Encodingss2c2-0.01%", file: "haru.builtin"},
{id:7743, pId:7745, name:"Builtin Encodings", file: "haru.builtin.encodings"},
{id:7744, pId:7745, name:"Builtin Fonts", file: "haru.builtin.fonts"},
{id:7747, pId:220, name:"预定义常量", file: "haru.constants"},
{id:7749, pId:220, name:"范例s1c1-0.01%", file: "haru.examples"},
{id:7748, pId:7749, name:"Basic PECL/haru example", file: "haru.examples-basics"},
{id:7753, pId:220, name:"安装/配置s4c4-0.03%", file: "haru.setup"},
{id:7746, pId:7753, name:"运行时配置", file: "haru.configuration"},
{id:7750, pId:7753, name:"安装", file: "haru.installation"},
{id:7751, pId:7753, name:"需求", file: "haru.requirements"},
{id:7752, pId:7753, name:"资源类型", file: "haru.resources"},
{id:9138, pId:220, name:"简介", file: "intro.haru"},
{id:262, pId:12193, name:"Ming (flash)s23c176-1.17%", file: "book.ming"},
{id:1180, pId:262, name:"The SWFAction classs1c1-0.01%", file: "class.swfaction"},
{id:13440, pId:1180, name:"Creates a new SWFAction", file: "swfaction.construct"},
{id:1181, pId:262, name:"The SWFBitmap classs3c3-0.02%", file: "class.swfbitmap"},
{id:13441, pId:1181, name:"Loads Bitmap object", file: "swfbitmap.construct"},
{id:13442, pId:1181, name:"Returns the bitmap's height", file: "swfbitmap.getheight"},
{id:13443, pId:1181, name:"Returns the bitmap's width", file: "swfbitmap.getwidth"},
{id:1182, pId:262, name:"The SWFButton classs10c10-0.07%", file: "class.swfbutton"},
{id:13444, pId:1182, name:"Adds an action", file: "swfbutton.addaction"},
{id:13445, pId:1182, name:"Associates a sound with a button transition", file: "swfbutton.addasound"},
{id:13446, pId:1182, name:"Adds a shape to a button", file: "swfbutton.addshape"},
{id:13447, pId:1182, name:"Creates a new Button", file: "swfbutton.construct"},
{id:13448, pId:1182, name:"Sets the action", file: "swfbutton.setaction"},
{id:13449, pId:1182, name:"Alias for addShape(shape, SWFBUTTON_DOWN)", file: "swfbutton.setdown"},
{id:13450, pId:1182, name:"Alias for addShape(shape, SWFBUTTON_HIT)", file: "swfbutton.sethit"},
{id:13451, pId:1182, name:"Enable track as menu button behaviour", file: "swfbutton.setmenu"},
{id:13452, pId:1182, name:"Alias for addShape(shape, SWFBUTTON_OVER)", file: "swfbutton.setover"},
{id:13453, pId:1182, name:"Alias for addShape(shape, SWFBUTTON_UP)", file: "swfbutton.setup"},
{id:1183, pId:262, name:"The SWFDisplayItem classs27c27-0.18%", file: "class.swfdisplayitem"},
{id:13454, pId:1183, name:"Adds this SWFAction to the given SWFSprite instanc", file: "swfdisplayitem.addaction"},
{id:13455, pId:1183, name:"Adds the given color to this item's color transfor", file: "swfdisplayitem.addcolor"},
{id:13456, pId:1183, name:"Another way of defining a MASK layer", file: "swfdisplayitem.endmask"},
{id:13457, pId:1183, name:"说明", file: "swfdisplayitem.getrot"},
{id:13458, pId:1183, name:"说明", file: "swfdisplayitem.getx"},
{id:13459, pId:1183, name:"说明", file: "swfdisplayitem.getxscale"},
{id:13460, pId:1183, name:"说明", file: "swfdisplayitem.getxskew"},
{id:13461, pId:1183, name:"说明", file: "swfdisplayitem.gety"},
{id:13462, pId:1183, name:"说明", file: "swfdisplayitem.getyscale"},
{id:13463, pId:1183, name:"说明", file: "swfdisplayitem.getyskew"},
{id:13464, pId:1183, name:"Moves object in relative coordinates", file: "swfdisplayitem.move"},
{id:13465, pId:1183, name:"Moves object in global coordinates", file: "swfdisplayitem.moveto"},
{id:13466, pId:1183, name:"Multiplies the item's color transform", file: "swfdisplayitem.multcolor"},
{id:13467, pId:1183, name:"Removes the object from the movie", file: "swfdisplayitem.remove"},
{id:13468, pId:1183, name:"Rotates in relative coordinates", file: "swfdisplayitem.rotate"},
{id:13469, pId:1183, name:"Rotates the object in global coordinates", file: "swfdisplayitem.rotateto"},
{id:13470, pId:1183, name:"Scales the object in relative coordinates", file: "swfdisplayitem.scale"},
{id:13471, pId:1183, name:"Scales the object in global coordinates", file: "swfdisplayitem.scaleto"},
{id:13472, pId:1183, name:"Sets z-order", file: "swfdisplayitem.setdepth"},
{id:13473, pId:1183, name:"Defines a MASK layer at level", file: "swfdisplayitem.setmasklevel"},
{id:13474, pId:1183, name:"Sets the item's transform matrix", file: "swfdisplayitem.setmatrix"},
{id:13475, pId:1183, name:"Sets the object's name", file: "swfdisplayitem.setname"},
{id:13476, pId:1183, name:"Sets the object's ratio", file: "swfdisplayitem.setratio"},
{id:13477, pId:1183, name:"Sets the X-skew", file: "swfdisplayitem.skewx"},
{id:13478, pId:1183, name:"Sets the X-skew", file: "swfdisplayitem.skewxto"},
{id:13479, pId:1183, name:"Sets the Y-skew", file: "swfdisplayitem.skewy"},
{id:13480, pId:1183, name:"Sets the Y-skew", file: "swfdisplayitem.skewyto"},
{id:1184, pId:262, name:"The SWFFill classs5c5-0.03%", file: "class.swffill"},
{id:13481, pId:1184, name:"Moves fill origin", file: "swffill.moveto"},
{id:13482, pId:1184, name:"Sets fill's rotation", file: "swffill.rotateto"},
{id:13483, pId:1184, name:"Sets fill's scale", file: "swffill.scaleto"},
{id:13484, pId:1184, name:"Sets fill x-skew", file: "swffill.skewxto"},
{id:13485, pId:1184, name:"Sets fill y-skew", file: "swffill.skewyto"},
{id:1185, pId:262, name:"The SWFFont classs7c7-0.05%", file: "class.swffont"},
{id:13486, pId:1185, name:"Loads a font definition", file: "swffont.construct"},
{id:13487, pId:1185, name:"Returns the ascent of the font, or 0 if not availa", file: "swffont.getascent"},
{id:13488, pId:1185, name:"Returns the descent of the font, or 0 if not avail", file: "swffont.getdescent"},
{id:13489, pId:1185, name:"Returns the leading of the font, or 0 if not avail", file: "swffont.getleading"},
{id:13490, pId:1185, name:"Returns the glyph shape of a char as a text string", file: "swffont.getshape"},
{id:13491, pId:1185, name:"Calculates the width of the given string in this f", file: "swffont.getutf8width"},
{id:13492, pId:1185, name:"Returns the string's width", file: "swffont.getwidth"},
{id:1186, pId:262, name:"The SWFFontChar classs2c2-0.01%", file: "class.swffontchar"},
{id:13493, pId:1186, name:"Adds characters to a font for exporting font", file: "swffontchar.addchars"},
{id:13494, pId:1186, name:"Adds characters to a font for exporting font", file: "swffontchar.addutf8chars"},
{id:1187, pId:262, name:"The SWFGradient classs2c2-0.01%", file: "class.swfgradient"},
{id:13495, pId:1187, name:"Adds an entry to the gradient list", file: "swfgradient.addentry"},
{id:13496, pId:1187, name:"Creates a gradient object", file: "swfgradient.construct"},
{id:1188, pId:262, name:"The SWFMorph classs3c3-0.02%", file: "class.swfmorph"},
{id:13497, pId:1188, name:"Creates a new SWFMorph object", file: "swfmorph.construct"},
{id:13498, pId:1188, name:"Gets a handle to the starting shape", file: "swfmorph.getshape1"},
{id:13499, pId:1188, name:"Gets a handle to the ending shape", file: "swfmorph.getshape2"},
{id:1189, pId:262, name:"The SWFMovie classs20c20-0.13%", file: "class.swfmovie"},
{id:13500, pId:1189, name:"Adds any type of data to a movie", file: "swfmovie.add"},
{id:13501, pId:1189, name:"说明", file: "swfmovie.addexport"},
{id:13502, pId:1189, name:"说明", file: "swfmovie.addfont"},
{id:13503, pId:1189, name:"Creates a new movie object, representing an SWF ve", file: "swfmovie.construct"},
{id:13504, pId:1189, name:"说明", file: "swfmovie.importchar"},
{id:13505, pId:1189, name:"说明", file: "swfmovie.importfont"},
{id:13506, pId:1189, name:"Labels a frame", file: "swfmovie.labelframe"},
{id:13507, pId:1189, name:"Moves to the next frame of the animation", file: "swfmovie.nextframe"},
{id:13508, pId:1189, name:"Dumps your lovingly prepared movie out", file: "swfmovie.output"},
{id:13509, pId:1189, name:"Removes the object instance from the display list", file: "swfmovie.remove"},
{id:13510, pId:1189, name:"Saves the SWF movie in a file", file: "swfmovie.save"},
{id:13511, pId:1189, name:"说明", file: "swfmovie.savetofile"},
{id:13512, pId:1189, name:"Sets the background color", file: "swfmovie.setbackground"},
{id:13513, pId:1189, name:"Sets the movie's width and height", file: "swfmovie.setdimension"},
{id:13514, pId:1189, name:"Sets the total number of frames in the animation", file: "swfmovie.setframes"},
{id:13515, pId:1189, name:"Sets the animation's frame rate", file: "swfmovie.setrate"},
{id:13516, pId:1189, name:"说明", file: "swfmovie.startsound"},
{id:13517, pId:1189, name:"说明", file: "swfmovie.stopsound"},
{id:13518, pId:1189, name:"Streams a MP3 file", file: "swfmovie.streammp3"},
{id:13519, pId:1189, name:"说明", file: "swfmovie.writeexports"},
{id:1190, pId:262, name:"The SWFPrebuiltClip classs1c1-0.01%", file: "class.swfprebuiltclip"},
{id:13520, pId:1190, name:"Returns a SWFPrebuiltClip object", file: "swfprebuiltclip.construct"},
{id:1191, pId:262, name:"The SWFShape classs16c16-0.11%", file: "class.swfshape"},
{id:13521, pId:1191, name:"Adds a solid fill to the shape", file: "swfshape.addfill"},
{id:13522, pId:1191, name:"Creates a new shape object", file: "swfshape.construct"},
{id:13523, pId:1191, name:"Draws an arc of radius r centered at the current l", file: "swfshape.drawarc"},
{id:13524, pId:1191, name:"Draws a circle of radius r centered at the current", file: "swfshape.drawcircle"},
{id:13525, pId:1191, name:"Draws a cubic bezier curve using the current posit", file: "swfshape.drawcubic"},
{id:13526, pId:1191, name:"Draws a cubic bezier curve using the current posit", file: "swfshape.drawcubicto"},
{id:13527, pId:1191, name:"Draws a curve (relative)", file: "swfshape.drawcurve"},
{id:13528, pId:1191, name:"Draws a curve", file: "swfshape.drawcurveto"},
{id:13529, pId:1191, name:"Draws the first character in the given string into", file: "swfshape.drawglyph"},
{id:13530, pId:1191, name:"Draws a line (relative)", file: "swfshape.drawline"},
{id:13531, pId:1191, name:"Draws a line", file: "swfshape.drawlineto"},
{id:13532, pId:1191, name:"Moves the shape's pen (relative)", file: "swfshape.movepen"},
{id:13533, pId:1191, name:"Moves the shape's pen", file: "swfshape.movepento"},
{id:13534, pId:1191, name:"Sets left rasterizing color", file: "swfshape.setleftfill"},
{id:13535, pId:1191, name:"Sets the shape's line style", file: "swfshape.setline"},
{id:13536, pId:1191, name:"Sets right rasterizing color", file: "swfshape.setrightfill"},
{id:1192, pId:262, name:"The SWFSound classs1c1-0.01%", file: "class.swfsound"},
{id:13537, pId:1192, name:"Returns a new SWFSound object from given file", file: "swfsound.construct"},
{id:1193, pId:262, name:"The SWFSoundInstance classs4c4-0.03%", file: "class.swfsoundinstance"},
{id:13538, pId:1193, name:"说明", file: "swfsoundinstance.loopcount"},
{id:13539, pId:1193, name:"说明", file: "swfsoundinstance.loopinpoint"},
{id:13540, pId:1193, name:"说明", file: "swfsoundinstance.loopoutpoint"},
{id:13541, pId:1193, name:"说明", file: "swfsoundinstance.nomultiple"},
{id:1194, pId:262, name:"The SWFSprite classs8c8-0.05%", file: "class.swfsprite"},
{id:13542, pId:1194, name:"Adds an object to a sprite", file: "swfsprite.add"},
{id:13543, pId:1194, name:"Creates a movie clip (a sprite)", file: "swfsprite.construct"},
{id:13544, pId:1194, name:"Labels frame", file: "swfsprite.labelframe"},
{id:13545, pId:1194, name:"Moves to the next frame of the animation", file: "swfsprite.nextframe"},
{id:13546, pId:1194, name:"Removes an object to a sprite", file: "swfsprite.remove"},
{id:13547, pId:1194, name:"Sets the total number of frames in the animation", file: "swfsprite.setframes"},
{id:13548, pId:1194, name:"说明", file: "swfsprite.startsound"},
{id:13549, pId:1194, name:"说明", file: "swfsprite.stopsound"},
{id:1195, pId:262, name:"The SWFText classs13c13-0.09%", file: "class.swftext"},
{id:13550, pId:1195, name:"Draws a string", file: "swftext.addstring"},
{id:13551, pId:1195, name:"Writes the given text into this SWFText object at ", file: "swftext.addutf8string"},
{id:13552, pId:1195, name:"Creates a new SWFText object", file: "swftext.construct"},
{id:13553, pId:1195, name:"Returns the ascent of the current font at its curr", file: "swftext.getascent"},
{id:13554, pId:1195, name:"Returns the descent of the current font at its cur", file: "swftext.getdescent"},
{id:13555, pId:1195, name:"Returns the leading of the current font at its cur", file: "swftext.getleading"},
{id:13556, pId:1195, name:"Calculates the width of the given string in this t", file: "swftext.getutf8width"},
{id:13557, pId:1195, name:"Computes string's width", file: "swftext.getwidth"},
{id:13558, pId:1195, name:"Moves the pen", file: "swftext.moveto"},
{id:13559, pId:1195, name:"Sets the current text color", file: "swftext.setcolor"},
{id:13560, pId:1195, name:"Sets the current font", file: "swftext.setfont"},
{id:13561, pId:1195, name:"Sets the current font height", file: "swftext.setheight"},
{id:13562, pId:1195, name:"Sets the current font spacing", file: "swftext.setspacing"},
{id:1196, pId:262, name:"The SWFTextField classs15c15-0.1%", file: "class.swftextfield"},
{id:13563, pId:1196, name:"Adds characters to a font that will be available w", file: "swftextfield.addchars"},
{id:13564, pId:1196, name:"Concatenates the given string to the text field", file: "swftextfield.addstring"},
{id:13565, pId:1196, name:"Sets the text field alignment", file: "swftextfield.align"},
{id:13566, pId:1196, name:"Creates a text field object", file: "swftextfield.construct"},
{id:13567, pId:1196, name:"Sets the text field width and height", file: "swftextfield.setbounds"},
{id:13568, pId:1196, name:"Sets the color of the text field", file: "swftextfield.setcolor"},
{id:13569, pId:1196, name:"Sets the text field font", file: "swftextfield.setfont"},
{id:13570, pId:1196, name:"Sets the font height of this text field font", file: "swftextfield.setheight"},
{id:13571, pId:1196, name:"Sets the indentation of the first line", file: "swftextfield.setindentation"},
{id:13572, pId:1196, name:"Sets the left margin width of the text field", file: "swftextfield.setleftmargin"},
{id:13573, pId:1196, name:"Sets the line spacing of the text field", file: "swftextfield.setlinespacing"},
{id:13574, pId:1196, name:"Sets the margins width of the text field", file: "swftextfield.setmargins"},
{id:13575, pId:1196, name:"Sets the variable name", file: "swftextfield.setname"},
{id:13576, pId:1196, name:"Sets the padding of this textfield", file: "swftextfield.setpadding"},
{id:13577, pId:1196, name:"Sets the right margin width of the text field", file: "swftextfield.setrightmargin"},
{id:1197, pId:262, name:"The SWFVideoStream classs3c3-0.02%", file: "class.swfvideostream"},
{id:13578, pId:1197, name:"Returns a SWFVideoStream object", file: "swfvideostream.construct"},
{id:13579, pId:1197, name:"Returns the number of frames in the video", file: "swfvideostream.getnumframes"},
{id:13580, pId:1197, name:"Sets video dimension", file: "swfvideostream.setdimension"},
{id:9180, pId:262, name:"简介", file: "intro.ming"},
{id:9893, pId:262, name:"预定义常量", file: "ming.constants"},
{id:9894, pId:262, name:"范例s2c2-0.01%", file: "ming.examples"},
{id:9895, pId:9894, name:"SWFAction Examples", file: "ming.examples.swfaction"},
{id:9896, pId:9894, name:"SWFSPrite basic examples", file: "ming.examples.swfsprite-basic"},
{id:9900, pId:262, name:"安装/配置s4c4-0.03%", file: "ming.setup"},
{id:9892, pId:9900, name:"运行时配置", file: "ming.configuration"},
{id:9897, pId:9900, name:"安装", file: "ming.install"},
{id:9898, pId:9900, name:"需求", file: "ming.requirements"},
{id:9899, pId:9900, name:"资源类型", file: "ming.resources"},
{id:11829, pId:262, name:"Ming 函数s6c6-0.04%", file: "ref.ming"},
{id:4819, pId:11829, name:"Returns the action flag for keyPress(char)", file: "function.ming-keypress"},
{id:4820, pId:11829, name:"Set cubic threshold", file: "function.ming-setcubicthreshold"},
{id:4821, pId:11829, name:"Set the global scaling factor", file: "function.ming-setscale"},
{id:4822, pId:11829, name:"Sets the SWF output compression", file: "function.ming-setswfcompression"},
{id:4823, pId:11829, name:"Use constant pool", file: "function.ming-useconstants"},
{id:4824, pId:11829, name:"Sets the SWF version", file: "function.ming-useswfversion"},
{id:300, pId:12193, name:"PDFs5c189-1.26%", file: "book.pdf"},
{id:9216, pId:300, name:"简介", file: "intro.pdf"},
{id:11265, pId:300, name:"预定义常量", file: "pdf.constants"},
{id:11267, pId:300, name:"范例s1c1-0.01%", file: "pdf.examples"},
{id:11266, pId:11267, name:"Basic Usage Examples", file: "pdf.examples-basic"},
{id:11271, pId:300, name:"安装/配置s4c4-0.03%", file: "pdf.setup"},
{id:11264, pId:11271, name:"运行时配置", file: "pdf.configuration"},
{id:11268, pId:11271, name:"安装", file: "pdf.installation"},
{id:11269, pId:11271, name:"需求", file: "pdf.requirements"},
{id:11270, pId:11271, name:"资源类型", file: "pdf.resources"},
{id:11862, pId:300, name:"PDF 函数s179c179-1.19%", file: "ref.pdf"},
{id:5634, pId:11862, name:"Activate structure element or other content item", file: "function.pdf-activate-item"},
{id:5635, pId:11862, name:"Add annotation [deprecated]", file: "function.pdf-add-annotation"},
{id:5636, pId:11862, name:"Add bookmark for current page [deprecated]", file: "function.pdf-add-bookmark"},
{id:5637, pId:11862, name:"Add launch annotation for current page [deprecated", file: "function.pdf-add-launchlink"},
{id:5638, pId:11862, name:"Add link annotation for current page [deprecated]", file: "function.pdf-add-locallink"},
{id:5639, pId:11862, name:"Create named destination", file: "function.pdf-add-nameddest"},
{id:5640, pId:11862, name:"Set annotation for current page [deprecated]", file: "function.pdf-add-note"},
{id:5641, pId:11862, name:"Add bookmark for current page [deprecated]", file: "function.pdf-add-outline"},
{id:5642, pId:11862, name:"Add file link annotation for current page [depreca", file: "function.pdf-add-pdflink"},
{id:5643, pId:11862, name:"Add a cell to a new or existing table", file: "function.pdf-add-table-cell"},
{id:5644, pId:11862, name:"Create Textflow or add text to existing Textflow", file: "function.pdf-add-textflow"},
{id:5645, pId:11862, name:"Add thumbnail for current page", file: "function.pdf-add-thumbnail"},
{id:5646, pId:11862, name:"Add weblink for current page [deprecated]", file: "function.pdf-add-weblink"},
{id:5647, pId:11862, name:"Draw a counterclockwise circular arc segment", file: "function.pdf-arc"},
{id:5648, pId:11862, name:"Draw a clockwise circular arc segment", file: "function.pdf-arcn"},
{id:5649, pId:11862, name:"Add file attachment for current page [deprecated]", file: "function.pdf-attach-file"},
{id:5650, pId:11862, name:"Create new PDF file", file: "function.pdf-begin-document"},
{id:5651, pId:11862, name:"Start a Type 3 font definition", file: "function.pdf-begin-font"},
{id:5652, pId:11862, name:"Start glyph definition for Type 3 font", file: "function.pdf-begin-glyph"},
{id:5653, pId:11862, name:"Open structure element or other content item", file: "function.pdf-begin-item"},
{id:5654, pId:11862, name:"Start layer", file: "function.pdf-begin-layer"},
{id:5655, pId:11862, name:"Start new page", file: "function.pdf-begin-page-ext"},
{id:5656, pId:11862, name:"Start new page [deprecated]", file: "function.pdf-begin-page"},
{id:5657, pId:11862, name:"Start pattern definition", file: "function.pdf-begin-pattern"},
{id:5658, pId:11862, name:"Start template definition", file: "function.pdf-begin-template-ext"},
{id:5659, pId:11862, name:"Start template definition [deprecated]", file: "function.pdf-begin-template"},
{id:5660, pId:11862, name:"Draw a circle", file: "function.pdf-circle"},
{id:5661, pId:11862, name:"Clip to current path", file: "function.pdf-clip"},
{id:5662, pId:11862, name:"Close image", file: "function.pdf-close-image"},
{id:5663, pId:11862, name:"Close the page handle", file: "function.pdf-close-pdi-page"},
{id:5664, pId:11862, name:"Close the input PDF document [deprecated]", file: "function.pdf-close-pdi"},
{id:5665, pId:11862, name:"Close pdf resource [deprecated]", file: "function.pdf-close"},
{id:5666, pId:11862, name:"Close, fill and stroke current path", file: "function.pdf-closepath-fill-stroke"},
{id:5667, pId:11862, name:"Close and stroke path", file: "function.pdf-closepath-stroke"},
{id:5668, pId:11862, name:"Close current path", file: "function.pdf-closepath"},
{id:5669, pId:11862, name:"Concatenate a matrix to the CTM", file: "function.pdf-concat"},
{id:5670, pId:11862, name:"Output text in next line", file: "function.pdf-continue-text"},
{id:5671, pId:11862, name:"Create 3D view", file: "function.pdf-create-3dview"},
{id:5672, pId:11862, name:"Create action for objects or events", file: "function.pdf-create-action"},
{id:5673, pId:11862, name:"Create rectangular annotation", file: "function.pdf-create-annotation"},
{id:5674, pId:11862, name:"Create bookmark", file: "function.pdf-create-bookmark"},
{id:5675, pId:11862, name:"Create form field", file: "function.pdf-create-field"},
{id:5676, pId:11862, name:"Create form field group", file: "function.pdf-create-fieldgroup"},
{id:5677, pId:11862, name:"Create graphics state object", file: "function.pdf-create-gstate"},
{id:5678, pId:11862, name:"Create PDFlib virtual file", file: "function.pdf-create-pvf"},
{id:5679, pId:11862, name:"Create textflow object", file: "function.pdf-create-textflow"},
{id:5680, pId:11862, name:"Draw Bezier curve", file: "function.pdf-curveto"},
{id:5681, pId:11862, name:"Create layer definition", file: "function.pdf-define-layer"},
{id:5682, pId:11862, name:"Delete PDFlib virtual file", file: "function.pdf-delete-pvf"},
{id:5683, pId:11862, name:"Delete table object", file: "function.pdf-delete-table"},
{id:5684, pId:11862, name:"Delete textflow object", file: "function.pdf-delete-textflow"},
{id:5685, pId:11862, name:"Delete PDFlib object", file: "function.pdf-delete"},
{id:5686, pId:11862, name:"Add glyph name and/or Unicode value", file: "function.pdf-encoding-set-char"},
{id:5687, pId:11862, name:"关闭 PDF 文件", file: "function.pdf-end-document"},
{id:5688, pId:11862, name:"Terminate Type 3 font definition", file: "function.pdf-end-font"},
{id:5689, pId:11862, name:"Terminate glyph definition for Type 3 font", file: "function.pdf-end-glyph"},
{id:5690, pId:11862, name:"Close structure element or other content item", file: "function.pdf-end-item"},
{id:5691, pId:11862, name:"Deactivate all active layers", file: "function.pdf-end-layer"},
{id:5692, pId:11862, name:"Finish page", file: "function.pdf-end-page-ext"},
{id:5693, pId:11862, name:"Finish page", file: "function.pdf-end-page"},
{id:5694, pId:11862, name:"Finish pattern", file: "function.pdf-end-pattern"},
{id:5695, pId:11862, name:"Finish template", file: "function.pdf-end-template"},
{id:5696, pId:11862, name:"End current path", file: "function.pdf-endpath"},
{id:5697, pId:11862, name:"Fill image block with variable data", file: "function.pdf-fill-imageblock"},
{id:5698, pId:11862, name:"Fill PDF block with variable data", file: "function.pdf-fill-pdfblock"},
{id:5699, pId:11862, name:"Fill and stroke path", file: "function.pdf-fill-stroke"},
{id:5700, pId:11862, name:"Fill text block with variable data", file: "function.pdf-fill-textblock"},
{id:5701, pId:11862, name:"Fill current path", file: "function.pdf-fill"},
{id:5702, pId:11862, name:"Prepare font for later use [deprecated]", file: "function.pdf-findfont"},
{id:5703, pId:11862, name:"Place image or template", file: "function.pdf-fit-image"},
{id:5704, pId:11862, name:"Place imported PDF page", file: "function.pdf-fit-pdi-page"},
{id:5705, pId:11862, name:"Place table on page", file: "function.pdf-fit-table"},
{id:5706, pId:11862, name:"Format textflow in rectangular area", file: "function.pdf-fit-textflow"},
{id:5707, pId:11862, name:"Place single line of text", file: "function.pdf-fit-textline"},
{id:5708, pId:11862, name:"Get name of unsuccessfull API function", file: "function.pdf-get-apiname"},
{id:5709, pId:11862, name:"Get PDF output buffer", file: "function.pdf-get-buffer"},
{id:5710, pId:11862, name:"Get error text", file: "function.pdf-get-errmsg"},
{id:5711, pId:11862, name:"Get error number", file: "function.pdf-get-errnum"},
{id:5712, pId:11862, name:"Get font [deprecated]", file: "function.pdf-get-font"},
{id:5713, pId:11862, name:"Get font name [deprecated]", file: "function.pdf-get-fontname"},
{id:5714, pId:11862, name:"Font handling [deprecated]", file: "function.pdf-get-fontsize"},
{id:5715, pId:11862, name:"Get image height [deprecated]", file: "function.pdf-get-image-height"},
{id:5716, pId:11862, name:"Get image width [deprecated]", file: "function.pdf-get-image-width"},
{id:5717, pId:11862, name:"Get major version number [deprecated]", file: "function.pdf-get-majorversion"},
{id:5718, pId:11862, name:"Get minor version number [deprecated]", file: "function.pdf-get-minorversion"},
{id:5719, pId:11862, name:"Get string parameter", file: "function.pdf-get-parameter"},
{id:5720, pId:11862, name:"Get PDI string parameter [deprecated]", file: "function.pdf-get-pdi-parameter"},
{id:5721, pId:11862, name:"Get PDI numerical parameter [deprecated]", file: "function.pdf-get-pdi-value"},
{id:5722, pId:11862, name:"Get numerical parameter", file: "function.pdf-get-value"},
{id:5723, pId:11862, name:"Query detailed information about a loaded font", file: "function.pdf-info-font"},
{id:5724, pId:11862, name:"Query matchbox information", file: "function.pdf-info-matchbox"},
{id:5725, pId:11862, name:"Retrieve table information", file: "function.pdf-info-table"},
{id:5726, pId:11862, name:"Query textflow state", file: "function.pdf-info-textflow"},
{id:5727, pId:11862, name:"Perform textline formatting and query metrics", file: "function.pdf-info-textline"},
{id:5728, pId:11862, name:"Reset graphic state", file: "function.pdf-initgraphics"},
{id:5729, pId:11862, name:"Draw a line", file: "function.pdf-lineto"},
{id:5730, pId:11862, name:"Load 3D model", file: "function.pdf-load-3ddata"},
{id:5731, pId:11862, name:"Search and prepare font", file: "function.pdf-load-font"},
{id:5732, pId:11862, name:"Search and prepare ICC profile", file: "function.pdf-load-iccprofile"},
{id:5733, pId:11862, name:"打开一个图像文件", file: "function.pdf-load-image"},
{id:5734, pId:11862, name:"Make spot color", file: "function.pdf-makespotcolor"},
{id:5735, pId:11862, name:"Set current point", file: "function.pdf-moveto"},
{id:5736, pId:11862, name:"Create PDFlib object", file: "function.pdf-new"},
{id:5737, pId:11862, name:"Open raw CCITT image [deprecated]", file: "function.pdf-open-ccitt"},
{id:5738, pId:11862, name:"Create PDF file [deprecated]", file: "function.pdf-open-file"},
{id:5739, pId:11862, name:"Open GIF image [deprecated]", file: "function.pdf-open-gif"},
{id:5740, pId:11862, name:"Read image from file [deprecated]", file: "function.pdf-open-image-file"},
{id:5741, pId:11862, name:"Use image data [deprecated]", file: "function.pdf-open-image"},
{id:5742, pId:11862, name:"Open JPEG image [deprecated]", file: "function.pdf-open-jpeg"},
{id:5743, pId:11862, name:"Open image created with PHP's image functions [not", file: "function.pdf-open-memory-image"},
{id:5744, pId:11862, name:"Prepare a pdi document", file: "function.pdf-open-pdi-document"},
{id:5745, pId:11862, name:"Prepare a page", file: "function.pdf-open-pdi-page"},
{id:5746, pId:11862, name:"Open PDF file [deprecated]", file: "function.pdf-open-pdi"},
{id:5747, pId:11862, name:"Open TIFF image [deprecated]", file: "function.pdf-open-tiff"},
{id:5748, pId:11862, name:"Get value of pCOS path with type number or boolean", file: "function.pdf-pcos-get-number"},
{id:5749, pId:11862, name:"Get contents of pCOS path with type stream, fstrea", file: "function.pdf-pcos-get-stream"},
{id:5750, pId:11862, name:"Get value of pCOS path with type name, string, or ", file: "function.pdf-pcos-get-string"},
{id:5751, pId:11862, name:"Place image on the page [deprecated]", file: "function.pdf-place-image"},
{id:5752, pId:11862, name:"Place PDF page [deprecated]", file: "function.pdf-place-pdi-page"},
{id:5753, pId:11862, name:"Process imported PDF document", file: "function.pdf-process-pdi"},
{id:5754, pId:11862, name:"Draw rectangle", file: "function.pdf-rect"},
{id:5755, pId:11862, name:"Restore graphics state", file: "function.pdf-restore"},
{id:5756, pId:11862, name:"Resume page", file: "function.pdf-resume-page"},
{id:5757, pId:11862, name:"Rotate coordinate system", file: "function.pdf-rotate"},
{id:5758, pId:11862, name:"Save graphics state", file: "function.pdf-save"},
{id:5759, pId:11862, name:"Scale coordinate system", file: "function.pdf-scale"},
{id:5760, pId:11862, name:"Set border color of annotations [deprecated]", file: "function.pdf-set-border-color"},
{id:5761, pId:11862, name:"Set border dash style of annotations [deprecated]", file: "function.pdf-set-border-dash"},
{id:5762, pId:11862, name:"Set border style of annotations [deprecated]", file: "function.pdf-set-border-style"},
{id:5763, pId:11862, name:"Set character spacing [deprecated]", file: "function.pdf-set-char-spacing"},
{id:5764, pId:11862, name:"Set duration between pages [deprecated]", file: "function.pdf-set-duration"},
{id:5765, pId:11862, name:"Activate graphics state object", file: "function.pdf-set-gstate"},
{id:5766, pId:11862, name:"Set horizontal text scaling [deprecated]", file: "function.pdf-set-horiz-scaling"},
{id:5767, pId:11862, name:"Fill the author document info field [deprecated]", file: "function.pdf-set-info-author"},
{id:5768, pId:11862, name:"Fill the creator document info field [deprecated]", file: "function.pdf-set-info-creator"},
{id:5769, pId:11862, name:"Fill the keywords document info field [deprecated]", file: "function.pdf-set-info-keywords"},
{id:5770, pId:11862, name:"Fill the subject document info field [deprecated]", file: "function.pdf-set-info-subject"},
{id:5771, pId:11862, name:"Fill the title document info field [deprecated]", file: "function.pdf-set-info-title"},
{id:5772, pId:11862, name:"Fill document info field", file: "function.pdf-set-info"},
{id:5773, pId:11862, name:"Define relationships among layers", file: "function.pdf-set-layer-dependency"},
{id:5774, pId:11862, name:"Set distance between text lines [deprecated]", file: "function.pdf-set-leading"},
{id:5775, pId:11862, name:"Set string parameter", file: "function.pdf-set-parameter"},
{id:5776, pId:11862, name:"Set text matrix [deprecated]", file: "function.pdf-set-text-matrix"},
{id:5777, pId:11862, name:"Set text position", file: "function.pdf-set-text-pos"},
{id:5778, pId:11862, name:"Determine text rendering [deprecated]", file: "function.pdf-set-text-rendering"},
{id:5779, pId:11862, name:"Set text rise [deprecated]", file: "function.pdf-set-text-rise"},
{id:5780, pId:11862, name:"Set numerical parameter", file: "function.pdf-set-value"},
{id:5781, pId:11862, name:"Set spacing between words [deprecated]", file: "function.pdf-set-word-spacing"},
{id:5782, pId:11862, name:"Set fill and stroke color", file: "function.pdf-setcolor"},
{id:5783, pId:11862, name:"Set simple dash pattern", file: "function.pdf-setdash"},
{id:5784, pId:11862, name:"Set dash pattern", file: "function.pdf-setdashpattern"},
{id:5785, pId:11862, name:"Set flatness", file: "function.pdf-setflat"},
{id:5786, pId:11862, name:"Set font", file: "function.pdf-setfont"},
{id:5787, pId:11862, name:"Set fill color to gray [deprecated]", file: "function.pdf-setgray-fill"},
{id:5788, pId:11862, name:"Set stroke color to gray [deprecated]", file: "function.pdf-setgray-stroke"},
{id:5789, pId:11862, name:"Set color to gray [deprecated]", file: "function.pdf-setgray"},
{id:5790, pId:11862, name:"Set linecap parameter", file: "function.pdf-setlinecap"},
{id:5791, pId:11862, name:"Set linejoin parameter", file: "function.pdf-setlinejoin"},
{id:5792, pId:11862, name:"Set line width", file: "function.pdf-setlinewidth"},
{id:5793, pId:11862, name:"Set current transformation matrix", file: "function.pdf-setmatrix"},
{id:5794, pId:11862, name:"Set miter limit", file: "function.pdf-setmiterlimit"},
{id:5795, pId:11862, name:"Set complicated dash pattern [deprecated]", file: "function.pdf-setpolydash"},
{id:5796, pId:11862, name:"Set fill rgb color values [deprecated]", file: "function.pdf-setrgbcolor-fill"},
{id:5797, pId:11862, name:"Set stroke rgb color values [deprecated]", file: "function.pdf-setrgbcolor-stroke"},
{id:5798, pId:11862, name:"Set fill and stroke rgb color values [deprecated]", file: "function.pdf-setrgbcolor"},
{id:5799, pId:11862, name:"Define shading pattern", file: "function.pdf-shading-pattern"},
{id:5800, pId:11862, name:"Define blend", file: "function.pdf-shading"},
{id:5801, pId:11862, name:"Fill area with shading", file: "function.pdf-shfill"},
{id:5802, pId:11862, name:"Output text in a box [deprecated]", file: "function.pdf-show-boxed"},
{id:5803, pId:11862, name:"Output text at given position", file: "function.pdf-show-xy"},
{id:5804, pId:11862, name:"Output text at current position", file: "function.pdf-show"},
{id:5805, pId:11862, name:"Skew the coordinate system", file: "function.pdf-skew"},
{id:5806, pId:11862, name:"Return width of text", file: "function.pdf-stringwidth"},
{id:5807, pId:11862, name:"Stroke path", file: "function.pdf-stroke"},
{id:5808, pId:11862, name:"Suspend page", file: "function.pdf-suspend-page"},
{id:5809, pId:11862, name:"Set origin of coordinate system", file: "function.pdf-translate"},
{id:5810, pId:11862, name:"Convert string from UTF-16 to UTF-8", file: "function.pdf-utf16-to-utf8"},
{id:5811, pId:11862, name:"Convert string from UTF-32 to UTF-16", file: "function.pdf-utf32-to-utf16"},
{id:5812, pId:11862, name:"Convert string from UTF-8 to UTF-16", file: "function.pdf-utf8-to-utf16"},
{id:309, pId:12193, name:"PostScript document creations4c86-0.57%", file: "book.ps"},
{id:9225, pId:309, name:"简介", file: "intro.ps"},
{id:11558, pId:309, name:"预定义常量", file: "ps.constants"},
{id:11562, pId:309, name:"安装/配置s4c4-0.03%", file: "ps.setup"},
{id:11557, pId:11562, name:"运行时配置", file: "ps.configuration"},
{id:11559, pId:11562, name:"安装", file: "ps.installation"},
{id:11560, pId:11562, name:"需求", file: "ps.requirements"},
{id:11561, pId:11562, name:"资源类型", file: "ps.resources"},
{id:11892, pId:309, name:"PS 函数s78c78-0.52%", file: "ref.ps"},
{id:5986, pId:11892, name:"Add bookmark to current page", file: "function.ps-add-bookmark"},
{id:5987, pId:11892, name:"Adds link which launches file", file: "function.ps-add-launchlink"},
{id:5988, pId:11892, name:"Adds link to a page in the same document", file: "function.ps-add-locallink"},
{id:5989, pId:11892, name:"Adds note to current page", file: "function.ps-add-note"},
{id:5990, pId:11892, name:"Adds link to a page in a second pdf document", file: "function.ps-add-pdflink"},
{id:5991, pId:11892, name:"Adds link to a web location", file: "function.ps-add-weblink"},
{id:5992, pId:11892, name:"Draws an arc counterclockwise", file: "function.ps-arc"},
{id:5993, pId:11892, name:"Draws an arc clockwise", file: "function.ps-arcn"},
{id:5994, pId:11892, name:"Start a new page", file: "function.ps-begin-page"},
{id:5995, pId:11892, name:"Start a new pattern", file: "function.ps-begin-pattern"},
{id:5996, pId:11892, name:"Start a new template", file: "function.ps-begin-template"},
{id:5997, pId:11892, name:"Draws a circle", file: "function.ps-circle"},
{id:5998, pId:11892, name:"Clips drawing to current path", file: "function.ps-clip"},
{id:5999, pId:11892, name:"Closes image and frees memory", file: "function.ps-close-image"},
{id:6000, pId:11892, name:"Closes a PostScript document", file: "function.ps-close"},
{id:6001, pId:11892, name:"Closes and strokes path", file: "function.ps-closepath-stroke"},
{id:6002, pId:11892, name:"Closes path", file: "function.ps-closepath"},
{id:6003, pId:11892, name:"Continue text in next line", file: "function.ps-continue-text"},
{id:6004, pId:11892, name:"Draws a curve", file: "function.ps-curveto"},
{id:6005, pId:11892, name:"Deletes all resources of a PostScript document", file: "function.ps-delete"},
{id:6006, pId:11892, name:"End a page", file: "function.ps-end-page"},
{id:6007, pId:11892, name:"End a pattern", file: "function.ps-end-pattern"},
{id:6008, pId:11892, name:"End a template", file: "function.ps-end-template"},
{id:6009, pId:11892, name:"Fills and strokes the current path", file: "function.ps-fill-stroke"},
{id:6010, pId:11892, name:"Fills the current path", file: "function.ps-fill"},
{id:6011, pId:11892, name:"Loads a font", file: "function.ps-findfont"},
{id:6012, pId:11892, name:"Fetches the full buffer containig the generated PS", file: "function.ps-get-buffer"},
{id:6013, pId:11892, name:"Gets certain parameters", file: "function.ps-get-parameter"},
{id:6014, pId:11892, name:"Gets certain values", file: "function.ps-get-value"},
{id:6015, pId:11892, name:"Hyphenates a word", file: "function.ps-hyphenate"},
{id:6016, pId:11892, name:"Reads an external file with raw PostScript code", file: "function.ps-include-file"},
{id:6017, pId:11892, name:"Draws a line", file: "function.ps-lineto"},
{id:6018, pId:11892, name:"Create spot color", file: "function.ps-makespotcolor"},
{id:6019, pId:11892, name:"Sets current point", file: "function.ps-moveto"},
{id:6020, pId:11892, name:"Creates a new PostScript document object", file: "function.ps-new"},
{id:6021, pId:11892, name:"Opens a file for output", file: "function.ps-open-file"},
{id:6022, pId:11892, name:"Opens image from file", file: "function.ps-open-image-file"},
{id:6023, pId:11892, name:"Reads an image for later placement", file: "function.ps-open-image"},
{id:6024, pId:11892, name:"Takes an GD image and returns an image for placeme", file: "function.ps-open-memory-image"},
{id:6025, pId:11892, name:"Places image on the page", file: "function.ps-place-image"},
{id:6026, pId:11892, name:"Draws a rectangle", file: "function.ps-rect"},
{id:6027, pId:11892, name:"Restore previously save context", file: "function.ps-restore"},
{id:6028, pId:11892, name:"Sets rotation factor", file: "function.ps-rotate"},
{id:6029, pId:11892, name:"Save current context", file: "function.ps-save"},
{id:6030, pId:11892, name:"Sets scaling factor", file: "function.ps-scale"},
{id:6031, pId:11892, name:"Sets color of border for annotations", file: "function.ps-set-border-color"},
{id:6032, pId:11892, name:"Sets length of dashes for border of annotations", file: "function.ps-set-border-dash"},
{id:6033, pId:11892, name:"Sets border style of annotations", file: "function.ps-set-border-style"},
{id:6034, pId:11892, name:"Sets information fields of document", file: "function.ps-set-info"},
{id:6035, pId:11892, name:"Sets certain parameters", file: "function.ps-set-parameter"},
{id:6036, pId:11892, name:"Sets position for text output", file: "function.ps-set-text-pos"},
{id:6037, pId:11892, name:"Sets certain values", file: "function.ps-set-value"},
{id:6038, pId:11892, name:"Sets current color", file: "function.ps-setcolor"},
{id:6039, pId:11892, name:"Sets appearance of a dashed line", file: "function.ps-setdash"},
{id:6040, pId:11892, name:"Sets flatness", file: "function.ps-setflat"},
{id:6041, pId:11892, name:"Sets font to use for following output", file: "function.ps-setfont"},
{id:6042, pId:11892, name:"Sets gray value", file: "function.ps-setgray"},
{id:6043, pId:11892, name:"Sets appearance of line ends", file: "function.ps-setlinecap"},
{id:6044, pId:11892, name:"Sets how contected lines are joined", file: "function.ps-setlinejoin"},
{id:6045, pId:11892, name:"Sets width of a line", file: "function.ps-setlinewidth"},
{id:6046, pId:11892, name:"Sets the miter limit", file: "function.ps-setmiterlimit"},
{id:6047, pId:11892, name:"Sets overprint mode", file: "function.ps-setoverprintmode"},
{id:6048, pId:11892, name:"Sets appearance of a dashed line", file: "function.ps-setpolydash"},
{id:6049, pId:11892, name:"Creates a pattern based on a shading", file: "function.ps-shading-pattern"},
{id:6050, pId:11892, name:"Creates a shading for later use", file: "function.ps-shading"},
{id:6051, pId:11892, name:"Fills an area with a shading", file: "function.ps-shfill"},
{id:6052, pId:11892, name:"Output text in a box", file: "function.ps-show-boxed"},
{id:6053, pId:11892, name:"Output text at given position", file: "function.ps-show-xy"},
{id:6054, pId:11892, name:"Output text at position", file: "function.ps-show-xy2"},
{id:6055, pId:11892, name:"Output text", file: "function.ps-show"},
{id:6056, pId:11892, name:"Output a text at current position", file: "function.ps-show2"},
{id:6057, pId:11892, name:"Gets geometry of a string", file: "function.ps-string-geometry"},
{id:6058, pId:11892, name:"Gets width of a string", file: "function.ps-stringwidth"},
{id:6059, pId:11892, name:"Draws the current path", file: "function.ps-stroke"},
{id:6060, pId:11892, name:"Gets name of a glyph", file: "function.ps-symbol-name"},
{id:6061, pId:11892, name:"Gets width of a glyph", file: "function.ps-symbol-width"},
{id:6062, pId:11892, name:"Output a glyph", file: "function.ps-symbol"},
{id:6063, pId:11892, name:"Sets translation", file: "function.ps-translate"},
{id:319, pId:12193, name:"RPM Header Readings5c15-0.1%", file: "book.rpmreader"},
{id:9235, pId:319, name:"简介", file: "intro.rpmreader"},
{id:11899, pId:319, name:"RPM Reader 函数s5c5-0.03%", file: "ref.rpmreader"},
{id:6187, pId:11899, name:"Closes an RPM file", file: "function.rpm-close"},
{id:6188, pId:11899, name:"Retrieves a header tag from an RPM file", file: "function.rpm-get-tag"},
{id:6189, pId:11899, name:"Tests a filename for validity as an RPM file", file: "function.rpm-is-valid"},
{id:6190, pId:11899, name:"Opens an RPM file", file: "function.rpm-open"},
{id:6191, pId:11899, name:"Returns a string representing the current version ", file: "function.rpm-version"},
{id:12263, pId:319, name:"预定义常量", file: "rpmreader.constants"},
{id:12265, pId:319, name:"范例s1c1-0.01%", file: "rpmreader.examples"},
{id:12264, pId:12265, name:"Basic usage", file: "rpmreader.examples-basic"},
{id:12269, pId:319, name:"安装/配置s4c4-0.03%", file: "rpmreader.setup"},
{id:12262, pId:12269, name:"运行时配置", file: "rpmreader.configuration"},
{id:12266, pId:12269, name:"安装", file: "rpmreader.installation"},
{id:12267, pId:12269, name:"需求", file: "rpmreader.requirements"},
{id:12268, pId:12269, name:"资源类型", file: "rpmreader.resources"},
{id:377, pId:12193, name:"wkhtmltoxs5c16-0.11%", file: "book.wkhtmltox"},
{id:1300, pId:377, name:"The wkhtmltox\Image\Converter classs3c3-0.02%", file: "class.wkhtmltox-image-converter"},
{id:14469, pId:1300, name:"Create a new Image converter", file: "wkhtmltox-image-converter.construct"},
{id:14470, pId:1300, name:"Perform Image conversion", file: "wkhtmltox-image-converter.convert"},
{id:14471, pId:1300, name:"Determine version of Converter", file: "wkhtmltox-image-converter.getversion"},
{id:1301, pId:377, name:"The wkhtmltox\PDF\Converter classs4c4-0.03%", file: "class.wkhtmltox-pdf-converter"},
{id:14472, pId:1301, name:"Add an object for conversion", file: "wkhtmltox-pdf-converter.add"},
{id:14473, pId:1301, name:"Create a new PDF converter", file: "wkhtmltox-pdf-converter.construct"},
{id:14474, pId:1301, name:"Perform PDF conversion", file: "wkhtmltox-pdf-converter.convert"},
{id:14475, pId:1301, name:"Determine version of Converter", file: "wkhtmltox-pdf-converter.getversion"},
{id:1302, pId:377, name:"The wkhtmltox\PDF\Object classs1c1-0.01%", file: "class.wkhtmltox-pdf-object"},
{id:14476, pId:1302, name:"Create a new PDF Object", file: "wkhtmltox-pdf-object.construct"},
{id:9293, pId:377, name:"简介", file: "intro.wkhtmltox"},
{id:14480, pId:377, name:"安装/配置s3c3-0.02%", file: "wkhtmltox.setup"},
{id:14477, pId:14480, name:"运行时配置", file: "wkhtmltox.configuration"},
{id:14478, pId:14480, name:"安装", file: "wkhtmltox.installation"},
{id:14479, pId:14480, name:"需求", file: "wkhtmltox.requirements"},
{id:381, pId:12193, name:"XLSWriters5c27-0.18%", file: "book.xlswriter"},
{id:1296, pId:381, name:"The Vtiful\Kernel\Excel classs15c15-0.1%", file: "class.vtiful-kernel-excel"},
{id:14382, pId:1296, name:"Vtiful\Kernel\Excel addSheet", file: "vtiful-kernel-excel.addSheet"},
{id:14383, pId:1296, name:"Vtiful\Kernel\Excel autoFilter", file: "vtiful-kernel-excel.autoFilter"},
{id:14384, pId:1296, name:"Vtiful\Kernel\Excel constMemory", file: "vtiful-kernel-excel.constMemory"},
{id:14385, pId:1296, name:"Vtiful\Kernel\Excel constructor", file: "vtiful-kernel-excel.construct"},
{id:14386, pId:1296, name:"Vtiful\Kernel\Excel data", file: "vtiful-kernel-excel.data"},
{id:14387, pId:1296, name:"Vtiful\Kernel\Excel fileName", file: "vtiful-kernel-excel.filename"},
{id:14388, pId:1296, name:"Vtiful\Kernel\Excel getHandle", file: "vtiful-kernel-excel.getHandle"},
{id:14389, pId:1296, name:"Vtiful\Kernel\Excel header", file: "vtiful-kernel-excel.header"},
{id:14390, pId:1296, name:"Vtiful\Kernel\Excel insertFormula", file: "vtiful-kernel-excel.insertFormula"},
{id:14391, pId:1296, name:"Vtiful\Kernel\Excel insertImage", file: "vtiful-kernel-excel.insertImage"},
{id:14392, pId:1296, name:"Vtiful\Kernel\Excel insertText", file: "vtiful-kernel-excel.insertText"},
{id:14393, pId:1296, name:"Vtiful\Kernel\Excel mergeCells", file: "vtiful-kernel-excel.mergeCells"},
{id:14394, pId:1296, name:"Vtiful\Kernel\Excel output", file: "vtiful-kernel-excel.output"},
{id:14395, pId:1296, name:"Vtiful\Kernel\Excel setColumn", file: "vtiful-kernel-excel.setColumn"},
{id:14396, pId:1296, name:"Vtiful\Kernel\Excel setRow", file: "vtiful-kernel-excel.setRow"},
{id:1297, pId:381, name:"The Vtiful\Kernel\Format classs4c4-0.03%", file: "class.vtiful-kernel-format"},
{id:14397, pId:1297, name:"Vtiful\Kernel\Format align", file: "vtiful-kernel-format.align"},
{id:14398, pId:1297, name:"Vtiful\Kernel\Format bold", file: "vtiful-kernel-format.bold"},
{id:14399, pId:1297, name:"Vtiful\Kernel\Format italic", file: "vtiful-kernel-format.italic"},
{id:14400, pId:1297, name:"Vtiful\Kernel\Format underline", file: "vtiful-kernel-format.underline"},
{id:9297, pId:381, name:"简介", file: "intro.xlswriter"},
{id:14520, pId:381, name:"预定义常量", file: "xlswriter.constants"},
{id:14524, pId:381, name:"安装/配置s3c3-0.02%", file: "xlswriter.setup"},
{id:14521, pId:14524, name:"安装", file: "xlswriter.installation"},
{id:14522, pId:14524, name:"需求", file: "xlswriter.requirements"},
{id:14523, pId:14524, name:"资源类型", file: "xlswriter.resources"},
{id:12194, pId:2527, name:"针对服务器的扩展s4c63-0.42%", file: "refs.utilspec.server"},
{id:157, pId:12194, name:"Apaches4c20-0.13%", file: "book.apache"},
{id:12, pId:157, name:"预定义常量", file: "apache.constants"},
{id:16, pId:157, name:"安装/配置s4c4-0.03%", file: "apache.setup"},
{id:11, pId:16, name:"运行时配置", file: "apache.configuration"},
{id:13, pId:16, name:"安装", file: "apache.installation"},
{id:14, pId:16, name:"需求", file: "apache.requirements"},
{id:15, pId:16, name:"资源类型", file: "apache.resources"},
{id:9077, pId:157, name:"简介", file: "intro.apache"},
{id:11741, pId:157, name:"Apache 函数s12c12-0.08%", file: "ref.apache"},
{id:2533, pId:11741, name:"在本次请求结束后终止 apache 子进程", file: "function.apache-child-terminate"},
{id:2534, pId:11741, name:"获得已加载的Apache模块列表", file: "function.apache-get-modules"},
{id:2535, pId:11741, name:"获得Apache版本信息", file: "function.apache-get-version"},
{id:2536, pId:11741, name:"获取 Apache subprocess_env 变量", file: "function.apache-getenv"},
{id:2537, pId:11741, name:"对指定的 URI 执行部分请求并返回所有有关信息", file: "function.apache-lookup-uri"},
{id:2538, pId:11741, name:"取得或设置 apache 请求记录", file: "function.apache-note"},
{id:2539, pId:11741, name:"获取全部 HTTP 请求头信息", file: "function.apache-request-headers"},
{id:2540, pId:11741, name:"重置 Apache 写入计时器", file: "function.apache-reset-timeout"},
{id:2541, pId:11741, name:"获得全部 HTTP 响应头信息", file: "function.apache-response-headers"},
{id:2542, pId:11741, name:"设置 Apache 子进程环境变量", file: "function.apache-setenv"},
{id:3801, pId:11741, name:"获取全部 HTTP 请求头信息", file: "function.getallheaders"},
{id:7150, pId:11741, name:"执行 Apache 子请求", file: "function.virtual"},
{id:208, pId:12194, name:"FastCGI 进程管理器s3c4-0.03%", file: "book.fpm"},
{id:2506, pId:208, name:"安装/配置", file: "fpm.setup"},
{id:9126, pId:208, name:"简介", file: "intro.fpm"},
{id:11787, pId:208, name:"FPM 函数s1c1-0.01%", file: "ref.fpm"},
{id:3501, pId:11787, name:"冲刷(flush)所有响应的数据给客户端", file: "function.fastcgi-finish-request"},
{id:230, pId:12194, name:"IIS Administrations4c24-0.16%", file: "book.iisfunc"},
{id:8046, pId:230, name:"预定义常量", file: "iisfunc.constants"},
{id:8050, pId:230, name:"安装/配置s4c4-0.03%", file: "iisfunc.setup"},
{id:8045, pId:8050, name:"运行时配置", file: "iisfunc.configuration"},
{id:8047, pId:8050, name:"安装", file: "iisfunc.installation"},
{id:8048, pId:8050, name:"需求", file: "iisfunc.requirements"},
{id:8049, pId:8050, name:"资源类型", file: "iisfunc.resources"},
{id:9148, pId:230, name:"简介", file: "intro.iisfunc"},
{id:11803, pId:230, name:"IIS 函数s16c16-0.11%", file: "ref.iisfunc"},
{id:4121, pId:11803, name:"Creates a new virtual web server", file: "function.iis-add-server"},
{id:4122, pId:11803, name:"Gets Directory Security", file: "function.iis-get-dir-security"},
{id:4123, pId:11803, name:"Gets script mapping on a virtual directory for a s", file: "function.iis-get-script-map"},
{id:4124, pId:11803, name:"Return the instance number associated with the Com", file: "function.iis-get-server-by-comment"},
{id:4125, pId:11803, name:"Return the instance number associated with the Pat", file: "function.iis-get-server-by-path"},
{id:4126, pId:11803, name:"Gets server rights", file: "function.iis-get-server-rights"},
{id:4127, pId:11803, name:"Returns the state for the service defined by Servi", file: "function.iis-get-service-state"},
{id:4128, pId:11803, name:"Removes the virtual web server indicated by Server", file: "function.iis-remove-server"},
{id:4129, pId:11803, name:"Creates application scope for a virtual directory", file: "function.iis-set-app-settings"},
{id:4130, pId:11803, name:"Sets Directory Security", file: "function.iis-set-dir-security"},
{id:4131, pId:11803, name:"Sets script mapping on a virtual directory", file: "function.iis-set-script-map"},
{id:4132, pId:11803, name:"Sets server rights", file: "function.iis-set-server-rights"},
{id:4133, pId:11803, name:"Starts the virtual web server", file: "function.iis-start-server"},
{id:4134, pId:11803, name:"Starts the service defined by ServiceId", file: "function.iis-start-service"},
{id:4135, pId:11803, name:"Stops the virtual web server", file: "function.iis-stop-server"},
{id:4136, pId:11803, name:"Stops the service defined by ServiceId", file: "function.iis-stop-service"},
{id:285, pId:12194, name:"NSAPIs4c11-0.07%", file: "book.nsapi"},
{id:9201, pId:285, name:"简介", file: "intro.nsapi"},
{id:10961, pId:285, name:"预定义常量", file: "nsapi.constants"},
{id:10965, pId:285, name:"安装/配置s4c4-0.03%", file: "nsapi.setup"},
{id:10960, pId:10965, name:"运行时配置", file: "nsapi.configuration"},
{id:10962, pId:10965, name:"安装", file: "nsapi.installation"},
{id:10963, pId:10965, name:"需求", file: "nsapi.requirements"},
{id:10964, pId:10965, name:"资源类型", file: "nsapi.resources"},
{id:11850, pId:285, name:"NSAPI 函数s3c3-0.02%", file: "ref.nsapi"},
{id:5336, pId:11850, name:"Fetch all HTTP request headers", file: "function.nsapi-request-headers"},
{id:5337, pId:11850, name:"Fetch all HTTP response headers", file: "function.nsapi-response-headers"},
{id:5338, pId:11850, name:"Perform an NSAPI sub-request", file: "function.nsapi-virtual"},
{id:12195, pId:2527, name:"Windows 专用扩展s3c101-0.67%", file: "refs.utilspec.windows"},
{id:174, pId:12195, name:"COM and .Net (Windows)s10c51-0.34%", file: "book.com"},
{id:709, pId:174, name:"The com_exception class", file: "class.com-exception"},
{id:710, pId:174, name:"The COM classs1c1-0.01%", file: "class.com"},
{id:1404, pId:710, name:"COM class constructor", file: "com.construct"},
{id:773, pId:174, name:"The DOTNET classs1c1-0.01%", file: "class.dotnet"},
{id:1809, pId:773, name:"DOTNET class constructor", file: "dotnet.construct"},
{id:1291, pId:174, name:"VARIANT classs1c1-0.01%", file: "class.variant"},
{id:14341, pId:1291, name:"VARIANT class constructor", file: "variant.construct"},
{id:1403, pId:174, name:"预定义常量", file: "com.constants"},
{id:1405, pId:174, name:"Errors and error handling", file: "com.error-handling"},
{id:1408, pId:174, name:"范例s2c2-0.01%", file: "com.examples"},
{id:1406, pId:1408, name:"Arrays and Array-style COM properties", file: "com.examples.arrays"},
{id:1407, pId:1408, name:"For Each", file: "com.examples.foreach"},
{id:1412, pId:174, name:"安装/配置s4c4-0.03%", file: "com.setup"},
{id:1402, pId:1412, name:"运行时配置", file: "com.configuration"},
{id:1409, pId:1412, name:"安装", file: "com.installation"},
{id:1410, pId:1412, name:"需求", file: "com.requirements"},
{id:1411, pId:1412, name:"资源类型", file: "com.resources"},
{id:9093, pId:174, name:"简介", file: "intro.com"},
{id:11758, pId:174, name:"COM 函数s32c32-0.21%", file: "ref.com"},
{id:2831, pId:11758, name:"Generate a globally unique identifier (GUID)", file: "function.com-create-guid"},
{id:2832, pId:11758, name:"Connect events from a COM object to a PHP object", file: "function.com-event-sink"},
{id:2833, pId:11758, name:"Returns a handle to an already running instance of", file: "function.com-get-active-object"},
{id:2834, pId:11758, name:"装载一个 Typelib", file: "function.com-load-typelib"},
{id:2835, pId:11758, name:"Process COM messages, sleeping for up to timeoutms", file: "function.com-message-pump"},
{id:2836, pId:11758, name:"Print out a PHP class definition for a dispatchabl", file: "function.com-print-typeinfo"},
{id:7122, pId:11758, name:"Returns the absolute value of a variant", file: "function.variant-abs"},
{id:7123, pId:11758, name:"Adds two variant values together and returns the r", file: "function.variant-add"},
{id:7124, pId:11758, name:"Performs a bitwise AND operation between two varia", file: "function.variant-and"},
{id:7125, pId:11758, name:"Convert a variant into a new variant object of ano", file: "function.variant-cast"},
{id:7126, pId:11758, name:"Concatenates two variant values together and retur", file: "function.variant-cat"},
{id:7127, pId:11758, name:"Compares two variants", file: "function.variant-cmp"},
{id:7128, pId:11758, name:"Returns a variant date representation of a Unix ti", file: "function.variant-date-from-timestamp"},
{id:7129, pId:11758, name:"Converts a variant date/time value to Unix timesta", file: "function.variant-date-to-timestamp"},
{id:7130, pId:11758, name:"Returns the result from dividing two variants", file: "function.variant-div"},
{id:7131, pId:11758, name:"Performs a bitwise equivalence on two variants", file: "function.variant-eqv"},
{id:7132, pId:11758, name:"Returns the integer portion of a variant", file: "function.variant-fix"},
{id:7133, pId:11758, name:"Returns the type of a variant object", file: "function.variant-get-type"},
{id:7134, pId:11758, name:"Converts variants to integers and then returns the", file: "function.variant-idiv"},
{id:7135, pId:11758, name:"Performs a bitwise implication on two variants", file: "function.variant-imp"},
{id:7136, pId:11758, name:"Returns the integer portion of a variant", file: "function.variant-int"},
{id:7137, pId:11758, name:"Divides two variants and returns only the remainde", file: "function.variant-mod"},
{id:7138, pId:11758, name:"Multiplies the values of the two variants", file: "function.variant-mul"},
{id:7139, pId:11758, name:"Performs logical negation on a variant", file: "function.variant-neg"},
{id:7140, pId:11758, name:"Performs bitwise not negation on a variant", file: "function.variant-not"},
{id:7141, pId:11758, name:"Performs a logical disjunction on two variants", file: "function.variant-or"},
{id:7142, pId:11758, name:"Returns the result of performing the power functio", file: "function.variant-pow"},
{id:7143, pId:11758, name:"Rounds a variant to the specified number of decima", file: "function.variant-round"},
{id:7144, pId:11758, name:"Convert a variant into another type in-place", file: "function.variant-set-type"},
{id:7145, pId:11758, name:"Assigns a new value for a variant object", file: "function.variant-set"},
{id:7146, pId:11758, name:"Subtracts the value of the right variant from the ", file: "function.variant-sub"},
{id:7147, pId:11758, name:"Performs a logical exclusion on two variants", file: "function.variant-xor"},
{id:374, pId:12195, name:"win32pss5c13-0.09%", file: "book.win32ps"},
{id:9290, pId:374, name:"简介", file: "intro.win32ps"},
{id:11944, pId:374, name:"win32ps 函数s3c3-0.02%", file: "ref.win32ps"},
{id:7181, pId:11944, name:"List running processes", file: "function.win32-ps-list-procs"},
{id:7182, pId:11944, name:"Stat memory utilization", file: "function.win32-ps-stat-mem"},
{id:7183, pId:11944, name:"Stat process", file: "function.win32-ps-stat-proc"},
{id:14430, pId:374, name:"预定义常量", file: "win32ps.constants"},
{id:14432, pId:374, name:"范例s1c1-0.01%", file: "win32ps.examples"},
{id:14431, pId:14432, name:"Win32ps examples", file: "win32ps.examples-process"},
{id:14436, pId:374, name:"安装/配置s4c4-0.03%", file: "win32ps.setup"},
{id:14429, pId:14436, name:"运行时配置", file: "win32ps.configuration"},
{id:14433, pId:14436, name:"安装", file: "win32ps.installation"},
{id:14434, pId:14436, name:"需求", file: "win32ps.requirements"},
{id:14435, pId:14436, name:"资源类型", file: "win32ps.resources"},
{id:375, pId:12195, name:"win32services5c34-0.23%", file: "book.win32service"},
{id:9291, pId:375, name:"简介", file: "intro.win32service"},
{id:11945, pId:375, name:"win32service 函数s13c13-0.09%", file: "ref.win32service"},
{id:7176, pId:11945, name:"Resumes a paused service", file: "function.win32-continue-service"},
{id:7177, pId:11945, name:"Creates a new service entry in the SCM database", file: "function.win32-create-service"},
{id:7178, pId:11945, name:"Deletes a service entry from the SCM database", file: "function.win32-delete-service"},
{id:7179, pId:11945, name:"Returns the last control message that was sent to ", file: "function.win32-get-last-control-message"},
{id:7180, pId:11945, name:"Pauses a service", file: "function.win32-pause-service"},
{id:7184, pId:11945, name:"Queries the status of a service", file: "function.win32-query-service-status"},
{id:7185, pId:11945, name:"Send a custom control to the service", file: "function.win32-send-custom-control"},
{id:7186, pId:11945, name:"Define or return the exit code for the current run", file: "function.win32-set-service-exit-code"},
{id:7187, pId:11945, name:"Define or return the exit mode for the current run", file: "function.win32-set-service-exit-mode"},
{id:7188, pId:11945, name:"Update the service status", file: "function.win32-set-service-status"},
{id:7189, pId:11945, name:"Registers the script with the SCM, so that it can ", file: "function.win32-start-service-ctrl-dispatcher"},
{id:7190, pId:11945, name:"Starts a service", file: "function.win32-start-service"},
{id:7191, pId:11945, name:"Stops a service", file: "function.win32-stop-service"},
{id:14442, pId:375, name:"预定义常量s11c11-0.07%", file: "win32service.constants"},
{id:14438, pId:14442, name:"Win32 Base Priority Classes", file: "win32service.constants.basepriorities"},
{id:14439, pId:14442, name:"Win32Service Service Control Message Accepted Bitm", file: "win32service.constants.controlsaccepted"},
{id:14440, pId:14442, name:"Win32Service Service Error Control Constants", file: "win32service.constants.errorcontrol"},
{id:14441, pId:14442, name:"Win32 Error Codes", file: "win32service.constants.errors"},
{id:14443, pId:14442, name:"Win32 Recovery action", file: "win32service.constants.recovery-action"},
{id:14444, pId:14442, name:"Win32Service Service Control Message Constants", file: "win32service.constants.servicecontrol"},
{id:14445, pId:14442, name:"Win32Service Service Flag Constants", file: "win32service.constants.serviceflag"},
{id:14446, pId:14442, name:"Win32 Service informations", file: "win32service.constants.serviceinfos"},
{id:14447, pId:14442, name:"Win32Service Service Start Type Constants", file: "win32service.constants.servicestarttype"},
{id:14448, pId:14442, name:"Win32Service Service Status Constants", file: "win32service.constants.servicestatus"},
{id:14449, pId:14442, name:"Win32Service Service Type Bitmasks", file: "win32service.constants.servicetype"},
{id:14450, pId:375, name:"范例", file: "win32service.examples"},
{id:14455, pId:375, name:"安装/配置s5c5-0.03%", file: "win32service.setup"},
{id:14437, pId:14455, name:"运行时配置", file: "win32service.configuration"},
{id:14451, pId:14455, name:"安装", file: "win32service.installation"},
{id:14452, pId:14455, name:"需求", file: "win32service.requirements"},
{id:14453, pId:14455, name:"资源类型", file: "win32service.resources"},
{id:14454, pId:14455, name:"Security consideration", file: "win32service.security"},
{id:12196, pId:2527, name:"Web 服务s5c180-1.2%", file: "refs.webservice"},
{id:286, pId:12196, name:"OAuths8c57-0.38%", file: "book.oauth"},
{id:1030, pId:286, name:"OAuth 类s26c26-0.17%", file: "class.oauth"},
{id:10984, pId:1030, name:"新建一个 OAuth 对象", file: "oauth.construct"},
{id:10985, pId:1030, name:"析构函数", file: "oauth.destruct"},
{id:10986, pId:1030, name:"关闭详细的调试", file: "oauth.disabledebug"},
{id:10987, pId:1030, name:"关闭重定向", file: "oauth.disableredirects"},
{id:10988, pId:1030, name:"关闭 SSL 检查", file: "oauth.disablesslchecks"},
{id:10989, pId:1030, name:"启用详细调试", file: "oauth.enabledebug"},
{id:10990, pId:1030, name:"启用重定向", file: "oauth.enableredirects"},
{id:10991, pId:1030, name:"启用 SSL 检查", file: "oauth.enablesslchecks"},
{id:10994, pId:1030, name:"获取一个 OAuth 受保护的资源", file: "oauth.fetch"},
{id:10995, pId:1030, name:"生成一个签名", file: "oauth.generatesignature"},
{id:10996, pId:1030, name:"获取一个访问令牌", file: "oauth.getaccesstoken"},
{id:10997, pId:1030, name:"获取 CA 信息", file: "oauth.getcapath"},
{id:10998, pId:1030, name:"获取最后一次的响应", file: "oauth.getlastresponse"},
{id:10999, pId:1030, name:"获取最后一次响应的头信息", file: "oauth.getlastresponseheaders"},
{id:11000, pId:1030, name:"获取关于最后一次响应的 HTTP 信息", file: "oauth.getlastresponseinfo"},
{id:11001, pId:1030, name:"生成 OAuth 头信息字符串签名", file: "oauth.getrequestheader"},
{id:11002, pId:1030, name:"获取一个请求令牌", file: "oauth.getrequesttoken"},
{id:11006, pId:1030, name:"设置授权类型", file: "oauth.setauthtype"},
{id:11007, pId:1030, name:"设置 CA 路径和信息", file: "oauth.setcapath"},
{id:11008, pId:1030, name:"为后续请求设置现时标志", file: "oauth.setnonce"},
{id:11009, pId:1030, name:"设置目标请求引擎", file: "oauth.setrequestengine"},
{id:11010, pId:1030, name:"设置 RSA 证书", file: "oauth.setrsacertificate"},
{id:11011, pId:1030, name:"调整特定的SSL请求检查", file: "oauth.setsslchecks"},
{id:11012, pId:1030, name:"设置时间戳", file: "oauth.settimestamp"},
{id:11013, pId:1030, name:"设置令牌和 secret", file: "oauth.settoken"},
{id:11015, pId:1030, name:"设置 OAuth 版本", file: "oauth.setversion"},
{id:1031, pId:286, name:"OAuthException 类", file: "class.oauthexception"},
{id:1032, pId:286, name:"OAuthProvider 类s16c16-0.11%", file: "class.oauthprovider"},
{id:11016, pId:1032, name:"添加必需的参数", file: "oauthprovider.addrequiredparameter"},
{id:11017, pId:1032, name:"调用 consumerNonceHandler 回调函数", file: "oauthprovider.callconsumerhandler"},
{id:11018, pId:1032, name:"调用 timestampNonceHandler 回调函数", file: "oauthprovider.calltimestampnoncehandler"},
{id:11019, pId:1032, name:"调用 tokenNonceHandler 回调函数", file: "oauthprovider.calltokenhandler"},
{id:11020, pId:1032, name:"检查一个 oauth 请求", file: "oauthprovider.checkoauthrequest"},
{id:11021, pId:1032, name:"新建一个 OAuthProvider 对象", file: "oauthprovider.construct"},
{id:11022, pId:1032, name:"设置 consumerHandler 句柄回调函数", file: "oauthprovider.consumerhandler"},
{id:11023, pId:1032, name:"生成一个随机令牌", file: "oauthprovider.generatetoken"},
{id:11024, pId:1032, name:"is2LeggedEndpoint", file: "oauthprovider.is2leggedendpoint"},
{id:11025, pId:1032, name:"设置 isRequestTokenEndpoint", file: "oauthprovider.isrequesttokenendpoint"},
{id:11026, pId:1032, name:"移除一个必需的参数", file: "oauthprovider.removerequiredparameter"},
{id:11027, pId:1032, name:"报告问题", file: "oauthprovider.reportproblem"},
{id:11028, pId:1032, name:"设置一个参数", file: "oauthprovider.setparam"},
{id:11029, pId:1032, name:"设置请求令牌路径", file: "oauthprovider.setrequesttokenpath"},
{id:11030, pId:1032, name:"设置 timestampNonceHandler 句柄回调函数", file: "oauthprovider.timestampnoncehandler"},
{id:11031, pId:1032, name:"设置 tokenHandler 句柄回调函数", file: "oauthprovider.tokenhandler"},
{id:9202, pId:286, name:"简介", file: "intro.oauth"},
{id:10983, pId:286, name:"预定义常量", file: "oauth.constants"},
{id:10993, pId:286, name:"范例s1c1-0.01%", file: "oauth.examples"},
{id:10992, pId:10993, name:"FireEagle", file: "oauth.examples.fireeagle"},
{id:11014, pId:286, name:"安装/配置s4c4-0.03%", file: "oauth.setup"},
{id:10982, pId:11014, name:"运行时配置", file: "oauth.configuration"},
{id:11003, pId:11014, name:"安装", file: "oauth.installation"},
{id:11004, pId:11014, name:"需求", file: "oauth.requirements"},
{id:11005, pId:11014, name:"资源类型", file: "oauth.resources"},
{id:11851, pId:286, name:"OAuth 函数s2c2-0.01%", file: "ref.oauth"},
{id:5340, pId:11851, name:"生成一个签名字符基串", file: "function.oauth-get-sbs"},
{id:5341, pId:11851, name:"将 URI 编码为 RFC 3986 规范", file: "function.oauth-urlencode"},
{id:323, pId:12196, name:"SCAs5c23-0.15%", file: "book.sca"},
{id:9239, pId:323, name:"简介", file: "intro.sca"},
{id:11903, pId:323, name:"SCA 函数s4c4-0.03%", file: "ref.sca"},
{id:12328, pId:11903, name:"Create an SDO", file: "sca-localproxy.createdataobject"},
{id:12329, pId:11903, name:"Create an SDO", file: "sca-soapproxy.createdataobject"},
{id:12332, pId:11903, name:"Create an SDO", file: "sca.createdataobject"},
{id:12344, pId:11903, name:"Obtain a proxy for a service", file: "sca.getservice"},
{id:12331, pId:323, name:"预定义常量", file: "sca.constants"},
{id:12337, pId:323, name:"范例s10c10-0.07%", file: "sca.examples"},
{id:12333, pId:12337, name:"Calling another Service Component", file: "sca.examples.calling"},
{id:12334, pId:12337, name:"Deploying an SCA component", file: "sca.examples.deploy"},
{id:12335, pId:12337, name:"Error handling", file: "sca.examples.errorhandling"},
{id:12336, pId:12337, name:"Exposing a Service Component as a Web service", file: "sca.examples.exposing-webservice"},
{id:12338, pId:12337, name:"Locating and calling services from a script which ", file: "sca.examples.nonscascript"},
{id:12339, pId:12337, name:"Obtaining the WSDL for an SCA component offering a", file: "sca.examples.obtaining-wsdl"},
{id:12340, pId:12337, name:"Obtaining a proxy for another Service Component", file: "sca.examples.proxies"},
{id:12341, pId:12337, name:"The structure of a Service Component", file: "sca.examples.structure"},
{id:12342, pId:12337, name:"Working with Data Structures", file: "sca.examples.structures"},
{id:12343, pId:12337, name:"Understanding how the WSDL is generated", file: "sca.examples.understanding-wsdl"},
{id:12348, pId:323, name:"安装/配置s4c4-0.03%", file: "sca.setup"},
{id:12330, pId:12348, name:"运行时配置", file: "sca.configuration"},
{id:12345, pId:12348, name:"安装", file: "sca.installation"},
{id:12346, pId:12348, name:"需求", file: "sca.requirements"},
{id:12347, pId:12348, name:"资源类型", file: "sca.resources"},
{id:336, pId:12196, name:"SOAPs10c50-0.33%", file: "book.soap"},
{id:1121, pId:336, name:"The SoapClient classs15c15-0.1%", file: "class.soapclient"},
{id:12626, pId:1121, name:"Calls a SOAP function (deprecated)", file: "soapclient.call"},
{id:12627, pId:1121, name:"SoapClient constructor", file: "soapclient.construct"},
{id:12628, pId:1121, name:"Performs a SOAP request", file: "soapclient.dorequest"},
{id:12629, pId:1121, name:"Get list of cookies", file: "soapclient.getcookies"},
{id:12630, pId:1121, name:"Returns list of available SOAP functions", file: "soapclient.getfunctions"},
{id:12631, pId:1121, name:"Returns last SOAP request", file: "soapclient.getlastrequest"},
{id:12632, pId:1121, name:"Returns the SOAP headers from the last request", file: "soapclient.getlastrequestheaders"},
{id:12633, pId:1121, name:"Returns last SOAP response", file: "soapclient.getlastresponse"},
{id:12634, pId:1121, name:"Returns the SOAP headers from the last response", file: "soapclient.getlastresponseheaders"},
{id:12635, pId:1121, name:"Returns a list of SOAP types", file: "soapclient.gettypes"},
{id:12636, pId:1121, name:"The __setCookie purpose", file: "soapclient.setcookie"},
{id:12637, pId:1121, name:"Sets the location of the Web service to use", file: "soapclient.setlocation"},
{id:12638, pId:1121, name:"Sets SOAP headers for subsequent calls", file: "soapclient.setsoapheaders"},
{id:12639, pId:1121, name:"Calls a SOAP function", file: "soapclient.soapcall"},
{id:12640, pId:1121, name:"SoapClient constructor", file: "soapclient.soapclient"},
{id:1122, pId:336, name:"The SoapFault classs3c3-0.02%", file: "class.soapfault"},
{id:12641, pId:1122, name:"SoapFault constructor", file: "soapfault.construct"},
{id:12642, pId:1122, name:"SoapFault constructor", file: "soapfault.soapfault"},
{id:12643, pId:1122, name:"Obtain a string representation of a SoapFault", file: "soapfault.tostring"},
{id:1123, pId:336, name:"The SoapHeader classs2c2-0.01%", file: "class.soapheader"},
{id:12644, pId:1123, name:"SoapHeader constructor", file: "soapheader.construct"},
{id:12645, pId:1123, name:"SoapHeader constructor", file: "soapheader.soapheader"},
{id:1124, pId:336, name:"The SoapParam classs2c2-0.01%", file: "class.soapparam"},
{id:12646, pId:1124, name:"SoapParam constructor", file: "soapparam.construct"},
{id:12647, pId:1124, name:"SoapParam constructor", file: "soapparam.soapparam"},
{id:1125, pId:336, name:"The SoapServer classs10c10-0.07%", file: "class.soapserver"},
{id:12648, pId:1125, name:"添加一个或多个函数来处理SOAP请求", file: "soapserver.addfunction"},
{id:12649, pId:1125, name:"Add a SOAP header to the response", file: "soapserver.addsoapheader"},
{id:12650, pId:1125, name:"SoapServer constructor", file: "soapserver.construct"},
{id:12651, pId:1125, name:"Issue SoapServer fault indicating an error", file: "soapserver.fault"},
{id:12652, pId:1125, name:"Returns list of defined functions", file: "soapserver.getfunctions"},
{id:12653, pId:1125, name:"Handles a SOAP request", file: "soapserver.handle"},
{id:12654, pId:1125, name:"Sets the class which handles SOAP requests", file: "soapserver.setclass"},
{id:12655, pId:1125, name:"Sets the object which will be used to handle SOAP ", file: "soapserver.setobject"},
{id:12656, pId:1125, name:"Sets SoapServer persistence mode", file: "soapserver.setpersistence"},
{id:12657, pId:1125, name:"SoapServer constructor", file: "soapserver.soapserver"},
{id:1126, pId:336, name:"The SoapVar classs2c2-0.01%", file: "class.soapvar"},
{id:12658, pId:1126, name:"SoapVar constructor", file: "soapvar.construct"},
{id:12659, pId:1126, name:"SoapVar constructor", file: "soapvar.soapvar"},
{id:9252, pId:336, name:"简介", file: "intro.soap"},
{id:11915, pId:336, name:"SOAP 函数s2c2-0.01%", file: "ref.soap"},
{id:4416, pId:11915, name:"Checks if a SOAP call has failed", file: "function.is-soap-fault"},
{id:7114, pId:11915, name:"Set whether to use the SOAP error handler", file: "function.use-soap-error-handler"},
{id:12621, pId:336, name:"预定义常量", file: "soap.constants"},
{id:12625, pId:336, name:"安装/配置s4c4-0.03%", file: "soap.setup"},
{id:12620, pId:12625, name:"运行时配置", file: "soap.configuration"},
{id:12622, pId:12625, name:"安装", file: "soap.installation"},
{id:12623, pId:12625, name:"需求", file: "soap.requirements"},
{id:12624, pId:12625, name:"资源类型", file: "soap.resources"},
{id:385, pId:12196, name:"XML-RPCs4c22-0.15%", file: "book.xmlrpc"},
{id:9301, pId:385, name:"简介", file: "intro.xmlrpc"},
{id:11951, pId:385, name:"XML-RPC 函数s14c14-0.09%", file: "ref.xmlrpc"},
{id:7264, pId:11951, name:"将 XML 译码为 PHP 本身的类型", file: "function.xmlrpc-decode-request"},
{id:7265, pId:11951, name:"将 XML 译码为 PHP 本身的类型", file: "function.xmlrpc-decode"},
{id:7266, pId:11951, name:"为 PHP 的值生成 XML", file: "function.xmlrpc-encode-request"},
{id:7267, pId:11951, name:"为 PHP 的值生成 XML", file: "function.xmlrpc-encode"},
{id:7268, pId:11951, name:"为 PHP 的值获取 xmlrpc 的类型", file: "function.xmlrpc-get-type"},
{id:7269, pId:11951, name:"Determines if an array value represents an XMLRPC ", file: "function.xmlrpc-is-fault"},
{id:7270, pId:11951, name:"将 XML 译码成方法描述的列表", file: "function.xmlrpc-parse-method-descriptions"},
{id:7271, pId:11951, name:"添加自我描述的文档", file: "function.xmlrpc-server-add-introspection-data"},
{id:7272, pId:11951, name:"解析 XML 请求同时调用方法", file: "function.xmlrpc-server-call-method"},
{id:7273, pId:11951, name:"创建一个 xmlrpc 服务端", file: "function.xmlrpc-server-create"},
{id:7274, pId:11951, name:"销毁服务端资源", file: "function.xmlrpc-server-destroy"},
{id:7275, pId:11951, name:"注册一个 PHP 函数用于生成文档", file: "function.xmlrpc-server-register-introspection-callback"},
{id:7276, pId:11951, name:"注册一个 PHP 函数用于匹配 xmlrpc 方法名", file: "function.xmlrpc-server-register-method"},
{id:7277, pId:11951, name:"为一个 PHP 字符串值设置 xmlrpc 的类型、base64 或日期时间", file: "function.xmlrpc-set-type"},
{id:14579, pId:385, name:"预定义常量", file: "xmlrpc.constants"},
{id:14583, pId:385, name:"安装/配置s4c4-0.03%", file: "xmlrpc.setup"},
{id:14578, pId:14583, name:"运行时配置", file: "xmlrpc.configuration"},
{id:14580, pId:14583, name:"安装", file: "xmlrpc.installation"},
{id:14581, pId:14583, name:"需求", file: "xmlrpc.requirements"},
{id:14582, pId:14583, name:"资源类型", file: "xmlrpc.resources"},
{id:391, pId:12196, name:"Yet Another RPC Frameworks9c23-0.15%", file: "book.yar"},
{id:1347, pId:391, name:"The Yar_Client_Exception classs1c1-0.01%", file: "class.yar-client-exception"},
{id:14892, pId:1347, name:"The getType purpose", file: "yar-client-exception.gettype"},
{id:1348, pId:391, name:"The Yar_Client classs3c3-0.02%", file: "class.yar-client"},
{id:14893, pId:1348, name:"调用远程服务", file: "yar-client.call"},
{id:14894, pId:1348, name:"创建一个客户端实例", file: "yar-client.construct"},
{id:14895, pId:1348, name:"设置调用的配置", file: "yar-client.setopt"},
{id:1349, pId:391, name:"The Yar_Concurrent_Client classs3c3-0.02%", file: "class.yar-concurrent-client"},
{id:14896, pId:1349, name:"注册一个并行的服务调用", file: "yar-concurrent-client.call"},
{id:14897, pId:1349, name:"发送所有注册的并行调用", file: "yar-concurrent-client.loop"},
{id:14898, pId:1349, name:"Clean all registered calls", file: "yar-concurrent-client.reset"},
{id:1350, pId:391, name:"The Yar_Server_Exception classs1c1-0.01%", file: "class.yar-server-exception"},
{id:14899, pId:1350, name:"获取异常的原始类型", file: "yar-server-exception.gettype"},
{id:1351, pId:391, name:"The Yar_Server classs2c2-0.01%", file: "class.yar-server"},
{id:14900, pId:1351, name:"创建一个HTTP RPC Server", file: "yar-server.construct"},
{id:14901, pId:1351, name:"启动HTTP RPC Server", file: "yar-server.handle"},
{id:9307, pId:391, name:"简介", file: "intro.yar"},
{id:14903, pId:391, name:"预定义常量", file: "yar.constants"},
{id:14904, pId:391, name:"范例", file: "yar.examples"},
{id:14908, pId:391, name:"安装/配置s4c4-0.03%", file: "yar.setup"},
{id:14902, pId:14908, name:"运行时配置", file: "yar.configuration"},
{id:14905, pId:14908, name:"安装", file: "yar.installation"},
{id:14906, pId:14908, name:"需求", file: "yar.requirements"},
{id:14907, pId:14908, name:"资源类型", file: "yar.resources"},
{id:12197, pId:2527, name:"XML 操作s12c481-3.2%", file: "refs.xml"},
{id:189, pId:12197, name:"Document Object Models24c127-0.84%", file: "book.dom"},
{id:754, pId:189, name:"The DOMAttr classs2c2-0.01%", file: "class.domattr"},
{id:1711, pId:754, name:"Creates a new DOMAttr object", file: "domattr.construct"},
{id:1712, pId:754, name:"Checks if attribute is a defined ID", file: "domattr.isid"},
{id:755, pId:189, name:"The DOMCdataSection classs1c1-0.01%", file: "class.domcdatasection"},
{id:1713, pId:755, name:"Constructs a new DOMCdataSection object", file: "domcdatasection.construct"},
{id:756, pId:189, name:"The DOMCharacterData classs5c5-0.03%", file: "class.domcharacterdata"},
{id:1714, pId:756, name:"Append the string to the end of the character data", file: "domcharacterdata.appenddata"},
{id:1715, pId:756, name:"Remove a range of characters from the node", file: "domcharacterdata.deletedata"},
{id:1716, pId:756, name:"Insert a string at the specified 16-bit unit offse", file: "domcharacterdata.insertdata"},
{id:1717, pId:756, name:"Replace a substring within the DOMCharacterData no", file: "domcharacterdata.replacedata"},
{id:1718, pId:756, name:"Extracts a range of data from the node", file: "domcharacterdata.substringdata"},
{id:757, pId:189, name:"The DOMComment classs1c1-0.01%", file: "class.domcomment"},
{id:1719, pId:757, name:"Creates a new DOMComment object", file: "domcomment.construct"},
{id:758, pId:189, name:"The DOMDocument classs31c31-0.21%", file: "class.domdocument"},
{id:1720, pId:758, name:"Creates a new DOMDocument object", file: "domdocument.construct"},
{id:1721, pId:758, name:"Create new attribute", file: "domdocument.createattribute"},
{id:1722, pId:758, name:"Create new attribute node with an associated names", file: "domdocument.createattributens"},
{id:1723, pId:758, name:"Create new cdata node", file: "domdocument.createcdatasection"},
{id:1724, pId:758, name:"Create new comment node", file: "domdocument.createcomment"},
{id:1725, pId:758, name:"Create new document fragment", file: "domdocument.createdocumentfragment"},
{id:1726, pId:758, name:"Create new element node", file: "domdocument.createelement"},
{id:1727, pId:758, name:"Create new element node with an associated namespa", file: "domdocument.createelementns"},
{id:1728, pId:758, name:"Create new entity reference node", file: "domdocument.createentityreference"},
{id:1729, pId:758, name:"Creates new PI node", file: "domdocument.createprocessinginstruction"},
{id:1730, pId:758, name:"Create new text node", file: "domdocument.createtextnode"},
{id:1731, pId:758, name:"Searches for an element with a certain id", file: "domdocument.getelementbyid"},
{id:1732, pId:758, name:"Searches for all elements with given local tag nam", file: "domdocument.getelementsbytagname"},
{id:1733, pId:758, name:"Searches for all elements with given tag name in s", file: "domdocument.getelementsbytagnamens"},
{id:1734, pId:758, name:"Import node into current document", file: "domdocument.importnode"},
{id:1735, pId:758, name:"Load XML from a file", file: "domdocument.load"},
{id:1736, pId:758, name:"Load HTML from a string", file: "domdocument.loadhtml"},
{id:1737, pId:758, name:"Load HTML from a file", file: "domdocument.loadhtmlfile"},
{id:1738, pId:758, name:"Load XML from a string", file: "domdocument.loadxml"},
{id:1739, pId:758, name:"Normalizes the document", file: "domdocument.normalizedocument"},
{id:1740, pId:758, name:"Register extended class used to create base node t", file: "domdocument.registernodeclass"},
{id:1741, pId:758, name:"Performs relaxNG validation on the document", file: "domdocument.relaxngvalidate"},
{id:1742, pId:758, name:"Performs relaxNG validation on the document", file: "domdocument.relaxngvalidatesource"},
{id:1743, pId:758, name:"Dumps the internal XML tree back into a file", file: "domdocument.save"},
{id:1744, pId:758, name:"Dumps the internal document into a string using HT", file: "domdocument.savehtml"},
{id:1745, pId:758, name:"Dumps the internal document into a file using HTML", file: "domdocument.savehtmlfile"},
{id:1746, pId:758, name:"Dumps the internal XML tree back into a string", file: "domdocument.savexml"},
{id:1747, pId:758, name:"Validates a document based on a schema", file: "domdocument.schemavalidate"},
{id:1748, pId:758, name:"Validates a document based on a schema", file: "domdocument.schemavalidatesource"},
{id:1749, pId:758, name:"Validates the document based on its DTD", file: "domdocument.validate"},
{id:1750, pId:758, name:"Substitutes XIncludes in a DOMDocument Object", file: "domdocument.xinclude"},
{id:759, pId:189, name:"The DOMDocumentFragment classs1c1-0.01%", file: "class.domdocumentfragment"},
{id:1751, pId:759, name:"Append raw XML data", file: "domdocumentfragment.appendxml"},
{id:760, pId:189, name:"The DOMDocumentType class", file: "class.domdocumenttype"},
{id:761, pId:189, name:"The DOMElement classs19c19-0.13%", file: "class.domelement"},
{id:1752, pId:761, name:"Creates a new DOMElement object", file: "domelement.construct"},
{id:1753, pId:761, name:"Returns value of attribute", file: "domelement.getattribute"},
{id:1754, pId:761, name:"Returns attribute node", file: "domelement.getattributenode"},
{id:1755, pId:761, name:"Returns attribute node", file: "domelement.getattributenodens"},
{id:1756, pId:761, name:"Returns value of attribute", file: "domelement.getattributens"},
{id:1757, pId:761, name:"Gets elements by tagname", file: "domelement.getelementsbytagname"},
{id:1758, pId:761, name:"Get elements by namespaceURI and localName", file: "domelement.getelementsbytagnamens"},
{id:1759, pId:761, name:"Checks to see if attribute exists", file: "domelement.hasattribute"},
{id:1760, pId:761, name:"Checks to see if attribute exists", file: "domelement.hasattributens"},
{id:1761, pId:761, name:"Removes attribute", file: "domelement.removeattribute"},
{id:1762, pId:761, name:"Removes attribute", file: "domelement.removeattributenode"},
{id:1763, pId:761, name:"Removes attribute", file: "domelement.removeattributens"},
{id:1764, pId:761, name:"Adds new attribute", file: "domelement.setattribute"},
{id:1765, pId:761, name:"Adds new attribute node to element", file: "domelement.setattributenode"},
{id:1766, pId:761, name:"Adds new attribute node to element", file: "domelement.setattributenodens"},
{id:1767, pId:761, name:"Adds new attribute", file: "domelement.setattributens"},
{id:1768, pId:761, name:"Declares the attribute specified by name to be of ", file: "domelement.setidattribute"},
{id:1769, pId:761, name:"Declares the attribute specified by node to be of ", file: "domelement.setidattributenode"},
{id:1770, pId:761, name:"Declares the attribute specified by local name and", file: "domelement.setidattributens"},
{id:762, pId:189, name:"The DOMEntity class", file: "class.domentity"},
{id:763, pId:189, name:"The DOMEntityReference classs1c1-0.01%", file: "class.domentityreference"},
{id:1771, pId:763, name:"Creates a new DOMEntityReference object", file: "domentityreference.construct"},
{id:764, pId:189, name:"The DOMException class", file: "class.domexception"},
{id:765, pId:189, name:"The DOMImplementation classs4c4-0.03%", file: "class.domimplementation"},
{id:1772, pId:765, name:"Creates a new DOMImplementation object", file: "domimplementation.construct"},
{id:1773, pId:765, name:"Creates a DOMDocument object of the specified type", file: "domimplementation.createdocument"},
{id:1774, pId:765, name:"Creates an empty DOMDocumentType object", file: "domimplementation.createdocumenttype"},
{id:1775, pId:765, name:"Test if the DOM implementation implements a specif", file: "domimplementation.hasfeature"},
{id:766, pId:189, name:"The DOMNamedNodeMap classs4c4-0.03%", file: "class.domnamednodemap"},
{id:1776, pId:766, name:"Get number of nodes in the map", file: "domnamednodemap.count"},
{id:1777, pId:766, name:"Retrieves a node specified by name", file: "domnamednodemap.getnameditem"},
{id:1778, pId:766, name:"Retrieves a node specified by local name and names", file: "domnamednodemap.getnameditemns"},
{id:1779, pId:766, name:"Retrieves a node specified by index", file: "domnamednodemap.item"},
{id:767, pId:189, name:"The DOMNode classs17c17-0.11%", file: "class.domnode"},
{id:1780, pId:767, name:"Adds new child at the end of the children", file: "domnode.appendchild"},
{id:1781, pId:767, name:"Canonicalize nodes to a string", file: "domnode.c14n"},
{id:1782, pId:767, name:"Canonicalize nodes to a file", file: "domnode.c14nfile"},
{id:1783, pId:767, name:"Clones a node", file: "domnode.clonenode"},
{id:1784, pId:767, name:"Get line number for a node", file: "domnode.getlineno"},
{id:1785, pId:767, name:"Get an XPath for a node", file: "domnode.getnodepath"},
{id:1786, pId:767, name:"Checks if node has attributes", file: "domnode.hasattributes"},
{id:1787, pId:767, name:"Checks if node has children", file: "domnode.haschildnodes"},
{id:1788, pId:767, name:"Adds a new child before a reference node", file: "domnode.insertbefore"},
{id:1789, pId:767, name:"Checks if the specified namespaceURI is the defaul", file: "domnode.isdefaultnamespace"},
{id:1790, pId:767, name:"Indicates if two nodes are the same node", file: "domnode.issamenode"},
{id:1791, pId:767, name:"Checks if feature is supported for specified versi", file: "domnode.issupported"},
{id:1792, pId:767, name:"Gets the namespace URI of the node based on the pr", file: "domnode.lookupnamespaceuri"},
{id:1793, pId:767, name:"Gets the namespace prefix of the node based on the", file: "domnode.lookupprefix"},
{id:1794, pId:767, name:"Normalizes the node", file: "domnode.normalize"},
{id:1795, pId:767, name:"Removes child from list of children", file: "domnode.removechild"},
{id:1796, pId:767, name:"Replaces a child", file: "domnode.replacechild"},
{id:768, pId:189, name:"The DOMNodeList classs2c2-0.01%", file: "class.domnodelist"},
{id:1797, pId:768, name:"Get number of nodes in the list", file: "domnodelist.count"},
{id:1798, pId:768, name:"Retrieves a node specified by index", file: "domnodelist.item"},
{id:769, pId:189, name:"The DOMNotation class", file: "class.domnotation"},
{id:770, pId:189, name:"The DOMProcessingInstruction classs1c1-0.01%", file: "class.domprocessinginstruction"},
{id:1799, pId:770, name:"Creates a new DOMProcessingInstruction object", file: "domprocessinginstruction.construct"},
{id:771, pId:189, name:"The DOMText classs4c4-0.03%", file: "class.domtext"},
{id:1800, pId:771, name:"Creates a new DOMText object", file: "domtext.construct"},
{id:1801, pId:771, name:"Returns whether this text node contains whitespace", file: "domtext.iselementcontentwhitespace"},
{id:1802, pId:771, name:"Indicates whether this text node contains whitespa", file: "domtext.iswhitespaceinelementcontent"},
{id:1803, pId:771, name:"Breaks this node into two nodes at the specified o", file: "domtext.splittext"},
{id:772, pId:189, name:"The DOMXPath classs5c5-0.03%", file: "class.domxpath"},
{id:1804, pId:772, name:"Creates a new DOMXPath object", file: "domxpath.construct"},
{id:1805, pId:772, name:"Evaluates the given XPath expression and returns a", file: "domxpath.evaluate"},
{id:1806, pId:772, name:"Evaluates the given XPath expression", file: "domxpath.query"},
{id:1807, pId:772, name:"Registers the namespace with the DOMXPath object", file: "domxpath.registernamespace"},
{id:1808, pId:772, name:"Register PHP functions as XPath functions", file: "domxpath.registerphpfunctions"},
{id:1705, pId:189, name:"预定义常量", file: "dom.constants"},
{id:1706, pId:189, name:"范例", file: "dom.examples"},
{id:1710, pId:189, name:"安装/配置s4c4-0.03%", file: "dom.setup"},
{id:1704, pId:1710, name:"运行时配置", file: "dom.configuration"},
{id:1707, pId:1710, name:"安装", file: "dom.installation"},
{id:1708, pId:1710, name:"需求", file: "dom.requirements"},
{id:1709, pId:1710, name:"资源类型", file: "dom.resources"},
{id:9107, pId:189, name:"简介", file: "intro.dom"},
{id:11772, pId:189, name:"DOM 函数s1c1-0.01%", file: "ref.dom"},
{id:3207, pId:11772, name:"Gets a DOMElement object from a SimpleXMLElemen", file: "function.dom-import-simplexml"},
{id:246, pId:12197, name:"libxmls5c16-0.11%", file: "book.libxml"},
{id:878, pId:246, name:"The libXMLError class", file: "class.libxmlerror"},
{id:9164, pId:246, name:"简介", file: "intro.libxml"},
{id:9504, pId:246, name:"预定义常量", file: "libxml.constants"},
{id:9508, pId:246, name:"安装/配置s4c4-0.03%", file: "libxml.setup"},
{id:9503, pId:9508, name:"运行时配置", file: "libxml.configuration"},
{id:9505, pId:9508, name:"安装", file: "libxml.installation"},
{id:9506, pId:9508, name:"需求", file: "libxml.requirements"},
{id:9507, pId:9508, name:"资源类型", file: "libxml.resources"},
{id:11818, pId:246, name:"libxml 函数s7c7-0.05%", file: "ref.libxml"},
{id:4522, pId:11818, name:"Clear libxml error buffer", file: "function.libxml-clear-errors"},
{id:4523, pId:11818, name:"Disable the ability to load external entities", file: "function.libxml-disable-entity-loader"},
{id:4524, pId:11818, name:"Retrieve array of errors", file: "function.libxml-get-errors"},
{id:4525, pId:11818, name:"Retrieve last error from libxml", file: "function.libxml-get-last-error"},
{id:4526, pId:11818, name:"Changes the default external entity loader", file: "function.libxml-set-external-entity-loader"},
{id:4527, pId:11818, name:"Set the streams context for the next libxml docume", file: "function.libxml-set-streams-context"},
{id:4528, pId:11818, name:"Disable libxml errors and allow user to fetch erro", file: "function.libxml-use-internal-errors"},
{id:326, pId:12197, name:"SDO XML Data Access Services5c23-0.15%", file: "book.sdo-das-xml"},
{id:9242, pId:326, name:"简介", file: "intro.sdo-das-xml"},
{id:11905, pId:326, name:"SDO DAS XML 函数s14c14-0.09%", file: "ref.sdo-das-xml"},
{id:12382, pId:11905, name:"Returns the root SDO_DataObject", file: "sdo-das-xml-document.getrootdataobject"},
{id:12383, pId:11905, name:"Returns root element's name", file: "sdo-das-xml-document.getrootelementname"},
{id:12384, pId:11905, name:"Returns root element's URI string", file: "sdo-das-xml-document.getrootelementuri"},
{id:12385, pId:11905, name:"Sets the given string as encoding", file: "sdo-das-xml-document.setencoding"},
{id:12386, pId:11905, name:"Sets the xml declaration", file: "sdo-das-xml-document.setxmldeclaration"},
{id:12387, pId:11905, name:"Sets the given string as xml version", file: "sdo-das-xml-document.setxmlversion"},
{id:12388, pId:11905, name:"To load a second or subsequent schema file to a SD", file: "sdo-das-xml.addtypes"},
{id:12391, pId:11905, name:"To create SDO_DAS_XML object for a given schema fi", file: "sdo-das-xml.create"},
{id:12392, pId:11905, name:"Creates SDO_DataObject for a given namespace URI a", file: "sdo-das-xml.createdataobject"},
{id:12393, pId:11905, name:"Creates an XML Document object from scratch, witho", file: "sdo-das-xml.createdocument"},
{id:12396, pId:11905, name:"Returns SDO_DAS_XML_Document object for a given pa", file: "sdo-das-xml.loadfile"},
{id:12397, pId:11905, name:"Returns SDO_DAS_XML_Document for a given xml insta", file: "sdo-das-xml.loadstring"},
{id:12400, pId:11905, name:"Saves the SDO_DAS_XML_Document object to a file", file: "sdo-das-xml.savefile"},
{id:12401, pId:11905, name:"Saves the SDO_DAS_XML_Document object to a string", file: "sdo-das-xml.savestring"},
{id:12390, pId:326, name:"预定义常量", file: "sdo-das-xml.constants"},
{id:12394, pId:326, name:"范例", file: "sdo-das-xml.examples"},
{id:12402, pId:326, name:"安装/配置s4c4-0.03%", file: "sdo-das-xml.setup"},
{id:12389, pId:12402, name:"运行时配置", file: "sdo-das-xml.configuration"},
{id:12395, pId:12402, name:"安装", file: "sdo-das-xml.installation"},
{id:12398, pId:12402, name:"需求", file: "sdo-das-xml.requirements"},
{id:12399, pId:12402, name:"资源类型", file: "sdo-das-xml.resources"},
{id:327, pId:12197, name:"Service Data Objectss6c63-0.42%", file: "book.sdo"},
{id:9243, pId:327, name:"简介", file: "intro.sdo"},
{id:11906, pId:327, name:"SDO 函数s49c49-0.33%", file: "ref.sdo"},
{id:12361, pId:11906, name:"Begin change logging", file: "sdo-das-changesummary.beginlogging"},
{id:12362, pId:11906, name:"End change logging", file: "sdo-das-changesummary.endlogging"},
{id:12363, pId:11906, name:"Get the changed data objects from a change summary", file: "sdo-das-changesummary.getchangeddataobjects"},
{id:12364, pId:11906, name:"Get the type of change made to an SDO_DataObject", file: "sdo-das-changesummary.getchangetype"},
{id:12365, pId:11906, name:"Get the old container for a deleted SDO_DataObject", file: "sdo-das-changesummary.getoldcontainer"},
{id:12366, pId:11906, name:"Get the old values for a given changed SDO_DataObj", file: "sdo-das-changesummary.getoldvalues"},
{id:12367, pId:11906, name:"Test to see whether change logging is switched on", file: "sdo-das-changesummary.islogging"},
{id:12368, pId:11906, name:"Adds a property to a type", file: "sdo-das-datafactory.addpropertytotype"},
{id:12369, pId:11906, name:"Add a new type to a model", file: "sdo-das-datafactory.addtype"},
{id:12370, pId:11906, name:"Get a data factory instance", file: "sdo-das-datafactory.getdatafactory"},
{id:12371, pId:11906, name:"Get a data object's change summary", file: "sdo-das-dataobject.getchangesummary"},
{id:12377, pId:11906, name:"Get the list index for a changed many-valued prope", file: "sdo-das-setting.getlistindex"},
{id:12378, pId:11906, name:"Get the property index for a changed property", file: "sdo-das-setting.getpropertyindex"},
{id:12379, pId:11906, name:"Get the property name for a changed property", file: "sdo-das-setting.getpropertyname"},
{id:12380, pId:11906, name:"Get the old value for the changed property", file: "sdo-das-setting.getvalue"},
{id:12381, pId:11906, name:"Test whether a property was set prior to being mod", file: "sdo-das-setting.isset"},
{id:12403, pId:11906, name:"Create an SDO_DataObject", file: "sdo-datafactory.create"},
{id:12404, pId:11906, name:"Clear an SDO_DataObject's properties", file: "sdo-dataobject.clear"},
{id:12405, pId:11906, name:"Create a child SDO_DataObject", file: "sdo-dataobject.createdataobject"},
{id:12406, pId:11906, name:"Get a data object's container", file: "sdo-dataobject.getcontainer"},
{id:12407, pId:11906, name:"Get the sequence for a data object", file: "sdo-dataobject.getsequence"},
{id:12408, pId:11906, name:"Return the name of the type for a data object", file: "sdo-dataobject.gettypename"},
{id:12409, pId:11906, name:"Return the namespace URI of the type for a data ob", file: "sdo-dataobject.gettypenamespaceuri"},
{id:12410, pId:11906, name:"Get the cause of the exception", file: "sdo-exception.getcause"},
{id:12411, pId:11906, name:"Insert into a list", file: "sdo-list.insert"},
{id:12412, pId:11906, name:"Get the SDO_Model_Type which contains this propert", file: "sdo-model-property.getcontainingtype"},
{id:12413, pId:11906, name:"Get the default value for the property", file: "sdo-model-property.getdefault"},
{id:12414, pId:11906, name:"Get the name of the SDO_Model_Property", file: "sdo-model-property.getname"},
{id:12415, pId:11906, name:"Get the SDO_Model_Type of the property", file: "sdo-model-property.gettype"},
{id:12416, pId:11906, name:"Test to see if the property defines a containment ", file: "sdo-model-property.iscontainment"},
{id:12417, pId:11906, name:"Test to see if the property is many-valued", file: "sdo-model-property.ismany"},
{id:12418, pId:11906, name:"Construct an SDO_Model_ReflectionDataObject", file: "sdo-model-reflectiondataobject.construct"},
{id:12419, pId:11906, name:"Get a string describing the SDO_DataObject", file: "sdo-model-reflectiondataobject.export"},
{id:12420, pId:11906, name:"Get the property which defines the containment rel", file: "sdo-model-reflectiondataobject.getcontainmentproperty"},
{id:12421, pId:11906, name:"Get the instance properties of the SDO_DataObject", file: "sdo-model-reflectiondataobject.getinstanceproperties"},
{id:12422, pId:11906, name:"Get the SDO_Model_Type for the SDO_DataObject", file: "sdo-model-reflectiondataobject.gettype"},
{id:12423, pId:11906, name:"Get the base type for this type", file: "sdo-model-type.getbasetype"},
{id:12424, pId:11906, name:"Get the name of the type", file: "sdo-model-type.getname"},
{id:12425, pId:11906, name:"Get the namespace URI of the type", file: "sdo-model-type.getnamespaceuri"},
{id:12426, pId:11906, name:"Get the SDO_Model_Property objects defined for the", file: "sdo-model-type.getproperties"},
{id:12427, pId:11906, name:"Get an SDO_Model_Property of the type", file: "sdo-model-type.getproperty"},
{id:12428, pId:11906, name:"Test to see if this SDO_Model_Type is an abstract ", file: "sdo-model-type.isabstracttype"},
{id:12429, pId:11906, name:"Test to see if this SDO_Model_Type is a primitive ", file: "sdo-model-type.isdatatype"},
{id:12430, pId:11906, name:"Test for an SDO_DataObject being an instance of th", file: "sdo-model-type.isinstance"},
{id:12431, pId:11906, name:"Test to see if this type is an open type", file: "sdo-model-type.isopentype"},
{id:12432, pId:11906, name:"Test to see if this is a sequenced type", file: "sdo-model-type.issequencedtype"},
{id:12433, pId:11906, name:"Return the property for the specified sequence ind", file: "sdo-sequence.getproperty"},
{id:12434, pId:11906, name:"Insert into a sequence", file: "sdo-sequence.insert"},
{id:12435, pId:11906, name:"Move an item to another sequence position", file: "sdo-sequence.move"},
{id:12437, pId:327, name:"预定义常量", file: "sdo.constants"},
{id:12439, pId:327, name:"范例s4c4-0.03%", file: "sdo.examples"},
{id:12438, pId:12439, name:"Basic usage", file: "sdo.examples-basic"},
{id:12444, pId:12439, name:"Setting and Getting Property Values", file: "sdo.sample.getset"},
{id:12445, pId:12439, name:"Reflecting on Service Data Objects", file: "sdo.sample.reflection"},
{id:12446, pId:12439, name:"Working with Sequenced Data Objects", file: "sdo.sample.sequence"},
{id:12441, pId:327, name:"Limitations", file: "sdo.limitations"},
{id:12447, pId:327, name:"安装/配置s4c4-0.03%", file: "sdo.setup"},
{id:12436, pId:12447, name:"运行时配置", file: "sdo.configuration"},
{id:12440, pId:12447, name:"安装", file: "sdo.installation"},
{id:12442, pId:12447, name:"需求", file: "sdo.requirements"},
{id:12443, pId:12447, name:"资源类型", file: "sdo.resources"},
{id:328, pId:12197, name:"SDO Relational Data Access Services6c20-0.13%", file: "book.sdodasrel"},
{id:9244, pId:328, name:"简介", file: "intro.sdodasrel"},
{id:11907, pId:328, name:"SDO-DAS-Relational 函数s5c5-0.03%", file: "ref.sdodasrel"},
{id:12372, pId:11907, name:"Applies the changes made to a data graph back to t", file: "sdo-das-relational.applychanges"},
{id:12373, pId:11907, name:"Creates an instance of a Relational Data Access Se", file: "sdo-das-relational.construct"},
{id:12374, pId:11907, name:"Returns the special root object in an otherwise ", file: "sdo-das-relational.createrootdataobject"},
{id:12375, pId:11907, name:"Executes an SQL query passed as a prepared stateme", file: "sdo-das-relational.executepreparedquery"},
{id:12376, pId:11907, name:"Executes a given SQL query against a relational da", file: "sdo-das-relational.executequery"},
{id:12449, pId:328, name:"预定义常量", file: "sdodasrel.constants"},
{id:12451, pId:328, name:"范例s5c5-0.03%", file: "sdodasrel.examples"},
{id:12450, pId:12451, name:"Creating, retrieving, updating and deleting data", file: "sdodasrel.examples-crud"},
{id:12452, pId:12451, name:"One-table examples", file: "sdodasrel.examples.one-table"},
{id:12453, pId:12451, name:"Three-table example", file: "sdodasrel.examples.three-table"},
{id:12454, pId:12451, name:"Two-table examples", file: "sdodasrel.examples.two-table"},
{id:12457, pId:12451, name:"Specifying the metadata", file: "sdodasrel.metadata"},
{id:12456, pId:328, name:"Limitations", file: "sdodasrel.limitations"},
{id:12460, pId:328, name:"安装/配置s4c4-0.03%", file: "sdodasrel.setup"},
{id:12448, pId:12460, name:"运行时配置", file: "sdodasrel.configuration"},
{id:12455, pId:12460, name:"安装", file: "sdodasrel.installation"},
{id:12458, pId:12460, name:"需求", file: "sdodasrel.requirements"},
{id:12459, pId:12460, name:"资源类型", file: "sdodasrel.resources"},
{id:334, pId:12197, name:"SimpleXMLs7c37-0.25%", file: "book.simplexml"},
{id:1117, pId:334, name:"The SimpleXMLElement classs14c14-0.09%", file: "class.simplexmlelement"},
{id:12584, pId:1117, name:"Adds an attribute to the SimpleXML element", file: "simplexmlelement.addattribute"},
{id:12585, pId:1117, name:"Adds a child element to the XML node", file: "simplexmlelement.addchild"},
{id:12586, pId:1117, name:"Return a well-formed XML string based on SimpleXML", file: "simplexmlelement.asxml"},
{id:12587, pId:1117, name:"Identifies an element's attributes", file: "simplexmlelement.attributes"},
{id:12588, pId:1117, name:"Finds children of given node", file: "simplexmlelement.children"},
{id:12589, pId:1117, name:"Creates a new SimpleXMLElement object", file: "simplexmlelement.construct"},
{id:12590, pId:1117, name:"Counts the children of an element", file: "simplexmlelement.count"},
{id:12591, pId:1117, name:"Returns namespaces declared in document", file: "simplexmlelement.getdocnamespaces"},
{id:12592, pId:1117, name:"Gets the name of the XML element", file: "simplexmlelement.getname"},
{id:12593, pId:1117, name:"Returns namespaces used in document", file: "simplexmlelement.getnamespaces"},
{id:12594, pId:1117, name:"Creates a prefix/ns context for the next XPath que", file: "simplexmlelement.registerxpathnamespace"},
{id:12595, pId:1117, name:"别名 SimpleXMLElement::asXML", file: "simplexmlelement.savexml"},
{id:12596, pId:1117, name:"Returns the string content", file: "simplexmlelement.tostring"},
{id:12597, pId:1117, name:"Runs XPath query on XML data", file: "simplexmlelement.xpath"},
{id:1118, pId:334, name:"The SimpleXMLIterator classs7c7-0.05%", file: "class.simplexmliterator"},
{id:12598, pId:1118, name:"Returns the current element", file: "simplexmliterator.current"},
{id:12599, pId:1118, name:"Returns the sub-elements of the current element", file: "simplexmliterator.getchildren"},
{id:12600, pId:1118, name:"Checks whether the current element has sub element", file: "simplexmliterator.haschildren"},
{id:12601, pId:1118, name:"Return current key", file: "simplexmliterator.key"},
{id:12602, pId:1118, name:"Move to next element", file: "simplexmliterator.next"},
{id:12603, pId:1118, name:"Rewind to the first element", file: "simplexmliterator.rewind"},
{id:12604, pId:1118, name:"Check whether the current element is valid", file: "simplexmliterator.valid"},
{id:9250, pId:334, name:"简介", file: "intro.simplexml"},
{id:11913, pId:334, name:"SimpleXML 函数s3c3-0.02%", file: "ref.simplexml"},
{id:6310, pId:11913, name:"Get a SimpleXMLElement object from a DOM node", file: "function.simplexml-import-dom"},
{id:6311, pId:11913, name:"Interprets an XML file into an object", file: "function.simplexml-load-file"},
{id:6312, pId:11913, name:"Interprets a string of XML into an object", file: "function.simplexml-load-string"},
{id:12576, pId:334, name:"预定义常量", file: "simplexml.constants"},
{id:12579, pId:334, name:"范例s2c2-0.01%", file: "simplexml.examples"},
{id:12577, pId:12579, name:"Basic SimpleXML usage", file: "simplexml.examples-basic"},
{id:12578, pId:12579, name:"Dealing with XML errors", file: "simplexml.examples-errors"},
{id:12583, pId:334, name:"安装/配置s4c4-0.03%", file: "simplexml.setup"},
{id:12575, pId:12583, name:"运行时配置", file: "simplexml.configuration"},
{id:12580, pId:12583, name:"安装", file: "simplexml.installation"},
{id:12581, pId:12583, name:"需求", file: "simplexml.requirements"},
{id:12582, pId:12583, name:"资源类型", file: "simplexml.resources"},
{id:372, pId:12197, name:"WDDXs5c16-0.11%", file: "book.wddx"},
{id:9288, pId:372, name:"简介", file: "intro.wddx"},
{id:11943, pId:372, name:"WDDX 函数s6c6-0.04%", file: "ref.wddx"},
{id:7170, pId:11943, name:"Add variables to a WDDX packet with the specified ", file: "function.wddx-add-vars"},
{id:7171, pId:11943, name:"Unserializes a WDDX packet", file: "function.wddx-deserialize"},
{id:7172, pId:11943, name:"Ends a WDDX packet with the specified ID", file: "function.wddx-packet-end"},
{id:7173, pId:11943, name:"Starts a new WDDX packet with structure inside it", file: "function.wddx-packet-start"},
{id:7174, pId:11943, name:"Serialize a single value into a WDDX packet", file: "function.wddx-serialize-value"},
{id:7175, pId:11943, name:"Serialize variables into a WDDX packet", file: "function.wddx-serialize-vars"},
{id:14402, pId:372, name:"预定义常量", file: "wddx.constants"},
{id:14404, pId:372, name:"范例s1c1-0.01%", file: "wddx.examples"},
{id:14403, pId:14404, name:"wddx examples", file: "wddx.examples-serialize"},
{id:14408, pId:372, name:"安装/配置s4c4-0.03%", file: "wddx.setup"},
{id:14401, pId:14408, name:"运行时配置", file: "wddx.configuration"},
{id:14405, pId:14408, name:"安装", file: "wddx.installation"},
{id:14406, pId:14408, name:"需求", file: "wddx.requirements"},
{id:14407, pId:14408, name:"资源类型", file: "wddx.resources"},
{id:382, pId:12197, name:"XML 解析器s9c40-0.27%", file: "book.xml"},
{id:9298, pId:382, name:"简介", file: "intro.xml"},
{id:11950, pId:382, name:"XML 解析器函数s24c24-0.16%", file: "ref.xml"},
{id:7118, pId:11950, name:"将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符", file: "function.utf8-decode"},
{id:7119, pId:11950, name:"将 ISO-8859-1 编码的字符串转换为 UTF-8 编码", file: "function.utf8-encode"},
{id:7242, pId:11950, name:"获取 XML 解析器的错误字符串", file: "function.xml-error-string"},
{id:7243, pId:11950, name:"获取 XML 解析器的当前字节索引", file: "function.xml-get-current-byte-index"},
{id:7244, pId:11950, name:"获取 XML 解析器的当前列号", file: "function.xml-get-current-column-number"},
{id:7245, pId:11950, name:"获取 XML 解析器的当前行号", file: "function.xml-get-current-line-number"},
{id:7246, pId:11950, name:"获取 XML 解析器错误代码", file: "function.xml-get-error-code"},
{id:7247, pId:11950, name:"将 XML 数据解析到数组中", file: "function.xml-parse-into-struct"},
{id:7248, pId:11950, name:"开始解析一个 XML 文档", file: "function.xml-parse"},
{id:7249, pId:11950, name:"生成一个支持命名空间的 XML 解析器", file: "function.xml-parser-create-ns"},
{id:7250, pId:11950, name:"建立一个 XML 解析器", file: "function.xml-parser-create"},
{id:7251, pId:11950, name:"释放指定的 XML 解析器", file: "function.xml-parser-free"},
{id:7252, pId:11950, name:"从 XML 解析器获取选项设置信息", file: "function.xml-parser-get-option"},
{id:7253, pId:11950, name:"为指定 XML 解析进行选项设置", file: "function.xml-parser-set-option"},
{id:7254, pId:11950, name:"建立字符数据处理器", file: "function.xml-set-character-data-handler"},
{id:7255, pId:11950, name:"建立默认处理器", file: "function.xml-set-default-handler"},
{id:7256, pId:11950, name:"建立起始和终止元素处理器", file: "function.xml-set-element-handler"},
{id:7257, pId:11950, name:"建立终止命名空间声明处理器", file: "function.xml-set-end-namespace-decl-handler"},
{id:7258, pId:11950, name:"建立外部实体指向处理器", file: "function.xml-set-external-entity-ref-handler"},
{id:7259, pId:11950, name:"建立注释声明处理器", file: "function.xml-set-notation-decl-handler"},
{id:7260, pId:11950, name:"在对象中使用 XML 解析器", file: "function.xml-set-object"},
{id:7261, pId:11950, name:"建立处理指令(PI)处理器", file: "function.xml-set-processing-instruction-handler"},
{id:7262, pId:11950, name:"建立起始命名空间声明处理器", file: "function.xml-set-start-namespace-decl-handler"},
{id:7263, pId:11950, name:"建立未解析实体定义声明处理器", file: "function.xml-set-unparsed-entity-decl-handler"},
{id:14525, pId:382, name:"Case Folding(大写转换)", file: "xml.case-folding"},
{id:14527, pId:382, name:"预定义常量", file: "xml.constants"},
{id:14528, pId:382, name:"字符编码", file: "xml.encoding"},
{id:14529, pId:382, name:"错误代码", file: "xml.error-codes"},
{id:14530, pId:382, name:"事件处理器", file: "xml.eventhandlers"},
{id:14531, pId:382, name:"范例s3c3-0.02%", file: "xml.examples"},
{id:2310, pId:14531, name:"XML 外部实体例程", file: "example.xml-external-entity"},
{id:2311, pId:14531, name:"XML 标签映射例程", file: "example.xml-map-tags"},
{id:2312, pId:14531, name:"XML 元素结构例程", file: "example.xml-structure"},
{id:14535, pId:382, name:"安装/配置s4c4-0.03%", file: "xml.setup"},
{id:14526, pId:14535, name:"运行时配置", file: "xml.configuration"},
{id:14532, pId:14535, name:"安装", file: "xml.installation"},
{id:14533, pId:14535, name:"需求", file: "xml.requirements"},
{id:14534, pId:14535, name:"资源类型", file: "xml.resources"},
{id:383, pId:12197, name:"XML diff and merges6c17-0.11%", file: "book.xmldiff"},
{id:1304, pId:383, name:"The XMLDiff\Base classs3c3-0.02%", file: "class.xmldiff-base"},
{id:14536, pId:1304, name:"Constructor", file: "xmldiff-base.construct"},
{id:14537, pId:1304, name:"Produce diff of two XML documents", file: "xmldiff-base.diff"},
{id:14538, pId:1304, name:"Produce new XML document based on diff", file: "xmldiff-base.merge"},
{id:1305, pId:383, name:"The XMLDiff\DOM classs2c2-0.01%", file: "class.xmldiff-dom"},
{id:14539, pId:1305, name:"Diff two DOMDocument objects", file: "xmldiff-dom.diff"},
{id:14540, pId:1305, name:"Produce merged DOMDocument", file: "xmldiff-dom.merge"},
{id:1306, pId:383, name:"The XMLDiff\File classs2c2-0.01%", file: "class.xmldiff-file"},
{id:14541, pId:1306, name:"Diff two XML files", file: "xmldiff-file.diff"},
{id:14542, pId:1306, name:"Produce merged XML document", file: "xmldiff-file.merge"},
{id:1307, pId:383, name:"The XMLDiff\Memory classs2c2-0.01%", file: "class.xmldiff-memory"},
{id:14543, pId:1307, name:"Diff two XML documents", file: "xmldiff-memory.diff"},
{id:14544, pId:1307, name:"Produce merged XML document", file: "xmldiff-memory.merge"},
{id:9299, pId:383, name:"简介", file: "intro.xmldiff"},
{id:14547, pId:383, name:"安装/配置s2c2-0.01%", file: "xmldiff.setup"},
{id:14545, pId:14547, name:"安装", file: "xmldiff.installation"},
{id:14546, pId:14547, name:"需求", file: "xmldiff.requirements"},
{id:384, pId:12197, name:"XMLReaders3c32-0.21%", file: "book.xmlreader"},
{id:1308, pId:384, name:"The XMLReader classs25c25-0.17%", file: "class.xmlreader"},
{id:14548, pId:1308, name:"Close the XMLReader input", file: "xmlreader.close"},
{id:14550, pId:1308, name:"Returns a copy of the current node as a DOM object", file: "xmlreader.expand"},
{id:14551, pId:1308, name:"Get the value of a named attribute", file: "xmlreader.getattribute"},
{id:14552, pId:1308, name:"Get the value of an attribute by index", file: "xmlreader.getattributeno"},
{id:14553, pId:1308, name:"Get the value of an attribute by localname and URI", file: "xmlreader.getattributens"},
{id:14554, pId:1308, name:"Indicates if specified property has been set", file: "xmlreader.getparserproperty"},
{id:14556, pId:1308, name:"Indicates if the parsed document is valid", file: "xmlreader.isvalid"},
{id:14557, pId:1308, name:"Lookup namespace for a prefix", file: "xmlreader.lookupnamespace"},
{id:14558, pId:1308, name:"Move cursor to a named attribute", file: "xmlreader.movetoattribute"},
{id:14559, pId:1308, name:"Move cursor to an attribute by index", file: "xmlreader.movetoattributeno"},
{id:14560, pId:1308, name:"Move cursor to a named attribute", file: "xmlreader.movetoattributens"},
{id:14561, pId:1308, name:"Position cursor on the parent Element of current A", file: "xmlreader.movetoelement"},
{id:14562, pId:1308, name:"Position cursor on the first Attribute", file: "xmlreader.movetofirstattribute"},
{id:14563, pId:1308, name:"Position cursor on the next Attribute", file: "xmlreader.movetonextattribute"},
{id:14564, pId:1308, name:"Move cursor to next node skipping all subtrees", file: "xmlreader.next"},
{id:14565, pId:1308, name:"Set the URI containing the XML to parse", file: "xmlreader.open"},
{id:14566, pId:1308, name:"Move to next node in document", file: "xmlreader.read"},
{id:14567, pId:1308, name:"Retrieve XML from current node", file: "xmlreader.readinnerxml"},
{id:14568, pId:1308, name:"Retrieve XML from current node, including itself", file: "xmlreader.readouterxml"},
{id:14569, pId:1308, name:"Reads the contents of the current node as a string", file: "xmlreader.readstring"},
{id:14572, pId:1308, name:"Set parser options", file: "xmlreader.setparserproperty"},
{id:14573, pId:1308, name:"Set the filename or URI for a RelaxNG Schema", file: "xmlreader.setrelaxngschema"},
{id:14574, pId:1308, name:"Set the data containing a RelaxNG Schema", file: "xmlreader.setrelaxngschemasource"},
{id:14575, pId:1308, name:"Validate document against XSD", file: "xmlreader.setschema"},
{id:14577, pId:1308, name:"Set the data containing the XML to parse", file: "xmlreader.xml"},
{id:9300, pId:384, name:"简介", file: "intro.xmlreader"},
{id:14576, pId:384, name:"安装/配置s4c4-0.03%", file: "xmlreader.setup"},
{id:14549, pId:14576, name:"运行时配置", file: "xmlreader.configuration"},
{id:14555, pId:14576, name:"安装", file: "xmlreader.installation"},
{id:14570, pId:14576, name:"需求", file: "xmlreader.requirements"},
{id:14571, pId:14576, name:"资源类型", file: "xmlreader.resources"},
{id:386, pId:12197, name:"XMLWriters5c54-0.36%", file: "book.xmlwriter"},
{id:9302, pId:386, name:"简介", file: "intro.xmlwriter"},
{id:11952, pId:386, name:"XMLWriter 函数s42c42-0.28%", file: "ref.xmlwriter"},
{id:7278, pId:11952, name:"End attribute", file: "function.xmlwriter-end-attribute"},
{id:7279, pId:11952, name:"End current CDATA", file: "function.xmlwriter-end-cdata"},
{id:7280, pId:11952, name:"Create end comment", file: "function.xmlwriter-end-comment"},
{id:7281, pId:11952, name:"End current document", file: "function.xmlwriter-end-document"},
{id:7282, pId:11952, name:"End current DTD AttList", file: "function.xmlwriter-end-dtd-attlist"},
{id:7283, pId:11952, name:"End current DTD element", file: "function.xmlwriter-end-dtd-element"},
{id:7284, pId:11952, name:"End current DTD Entity", file: "function.xmlwriter-end-dtd-entity"},
{id:7285, pId:11952, name:"End current DTD", file: "function.xmlwriter-end-dtd"},
{id:7286, pId:11952, name:"End current element", file: "function.xmlwriter-end-element"},
{id:7287, pId:11952, name:"End current PI", file: "function.xmlwriter-end-pi"},
{id:7288, pId:11952, name:"Flush current buffer", file: "function.xmlwriter-flush"},
{id:7289, pId:11952, name:"End current element", file: "function.xmlwriter-full-end-element"},
{id:7290, pId:11952, name:"Create new xmlwriter using memory for string outpu", file: "function.xmlwriter-open-memory"},
{id:7291, pId:11952, name:"Create new xmlwriter using source uri for output", file: "function.xmlwriter-open-uri"},
{id:7292, pId:11952, name:"Returns current buffer", file: "function.xmlwriter-output-memory"},
{id:7293, pId:11952, name:"Set string used for indenting", file: "function.xmlwriter-set-indent-string"},
{id:7294, pId:11952, name:"Toggle indentation on/off", file: "function.xmlwriter-set-indent"},
{id:7295, pId:11952, name:"Create start namespaced attribute", file: "function.xmlwriter-start-attribute-ns"},
{id:7296, pId:11952, name:"Create start attribute", file: "function.xmlwriter-start-attribute"},
{id:7297, pId:11952, name:"Create start CDATA tag", file: "function.xmlwriter-start-cdata"},
{id:7298, pId:11952, name:"Create start comment", file: "function.xmlwriter-start-comment"},
{id:7299, pId:11952, name:"Create document tag", file: "function.xmlwriter-start-document"},
{id:7300, pId:11952, name:"Create start DTD AttList", file: "function.xmlwriter-start-dtd-attlist"},
{id:7301, pId:11952, name:"Create start DTD element", file: "function.xmlwriter-start-dtd-element"},
{id:7302, pId:11952, name:"Create start DTD Entity", file: "function.xmlwriter-start-dtd-entity"},
{id:7303, pId:11952, name:"Create start DTD tag", file: "function.xmlwriter-start-dtd"},
{id:7304, pId:11952, name:"Create start namespaced element tag", file: "function.xmlwriter-start-element-ns"},
{id:7305, pId:11952, name:"Create start element tag", file: "function.xmlwriter-start-element"},
{id:7306, pId:11952, name:"Create start PI tag", file: "function.xmlwriter-start-pi"},
{id:7307, pId:11952, name:"Write text", file: "function.xmlwriter-text"},
{id:7308, pId:11952, name:"Write full namespaced attribute", file: "function.xmlwriter-write-attribute-ns"},
{id:7309, pId:11952, name:"Write full attribute", file: "function.xmlwriter-write-attribute"},
{id:7310, pId:11952, name:"Write full CDATA tag", file: "function.xmlwriter-write-cdata"},
{id:7311, pId:11952, name:"Write full comment tag", file: "function.xmlwriter-write-comment"},
{id:7312, pId:11952, name:"Write full DTD AttList tag", file: "function.xmlwriter-write-dtd-attlist"},
{id:7313, pId:11952, name:"Write full DTD element tag", file: "function.xmlwriter-write-dtd-element"},
{id:7314, pId:11952, name:"Write full DTD Entity tag", file: "function.xmlwriter-write-dtd-entity"},
{id:7315, pId:11952, name:"Write full DTD tag", file: "function.xmlwriter-write-dtd"},
{id:7316, pId:11952, name:"Write full namespaced element tag", file: "function.xmlwriter-write-element-ns"},
{id:7317, pId:11952, name:"Write full element tag", file: "function.xmlwriter-write-element"},
{id:7318, pId:11952, name:"Writes a PI", file: "function.xmlwriter-write-pi"},
{id:7319, pId:11952, name:"Write a raw XML text", file: "function.xmlwriter-write-raw"},
{id:14585, pId:386, name:"预定义常量", file: "xmlwriter.constants"},
{id:14586, pId:386, name:"范例s3c3-0.02%", file: "xmlwriter.examples"},
{id:2313, pId:14586, name:"Working with XML namespaces", file: "example.xmlwriter-namespace"},
{id:2314, pId:14586, name:"Working with the OO API", file: "example.xmlwriter-oop"},
{id:2315, pId:14586, name:"Creating a simple XML document", file: "example.xmlwriter-simple"},
{id:14590, pId:386, name:"安装/配置s4c4-0.03%", file: "xmlwriter.setup"},
{id:14584, pId:14590, name:"运行时配置", file: "xmlwriter.configuration"},
{id:14587, pId:14590, name:"安装", file: "xmlwriter.installation"},
{id:14588, pId:14590, name:"需求", file: "xmlwriter.requirements"},
{id:14589, pId:14590, name:"资源类型", file: "xmlwriter.resources"},
{id:387, pId:12197, name:"XSLs5c24-0.16%", file: "book.xsl"},
{id:1309, pId:387, name:"The XSLTProcessor classs13c13-0.09%", file: "class.xsltprocessor"},
{id:14600, pId:1309, name:"Creates a new XSLTProcessor object", file: "xsltprocessor.construct"},
{id:14601, pId:1309, name:"Get value of a parameter", file: "xsltprocessor.getparameter"},
{id:14602, pId:1309, name:"Get security preferences", file: "xsltprocessor.getsecurityprefs"},
{id:14603, pId:1309, name:"Determine if PHP has EXSLT support", file: "xsltprocessor.hasexsltsupport"},
{id:14604, pId:1309, name:"Import stylesheet", file: "xsltprocessor.importstylesheet"},
{id:14605, pId:1309, name:"Enables the ability to use PHP functions as XSLT f", file: "xsltprocessor.registerphpfunctions"},
{id:14606, pId:1309, name:"Remove parameter", file: "xsltprocessor.removeparameter"},
{id:14607, pId:1309, name:"Set value for a parameter", file: "xsltprocessor.setparameter"},
{id:14608, pId:1309, name:"Sets profiling output file", file: "xsltprocessor.setprofiling"},
{id:14609, pId:1309, name:"Set security preferences", file: "xsltprocessor.setsecurityprefs"},
{id:14610, pId:1309, name:"Transform to a DOMDocument", file: "xsltprocessor.transformtodoc"},
{id:14611, pId:1309, name:"Transform to URI", file: "xsltprocessor.transformtouri"},
{id:14612, pId:1309, name:"Transform to XML", file: "xsltprocessor.transformtoxml"},
{id:9303, pId:387, name:"简介", file: "intro.xsl"},
{id:14592, pId:387, name:"预定义常量", file: "xsl.constants"},
{id:14595, pId:387, name:"范例s2c2-0.01%", file: "xsl.examples"},
{id:14593, pId:14595, name:"Example collection.xml and collection.xsl files", file: "xsl.examples-collection"},
{id:14594, pId:14595, name:"Error handling with libxml error handling function", file: "xsl.examples-errors"},
{id:14599, pId:387, name:"安装/配置s4c4-0.03%", file: "xsl.setup"},
{id:14591, pId:14599, name:"运行时配置", file: "xsl.configuration"},
{id:14596, pId:14599, name:"安装", file: "xsl.installation"},
{id:14597, pId:14599, name:"需求", file: "xsl.requirements"},
{id:14598, pId:14599, name:"资源类型", file: "xsl.resources"},