summaryrefslogtreecommitdiff
path: root/lang/php_doc/pkg-plist.ja
blob: 996617296487916f438d1baa290daa1b89168bda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
%%PHPDOCDIR%%/about.generate.html
%%PHPDOCDIR%%/about.howtohelp.html
%%PHPDOCDIR%%/about.html
%%PHPDOCDIR%%/about.more.html
%%PHPDOCDIR%%/about.notes.html
%%PHPDOCDIR%%/aliases.html
%%PHPDOCDIR%%/appendixes.html
%%PHPDOCDIR%%/calling-user-functions.html
%%PHPDOCDIR%%/class.com.html
%%PHPDOCDIR%%/class.dir.html
%%PHPDOCDIR%%/class.variant.html
%%PHPDOCDIR%%/configuration.changes.html
%%PHPDOCDIR%%/configuration.directives.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
%%PHPDOCDIR%%/control-structures.continue.html
%%PHPDOCDIR%%/control-structures.declare.html
%%PHPDOCDIR%%/control-structures.do.while.html
%%PHPDOCDIR%%/control-structures.else.html
%%PHPDOCDIR%%/control-structures.elseif.html
%%PHPDOCDIR%%/control-structures.for.html
%%PHPDOCDIR%%/control-structures.foreach.html
%%PHPDOCDIR%%/control-structures.html
%%PHPDOCDIR%%/control-structures.switch.html
%%PHPDOCDIR%%/control-structures.while.html
%%PHPDOCDIR%%/copyright.html
%%PHPDOCDIR%%/debugger-protocol.html
%%PHPDOCDIR%%/debugger-using.html
%%PHPDOCDIR%%/debugger.html
%%PHPDOCDIR%%/faq.build.html
%%PHPDOCDIR%%/faq.com.html
%%PHPDOCDIR%%/faq.databases.html
%%PHPDOCDIR%%/faq.general.html
%%PHPDOCDIR%%/faq.html
%%PHPDOCDIR%%/faq.html.html
%%PHPDOCDIR%%/faq.installation.html
%%PHPDOCDIR%%/faq.languages.html
%%PHPDOCDIR%%/faq.mailinglist.html
%%PHPDOCDIR%%/faq.migration.html
%%PHPDOCDIR%%/faq.migration4.html
%%PHPDOCDIR%%/faq.misc.html
%%PHPDOCDIR%%/faq.obtaining.html
%%PHPDOCDIR%%/faq.using.html
%%PHPDOCDIR%%/feature-fileupload.multiple.html
%%PHPDOCDIR%%/features.commandline.html
%%PHPDOCDIR%%/features.connection-handling.html
%%PHPDOCDIR%%/features.cookies.html
%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html
%%PHPDOCDIR%%/features.file-upload.errors.html
%%PHPDOCDIR%%/features.file-upload.html
%%PHPDOCDIR%%/features.file-upload.put-method.html
%%PHPDOCDIR%%/features.html
%%PHPDOCDIR%%/features.http-auth.html
%%PHPDOCDIR%%/features.persistent-connections.html
%%PHPDOCDIR%%/features.remote-files.html
%%PHPDOCDIR%%/features.safe-mode.html
%%PHPDOCDIR%%/funcref.html
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.acos.html
%%PHPDOCDIR%%/function.acosh.html
%%PHPDOCDIR%%/function.addcslashes.html
%%PHPDOCDIR%%/function.addslashes.html
%%PHPDOCDIR%%/function.aggregate-methods-by-list.html
%%PHPDOCDIR%%/function.aggregate-methods-by-regexp.html
%%PHPDOCDIR%%/function.aggregate-methods.html
%%PHPDOCDIR%%/function.aggregate-properties-by-list.html
%%PHPDOCDIR%%/function.aggregate-properties-by-regexp.html
%%PHPDOCDIR%%/function.aggregate-properties.html
%%PHPDOCDIR%%/function.aggregate.html
%%PHPDOCDIR%%/function.aggregation-info.html
%%PHPDOCDIR%%/function.apache-child-terminate.html
%%PHPDOCDIR%%/function.apache-lookup-uri.html
%%PHPDOCDIR%%/function.apache-note.html
%%PHPDOCDIR%%/function.apache-request-headers.html
%%PHPDOCDIR%%/function.apache-response-headers.html
%%PHPDOCDIR%%/function.apache-setenv.html
%%PHPDOCDIR%%/function.array-change-key-case.html
%%PHPDOCDIR%%/function.array-chunk.html
%%PHPDOCDIR%%/function.array-count-values.html
%%PHPDOCDIR%%/function.array-diff.html
%%PHPDOCDIR%%/function.array-fill.html
%%PHPDOCDIR%%/function.array-filter.html
%%PHPDOCDIR%%/function.array-flip.html
%%PHPDOCDIR%%/function.array-intersect.html
%%PHPDOCDIR%%/function.array-key-exists.html
%%PHPDOCDIR%%/function.array-keys.html
%%PHPDOCDIR%%/function.array-map.html
%%PHPDOCDIR%%/function.array-merge-recursive.html
%%PHPDOCDIR%%/function.array-merge.html
%%PHPDOCDIR%%/function.array-multisort.html
%%PHPDOCDIR%%/function.array-pad.html
%%PHPDOCDIR%%/function.array-pop.html
%%PHPDOCDIR%%/function.array-push.html
%%PHPDOCDIR%%/function.array-rand.html
%%PHPDOCDIR%%/function.array-reduce.html
%%PHPDOCDIR%%/function.array-reverse.html
%%PHPDOCDIR%%/function.array-search.html
%%PHPDOCDIR%%/function.array-shift.html
%%PHPDOCDIR%%/function.array-slice.html
%%PHPDOCDIR%%/function.array-splice.html
%%PHPDOCDIR%%/function.array-sum.html
%%PHPDOCDIR%%/function.array-unique.html
%%PHPDOCDIR%%/function.array-unshift.html
%%PHPDOCDIR%%/function.array-values.html
%%PHPDOCDIR%%/function.array-walk.html
%%PHPDOCDIR%%/function.array.html
%%PHPDOCDIR%%/function.arsort.html
%%PHPDOCDIR%%/function.ascii2ebcdic.html
%%PHPDOCDIR%%/function.asin.html
%%PHPDOCDIR%%/function.asinh.html
%%PHPDOCDIR%%/function.asort.html
%%PHPDOCDIR%%/function.aspell-check-raw.html
%%PHPDOCDIR%%/function.aspell-check.html
%%PHPDOCDIR%%/function.aspell-new.html
%%PHPDOCDIR%%/function.aspell-suggest.html
%%PHPDOCDIR%%/function.assert-options.html
%%PHPDOCDIR%%/function.assert.html
%%PHPDOCDIR%%/function.atan.html
%%PHPDOCDIR%%/function.atan2.html
%%PHPDOCDIR%%/function.atanh.html
%%PHPDOCDIR%%/function.base-convert.html
%%PHPDOCDIR%%/function.base64-decode.html
%%PHPDOCDIR%%/function.base64-encode.html
%%PHPDOCDIR%%/function.basename.html
%%PHPDOCDIR%%/function.bcadd.html
%%PHPDOCDIR%%/function.bccomp.html
%%PHPDOCDIR%%/function.bcdiv.html
%%PHPDOCDIR%%/function.bcmod.html
%%PHPDOCDIR%%/function.bcmul.html
%%PHPDOCDIR%%/function.bcpow.html
%%PHPDOCDIR%%/function.bcscale.html
%%PHPDOCDIR%%/function.bcsqrt.html
%%PHPDOCDIR%%/function.bcsub.html
%%PHPDOCDIR%%/function.bin2hex.html
%%PHPDOCDIR%%/function.bind-textdomain-codeset.html
%%PHPDOCDIR%%/function.bindec.html
%%PHPDOCDIR%%/function.bindtextdomain.html
%%PHPDOCDIR%%/function.bzclose.html
%%PHPDOCDIR%%/function.bzcompress.html
%%PHPDOCDIR%%/function.bzdecompress.html
%%PHPDOCDIR%%/function.bzerrno.html
%%PHPDOCDIR%%/function.bzerror.html
%%PHPDOCDIR%%/function.bzerrstr.html
%%PHPDOCDIR%%/function.bzflush.html
%%PHPDOCDIR%%/function.bzopen.html
%%PHPDOCDIR%%/function.bzread.html
%%PHPDOCDIR%%/function.bzwrite.html
%%PHPDOCDIR%%/function.cal-days-in-month.html
%%PHPDOCDIR%%/function.cal-from-jd.html
%%PHPDOCDIR%%/function.cal-info.html
%%PHPDOCDIR%%/function.cal-to-jd.html
%%PHPDOCDIR%%/function.call-user-func-array.html
%%PHPDOCDIR%%/function.call-user-func.html
%%PHPDOCDIR%%/function.call-user-method-array.html
%%PHPDOCDIR%%/function.call-user-method.html
%%PHPDOCDIR%%/function.ccvs-add.html
%%PHPDOCDIR%%/function.ccvs-auth.html
%%PHPDOCDIR%%/function.ccvs-command.html
%%PHPDOCDIR%%/function.ccvs-count.html
%%PHPDOCDIR%%/function.ccvs-delete.html
%%PHPDOCDIR%%/function.ccvs-done.html
%%PHPDOCDIR%%/function.ccvs-init.html
%%PHPDOCDIR%%/function.ccvs-lookup.html
%%PHPDOCDIR%%/function.ccvs-new.html
%%PHPDOCDIR%%/function.ccvs-report.html
%%PHPDOCDIR%%/function.ccvs-return.html
%%PHPDOCDIR%%/function.ccvs-reverse.html
%%PHPDOCDIR%%/function.ccvs-sale.html
%%PHPDOCDIR%%/function.ccvs-status.html
%%PHPDOCDIR%%/function.ccvs-textvalue.html
%%PHPDOCDIR%%/function.ccvs-void.html
%%PHPDOCDIR%%/function.ceil.html
%%PHPDOCDIR%%/function.chdir.html
%%PHPDOCDIR%%/function.checkdate.html
%%PHPDOCDIR%%/function.checkdnsrr.html
%%PHPDOCDIR%%/function.chgrp.html
%%PHPDOCDIR%%/function.chmod.html
%%PHPDOCDIR%%/function.chop.html
%%PHPDOCDIR%%/function.chown.html
%%PHPDOCDIR%%/function.chr.html
%%PHPDOCDIR%%/function.chroot.html
%%PHPDOCDIR%%/function.chunk-split.html
%%PHPDOCDIR%%/function.class-exists.html
%%PHPDOCDIR%%/function.clearstatcache.html
%%PHPDOCDIR%%/function.closedir.html
%%PHPDOCDIR%%/function.closelog.html
%%PHPDOCDIR%%/function.com-addref.html
%%PHPDOCDIR%%/function.com-get.html
%%PHPDOCDIR%%/function.com-invoke.html
%%PHPDOCDIR%%/function.com-isenum.html
%%PHPDOCDIR%%/function.com-load-typelib.html
%%PHPDOCDIR%%/function.com-load.html
%%PHPDOCDIR%%/function.com-propget.html
%%PHPDOCDIR%%/function.com-propput.html
%%PHPDOCDIR%%/function.com-propset.html
%%PHPDOCDIR%%/function.com-release.html
%%PHPDOCDIR%%/function.com-set.html
%%PHPDOCDIR%%/function.compact.html
%%PHPDOCDIR%%/function.connection-aborted.html
%%PHPDOCDIR%%/function.connection-status.html
%%PHPDOCDIR%%/function.connection-timeout.html
%%PHPDOCDIR%%/function.constant.html
%%PHPDOCDIR%%/function.convert-cyr-string.html
%%PHPDOCDIR%%/function.copy.html
%%PHPDOCDIR%%/function.cos.html
%%PHPDOCDIR%%/function.cosh.html
%%PHPDOCDIR%%/function.count-chars.html
%%PHPDOCDIR%%/function.count.html
%%PHPDOCDIR%%/function.cpdf-add-annotation.html
%%PHPDOCDIR%%/function.cpdf-add-outline.html
%%PHPDOCDIR%%/function.cpdf-arc.html
%%PHPDOCDIR%%/function.cpdf-begin-text.html
%%PHPDOCDIR%%/function.cpdf-circle.html
%%PHPDOCDIR%%/function.cpdf-clip.html
%%PHPDOCDIR%%/function.cpdf-close.html
%%PHPDOCDIR%%/function.cpdf-closepath-fill-stroke.html
%%PHPDOCDIR%%/function.cpdf-closepath-stroke.html
%%PHPDOCDIR%%/function.cpdf-closepath.html
%%PHPDOCDIR%%/function.cpdf-continue-text.html
%%PHPDOCDIR%%/function.cpdf-curveto.html
%%PHPDOCDIR%%/function.cpdf-end-text.html
%%PHPDOCDIR%%/function.cpdf-fill-stroke.html
%%PHPDOCDIR%%/function.cpdf-fill.html
%%PHPDOCDIR%%/function.cpdf-finalize-page.html
%%PHPDOCDIR%%/function.cpdf-finalize.html
%%PHPDOCDIR%%/function.cpdf-global-set-document-limits.html
%%PHPDOCDIR%%/function.cpdf-import-jpeg.html
%%PHPDOCDIR%%/function.cpdf-lineto.html
%%PHPDOCDIR%%/function.cpdf-moveto.html
%%PHPDOCDIR%%/function.cpdf-newpath.html
%%PHPDOCDIR%%/function.cpdf-open.html
%%PHPDOCDIR%%/function.cpdf-output-buffer.html
%%PHPDOCDIR%%/function.cpdf-page-init.html
%%PHPDOCDIR%%/function.cpdf-place-inline-image.html
%%PHPDOCDIR%%/function.cpdf-rect.html
%%PHPDOCDIR%%/function.cpdf-restore.html
%%PHPDOCDIR%%/function.cpdf-rlineto.html
%%PHPDOCDIR%%/function.cpdf-rmoveto.html
%%PHPDOCDIR%%/function.cpdf-rotate-text.html
%%PHPDOCDIR%%/function.cpdf-rotate.html
%%PHPDOCDIR%%/function.cpdf-save-to-file.html
%%PHPDOCDIR%%/function.cpdf-save.html
%%PHPDOCDIR%%/function.cpdf-scale.html
%%PHPDOCDIR%%/function.cpdf-set-action-url.html
%%PHPDOCDIR%%/function.cpdf-set-char-spacing.html
%%PHPDOCDIR%%/function.cpdf-set-creator.html
%%PHPDOCDIR%%/function.cpdf-set-current-page.html
%%PHPDOCDIR%%/function.cpdf-set-font-directories.html
%%PHPDOCDIR%%/function.cpdf-set-font-map-file.html
%%PHPDOCDIR%%/function.cpdf-set-font.html
%%PHPDOCDIR%%/function.cpdf-set-horiz-scaling.html
%%PHPDOCDIR%%/function.cpdf-set-keywords.html
%%PHPDOCDIR%%/function.cpdf-set-leading.html
%%PHPDOCDIR%%/function.cpdf-set-page-animation.html
%%PHPDOCDIR%%/function.cpdf-set-subject.html
%%PHPDOCDIR%%/function.cpdf-set-text-matrix.html
%%PHPDOCDIR%%/function.cpdf-set-text-pos.html
%%PHPDOCDIR%%/function.cpdf-set-text-rendering.html
%%PHPDOCDIR%%/function.cpdf-set-text-rise.html
%%PHPDOCDIR%%/function.cpdf-set-title.html
%%PHPDOCDIR%%/function.cpdf-set-viewer-preferences.html
%%PHPDOCDIR%%/function.cpdf-set-word-spacing.html
%%PHPDOCDIR%%/function.cpdf-setdash.html
%%PHPDOCDIR%%/function.cpdf-setflat.html
%%PHPDOCDIR%%/function.cpdf-setgray-fill.html
%%PHPDOCDIR%%/function.cpdf-setgray-stroke.html
%%PHPDOCDIR%%/function.cpdf-setgray.html
%%PHPDOCDIR%%/function.cpdf-setlinecap.html
%%PHPDOCDIR%%/function.cpdf-setlinejoin.html
%%PHPDOCDIR%%/function.cpdf-setlinewidth.html
%%PHPDOCDIR%%/function.cpdf-setmiterlimit.html
%%PHPDOCDIR%%/function.cpdf-setrgbcolor-fill.html
%%PHPDOCDIR%%/function.cpdf-setrgbcolor-stroke.html
%%PHPDOCDIR%%/function.cpdf-setrgbcolor.html
%%PHPDOCDIR%%/function.cpdf-show-xy.html
%%PHPDOCDIR%%/function.cpdf-show.html
%%PHPDOCDIR%%/function.cpdf-stringwidth.html
%%PHPDOCDIR%%/function.cpdf-stroke.html
%%PHPDOCDIR%%/function.cpdf-text.html
%%PHPDOCDIR%%/function.cpdf-translate.html
%%PHPDOCDIR%%/function.crack-check.html
%%PHPDOCDIR%%/function.crack-closedict.html
%%PHPDOCDIR%%/function.crack-getlastmessage.html
%%PHPDOCDIR%%/function.crack-opendict.html
%%PHPDOCDIR%%/function.crc32.html
%%PHPDOCDIR%%/function.create-function.html
%%PHPDOCDIR%%/function.crypt.html
%%PHPDOCDIR%%/function.ctype-alnum.html
%%PHPDOCDIR%%/function.ctype-alpha.html
%%PHPDOCDIR%%/function.ctype-cntrl.html
%%PHPDOCDIR%%/function.ctype-digit.html
%%PHPDOCDIR%%/function.ctype-graph.html
%%PHPDOCDIR%%/function.ctype-lower.html
%%PHPDOCDIR%%/function.ctype-print.html
%%PHPDOCDIR%%/function.ctype-punct.html
%%PHPDOCDIR%%/function.ctype-space.html
%%PHPDOCDIR%%/function.ctype-upper.html
%%PHPDOCDIR%%/function.ctype-xdigit.html
%%PHPDOCDIR%%/function.curl-close.html
%%PHPDOCDIR%%/function.curl-errno.html
%%PHPDOCDIR%%/function.curl-error.html
%%PHPDOCDIR%%/function.curl-exec.html
%%PHPDOCDIR%%/function.curl-getinfo.html
%%PHPDOCDIR%%/function.curl-init.html
%%PHPDOCDIR%%/function.curl-setopt.html
%%PHPDOCDIR%%/function.curl-version.html
%%PHPDOCDIR%%/function.current.html
%%PHPDOCDIR%%/function.cybercash-base64-decode.html
%%PHPDOCDIR%%/function.cybercash-base64-encode.html
%%PHPDOCDIR%%/function.cybercash-decr.html
%%PHPDOCDIR%%/function.cybercash-encr.html
%%PHPDOCDIR%%/function.cybermut-creerformulairecm.html
%%PHPDOCDIR%%/function.cybermut-creerreponsecm.html
%%PHPDOCDIR%%/function.cybermut-testmac.html
%%PHPDOCDIR%%/function.cyrus-authenticate.html
%%PHPDOCDIR%%/function.cyrus-bind.html
%%PHPDOCDIR%%/function.cyrus-close.html
%%PHPDOCDIR%%/function.cyrus-connect.html
%%PHPDOCDIR%%/function.cyrus-query.html
%%PHPDOCDIR%%/function.cyrus-unbind.html
%%PHPDOCDIR%%/function.date.html
%%PHPDOCDIR%%/function.dba-close.html
%%PHPDOCDIR%%/function.dba-delete.html
%%PHPDOCDIR%%/function.dba-exists.html
%%PHPDOCDIR%%/function.dba-fetch.html
%%PHPDOCDIR%%/function.dba-firstkey.html
%%PHPDOCDIR%%/function.dba-insert.html
%%PHPDOCDIR%%/function.dba-nextkey.html
%%PHPDOCDIR%%/function.dba-open.html
%%PHPDOCDIR%%/function.dba-optimize.html
%%PHPDOCDIR%%/function.dba-popen.html
%%PHPDOCDIR%%/function.dba-replace.html
%%PHPDOCDIR%%/function.dba-sync.html
%%PHPDOCDIR%%/function.dbase-add-record.html
%%PHPDOCDIR%%/function.dbase-close.html
%%PHPDOCDIR%%/function.dbase-create.html
%%PHPDOCDIR%%/function.dbase-delete-record.html
%%PHPDOCDIR%%/function.dbase-get-record-with-names.html
%%PHPDOCDIR%%/function.dbase-get-record.html
%%PHPDOCDIR%%/function.dbase-numfields.html
%%PHPDOCDIR%%/function.dbase-numrecords.html
%%PHPDOCDIR%%/function.dbase-open.html
%%PHPDOCDIR%%/function.dbase-pack.html
%%PHPDOCDIR%%/function.dbase-replace-record.html
%%PHPDOCDIR%%/function.dblist.html
%%PHPDOCDIR%%/function.dbmclose.html
%%PHPDOCDIR%%/function.dbmdelete.html
%%PHPDOCDIR%%/function.dbmexists.html
%%PHPDOCDIR%%/function.dbmfetch.html
%%PHPDOCDIR%%/function.dbmfirstkey.html
%%PHPDOCDIR%%/function.dbminsert.html
%%PHPDOCDIR%%/function.dbmnextkey.html
%%PHPDOCDIR%%/function.dbmopen.html
%%PHPDOCDIR%%/function.dbmreplace.html
%%PHPDOCDIR%%/function.dbplus-add.html
%%PHPDOCDIR%%/function.dbplus-aql.html
%%PHPDOCDIR%%/function.dbplus-chdir.html
%%PHPDOCDIR%%/function.dbplus-close.html
%%PHPDOCDIR%%/function.dbplus-curr.html
%%PHPDOCDIR%%/function.dbplus-errcode.html
%%PHPDOCDIR%%/function.dbplus-errno.html
%%PHPDOCDIR%%/function.dbplus-find.html
%%PHPDOCDIR%%/function.dbplus-first.html
%%PHPDOCDIR%%/function.dbplus-flush.html
%%PHPDOCDIR%%/function.dbplus-freealllocks.html
%%PHPDOCDIR%%/function.dbplus-freelock.html
%%PHPDOCDIR%%/function.dbplus-freerlocks.html
%%PHPDOCDIR%%/function.dbplus-getlock.html
%%PHPDOCDIR%%/function.dbplus-getunique.html
%%PHPDOCDIR%%/function.dbplus-info.html
%%PHPDOCDIR%%/function.dbplus-last.html
%%PHPDOCDIR%%/function.dbplus-lockrel.html
%%PHPDOCDIR%%/function.dbplus-next.html
%%PHPDOCDIR%%/function.dbplus-open.html
%%PHPDOCDIR%%/function.dbplus-prev.html
%%PHPDOCDIR%%/function.dbplus-rchperm.html
%%PHPDOCDIR%%/function.dbplus-rcreate.html
%%PHPDOCDIR%%/function.dbplus-rcrtexact.html
%%PHPDOCDIR%%/function.dbplus-rcrtlike.html
%%PHPDOCDIR%%/function.dbplus-resolve.html
%%PHPDOCDIR%%/function.dbplus-restorepos.html
%%PHPDOCDIR%%/function.dbplus-rkeys.html
%%PHPDOCDIR%%/function.dbplus-ropen.html
%%PHPDOCDIR%%/function.dbplus-rquery.html
%%PHPDOCDIR%%/function.dbplus-rrename.html
%%PHPDOCDIR%%/function.dbplus-rsecindex.html
%%PHPDOCDIR%%/function.dbplus-runlink.html
%%PHPDOCDIR%%/function.dbplus-rzap.html
%%PHPDOCDIR%%/function.dbplus-savepos.html
%%PHPDOCDIR%%/function.dbplus-setindex.html
%%PHPDOCDIR%%/function.dbplus-setindexbynumber.html
%%PHPDOCDIR%%/function.dbplus-sql.html
%%PHPDOCDIR%%/function.dbplus-tcl.html
%%PHPDOCDIR%%/function.dbplus-tremove.html
%%PHPDOCDIR%%/function.dbplus-undo.html
%%PHPDOCDIR%%/function.dbplus-undoprepare.html
%%PHPDOCDIR%%/function.dbplus-unlockrel.html
%%PHPDOCDIR%%/function.dbplus-unselect.html
%%PHPDOCDIR%%/function.dbplus-update.html
%%PHPDOCDIR%%/function.dbplus-xlockrel.html
%%PHPDOCDIR%%/function.dbplus-xunlockrel.html
%%PHPDOCDIR%%/function.dbx-close.html
%%PHPDOCDIR%%/function.dbx-compare.html
%%PHPDOCDIR%%/function.dbx-connect.html
%%PHPDOCDIR%%/function.dbx-error.html
%%PHPDOCDIR%%/function.dbx-escape-string.html
%%PHPDOCDIR%%/function.dbx-query.html
%%PHPDOCDIR%%/function.dbx-sort.html
%%PHPDOCDIR%%/function.dcgettext.html
%%PHPDOCDIR%%/function.dcngettext.html
%%PHPDOCDIR%%/function.deaggregate.html
%%PHPDOCDIR%%/function.debugger-off.html
%%PHPDOCDIR%%/function.debugger-on.html
%%PHPDOCDIR%%/function.decbin.html
%%PHPDOCDIR%%/function.dechex.html
%%PHPDOCDIR%%/function.decoct.html
%%PHPDOCDIR%%/function.define-syslog-variables.html
%%PHPDOCDIR%%/function.define.html
%%PHPDOCDIR%%/function.defined.html
%%PHPDOCDIR%%/function.deg2rad.html
%%PHPDOCDIR%%/function.delete.html
%%PHPDOCDIR%%/function.dgettext.html
%%PHPDOCDIR%%/function.die.html
%%PHPDOCDIR%%/function.dio-close.html
%%PHPDOCDIR%%/function.dio-fcntl.html
%%PHPDOCDIR%%/function.dio-open.html
%%PHPDOCDIR%%/function.dio-read.html
%%PHPDOCDIR%%/function.dio-seek.html
%%PHPDOCDIR%%/function.dio-stat.html
%%PHPDOCDIR%%/function.dio-tcsetattr.html
%%PHPDOCDIR%%/function.dio-truncate.html
%%PHPDOCDIR%%/function.dio-write.html
%%PHPDOCDIR%%/function.dirname.html
%%PHPDOCDIR%%/function.disk-free-space.html
%%PHPDOCDIR%%/function.disk-total-space.html
%%PHPDOCDIR%%/function.diskfreespace.html
%%PHPDOCDIR%%/function.dl.html
%%PHPDOCDIR%%/function.dngettext.html
%%PHPDOCDIR%%/function.domattribute-name.html
%%PHPDOCDIR%%/function.domattribute-specified.html
%%PHPDOCDIR%%/function.domattribute-value.html
%%PHPDOCDIR%%/function.domdocument-add-root.html
%%PHPDOCDIR%%/function.domdocument-create-attribute.html
%%PHPDOCDIR%%/function.domdocument-create-cdata-section.html
%%PHPDOCDIR%%/function.domdocument-create-comment.html
%%PHPDOCDIR%%/function.domdocument-create-element.html
%%PHPDOCDIR%%/function.domdocument-create-element_ns.html
%%PHPDOCDIR%%/function.domdocument-create-entity-reference.html
%%PHPDOCDIR%%/function.domdocument-create-processing-instruction.html
%%PHPDOCDIR%%/function.domdocument-create-text-node.html
%%PHPDOCDIR%%/function.domdocument-doctype.html
%%PHPDOCDIR%%/function.domdocument-document-element.html
%%PHPDOCDIR%%/function.domdocument-dump-file.html
%%PHPDOCDIR%%/function.domdocument-dump-mem.html
%%PHPDOCDIR%%/function.domdocument-get-element-by-id.html
%%PHPDOCDIR%%/function.domdocument-get-elements-by-tagname.html
%%PHPDOCDIR%%/function.domdocument-html-dump-mem.html
%%PHPDOCDIR%%/function.domdocument-xinclude.html
%%PHPDOCDIR%%/function.domdocumenttype-entities.html
%%PHPDOCDIR%%/function.domdocumenttype-internal-subset.html
%%PHPDOCDIR%%/function.domdocumenttype-name.html
%%PHPDOCDIR%%/function.domdocumenttype-notations.html
%%PHPDOCDIR%%/function.domdocumenttype-public-id.html
%%PHPDOCDIR%%/function.domdocumenttype-system-id.html
%%PHPDOCDIR%%/function.domelement-get-attribute-node.html
%%PHPDOCDIR%%/function.domelement-get-attribute.html
%%PHPDOCDIR%%/function.domelement-get-elements-by-tagname.html
%%PHPDOCDIR%%/function.domelement-has-attribute.html
%%PHPDOCDIR%%/function.domelement-remove-attribute.html
%%PHPDOCDIR%%/function.domelement-set-attribute-node.html
%%PHPDOCDIR%%/function.domelement-set-attribute.html
%%PHPDOCDIR%%/function.domelement-tagname.html
%%PHPDOCDIR%%/function.domnode-add-namespace.html
%%PHPDOCDIR%%/function.domnode-append-child.html
%%PHPDOCDIR%%/function.domnode-append-sibling.html
%%PHPDOCDIR%%/function.domnode-attributes.html
%%PHPDOCDIR%%/function.domnode-child-nodes.html
%%PHPDOCDIR%%/function.domnode-clone-node.html
%%PHPDOCDIR%%/function.domnode-dump-node.html
%%PHPDOCDIR%%/function.domnode-first-child.html
%%PHPDOCDIR%%/function.domnode-get-content.html
%%PHPDOCDIR%%/function.domnode-has-attributes.html
%%PHPDOCDIR%%/function.domnode-has-child-nodes.html
%%PHPDOCDIR%%/function.domnode-insert-before.html
%%PHPDOCDIR%%/function.domnode-is-blank-node.html
%%PHPDOCDIR%%/function.domnode-last-child.html
%%PHPDOCDIR%%/function.domnode-next-sibling.html
%%PHPDOCDIR%%/function.domnode-node-name.html
%%PHPDOCDIR%%/function.domnode-node-type.html
%%PHPDOCDIR%%/function.domnode-node-value.html
%%PHPDOCDIR%%/function.domnode-owner-document.html
%%PHPDOCDIR%%/function.domnode-parent-node.html
%%PHPDOCDIR%%/function.domnode-prefix.html
%%PHPDOCDIR%%/function.domnode-previous-sibling.html
%%PHPDOCDIR%%/function.domnode-remove-child.html
%%PHPDOCDIR%%/function.domnode-replace-child.html
%%PHPDOCDIR%%/function.domnode-replace-node.html
%%PHPDOCDIR%%/function.domnode-set-content.html
%%PHPDOCDIR%%/function.domnode-set-name.html
%%PHPDOCDIR%%/function.domnode-set-namespace.html
%%PHPDOCDIR%%/function.domnode-unlink-node.html
%%PHPDOCDIR%%/function.domprocessinginstruction-data.html
%%PHPDOCDIR%%/function.domprocessinginstruction-target.html
%%PHPDOCDIR%%/function.domxml-new-doc.html
%%PHPDOCDIR%%/function.domxml-open-file.html
%%PHPDOCDIR%%/function.domxml-open-mem.html
%%PHPDOCDIR%%/function.domxml-version.html
%%PHPDOCDIR%%/function.domxml-xmltree.html
%%PHPDOCDIR%%/function.domxml-xslt-stylesheet-doc.html
%%PHPDOCDIR%%/function.domxml-xslt-stylesheet-file.html
%%PHPDOCDIR%%/function.domxml-xslt-stylesheet.html
%%PHPDOCDIR%%/function.domxsltstylesheet-process.html
%%PHPDOCDIR%%/function.dotnet-load.html
%%PHPDOCDIR%%/function.doubleval.html
%%PHPDOCDIR%%/function.each.html
%%PHPDOCDIR%%/function.easter-date.html
%%PHPDOCDIR%%/function.easter-days.html
%%PHPDOCDIR%%/function.ebcdic2ascii.html
%%PHPDOCDIR%%/function.echo.html
%%PHPDOCDIR%%/function.empty.html
%%PHPDOCDIR%%/function.end.html
%%PHPDOCDIR%%/function.ereg-replace.html
%%PHPDOCDIR%%/function.ereg.html
%%PHPDOCDIR%%/function.eregi-replace.html
%%PHPDOCDIR%%/function.eregi.html
%%PHPDOCDIR%%/function.error-log.html
%%PHPDOCDIR%%/function.error-reporting.html
%%PHPDOCDIR%%/function.escapeshellarg.html
%%PHPDOCDIR%%/function.escapeshellcmd.html
%%PHPDOCDIR%%/function.eval.html
%%PHPDOCDIR%%/function.exec.html
%%PHPDOCDIR%%/function.exif-imagetype.html
%%PHPDOCDIR%%/function.exif-read-data.html
%%PHPDOCDIR%%/function.exif-thumbnail.html
%%PHPDOCDIR%%/function.exit.html
%%PHPDOCDIR%%/function.exp.html
%%PHPDOCDIR%%/function.explode.html
%%PHPDOCDIR%%/function.expm1.html
%%PHPDOCDIR%%/function.extension-loaded.html
%%PHPDOCDIR%%/function.extract.html
%%PHPDOCDIR%%/function.ezmlm-hash.html
%%PHPDOCDIR%%/function.fbsql-affected-rows.html
%%PHPDOCDIR%%/function.fbsql-autocommit.html
%%PHPDOCDIR%%/function.fbsql-change-user.html
%%PHPDOCDIR%%/function.fbsql-close.html
%%PHPDOCDIR%%/function.fbsql-commit.html
%%PHPDOCDIR%%/function.fbsql-connect.html
%%PHPDOCDIR%%/function.fbsql-create-blob.html
%%PHPDOCDIR%%/function.fbsql-create-clob.html
%%PHPDOCDIR%%/function.fbsql-create-db.html
%%PHPDOCDIR%%/function.fbsql-data-seek.html
%%PHPDOCDIR%%/function.fbsql-database-password.html
%%PHPDOCDIR%%/function.fbsql-database.html
%%PHPDOCDIR%%/function.fbsql-db-query.html
%%PHPDOCDIR%%/function.fbsql-db-status.html
%%PHPDOCDIR%%/function.fbsql-drop-db.html
%%PHPDOCDIR%%/function.fbsql-errno.html
%%PHPDOCDIR%%/function.fbsql-error.html
%%PHPDOCDIR%%/function.fbsql-fetch-array.html
%%PHPDOCDIR%%/function.fbsql-fetch-assoc.html
%%PHPDOCDIR%%/function.fbsql-fetch-field.html
%%PHPDOCDIR%%/function.fbsql-fetch-lengths.html
%%PHPDOCDIR%%/function.fbsql-fetch-object.html
%%PHPDOCDIR%%/function.fbsql-fetch-row.html
%%PHPDOCDIR%%/function.fbsql-field-flags.html
%%PHPDOCDIR%%/function.fbsql-field-len.html
%%PHPDOCDIR%%/function.fbsql-field-name.html
%%PHPDOCDIR%%/function.fbsql-field-seek.html
%%PHPDOCDIR%%/function.fbsql-field-table.html
%%PHPDOCDIR%%/function.fbsql-field-type.html
%%PHPDOCDIR%%/function.fbsql-free-result.html
%%PHPDOCDIR%%/function.fbsql-get-autostart-info.html
%%PHPDOCDIR%%/function.fbsql-hostname.html
%%PHPDOCDIR%%/function.fbsql-insert-id.html
%%PHPDOCDIR%%/function.fbsql-list-dbs.html
%%PHPDOCDIR%%/function.fbsql-list-fields.html
%%PHPDOCDIR%%/function.fbsql-list-tables.html
%%PHPDOCDIR%%/function.fbsql-next-result.html
%%PHPDOCDIR%%/function.fbsql-num-fields.html
%%PHPDOCDIR%%/function.fbsql-num-rows.html
%%PHPDOCDIR%%/function.fbsql-password.html
%%PHPDOCDIR%%/function.fbsql-pconnect.html
%%PHPDOCDIR%%/function.fbsql-query.html
%%PHPDOCDIR%%/function.fbsql-read-blob.html
%%PHPDOCDIR%%/function.fbsql-read-clob.html
%%PHPDOCDIR%%/function.fbsql-result.html
%%PHPDOCDIR%%/function.fbsql-rollback.html
%%PHPDOCDIR%%/function.fbsql-select-db.html
%%PHPDOCDIR%%/function.fbsql-set-lob-mode.html
%%PHPDOCDIR%%/function.fbsql-set-transaction.html
%%PHPDOCDIR%%/function.fbsql-start-db.html
%%PHPDOCDIR%%/function.fbsql-stop-db.html
%%PHPDOCDIR%%/function.fbsql-tablename.html
%%PHPDOCDIR%%/function.fbsql-username.html
%%PHPDOCDIR%%/function.fbsql-warnings.html
%%PHPDOCDIR%%/function.fclose.html
%%PHPDOCDIR%%/function.fdf-add-doc_javascript.html
%%PHPDOCDIR%%/function.fdf-add-template.html
%%PHPDOCDIR%%/function.fdf-close.html
%%PHPDOCDIR%%/function.fdf-create.html
%%PHPDOCDIR%%/function.fdf-errno.html
%%PHPDOCDIR%%/function.fdf-error.html
%%PHPDOCDIR%%/function.fdf-get-ap.html
%%PHPDOCDIR%%/function.fdf-get-attachment.html
%%PHPDOCDIR%%/function.fdf-get-encoding.html
%%PHPDOCDIR%%/function.fdf-get-file.html
%%PHPDOCDIR%%/function.fdf-get-status.html
%%PHPDOCDIR%%/function.fdf-get-value.html
%%PHPDOCDIR%%/function.fdf-get-version.html
%%PHPDOCDIR%%/function.fdf-header.html
%%PHPDOCDIR%%/function.fdf-next-field-name.html
%%PHPDOCDIR%%/function.fdf-open-string.html
%%PHPDOCDIR%%/function.fdf-open.html
%%PHPDOCDIR%%/function.fdf-save-string.html
%%PHPDOCDIR%%/function.fdf-save.html
%%PHPDOCDIR%%/function.fdf-set-ap.html
%%PHPDOCDIR%%/function.fdf-set-encoding.html
%%PHPDOCDIR%%/function.fdf-set-file.html
%%PHPDOCDIR%%/function.fdf-set-flags.html
%%PHPDOCDIR%%/function.fdf-set-javascript-action.html
%%PHPDOCDIR%%/function.fdf-set-opt.html
%%PHPDOCDIR%%/function.fdf-set-status.html
%%PHPDOCDIR%%/function.fdf-set-submit-form-action.html
%%PHPDOCDIR%%/function.fdf-set-target-frame.html
%%PHPDOCDIR%%/function.fdf-set-value.html
%%PHPDOCDIR%%/function.fdf-set-version.html
%%PHPDOCDIR%%/function.feof.html
%%PHPDOCDIR%%/function.fflush.html
%%PHPDOCDIR%%/function.fgetc.html
%%PHPDOCDIR%%/function.fgetcsv.html
%%PHPDOCDIR%%/function.fgets.html
%%PHPDOCDIR%%/function.fgetss.html
%%PHPDOCDIR%%/function.file-exists.html
%%PHPDOCDIR%%/function.file-get-contents.html
%%PHPDOCDIR%%/function.file.html
%%PHPDOCDIR%%/function.fileatime.html
%%PHPDOCDIR%%/function.filectime.html
%%PHPDOCDIR%%/function.filegroup.html
%%PHPDOCDIR%%/function.fileinode.html
%%PHPDOCDIR%%/function.filemtime.html
%%PHPDOCDIR%%/function.fileowner.html
%%PHPDOCDIR%%/function.fileperms.html
%%PHPDOCDIR%%/function.filepro-fieldcount.html
%%PHPDOCDIR%%/function.filepro-fieldname.html
%%PHPDOCDIR%%/function.filepro-fieldtype.html
%%PHPDOCDIR%%/function.filepro-fieldwidth.html
%%PHPDOCDIR%%/function.filepro-retrieve.html
%%PHPDOCDIR%%/function.filepro-rowcount.html
%%PHPDOCDIR%%/function.filepro.html
%%PHPDOCDIR%%/function.filesize.html
%%PHPDOCDIR%%/function.filetype.html
%%PHPDOCDIR%%/function.floatval.html
%%PHPDOCDIR%%/function.flock.html
%%PHPDOCDIR%%/function.floor.html
%%PHPDOCDIR%%/function.flush.html
%%PHPDOCDIR%%/function.fmod.html
%%PHPDOCDIR%%/function.fnmatch.html
%%PHPDOCDIR%%/function.fopen.html
%%PHPDOCDIR%%/function.fpassthru.html
%%PHPDOCDIR%%/function.fputs.html
%%PHPDOCDIR%%/function.fread.html
%%PHPDOCDIR%%/function.frenchtojd.html
%%PHPDOCDIR%%/function.fribidi-log2vis.html
%%PHPDOCDIR%%/function.fscanf.html
%%PHPDOCDIR%%/function.fseek.html
%%PHPDOCDIR%%/function.fsockopen.html
%%PHPDOCDIR%%/function.fstat.html
%%PHPDOCDIR%%/function.ftell.html
%%PHPDOCDIR%%/function.ftok.html
%%PHPDOCDIR%%/function.ftp-cdup.html
%%PHPDOCDIR%%/function.ftp-chdir.html
%%PHPDOCDIR%%/function.ftp-close.html
%%PHPDOCDIR%%/function.ftp-connect.html
%%PHPDOCDIR%%/function.ftp-delete.html
%%PHPDOCDIR%%/function.ftp-exec.html
%%PHPDOCDIR%%/function.ftp-fget.html
%%PHPDOCDIR%%/function.ftp-fput.html
%%PHPDOCDIR%%/function.ftp-get-option.html
%%PHPDOCDIR%%/function.ftp-get.html
%%PHPDOCDIR%%/function.ftp-login.html
%%PHPDOCDIR%%/function.ftp-mdtm.html
%%PHPDOCDIR%%/function.ftp-mkdir.html
%%PHPDOCDIR%%/function.ftp-nb-continue.html
%%PHPDOCDIR%%/function.ftp-nb-fget.html
%%PHPDOCDIR%%/function.ftp-nb-fput.html
%%PHPDOCDIR%%/function.ftp-nb-get.html
%%PHPDOCDIR%%/function.ftp-nb-put.html
%%PHPDOCDIR%%/function.ftp-nlist.html
%%PHPDOCDIR%%/function.ftp-pasv.html
%%PHPDOCDIR%%/function.ftp-put.html
%%PHPDOCDIR%%/function.ftp-pwd.html
%%PHPDOCDIR%%/function.ftp-quit.html
%%PHPDOCDIR%%/function.ftp-rawlist.html
%%PHPDOCDIR%%/function.ftp-rename.html
%%PHPDOCDIR%%/function.ftp-rmdir.html
%%PHPDOCDIR%%/function.ftp-set-option.html
%%PHPDOCDIR%%/function.ftp-site.html
%%PHPDOCDIR%%/function.ftp-size.html
%%PHPDOCDIR%%/function.ftp-systype.html
%%PHPDOCDIR%%/function.ftruncate.html
%%PHPDOCDIR%%/function.func-get-arg.html
%%PHPDOCDIR%%/function.func-get-args.html
%%PHPDOCDIR%%/function.func-num-args.html
%%PHPDOCDIR%%/function.function-exists.html
%%PHPDOCDIR%%/function.fwrite.html
%%PHPDOCDIR%%/function.get-browser.html
%%PHPDOCDIR%%/function.get-cfg-var.html
%%PHPDOCDIR%%/function.get-class-methods.html
%%PHPDOCDIR%%/function.get-class-vars.html
%%PHPDOCDIR%%/function.get-class.html
%%PHPDOCDIR%%/function.get-current-user.html
%%PHPDOCDIR%%/function.get-declared-classes.html
%%PHPDOCDIR%%/function.get-defined-constants.html
%%PHPDOCDIR%%/function.get-defined-functions.html
%%PHPDOCDIR%%/function.get-defined-vars.html
%%PHPDOCDIR%%/function.get-extension-funcs.html
%%PHPDOCDIR%%/function.get-html-translation-table.html
%%PHPDOCDIR%%/function.get-included-files.html
%%PHPDOCDIR%%/function.get-loaded-extensions.html
%%PHPDOCDIR%%/function.get-magic-quotes-gpc.html
%%PHPDOCDIR%%/function.get-magic-quotes-runtime.html
%%PHPDOCDIR%%/function.get-meta-tags.html
%%PHPDOCDIR%%/function.get-object-vars.html
%%PHPDOCDIR%%/function.get-parent-class.html
%%PHPDOCDIR%%/function.get-required-files.html
%%PHPDOCDIR%%/function.get-resource-type.html
%%PHPDOCDIR%%/function.getallheaders.html
%%PHPDOCDIR%%/function.getcwd.html
%%PHPDOCDIR%%/function.getdate.html
%%PHPDOCDIR%%/function.getenv.html
%%PHPDOCDIR%%/function.gethostbyaddr.html
%%PHPDOCDIR%%/function.gethostbyname.html
%%PHPDOCDIR%%/function.gethostbynamel.html
%%PHPDOCDIR%%/function.getimagesize.html
%%PHPDOCDIR%%/function.getlastmod.html
%%PHPDOCDIR%%/function.getmxrr.html
%%PHPDOCDIR%%/function.getmygid.html
%%PHPDOCDIR%%/function.getmyinode.html
%%PHPDOCDIR%%/function.getmypid.html
%%PHPDOCDIR%%/function.getmyuid.html
%%PHPDOCDIR%%/function.getopt.html
%%PHPDOCDIR%%/function.getprotobyname.html
%%PHPDOCDIR%%/function.getprotobynumber.html
%%PHPDOCDIR%%/function.getrandmax.html
%%PHPDOCDIR%%/function.getrusage.html
%%PHPDOCDIR%%/function.getservbyname.html
%%PHPDOCDIR%%/function.getservbyport.html
%%PHPDOCDIR%%/function.gettext.html
%%PHPDOCDIR%%/function.gettimeofday.html
%%PHPDOCDIR%%/function.gettype.html
%%PHPDOCDIR%%/function.glob.html
%%PHPDOCDIR%%/function.gmdate.html
%%PHPDOCDIR%%/function.gmmktime.html
%%PHPDOCDIR%%/function.gmp-abs.html
%%PHPDOCDIR%%/function.gmp-add.html
%%PHPDOCDIR%%/function.gmp-and.html
%%PHPDOCDIR%%/function.gmp-clrbit.html
%%PHPDOCDIR%%/function.gmp-cmp.html
%%PHPDOCDIR%%/function.gmp-com.html
%%PHPDOCDIR%%/function.gmp-div-q.html
%%PHPDOCDIR%%/function.gmp-div-qr.html
%%PHPDOCDIR%%/function.gmp-div-r.html
%%PHPDOCDIR%%/function.gmp-div.html
%%PHPDOCDIR%%/function.gmp-divexact.html
%%PHPDOCDIR%%/function.gmp-fact.html
%%PHPDOCDIR%%/function.gmp-gcd.html
%%PHPDOCDIR%%/function.gmp-gcdext.html
%%PHPDOCDIR%%/function.gmp-hamdist.html
%%PHPDOCDIR%%/function.gmp-init.html
%%PHPDOCDIR%%/function.gmp-intval.html
%%PHPDOCDIR%%/function.gmp-invert.html
%%PHPDOCDIR%%/function.gmp-jacobi.html
%%PHPDOCDIR%%/function.gmp-legendre.html
%%PHPDOCDIR%%/function.gmp-mod.html
%%PHPDOCDIR%%/function.gmp-mul.html
%%PHPDOCDIR%%/function.gmp-neg.html
%%PHPDOCDIR%%/function.gmp-or.html
%%PHPDOCDIR%%/function.gmp-perfect-square.html
%%PHPDOCDIR%%/function.gmp-popcount.html
%%PHPDOCDIR%%/function.gmp-pow.html
%%PHPDOCDIR%%/function.gmp-powm.html
%%PHPDOCDIR%%/function.gmp-prob-prime.html
%%PHPDOCDIR%%/function.gmp-random.html
%%PHPDOCDIR%%/function.gmp-scan0.html
%%PHPDOCDIR%%/function.gmp-scan1.html
%%PHPDOCDIR%%/function.gmp-setbit.html
%%PHPDOCDIR%%/function.gmp-sign.html
%%PHPDOCDIR%%/function.gmp-sqrt.html
%%PHPDOCDIR%%/function.gmp-sqrtrm.html
%%PHPDOCDIR%%/function.gmp-strval.html
%%PHPDOCDIR%%/function.gmp-sub.html
%%PHPDOCDIR%%/function.gmp-xor.html
%%PHPDOCDIR%%/function.gmstrftime.html
%%PHPDOCDIR%%/function.gregoriantojd.html
%%PHPDOCDIR%%/function.gzclose.html
%%PHPDOCDIR%%/function.gzcompress.html
%%PHPDOCDIR%%/function.gzdeflate.html
%%PHPDOCDIR%%/function.gzencode.html
%%PHPDOCDIR%%/function.gzeof.html
%%PHPDOCDIR%%/function.gzfile.html
%%PHPDOCDIR%%/function.gzgetc.html
%%PHPDOCDIR%%/function.gzgets.html
%%PHPDOCDIR%%/function.gzgetss.html
%%PHPDOCDIR%%/function.gzinflate.html
%%PHPDOCDIR%%/function.gzopen.html
%%PHPDOCDIR%%/function.gzpassthru.html
%%PHPDOCDIR%%/function.gzputs.html
%%PHPDOCDIR%%/function.gzread.html
%%PHPDOCDIR%%/function.gzrewind.html
%%PHPDOCDIR%%/function.gzseek.html
%%PHPDOCDIR%%/function.gztell.html
%%PHPDOCDIR%%/function.gzuncompress.html
%%PHPDOCDIR%%/function.gzwrite.html
%%PHPDOCDIR%%/function.header.html
%%PHPDOCDIR%%/function.headers-sent.html
%%PHPDOCDIR%%/function.hebrev.html
%%PHPDOCDIR%%/function.hebrevc.html
%%PHPDOCDIR%%/function.hexdec.html
%%PHPDOCDIR%%/function.highlight-file.html
%%PHPDOCDIR%%/function.highlight-string.html
%%PHPDOCDIR%%/function.htmlentities.html
%%PHPDOCDIR%%/function.htmlspecialchars.html
%%PHPDOCDIR%%/function.hw-array2objrec.html
%%PHPDOCDIR%%/function.hw-changeobject.html
%%PHPDOCDIR%%/function.hw-children.html
%%PHPDOCDIR%%/function.hw-childrenobj.html
%%PHPDOCDIR%%/function.hw-close.html
%%PHPDOCDIR%%/function.hw-connect.html
%%PHPDOCDIR%%/function.hw-connection-info.html
%%PHPDOCDIR%%/function.hw-cp.html
%%PHPDOCDIR%%/function.hw-deleteobject.html
%%PHPDOCDIR%%/function.hw-docbyanchor.html
%%PHPDOCDIR%%/function.hw-docbyanchorobj.html
%%PHPDOCDIR%%/function.hw-document-attributes.html
%%PHPDOCDIR%%/function.hw-document-bodytag.html
%%PHPDOCDIR%%/function.hw-document-content.html
%%PHPDOCDIR%%/function.hw-document-setcontent.html
%%PHPDOCDIR%%/function.hw-document-size.html
%%PHPDOCDIR%%/function.hw-dummy.html
%%PHPDOCDIR%%/function.hw-edittext.html
%%PHPDOCDIR%%/function.hw-error.html
%%PHPDOCDIR%%/function.hw-errormsg.html
%%PHPDOCDIR%%/function.hw-free-document.html
%%PHPDOCDIR%%/function.hw-getanchors.html
%%PHPDOCDIR%%/function.hw-getanchorsobj.html
%%PHPDOCDIR%%/function.hw-getandlock.html
%%PHPDOCDIR%%/function.hw-getchildcoll.html
%%PHPDOCDIR%%/function.hw-getchildcollobj.html
%%PHPDOCDIR%%/function.hw-getchilddoccoll.html
%%PHPDOCDIR%%/function.hw-getchilddoccollobj.html
%%PHPDOCDIR%%/function.hw-getobject.html
%%PHPDOCDIR%%/function.hw-getobjectbyquery.html
%%PHPDOCDIR%%/function.hw-getobjectbyquerycoll.html
%%PHPDOCDIR%%/function.hw-getobjectbyquerycollobj.html
%%PHPDOCDIR%%/function.hw-getobjectbyqueryobj.html
%%PHPDOCDIR%%/function.hw-getparents.html
%%PHPDOCDIR%%/function.hw-getparentsobj.html
%%PHPDOCDIR%%/function.hw-getrellink.html
%%PHPDOCDIR%%/function.hw-getremote.html
%%PHPDOCDIR%%/function.hw-getremotechildren.html
%%PHPDOCDIR%%/function.hw-getsrcbydestobj.html
%%PHPDOCDIR%%/function.hw-gettext.html
%%PHPDOCDIR%%/function.hw-getusername.html
%%PHPDOCDIR%%/function.hw-identify.html
%%PHPDOCDIR%%/function.hw-incollections.html
%%PHPDOCDIR%%/function.hw-info.html
%%PHPDOCDIR%%/function.hw-inscoll.html
%%PHPDOCDIR%%/function.hw-insdoc.html
%%PHPDOCDIR%%/function.hw-insertanchors.html
%%PHPDOCDIR%%/function.hw-insertdocument.html
%%PHPDOCDIR%%/function.hw-insertobject.html
%%PHPDOCDIR%%/function.hw-mapid.html
%%PHPDOCDIR%%/function.hw-modifyobject.html
%%PHPDOCDIR%%/function.hw-mv.html
%%PHPDOCDIR%%/function.hw-new-document.html
%%PHPDOCDIR%%/function.hw-objrec2array.html
%%PHPDOCDIR%%/function.hw-output-document.html
%%PHPDOCDIR%%/function.hw-pconnect.html
%%PHPDOCDIR%%/function.hw-pipedocument.html
%%PHPDOCDIR%%/function.hw-root.html
%%PHPDOCDIR%%/function.hw-setlinkroot.html
%%PHPDOCDIR%%/function.hw-stat.html
%%PHPDOCDIR%%/function.hw-unlock.html
%%PHPDOCDIR%%/function.hw-who.html
%%PHPDOCDIR%%/function.hwapi-attribute-key.html
%%PHPDOCDIR%%/function.hwapi-attribute-langdepvalue.html
%%PHPDOCDIR%%/function.hwapi-attribute-value.html
%%PHPDOCDIR%%/function.hwapi-attribute-values.html
%%PHPDOCDIR%%/function.hwapi-attribute.html
%%PHPDOCDIR%%/function.hwapi-checkin.html
%%PHPDOCDIR%%/function.hwapi-checkout.html
%%PHPDOCDIR%%/function.hwapi-children.html
%%PHPDOCDIR%%/function.hwapi-content-mimetype.html
%%PHPDOCDIR%%/function.hwapi-content-read.html
%%PHPDOCDIR%%/function.hwapi-content.html
%%PHPDOCDIR%%/function.hwapi-copy.html
%%PHPDOCDIR%%/function.hwapi-dbstat.html
%%PHPDOCDIR%%/function.hwapi-dcstat.html
%%PHPDOCDIR%%/function.hwapi-dstanchors.html
%%PHPDOCDIR%%/function.hwapi-dstofsrcanchors.html
%%PHPDOCDIR%%/function.hwapi-error-count.html
%%PHPDOCDIR%%/function.hwapi-error-reason.html
%%PHPDOCDIR%%/function.hwapi-find.html
%%PHPDOCDIR%%/function.hwapi-ftstat.html
%%PHPDOCDIR%%/function.hwapi-hgcsp.html
%%PHPDOCDIR%%/function.hwapi-hwstat.html
%%PHPDOCDIR%%/function.hwapi-identify.html
%%PHPDOCDIR%%/function.hwapi-info.html
%%PHPDOCDIR%%/function.hwapi-insert.html
%%PHPDOCDIR%%/function.hwapi-insertanchor.html
%%PHPDOCDIR%%/function.hwapi-insertcollection.html
%%PHPDOCDIR%%/function.hwapi-insertdocument.html
%%PHPDOCDIR%%/function.hwapi-link.html
%%PHPDOCDIR%%/function.hwapi-lock.html
%%PHPDOCDIR%%/function.hwapi-move.html
%%PHPDOCDIR%%/function.hwapi-new-content.html
%%PHPDOCDIR%%/function.hwapi-object-assign.html
%%PHPDOCDIR%%/function.hwapi-object-attreditable.html
%%PHPDOCDIR%%/function.hwapi-object-count.html
%%PHPDOCDIR%%/function.hwapi-object-insert.html
%%PHPDOCDIR%%/function.hwapi-object-new.html
%%PHPDOCDIR%%/function.hwapi-object-remove.html
%%PHPDOCDIR%%/function.hwapi-object-title.html
%%PHPDOCDIR%%/function.hwapi-object-value.html
%%PHPDOCDIR%%/function.hwapi-object.html
%%PHPDOCDIR%%/function.hwapi-objectbyanchor.html
%%PHPDOCDIR%%/function.hwapi-parents.html
%%PHPDOCDIR%%/function.hwapi-reason-description.html
%%PHPDOCDIR%%/function.hwapi-reason-type.html
%%PHPDOCDIR%%/function.hwapi-remove.html
%%PHPDOCDIR%%/function.hwapi-replace.html
%%PHPDOCDIR%%/function.hwapi-setcommitedversion.html
%%PHPDOCDIR%%/function.hwapi-srcanchors.html
%%PHPDOCDIR%%/function.hwapi-srcsofdst.html
%%PHPDOCDIR%%/function.hwapi-unlock.html
%%PHPDOCDIR%%/function.hwapi-user.html
%%PHPDOCDIR%%/function.hwapi-userlist.html
%%PHPDOCDIR%%/function.hypot.html
%%PHPDOCDIR%%/function.ibase-blob-add.html
%%PHPDOCDIR%%/function.ibase-blob-cancel.html
%%PHPDOCDIR%%/function.ibase-blob-close.html
%%PHPDOCDIR%%/function.ibase-blob-create.html
%%PHPDOCDIR%%/function.ibase-blob-echo.html
%%PHPDOCDIR%%/function.ibase-blob-get.html
%%PHPDOCDIR%%/function.ibase-blob-import.html
%%PHPDOCDIR%%/function.ibase-blob-info.html
%%PHPDOCDIR%%/function.ibase-blob-open.html
%%PHPDOCDIR%%/function.ibase-close.html
%%PHPDOCDIR%%/function.ibase-commit.html
%%PHPDOCDIR%%/function.ibase-connect.html
%%PHPDOCDIR%%/function.ibase-errmsg.html
%%PHPDOCDIR%%/function.ibase-execute.html
%%PHPDOCDIR%%/function.ibase-fetch-object.html
%%PHPDOCDIR%%/function.ibase-fetch-row.html
%%PHPDOCDIR%%/function.ibase-field-info.html
%%PHPDOCDIR%%/function.ibase-free-query.html
%%PHPDOCDIR%%/function.ibase-free-result.html
%%PHPDOCDIR%%/function.ibase-num-fields.html
%%PHPDOCDIR%%/function.ibase-pconnect.html
%%PHPDOCDIR%%/function.ibase-prepare.html
%%PHPDOCDIR%%/function.ibase-query.html
%%PHPDOCDIR%%/function.ibase-rollback.html
%%PHPDOCDIR%%/function.ibase-timefmt.html
%%PHPDOCDIR%%/function.ibase-trans.html
%%PHPDOCDIR%%/function.iconv-get-encoding.html
%%PHPDOCDIR%%/function.iconv-set-encoding.html
%%PHPDOCDIR%%/function.iconv.html
%%PHPDOCDIR%%/function.ifx-affected-rows.html
%%PHPDOCDIR%%/function.ifx-blobinfile-mode.html
%%PHPDOCDIR%%/function.ifx-byteasvarchar.html
%%PHPDOCDIR%%/function.ifx-close.html
%%PHPDOCDIR%%/function.ifx-connect.html
%%PHPDOCDIR%%/function.ifx-copy-blob.html
%%PHPDOCDIR%%/function.ifx-create-blob.html
%%PHPDOCDIR%%/function.ifx-create-char.html
%%PHPDOCDIR%%/function.ifx-do.html
%%PHPDOCDIR%%/function.ifx-error.html
%%PHPDOCDIR%%/function.ifx-errormsg.html
%%PHPDOCDIR%%/function.ifx-fetch-row.html
%%PHPDOCDIR%%/function.ifx-fieldproperties.html
%%PHPDOCDIR%%/function.ifx-fieldtypes.html
%%PHPDOCDIR%%/function.ifx-free-blob.html
%%PHPDOCDIR%%/function.ifx-free-char.html
%%PHPDOCDIR%%/function.ifx-free-result.html
%%PHPDOCDIR%%/function.ifx-get-blob.html
%%PHPDOCDIR%%/function.ifx-get-char.html
%%PHPDOCDIR%%/function.ifx-getsqlca.html
%%PHPDOCDIR%%/function.ifx-htmltbl-result.html
%%PHPDOCDIR%%/function.ifx-nullformat.html
%%PHPDOCDIR%%/function.ifx-num-fields.html
%%PHPDOCDIR%%/function.ifx-num-rows.html
%%PHPDOCDIR%%/function.ifx-pconnect.html
%%PHPDOCDIR%%/function.ifx-prepare.html
%%PHPDOCDIR%%/function.ifx-query.html
%%PHPDOCDIR%%/function.ifx-textasvarchar.html
%%PHPDOCDIR%%/function.ifx-update-blob.html
%%PHPDOCDIR%%/function.ifx-update-char.html
%%PHPDOCDIR%%/function.ifxus-close-slob.html
%%PHPDOCDIR%%/function.ifxus-create-slob.html
%%PHPDOCDIR%%/function.ifxus-free-slob.html
%%PHPDOCDIR%%/function.ifxus-open-slob.html
%%PHPDOCDIR%%/function.ifxus-read-slob.html
%%PHPDOCDIR%%/function.ifxus-seek-slob.html
%%PHPDOCDIR%%/function.ifxus-tell-slob.html
%%PHPDOCDIR%%/function.ifxus-write-slob.html
%%PHPDOCDIR%%/function.ignore-user-abort.html
%%PHPDOCDIR%%/function.image2wbmp.html
%%PHPDOCDIR%%/function.image_type_to_mime_type.html
%%PHPDOCDIR%%/function.imagealphablending.html
%%PHPDOCDIR%%/function.imagearc.html
%%PHPDOCDIR%%/function.imagechar.html
%%PHPDOCDIR%%/function.imagecharup.html
%%PHPDOCDIR%%/function.imagecolorallocate.html
%%PHPDOCDIR%%/function.imagecolorat.html
%%PHPDOCDIR%%/function.imagecolorclosest.html
%%PHPDOCDIR%%/function.imagecolorclosestalpha.html
%%PHPDOCDIR%%/function.imagecolorclosesthwb.html
%%PHPDOCDIR%%/function.imagecolordeallocate.html
%%PHPDOCDIR%%/function.imagecolorexact.html
%%PHPDOCDIR%%/function.imagecolorexactalpha.html
%%PHPDOCDIR%%/function.imagecolorresolve.html
%%PHPDOCDIR%%/function.imagecolorresolvealpha.html
%%PHPDOCDIR%%/function.imagecolorset.html
%%PHPDOCDIR%%/function.imagecolorsforindex.html
%%PHPDOCDIR%%/function.imagecolorstotal.html
%%PHPDOCDIR%%/function.imagecolortransparent.html
%%PHPDOCDIR%%/function.imagecopy.html
%%PHPDOCDIR%%/function.imagecopymerge.html
%%PHPDOCDIR%%/function.imagecopymergegray.html
%%PHPDOCDIR%%/function.imagecopyresampled.html
%%PHPDOCDIR%%/function.imagecopyresized.html
%%PHPDOCDIR%%/function.imagecreate.html
%%PHPDOCDIR%%/function.imagecreatefromgd.html
%%PHPDOCDIR%%/function.imagecreatefromgd2.html
%%PHPDOCDIR%%/function.imagecreatefromgd2part.html
%%PHPDOCDIR%%/function.imagecreatefromgif.html
%%PHPDOCDIR%%/function.imagecreatefromjpeg.html
%%PHPDOCDIR%%/function.imagecreatefrompng.html
%%PHPDOCDIR%%/function.imagecreatefromstring.html
%%PHPDOCDIR%%/function.imagecreatefromwbmp.html
%%PHPDOCDIR%%/function.imagecreatefromxbm.html
%%PHPDOCDIR%%/function.imagecreatefromxpm.html
%%PHPDOCDIR%%/function.imagecreatetruecolor.html
%%PHPDOCDIR%%/function.imagedashedline.html
%%PHPDOCDIR%%/function.imagedestroy.html
%%PHPDOCDIR%%/function.imageellipse.html
%%PHPDOCDIR%%/function.imagefill.html
%%PHPDOCDIR%%/function.imagefilledarc.html
%%PHPDOCDIR%%/function.imagefilledellipse.html
%%PHPDOCDIR%%/function.imagefilledpolygon.html
%%PHPDOCDIR%%/function.imagefilledrectangle.html
%%PHPDOCDIR%%/function.imagefilltoborder.html
%%PHPDOCDIR%%/function.imagefontheight.html
%%PHPDOCDIR%%/function.imagefontwidth.html
%%PHPDOCDIR%%/function.imageftbbox.html
%%PHPDOCDIR%%/function.imagefttext.html
%%PHPDOCDIR%%/function.imagegammacorrect.html
%%PHPDOCDIR%%/function.imagegd.html
%%PHPDOCDIR%%/function.imagegd2.html
%%PHPDOCDIR%%/function.imagegif.html
%%PHPDOCDIR%%/function.imageinterlace.html
%%PHPDOCDIR%%/function.imagejpeg.html
%%PHPDOCDIR%%/function.imageline.html
%%PHPDOCDIR%%/function.imageloadfont.html
%%PHPDOCDIR%%/function.imagepalettecopy.html
%%PHPDOCDIR%%/function.imagepng.html
%%PHPDOCDIR%%/function.imagepolygon.html
%%PHPDOCDIR%%/function.imagepsbbox.html
%%PHPDOCDIR%%/function.imagepscopyfont.html
%%PHPDOCDIR%%/function.imagepsencodefont.html
%%PHPDOCDIR%%/function.imagepsextendfont.html
%%PHPDOCDIR%%/function.imagepsfreefont.html
%%PHPDOCDIR%%/function.imagepsloadfont.html
%%PHPDOCDIR%%/function.imagepsslantfont.html
%%PHPDOCDIR%%/function.imagepstext.html
%%PHPDOCDIR%%/function.imagerectangle.html
%%PHPDOCDIR%%/function.imagerotate.html
%%PHPDOCDIR%%/function.imagesetbrush.html
%%PHPDOCDIR%%/function.imagesetpixel.html
%%PHPDOCDIR%%/function.imagesetstyle.html
%%PHPDOCDIR%%/function.imagesetthickness.html
%%PHPDOCDIR%%/function.imagesettile.html
%%PHPDOCDIR%%/function.imagestring.html
%%PHPDOCDIR%%/function.imagestringup.html
%%PHPDOCDIR%%/function.imagesx.html
%%PHPDOCDIR%%/function.imagesy.html
%%PHPDOCDIR%%/function.imagetruecolortopalette.html
%%PHPDOCDIR%%/function.imagettfbbox.html
%%PHPDOCDIR%%/function.imagettftext.html
%%PHPDOCDIR%%/function.imagetypes.html
%%PHPDOCDIR%%/function.imagewbmp.html
%%PHPDOCDIR%%/function.imap-8bit.html
%%PHPDOCDIR%%/function.imap-alerts.html
%%PHPDOCDIR%%/function.imap-append.html
%%PHPDOCDIR%%/function.imap-base64.html
%%PHPDOCDIR%%/function.imap-binary.html
%%PHPDOCDIR%%/function.imap-body.html
%%PHPDOCDIR%%/function.imap-bodystruct.html
%%PHPDOCDIR%%/function.imap-check.html
%%PHPDOCDIR%%/function.imap-clearflag-full.html
%%PHPDOCDIR%%/function.imap-close.html
%%PHPDOCDIR%%/function.imap-createmailbox.html
%%PHPDOCDIR%%/function.imap-delete.html
%%PHPDOCDIR%%/function.imap-deletemailbox.html
%%PHPDOCDIR%%/function.imap-errors.html
%%PHPDOCDIR%%/function.imap-expunge.html
%%PHPDOCDIR%%/function.imap-fetch-overview.html
%%PHPDOCDIR%%/function.imap-fetchbody.html
%%PHPDOCDIR%%/function.imap-fetchheader.html
%%PHPDOCDIR%%/function.imap-fetchstructure.html
%%PHPDOCDIR%%/function.imap-get-quota.html
%%PHPDOCDIR%%/function.imap-get-quotaroot.html
%%PHPDOCDIR%%/function.imap-getmailboxes.html
%%PHPDOCDIR%%/function.imap-getsubscribed.html
%%PHPDOCDIR%%/function.imap-header.html
%%PHPDOCDIR%%/function.imap-headerinfo.html
%%PHPDOCDIR%%/function.imap-headers.html
%%PHPDOCDIR%%/function.imap-last-error.html
%%PHPDOCDIR%%/function.imap-list.html
%%PHPDOCDIR%%/function.imap-listmailbox.html
%%PHPDOCDIR%%/function.imap-listscan.html
%%PHPDOCDIR%%/function.imap-listsubscribed.html
%%PHPDOCDIR%%/function.imap-lsub.html
%%PHPDOCDIR%%/function.imap-mail-compose.html
%%PHPDOCDIR%%/function.imap-mail-copy.html
%%PHPDOCDIR%%/function.imap-mail-move.html
%%PHPDOCDIR%%/function.imap-mail.html
%%PHPDOCDIR%%/function.imap-mailboxmsginfo.html
%%PHPDOCDIR%%/function.imap-mime-header-decode.html
%%PHPDOCDIR%%/function.imap-msgno.html
%%PHPDOCDIR%%/function.imap-num-msg.html
%%PHPDOCDIR%%/function.imap-num-recent.html
%%PHPDOCDIR%%/function.imap-open.html
%%PHPDOCDIR%%/function.imap-ping.html
%%PHPDOCDIR%%/function.imap-qprint.html
%%PHPDOCDIR%%/function.imap-renamemailbox.html
%%PHPDOCDIR%%/function.imap-reopen.html
%%PHPDOCDIR%%/function.imap-rfc822-parse-adrlist.html
%%PHPDOCDIR%%/function.imap-rfc822-parse-headers.html
%%PHPDOCDIR%%/function.imap-rfc822-write-address.html
%%PHPDOCDIR%%/function.imap-scanmailbox.html
%%PHPDOCDIR%%/function.imap-search.html
%%PHPDOCDIR%%/function.imap-set-quota.html
%%PHPDOCDIR%%/function.imap-setacl.html
%%PHPDOCDIR%%/function.imap-setflag-full.html
%%PHPDOCDIR%%/function.imap-sort.html
%%PHPDOCDIR%%/function.imap-status.html
%%PHPDOCDIR%%/function.imap-subscribe.html
%%PHPDOCDIR%%/function.imap-thread.html
%%PHPDOCDIR%%/function.imap-uid.html
%%PHPDOCDIR%%/function.imap-undelete.html
%%PHPDOCDIR%%/function.imap-unsubscribe.html
%%PHPDOCDIR%%/function.imap-utf7-decode.html
%%PHPDOCDIR%%/function.imap-utf7-encode.html
%%PHPDOCDIR%%/function.imap-utf8.html
%%PHPDOCDIR%%/function.implode.html
%%PHPDOCDIR%%/function.import-request-variables.html
%%PHPDOCDIR%%/function.in-array.html
%%PHPDOCDIR%%/function.include-once.html
%%PHPDOCDIR%%/function.include.html
%%PHPDOCDIR%%/function.ingres-autocommit.html
%%PHPDOCDIR%%/function.ingres-close.html
%%PHPDOCDIR%%/function.ingres-commit.html
%%PHPDOCDIR%%/function.ingres-connect.html
%%PHPDOCDIR%%/function.ingres-fetch-array.html
%%PHPDOCDIR%%/function.ingres-fetch-object.html
%%PHPDOCDIR%%/function.ingres-fetch-row.html
%%PHPDOCDIR%%/function.ingres-field-length.html
%%PHPDOCDIR%%/function.ingres-field-name.html
%%PHPDOCDIR%%/function.ingres-field-nullable.html
%%PHPDOCDIR%%/function.ingres-field-precision.html
%%PHPDOCDIR%%/function.ingres-field-scale.html
%%PHPDOCDIR%%/function.ingres-field-type.html
%%PHPDOCDIR%%/function.ingres-num-fields.html
%%PHPDOCDIR%%/function.ingres-num-rows.html
%%PHPDOCDIR%%/function.ingres-pconnect.html
%%PHPDOCDIR%%/function.ingres-query.html
%%PHPDOCDIR%%/function.ingres-rollback.html
%%PHPDOCDIR%%/function.ini-alter.html
%%PHPDOCDIR%%/function.ini-get-all.html
%%PHPDOCDIR%%/function.ini-get.html
%%PHPDOCDIR%%/function.ini-restore.html
%%PHPDOCDIR%%/function.ini-set.html
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.ip2long.html
%%PHPDOCDIR%%/function.iptcembed.html
%%PHPDOCDIR%%/function.iptcparse.html
%%PHPDOCDIR%%/function.ircg-channel_mode.html
%%PHPDOCDIR%%/function.ircg-disconnect.html
%%PHPDOCDIR%%/function.ircg-fetch-error-msg.html
%%PHPDOCDIR%%/function.ircg-get-username.html
%%PHPDOCDIR%%/function.ircg-html-encode.html
%%PHPDOCDIR%%/function.ircg-ignore-add.html
%%PHPDOCDIR%%/function.ircg-ignore-del.html
%%PHPDOCDIR%%/function.ircg-is-conn-alive.html
%%PHPDOCDIR%%/function.ircg-join.html
%%PHPDOCDIR%%/function.ircg-kick.html
%%PHPDOCDIR%%/function.ircg-lookup-format-messages.html
%%PHPDOCDIR%%/function.ircg-msg.html
%%PHPDOCDIR%%/function.ircg-nick.html
%%PHPDOCDIR%%/function.ircg-nickname-escape.html
%%PHPDOCDIR%%/function.ircg-nickname-unescape.html
%%PHPDOCDIR%%/function.ircg-notice.html
%%PHPDOCDIR%%/function.ircg-part.html
%%PHPDOCDIR%%/function.ircg-pconnect.html
%%PHPDOCDIR%%/function.ircg-register-format-messages.html
%%PHPDOCDIR%%/function.ircg-set-current.html
%%PHPDOCDIR%%/function.ircg-set-file.html
%%PHPDOCDIR%%/function.ircg-set-on-die.html
%%PHPDOCDIR%%/function.ircg-topic.html
%%PHPDOCDIR%%/function.ircg-whois.html
%%PHPDOCDIR%%/function.is-a.html
%%PHPDOCDIR%%/function.is-array.html
%%PHPDOCDIR%%/function.is-bool.html
%%PHPDOCDIR%%/function.is-callable.html
%%PHPDOCDIR%%/function.is-dir.html
%%PHPDOCDIR%%/function.is-double.html
%%PHPDOCDIR%%/function.is-executable.html
%%PHPDOCDIR%%/function.is-file.html
%%PHPDOCDIR%%/function.is-finite.html
%%PHPDOCDIR%%/function.is-float.html
%%PHPDOCDIR%%/function.is-infinite.html
%%PHPDOCDIR%%/function.is-int.html
%%PHPDOCDIR%%/function.is-integer.html
%%PHPDOCDIR%%/function.is-link.html
%%PHPDOCDIR%%/function.is-long.html
%%PHPDOCDIR%%/function.is-nan.html
%%PHPDOCDIR%%/function.is-null.html
%%PHPDOCDIR%%/function.is-numeric.html
%%PHPDOCDIR%%/function.is-object.html
%%PHPDOCDIR%%/function.is-readable.html
%%PHPDOCDIR%%/function.is-real.html
%%PHPDOCDIR%%/function.is-resource.html
%%PHPDOCDIR%%/function.is-scalar.html
%%PHPDOCDIR%%/function.is-string.html
%%PHPDOCDIR%%/function.is-subclass-of.html
%%PHPDOCDIR%%/function.is-uploaded-file.html
%%PHPDOCDIR%%/function.is-writable.html
%%PHPDOCDIR%%/function.is-writeable.html
%%PHPDOCDIR%%/function.isset.html
%%PHPDOCDIR%%/function.java-last-exception-clear.html
%%PHPDOCDIR%%/function.java-last-exception-get.html
%%PHPDOCDIR%%/function.jddayofweek.html
%%PHPDOCDIR%%/function.jdmonthname.html
%%PHPDOCDIR%%/function.jdtofrench.html
%%PHPDOCDIR%%/function.jdtogregorian.html
%%PHPDOCDIR%%/function.jdtojewish.html
%%PHPDOCDIR%%/function.jdtojulian.html
%%PHPDOCDIR%%/function.jdtounix.html
%%PHPDOCDIR%%/function.jewishtojd.html
%%PHPDOCDIR%%/function.join.html
%%PHPDOCDIR%%/function.jpeg2wbmp.html
%%PHPDOCDIR%%/function.juliantojd.html
%%PHPDOCDIR%%/function.key.html
%%PHPDOCDIR%%/function.krsort.html
%%PHPDOCDIR%%/function.ksort.html
%%PHPDOCDIR%%/function.lcg-value.html
%%PHPDOCDIR%%/function.ldap-8859-to-t61.html
%%PHPDOCDIR%%/function.ldap-add.html
%%PHPDOCDIR%%/function.ldap-bind.html
%%PHPDOCDIR%%/function.ldap-close.html
%%PHPDOCDIR%%/function.ldap-compare.html
%%PHPDOCDIR%%/function.ldap-connect.html
%%PHPDOCDIR%%/function.ldap-count-entries.html
%%PHPDOCDIR%%/function.ldap-delete.html
%%PHPDOCDIR%%/function.ldap-dn2ufn.html
%%PHPDOCDIR%%/function.ldap-err2str.html
%%PHPDOCDIR%%/function.ldap-errno.html
%%PHPDOCDIR%%/function.ldap-error.html
%%PHPDOCDIR%%/function.ldap-explode-dn.html
%%PHPDOCDIR%%/function.ldap-first-attribute.html
%%PHPDOCDIR%%/function.ldap-first-entry.html
%%PHPDOCDIR%%/function.ldap-first-reference.html
%%PHPDOCDIR%%/function.ldap-free-result.html
%%PHPDOCDIR%%/function.ldap-get-attributes.html
%%PHPDOCDIR%%/function.ldap-get-dn.html
%%PHPDOCDIR%%/function.ldap-get-entries.html
%%PHPDOCDIR%%/function.ldap-get-option.html
%%PHPDOCDIR%%/function.ldap-get-values-len.html
%%PHPDOCDIR%%/function.ldap-get-values.html
%%PHPDOCDIR%%/function.ldap-list.html
%%PHPDOCDIR%%/function.ldap-mod-add.html
%%PHPDOCDIR%%/function.ldap-mod-del.html
%%PHPDOCDIR%%/function.ldap-mod-replace.html
%%PHPDOCDIR%%/function.ldap-modify.html
%%PHPDOCDIR%%/function.ldap-next-attribute.html
%%PHPDOCDIR%%/function.ldap-next-entry.html
%%PHPDOCDIR%%/function.ldap-next-reference.html
%%PHPDOCDIR%%/function.ldap-parse-reference.html
%%PHPDOCDIR%%/function.ldap-parse-result.html
%%PHPDOCDIR%%/function.ldap-read.html
%%PHPDOCDIR%%/function.ldap-rename.html
%%PHPDOCDIR%%/function.ldap-search.html
%%PHPDOCDIR%%/function.ldap-set-option.html
%%PHPDOCDIR%%/function.ldap-set-rebind-proc.html
%%PHPDOCDIR%%/function.ldap-sort.html
%%PHPDOCDIR%%/function.ldap-start-tls.html
%%PHPDOCDIR%%/function.ldap-t61-to-8859.html
%%PHPDOCDIR%%/function.ldap-unbind.html
%%PHPDOCDIR%%/function.leak.html
%%PHPDOCDIR%%/function.levenshtein.html
%%PHPDOCDIR%%/function.link.html
%%PHPDOCDIR%%/function.linkinfo.html
%%PHPDOCDIR%%/function.list.html
%%PHPDOCDIR%%/function.localeconv.html
%%PHPDOCDIR%%/function.localtime.html
%%PHPDOCDIR%%/function.log.html
%%PHPDOCDIR%%/function.log10.html
%%PHPDOCDIR%%/function.log1p.html
%%PHPDOCDIR%%/function.long2ip.html
%%PHPDOCDIR%%/function.lstat.html
%%PHPDOCDIR%%/function.ltrim.html
%%PHPDOCDIR%%/function.mail.html
%%PHPDOCDIR%%/function.mailparse-determine-best-xfer-encoding.html
%%PHPDOCDIR%%/function.mailparse-msg-create.html
%%PHPDOCDIR%%/function.mailparse-msg-extract-part-file.html
%%PHPDOCDIR%%/function.mailparse-msg-extract-part.html
%%PHPDOCDIR%%/function.mailparse-msg-free.html
%%PHPDOCDIR%%/function.mailparse-msg-get-part-data.html
%%PHPDOCDIR%%/function.mailparse-msg-get-part.html
%%PHPDOCDIR%%/function.mailparse-msg-get-structure.html
%%PHPDOCDIR%%/function.mailparse-msg-parse-file.html
%%PHPDOCDIR%%/function.mailparse-msg-parse.html
%%PHPDOCDIR%%/function.mailparse-rfc822-parse-addresses.html
%%PHPDOCDIR%%/function.mailparse-stream-encode.html
%%PHPDOCDIR%%/function.mailparse-uudecode-all.html
%%PHPDOCDIR%%/function.max.html
%%PHPDOCDIR%%/function.mb-convert-encoding.html
%%PHPDOCDIR%%/function.mb-convert-kana.html
%%PHPDOCDIR%%/function.mb-convert-variables.html
%%PHPDOCDIR%%/function.mb-decode-mimeheader.html
%%PHPDOCDIR%%/function.mb-detect-encoding.html
%%PHPDOCDIR%%/function.mb-detect-order.html
%%PHPDOCDIR%%/function.mb-encode-mimeheader.html
%%PHPDOCDIR%%/function.mb-encode-numericentity.html
%%PHPDOCDIR%%/function.mb-ereg-match.html
%%PHPDOCDIR%%/function.mb-ereg-replace.html
%%PHPDOCDIR%%/function.mb-ereg-search-getpos.html
%%PHPDOCDIR%%/function.mb-ereg-search-getregs.html
%%PHPDOCDIR%%/function.mb-ereg-search-init.html
%%PHPDOCDIR%%/function.mb-ereg-search-pos.html
%%PHPDOCDIR%%/function.mb-ereg-search-regs.html
%%PHPDOCDIR%%/function.mb-ereg-search-setpos.html
%%PHPDOCDIR%%/function.mb-ereg-search.html
%%PHPDOCDIR%%/function.mb-ereg.html
%%PHPDOCDIR%%/function.mb-eregi-replace.html
%%PHPDOCDIR%%/function.mb-eregi.html
%%PHPDOCDIR%%/function.mb-get-info.html
%%PHPDOCDIR%%/function.mb-http-input.html
%%PHPDOCDIR%%/function.mb-http-output.html
%%PHPDOCDIR%%/function.mb-internal-encoding.html
%%PHPDOCDIR%%/function.mb-language.html
%%PHPDOCDIR%%/function.mb-output-handler.html
%%PHPDOCDIR%%/function.mb-parse-str.html
%%PHPDOCDIR%%/function.mb-preferred-mime-name.html
%%PHPDOCDIR%%/function.mb-regex-encoding.html
%%PHPDOCDIR%%/function.mb-regex-set-options.html
%%PHPDOCDIR%%/function.mb-send-mail.html
%%PHPDOCDIR%%/function.mb-split.html
%%PHPDOCDIR%%/function.mb-strcut.html
%%PHPDOCDIR%%/function.mb-strimwidth.html
%%PHPDOCDIR%%/function.mb-strlen.html
%%PHPDOCDIR%%/function.mb-strpos.html
%%PHPDOCDIR%%/function.mb-strrpos.html
%%PHPDOCDIR%%/function.mb-strwidth.html
%%PHPDOCDIR%%/function.mb-substitute-character.html
%%PHPDOCDIR%%/function.mb-substr.html
%%PHPDOCDIR%%/function.mb_decode_numericentity.html
%%PHPDOCDIR%%/function.mcal-append-event.html
%%PHPDOCDIR%%/function.mcal-close.html
%%PHPDOCDIR%%/function.mcal-create-calendar.html
%%PHPDOCDIR%%/function.mcal-date-compare.html
%%PHPDOCDIR%%/function.mcal-date-valid.html
%%PHPDOCDIR%%/function.mcal-day-of-week.html
%%PHPDOCDIR%%/function.mcal-day-of-year.html
%%PHPDOCDIR%%/function.mcal-days-in-month.html
%%PHPDOCDIR%%/function.mcal-delete-calendar.html
%%PHPDOCDIR%%/function.mcal-delete-event.html
%%PHPDOCDIR%%/function.mcal-event-add-attribute.html
%%PHPDOCDIR%%/function.mcal-event-init.html
%%PHPDOCDIR%%/function.mcal-event-set-alarm.html
%%PHPDOCDIR%%/function.mcal-event-set-category.html
%%PHPDOCDIR%%/function.mcal-event-set-class.html
%%PHPDOCDIR%%/function.mcal-event-set-description.html
%%PHPDOCDIR%%/function.mcal-event-set-end.html
%%PHPDOCDIR%%/function.mcal-event-set-recur-daily.html
%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-mday.html
%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-wday.html
%%PHPDOCDIR%%/function.mcal-event-set-recur-none.html
%%PHPDOCDIR%%/function.mcal-event-set-recur-weekly.html
%%PHPDOCDIR%%/function.mcal-event-set-recur-yearly.html
%%PHPDOCDIR%%/function.mcal-event-set-start.html
%%PHPDOCDIR%%/function.mcal-event-set-title.html
%%PHPDOCDIR%%/function.mcal-expunge.html
%%PHPDOCDIR%%/function.mcal-fetch-current-stream-event.html
%%PHPDOCDIR%%/function.mcal-fetch-event.html
%%PHPDOCDIR%%/function.mcal-is-leap-year.html
%%PHPDOCDIR%%/function.mcal-list-alarms.html
%%PHPDOCDIR%%/function.mcal-list-events.html
%%PHPDOCDIR%%/function.mcal-next-recurrence.html
%%PHPDOCDIR%%/function.mcal-open.html
%%PHPDOCDIR%%/function.mcal-popen.html
%%PHPDOCDIR%%/function.mcal-rename-calendar.html
%%PHPDOCDIR%%/function.mcal-reopen.html
%%PHPDOCDIR%%/function.mcal-snooze.html
%%PHPDOCDIR%%/function.mcal-store-event.html
%%PHPDOCDIR%%/function.mcal-time-valid.html
%%PHPDOCDIR%%/function.mcal-week-of-year.html
%%PHPDOCDIR%%/function.mcrypt-cbc.html
%%PHPDOCDIR%%/function.mcrypt-cfb.html
%%PHPDOCDIR%%/function.mcrypt-create-iv.html
%%PHPDOCDIR%%/function.mcrypt-decrypt.html
%%PHPDOCDIR%%/function.mcrypt-ecb.html
%%PHPDOCDIR%%/function.mcrypt-enc-get-algorithms-name.html
%%PHPDOCDIR%%/function.mcrypt-enc-get-block-size.html
%%PHPDOCDIR%%/function.mcrypt-enc-get-iv-size.html
%%PHPDOCDIR%%/function.mcrypt-enc-get-key-size.html
%%PHPDOCDIR%%/function.mcrypt-enc-get-modes-name.html
%%PHPDOCDIR%%/function.mcrypt-enc-get-supported-key-sizes.html
%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm-mode.html
%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm.html
%%PHPDOCDIR%%/function.mcrypt-enc-is-block-mode.html
%%PHPDOCDIR%%/function.mcrypt-enc-self-test.html
%%PHPDOCDIR%%/function.mcrypt-encrypt.html
%%PHPDOCDIR%%/function.mcrypt-generic-deinit.html
%%PHPDOCDIR%%/function.mcrypt-generic-end.html
%%PHPDOCDIR%%/function.mcrypt-generic-init.html
%%PHPDOCDIR%%/function.mcrypt-generic.html
%%PHPDOCDIR%%/function.mcrypt-get-block-size.html
%%PHPDOCDIR%%/function.mcrypt-get-cipher-name.html
%%PHPDOCDIR%%/function.mcrypt-get-iv-size.html
%%PHPDOCDIR%%/function.mcrypt-get-key-size.html
%%PHPDOCDIR%%/function.mcrypt-list-algorithms.html
%%PHPDOCDIR%%/function.mcrypt-list-modes.html
%%PHPDOCDIR%%/function.mcrypt-module-close.html
%%PHPDOCDIR%%/function.mcrypt-module-get-algo-block-size.html
%%PHPDOCDIR%%/function.mcrypt-module-get-algo-key-size.html
%%PHPDOCDIR%%/function.mcrypt-module-get-supported-key-sizes.html
%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm-mode.html
%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm.html
%%PHPDOCDIR%%/function.mcrypt-module-is-block-mode.html
%%PHPDOCDIR%%/function.mcrypt-module-open.html
%%PHPDOCDIR%%/function.mcrypt-module-self-test.html
%%PHPDOCDIR%%/function.mcrypt-ofb.html
%%PHPDOCDIR%%/function.mcve-adduser.html
%%PHPDOCDIR%%/function.mcve-adduserarg.html
%%PHPDOCDIR%%/function.mcve-bt.html
%%PHPDOCDIR%%/function.mcve-checkstatus.html
%%PHPDOCDIR%%/function.mcve-chkpwd.html
%%PHPDOCDIR%%/function.mcve-chngpwd.html
%%PHPDOCDIR%%/function.mcve-completeauthorizations.html
%%PHPDOCDIR%%/function.mcve-connect.html
%%PHPDOCDIR%%/function.mcve-connectionerror.html
%%PHPDOCDIR%%/function.mcve-deleteresponse.html
%%PHPDOCDIR%%/function.mcve-deletetrans.html
%%PHPDOCDIR%%/function.mcve-deleteusersetup.html
%%PHPDOCDIR%%/function.mcve-deluser.html
%%PHPDOCDIR%%/function.mcve-destroyconn.html
%%PHPDOCDIR%%/function.mcve-destroyengine.html
%%PHPDOCDIR%%/function.mcve-disableuser.html
%%PHPDOCDIR%%/function.mcve-edituser.html
%%PHPDOCDIR%%/function.mcve-enableuser.html
%%PHPDOCDIR%%/function.mcve-force.html
%%PHPDOCDIR%%/function.mcve-getcell.html
%%PHPDOCDIR%%/function.mcve-getcellbynum.html
%%PHPDOCDIR%%/function.mcve-getcommadelimited.html
%%PHPDOCDIR%%/function.mcve-getheader.html
%%PHPDOCDIR%%/function.mcve-getuserarg.html
%%PHPDOCDIR%%/function.mcve-getuserparam.html
%%PHPDOCDIR%%/function.mcve-gft.html
%%PHPDOCDIR%%/function.mcve-gl.html
%%PHPDOCDIR%%/function.mcve-gut.html
%%PHPDOCDIR%%/function.mcve-initconn.html
%%PHPDOCDIR%%/function.mcve-initengine.html
%%PHPDOCDIR%%/function.mcve-initusersetup.html
%%PHPDOCDIR%%/function.mcve-iscommadelimited.html
%%PHPDOCDIR%%/function.mcve-liststats.html
%%PHPDOCDIR%%/function.mcve-listusers.html
%%PHPDOCDIR%%/function.mcve-maxconntimeout.html
%%PHPDOCDIR%%/function.mcve-monitor.html
%%PHPDOCDIR%%/function.mcve-numcolumns.html
%%PHPDOCDIR%%/function.mcve-numrows.html
%%PHPDOCDIR%%/function.mcve-override.html
%%PHPDOCDIR%%/function.mcve-parsecommadelimited.html
%%PHPDOCDIR%%/function.mcve-ping.html
%%PHPDOCDIR%%/function.mcve-preauth.html
%%PHPDOCDIR%%/function.mcve-preauthcompletion.html
%%PHPDOCDIR%%/function.mcve-qc.html
%%PHPDOCDIR%%/function.mcve-responseparam.html
%%PHPDOCDIR%%/function.mcve-return.html
%%PHPDOCDIR%%/function.mcve-returncode.html
%%PHPDOCDIR%%/function.mcve-returnstatus.html
%%PHPDOCDIR%%/function.mcve-sale.html
%%PHPDOCDIR%%/function.mcve-setblocking.html
%%PHPDOCDIR%%/function.mcve-setdropfile.html
%%PHPDOCDIR%%/function.mcve-setip.html
%%PHPDOCDIR%%/function.mcve-setssl.html
%%PHPDOCDIR%%/function.mcve-settimeout.html
%%PHPDOCDIR%%/function.mcve-settle.html
%%PHPDOCDIR%%/function.mcve-text-avs.html
%%PHPDOCDIR%%/function.mcve-text-code.html
%%PHPDOCDIR%%/function.mcve-text-cv.html
%%PHPDOCDIR%%/function.mcve-transactionauth.html
%%PHPDOCDIR%%/function.mcve-transactionavs.html
%%PHPDOCDIR%%/function.mcve-transactionbatch.html
%%PHPDOCDIR%%/function.mcve-transactioncv.html
%%PHPDOCDIR%%/function.mcve-transactionid.html
%%PHPDOCDIR%%/function.mcve-transactionitem.html
%%PHPDOCDIR%%/function.mcve-transactionssent.html
%%PHPDOCDIR%%/function.mcve-transactiontext.html
%%PHPDOCDIR%%/function.mcve-transinqueue.html
%%PHPDOCDIR%%/function.mcve-transnew.html
%%PHPDOCDIR%%/function.mcve-transparam.html
%%PHPDOCDIR%%/function.mcve-transsend.html
%%PHPDOCDIR%%/function.mcve-ub.html
%%PHPDOCDIR%%/function.mcve-uwait.html
%%PHPDOCDIR%%/function.mcve-verifyconnection.html
%%PHPDOCDIR%%/function.mcve-verifysslcert.html
%%PHPDOCDIR%%/function.mcve-void.html
%%PHPDOCDIR%%/function.md5-file.html
%%PHPDOCDIR%%/function.md5.html
%%PHPDOCDIR%%/function.mdecrypt-generic.html
%%PHPDOCDIR%%/function.metaphone.html
%%PHPDOCDIR%%/function.method-exists.html
%%PHPDOCDIR%%/function.mhash-count.html
%%PHPDOCDIR%%/function.mhash-get-block-size.html
%%PHPDOCDIR%%/function.mhash-get-hash-name.html
%%PHPDOCDIR%%/function.mhash-keygen-s2k.html
%%PHPDOCDIR%%/function.mhash.html
%%PHPDOCDIR%%/function.microtime.html
%%PHPDOCDIR%%/function.mime-content-type.html
%%PHPDOCDIR%%/function.min.html
%%PHPDOCDIR%%/function.ming-setcubicthreshold.html
%%PHPDOCDIR%%/function.ming-setscale.html
%%PHPDOCDIR%%/function.ming-useswfversion.html
%%PHPDOCDIR%%/function.mkdir.html
%%PHPDOCDIR%%/function.mktime.html
%%PHPDOCDIR%%/function.move-uploaded-file.html
%%PHPDOCDIR%%/function.msession-connect.html
%%PHPDOCDIR%%/function.msession-count.html
%%PHPDOCDIR%%/function.msession-create.html
%%PHPDOCDIR%%/function.msession-destroy.html
%%PHPDOCDIR%%/function.msession-disconnect.html
%%PHPDOCDIR%%/function.msession-find.html
%%PHPDOCDIR%%/function.msession-get-array.html
%%PHPDOCDIR%%/function.msession-get.html
%%PHPDOCDIR%%/function.msession-getdata.html
%%PHPDOCDIR%%/function.msession-inc.html
%%PHPDOCDIR%%/function.msession-list.html
%%PHPDOCDIR%%/function.msession-listvar.html
%%PHPDOCDIR%%/function.msession-lock.html
%%PHPDOCDIR%%/function.msession-plugin.html
%%PHPDOCDIR%%/function.msession-randstr.html
%%PHPDOCDIR%%/function.msession-set-array.html
%%PHPDOCDIR%%/function.msession-set.html
%%PHPDOCDIR%%/function.msession-setdata.html
%%PHPDOCDIR%%/function.msession-timeout.html
%%PHPDOCDIR%%/function.msession-uniq.html
%%PHPDOCDIR%%/function.msession-unlock.html
%%PHPDOCDIR%%/function.msg-get-queue.html
%%PHPDOCDIR%%/function.msg-receive.html
%%PHPDOCDIR%%/function.msg-remove-queue.html
%%PHPDOCDIR%%/function.msg-send.html
%%PHPDOCDIR%%/function.msg-set-queue.html
%%PHPDOCDIR%%/function.msg-stat-queue.html
%%PHPDOCDIR%%/function.msql-affected-rows.html
%%PHPDOCDIR%%/function.msql-close.html
%%PHPDOCDIR%%/function.msql-connect.html
%%PHPDOCDIR%%/function.msql-create-db.html
%%PHPDOCDIR%%/function.msql-createdb.html
%%PHPDOCDIR%%/function.msql-data-seek.html
%%PHPDOCDIR%%/function.msql-dbname.html
%%PHPDOCDIR%%/function.msql-drop-db.html
%%PHPDOCDIR%%/function.msql-dropdb.html
%%PHPDOCDIR%%/function.msql-error.html
%%PHPDOCDIR%%/function.msql-fetch-array.html
%%PHPDOCDIR%%/function.msql-fetch-field.html
%%PHPDOCDIR%%/function.msql-fetch-object.html
%%PHPDOCDIR%%/function.msql-fetch-row.html
%%PHPDOCDIR%%/function.msql-field-seek.html
%%PHPDOCDIR%%/function.msql-fieldflags.html
%%PHPDOCDIR%%/function.msql-fieldlen.html
%%PHPDOCDIR%%/function.msql-fieldname.html
%%PHPDOCDIR%%/function.msql-fieldtable.html
%%PHPDOCDIR%%/function.msql-fieldtype.html
%%PHPDOCDIR%%/function.msql-free-result.html
%%PHPDOCDIR%%/function.msql-freeresult.html
%%PHPDOCDIR%%/function.msql-list-dbs.html
%%PHPDOCDIR%%/function.msql-list-fields.html
%%PHPDOCDIR%%/function.msql-list-tables.html
%%PHPDOCDIR%%/function.msql-listdbs.html
%%PHPDOCDIR%%/function.msql-listfields.html
%%PHPDOCDIR%%/function.msql-listtables.html
%%PHPDOCDIR%%/function.msql-num-fields.html
%%PHPDOCDIR%%/function.msql-num-rows.html
%%PHPDOCDIR%%/function.msql-numfields.html
%%PHPDOCDIR%%/function.msql-numrows.html
%%PHPDOCDIR%%/function.msql-pconnect.html
%%PHPDOCDIR%%/function.msql-query.html
%%PHPDOCDIR%%/function.msql-regcase.html
%%PHPDOCDIR%%/function.msql-result.html
%%PHPDOCDIR%%/function.msql-select-db.html
%%PHPDOCDIR%%/function.msql-selectdb.html
%%PHPDOCDIR%%/function.msql-tablename.html
%%PHPDOCDIR%%/function.msql.html
%%PHPDOCDIR%%/function.mssql-bind.html
%%PHPDOCDIR%%/function.mssql-close.html
%%PHPDOCDIR%%/function.mssql-connect.html
%%PHPDOCDIR%%/function.mssql-data-seek.html
%%PHPDOCDIR%%/function.mssql-execute.html
%%PHPDOCDIR%%/function.mssql-fetch-array.html
%%PHPDOCDIR%%/function.mssql-fetch-assoc.html
%%PHPDOCDIR%%/function.mssql-fetch-batch.html
%%PHPDOCDIR%%/function.mssql-fetch-field.html
%%PHPDOCDIR%%/function.mssql-fetch-object.html
%%PHPDOCDIR%%/function.mssql-fetch-row.html
%%PHPDOCDIR%%/function.mssql-field-length.html
%%PHPDOCDIR%%/function.mssql-field-name.html
%%PHPDOCDIR%%/function.mssql-field-seek.html
%%PHPDOCDIR%%/function.mssql-field-type.html
%%PHPDOCDIR%%/function.mssql-free-result.html
%%PHPDOCDIR%%/function.mssql-get-last-message.html
%%PHPDOCDIR%%/function.mssql-guid-string.html
%%PHPDOCDIR%%/function.mssql-init.html
%%PHPDOCDIR%%/function.mssql-min-error-severity.html
%%PHPDOCDIR%%/function.mssql-min-message-severity.html
%%PHPDOCDIR%%/function.mssql-next-result.html
%%PHPDOCDIR%%/function.mssql-num-fields.html
%%PHPDOCDIR%%/function.mssql-num-rows.html
%%PHPDOCDIR%%/function.mssql-pconnect.html
%%PHPDOCDIR%%/function.mssql-query.html
%%PHPDOCDIR%%/function.mssql-result.html
%%PHPDOCDIR%%/function.mssql-rows-affected.html
%%PHPDOCDIR%%/function.mssql-select-db.html
%%PHPDOCDIR%%/function.mt-getrandmax.html
%%PHPDOCDIR%%/function.mt-rand.html
%%PHPDOCDIR%%/function.mt-srand.html
%%PHPDOCDIR%%/function.muscat-close.html
%%PHPDOCDIR%%/function.muscat-get.html
%%PHPDOCDIR%%/function.muscat-give.html
%%PHPDOCDIR%%/function.muscat-setup-net.html
%%PHPDOCDIR%%/function.muscat-setup.html
%%PHPDOCDIR%%/function.mysql-affected-rows.html
%%PHPDOCDIR%%/function.mysql-change-user.html
%%PHPDOCDIR%%/function.mysql-character-set-name.html
%%PHPDOCDIR%%/function.mysql-close.html
%%PHPDOCDIR%%/function.mysql-connect.html
%%PHPDOCDIR%%/function.mysql-create-db.html
%%PHPDOCDIR%%/function.mysql-data-seek.html
%%PHPDOCDIR%%/function.mysql-db-name.html
%%PHPDOCDIR%%/function.mysql-db-query.html
%%PHPDOCDIR%%/function.mysql-drop-db.html
%%PHPDOCDIR%%/function.mysql-errno.html
%%PHPDOCDIR%%/function.mysql-error.html
%%PHPDOCDIR%%/function.mysql-escape-string.html
%%PHPDOCDIR%%/function.mysql-fetch-array.html
%%PHPDOCDIR%%/function.mysql-fetch-assoc.html
%%PHPDOCDIR%%/function.mysql-fetch-field.html
%%PHPDOCDIR%%/function.mysql-fetch-lengths.html
%%PHPDOCDIR%%/function.mysql-fetch-object.html
%%PHPDOCDIR%%/function.mysql-fetch-row.html
%%PHPDOCDIR%%/function.mysql-field-flags.html
%%PHPDOCDIR%%/function.mysql-field-len.html
%%PHPDOCDIR%%/function.mysql-field-name.html
%%PHPDOCDIR%%/function.mysql-field-seek.html
%%PHPDOCDIR%%/function.mysql-field-table.html
%%PHPDOCDIR%%/function.mysql-field-type.html
%%PHPDOCDIR%%/function.mysql-free-result.html
%%PHPDOCDIR%%/function.mysql-get-client-info.html
%%PHPDOCDIR%%/function.mysql-get-host-info.html
%%PHPDOCDIR%%/function.mysql-get-proto-info.html
%%PHPDOCDIR%%/function.mysql-get-server-info.html
%%PHPDOCDIR%%/function.mysql-info.html
%%PHPDOCDIR%%/function.mysql-insert-id.html
%%PHPDOCDIR%%/function.mysql-list-dbs.html
%%PHPDOCDIR%%/function.mysql-list-fields.html
%%PHPDOCDIR%%/function.mysql-list-processes.html
%%PHPDOCDIR%%/function.mysql-list-tables.html
%%PHPDOCDIR%%/function.mysql-num-fields.html
%%PHPDOCDIR%%/function.mysql-num-rows.html
%%PHPDOCDIR%%/function.mysql-pconnect.html
%%PHPDOCDIR%%/function.mysql-ping.html
%%PHPDOCDIR%%/function.mysql-query.html
%%PHPDOCDIR%%/function.mysql-real-escape-string.html
%%PHPDOCDIR%%/function.mysql-result.html
%%PHPDOCDIR%%/function.mysql-select-db.html
%%PHPDOCDIR%%/function.mysql-stat.html
%%PHPDOCDIR%%/function.mysql-tablename.html
%%PHPDOCDIR%%/function.mysql-thread-id.html
%%PHPDOCDIR%%/function.mysql-unbuffered-query.html
%%PHPDOCDIR%%/function.natcasesort.html
%%PHPDOCDIR%%/function.natsort.html
%%PHPDOCDIR%%/function.ncurses-addch.html
%%PHPDOCDIR%%/function.ncurses-addchnstr.html
%%PHPDOCDIR%%/function.ncurses-addchstr.html
%%PHPDOCDIR%%/function.ncurses-addnstr.html
%%PHPDOCDIR%%/function.ncurses-addstr.html
%%PHPDOCDIR%%/function.ncurses-assume-default-colors.html
%%PHPDOCDIR%%/function.ncurses-attroff.html
%%PHPDOCDIR%%/function.ncurses-attron.html
%%PHPDOCDIR%%/function.ncurses-attrset.html
%%PHPDOCDIR%%/function.ncurses-baudrate.html
%%PHPDOCDIR%%/function.ncurses-beep.html
%%PHPDOCDIR%%/function.ncurses-bkgd.html
%%PHPDOCDIR%%/function.ncurses-bkgdset.html
%%PHPDOCDIR%%/function.ncurses-border.html
%%PHPDOCDIR%%/function.ncurses-can-change-color.html
%%PHPDOCDIR%%/function.ncurses-cbreak.html
%%PHPDOCDIR%%/function.ncurses-clear.html
%%PHPDOCDIR%%/function.ncurses-clrtobot.html
%%PHPDOCDIR%%/function.ncurses-clrtoeol.html
%%PHPDOCDIR%%/function.ncurses-color-set.html
%%PHPDOCDIR%%/function.ncurses-curs-set.html
%%PHPDOCDIR%%/function.ncurses-def-prog-mode.html
%%PHPDOCDIR%%/function.ncurses-def-shell-mode.html
%%PHPDOCDIR%%/function.ncurses-define-key.html
%%PHPDOCDIR%%/function.ncurses-delay-output.html
%%PHPDOCDIR%%/function.ncurses-delch.html
%%PHPDOCDIR%%/function.ncurses-deleteln.html
%%PHPDOCDIR%%/function.ncurses-delwin.html
%%PHPDOCDIR%%/function.ncurses-doupdate.html
%%PHPDOCDIR%%/function.ncurses-echo.html
%%PHPDOCDIR%%/function.ncurses-echochar.html
%%PHPDOCDIR%%/function.ncurses-end.html
%%PHPDOCDIR%%/function.ncurses-erase.html
%%PHPDOCDIR%%/function.ncurses-erasechar.html
%%PHPDOCDIR%%/function.ncurses-filter.html
%%PHPDOCDIR%%/function.ncurses-flash.html
%%PHPDOCDIR%%/function.ncurses-flushinp.html
%%PHPDOCDIR%%/function.ncurses-getch.html
%%PHPDOCDIR%%/function.ncurses-getmouse.html
%%PHPDOCDIR%%/function.ncurses-halfdelay.html
%%PHPDOCDIR%%/function.ncurses-has-colors.html
%%PHPDOCDIR%%/function.ncurses-has-ic.html
%%PHPDOCDIR%%/function.ncurses-has-il.html
%%PHPDOCDIR%%/function.ncurses-has-key.html
%%PHPDOCDIR%%/function.ncurses-hline.html
%%PHPDOCDIR%%/function.ncurses-inch.html
%%PHPDOCDIR%%/function.ncurses-init-color.html
%%PHPDOCDIR%%/function.ncurses-init-pair.html
%%PHPDOCDIR%%/function.ncurses-init.html
%%PHPDOCDIR%%/function.ncurses-insch.html
%%PHPDOCDIR%%/function.ncurses-insdelln.html
%%PHPDOCDIR%%/function.ncurses-insertln.html
%%PHPDOCDIR%%/function.ncurses-insstr.html
%%PHPDOCDIR%%/function.ncurses-instr.html
%%PHPDOCDIR%%/function.ncurses-isendwin.html
%%PHPDOCDIR%%/function.ncurses-keyok.html
%%PHPDOCDIR%%/function.ncurses-killchar.html
%%PHPDOCDIR%%/function.ncurses-longname.html
%%PHPDOCDIR%%/function.ncurses-mouseinterval.html
%%PHPDOCDIR%%/function.ncurses-mousemask.html
%%PHPDOCDIR%%/function.ncurses-move.html
%%PHPDOCDIR%%/function.ncurses-mvaddch.html
%%PHPDOCDIR%%/function.ncurses-mvaddchnstr.html
%%PHPDOCDIR%%/function.ncurses-mvaddchstr.html
%%PHPDOCDIR%%/function.ncurses-mvaddnstr.html
%%PHPDOCDIR%%/function.ncurses-mvaddstr.html
%%PHPDOCDIR%%/function.ncurses-mvcur.html
%%PHPDOCDIR%%/function.ncurses-mvdelch.html
%%PHPDOCDIR%%/function.ncurses-mvgetch.html
%%PHPDOCDIR%%/function.ncurses-mvhline.html
%%PHPDOCDIR%%/function.ncurses-mvinch.html
%%PHPDOCDIR%%/function.ncurses-mvvline.html
%%PHPDOCDIR%%/function.ncurses-mvwaddstr.html
%%PHPDOCDIR%%/function.ncurses-napms.html
%%PHPDOCDIR%%/function.ncurses-newwin.html
%%PHPDOCDIR%%/function.ncurses-nl.html
%%PHPDOCDIR%%/function.ncurses-nocbreak.html
%%PHPDOCDIR%%/function.ncurses-noecho.html
%%PHPDOCDIR%%/function.ncurses-nonl.html
%%PHPDOCDIR%%/function.ncurses-noqiflush.html
%%PHPDOCDIR%%/function.ncurses-noraw.html
%%PHPDOCDIR%%/function.ncurses-putp.html
%%PHPDOCDIR%%/function.ncurses-qiflush.html
%%PHPDOCDIR%%/function.ncurses-raw.html
%%PHPDOCDIR%%/function.ncurses-refresh.html
%%PHPDOCDIR%%/function.ncurses-resetty.html
%%PHPDOCDIR%%/function.ncurses-savetty.html
%%PHPDOCDIR%%/function.ncurses-scr-dump.html
%%PHPDOCDIR%%/function.ncurses-scr-init.html
%%PHPDOCDIR%%/function.ncurses-scr-restore.html
%%PHPDOCDIR%%/function.ncurses-scr-set.html
%%PHPDOCDIR%%/function.ncurses-scrl.html
%%PHPDOCDIR%%/function.ncurses-slk-attr.html
%%PHPDOCDIR%%/function.ncurses-slk-attroff.html
%%PHPDOCDIR%%/function.ncurses-slk-attron.html
%%PHPDOCDIR%%/function.ncurses-slk-attrset.html
%%PHPDOCDIR%%/function.ncurses-slk-clear.html
%%PHPDOCDIR%%/function.ncurses-slk-color.html
%%PHPDOCDIR%%/function.ncurses-slk-init.html
%%PHPDOCDIR%%/function.ncurses-slk-noutrefresh.html
%%PHPDOCDIR%%/function.ncurses-slk-refresh.html
%%PHPDOCDIR%%/function.ncurses-slk-restore.html
%%PHPDOCDIR%%/function.ncurses-slk-touch.html
%%PHPDOCDIR%%/function.ncurses-standend.html
%%PHPDOCDIR%%/function.ncurses-standout.html
%%PHPDOCDIR%%/function.ncurses-start-color.html
%%PHPDOCDIR%%/function.ncurses-termattrs.html
%%PHPDOCDIR%%/function.ncurses-termname.html
%%PHPDOCDIR%%/function.ncurses-timeout.html
%%PHPDOCDIR%%/function.ncurses-typeahead.html
%%PHPDOCDIR%%/function.ncurses-ungetch.html
%%PHPDOCDIR%%/function.ncurses-ungetmouse.html
%%PHPDOCDIR%%/function.ncurses-use-default-colors.html
%%PHPDOCDIR%%/function.ncurses-use-env.html
%%PHPDOCDIR%%/function.ncurses-use-extended-names.html
%%PHPDOCDIR%%/function.ncurses-vidattr.html
%%PHPDOCDIR%%/function.ncurses-vline.html
%%PHPDOCDIR%%/function.ncurses-wrefresh.html
%%PHPDOCDIR%%/function.next.html
%%PHPDOCDIR%%/function.ngettext.html
%%PHPDOCDIR%%/function.nl-langinfo.html
%%PHPDOCDIR%%/function.nl2br.html
%%PHPDOCDIR%%/function.notes-body.html
%%PHPDOCDIR%%/function.notes-copy-db.html
%%PHPDOCDIR%%/function.notes-create-db.html
%%PHPDOCDIR%%/function.notes-create-note.html
%%PHPDOCDIR%%/function.notes-drop-db.html
%%PHPDOCDIR%%/function.notes-find-note.html
%%PHPDOCDIR%%/function.notes-header-info.html
%%PHPDOCDIR%%/function.notes-list-msgs.html
%%PHPDOCDIR%%/function.notes-mark-read.html
%%PHPDOCDIR%%/function.notes-mark-unread.html
%%PHPDOCDIR%%/function.notes-nav-create.html
%%PHPDOCDIR%%/function.notes-search.html
%%PHPDOCDIR%%/function.notes-unread.html
%%PHPDOCDIR%%/function.notes-version.html
%%PHPDOCDIR%%/function.number-format.html
%%PHPDOCDIR%%/function.ob-clean.html
%%PHPDOCDIR%%/function.ob-end-clean.html
%%PHPDOCDIR%%/function.ob-end-flush.html
%%PHPDOCDIR%%/function.ob-flush.html
%%PHPDOCDIR%%/function.ob-get-contents.html
%%PHPDOCDIR%%/function.ob-get-length.html
%%PHPDOCDIR%%/function.ob-get-level.html
%%PHPDOCDIR%%/function.ob-get-status.html
%%PHPDOCDIR%%/function.ob-gzhandler.html
%%PHPDOCDIR%%/function.ob-iconv-handler.html
%%PHPDOCDIR%%/function.ob-implicit-flush.html
%%PHPDOCDIR%%/function.ob-start.html
%%PHPDOCDIR%%/function.ocibindbyname.html
%%PHPDOCDIR%%/function.ocicancel.html
%%PHPDOCDIR%%/function.ocicollappend.html
%%PHPDOCDIR%%/function.ocicollassign.html
%%PHPDOCDIR%%/function.ocicollassignelem.html
%%PHPDOCDIR%%/function.ocicollgetelem.html
%%PHPDOCDIR%%/function.ocicollmax.html
%%PHPDOCDIR%%/function.ocicollsize.html
%%PHPDOCDIR%%/function.ocicolltrim.html
%%PHPDOCDIR%%/function.ocicolumnisnull.html
%%PHPDOCDIR%%/function.ocicolumnname.html
%%PHPDOCDIR%%/function.ocicolumnprecision.html
%%PHPDOCDIR%%/function.ocicolumnscale.html
%%PHPDOCDIR%%/function.ocicolumnsize.html
%%PHPDOCDIR%%/function.ocicolumntype.html
%%PHPDOCDIR%%/function.ocicolumntyperaw.html
%%PHPDOCDIR%%/function.ocicommit.html
%%PHPDOCDIR%%/function.ocidefinebyname.html
%%PHPDOCDIR%%/function.ocierror.html
%%PHPDOCDIR%%/function.ociexecute.html
%%PHPDOCDIR%%/function.ocifetch.html
%%PHPDOCDIR%%/function.ocifetchinto.html
%%PHPDOCDIR%%/function.ocifetchstatement.html
%%PHPDOCDIR%%/function.ocifreecollection.html
%%PHPDOCDIR%%/function.ocifreecursor.html
%%PHPDOCDIR%%/function.ocifreedesc.html
%%PHPDOCDIR%%/function.ocifreestatement.html
%%PHPDOCDIR%%/function.ociinternaldebug.html
%%PHPDOCDIR%%/function.ociloadlob.html
%%PHPDOCDIR%%/function.ocilogoff.html
%%PHPDOCDIR%%/function.ocilogon.html
%%PHPDOCDIR%%/function.ocinewcollection.html
%%PHPDOCDIR%%/function.ocinewcursor.html
%%PHPDOCDIR%%/function.ocinewdescriptor.html
%%PHPDOCDIR%%/function.ocinlogon.html
%%PHPDOCDIR%%/function.ocinumcols.html
%%PHPDOCDIR%%/function.ociparse.html
%%PHPDOCDIR%%/function.ociplogon.html
%%PHPDOCDIR%%/function.ociresult.html
%%PHPDOCDIR%%/function.ocirollback.html
%%PHPDOCDIR%%/function.ocirowcount.html
%%PHPDOCDIR%%/function.ocisavelob.html
%%PHPDOCDIR%%/function.ocisavelobfile.html
%%PHPDOCDIR%%/function.ociserverversion.html
%%PHPDOCDIR%%/function.ocisetprefetch.html
%%PHPDOCDIR%%/function.ocistatementtype.html
%%PHPDOCDIR%%/function.ociwritelobtofile.html
%%PHPDOCDIR%%/function.octdec.html
%%PHPDOCDIR%%/function.odbc-autocommit.html
%%PHPDOCDIR%%/function.odbc-binmode.html
%%PHPDOCDIR%%/function.odbc-close-all.html
%%PHPDOCDIR%%/function.odbc-close.html
%%PHPDOCDIR%%/function.odbc-columnprivileges.html
%%PHPDOCDIR%%/function.odbc-columns.html
%%PHPDOCDIR%%/function.odbc-commit.html
%%PHPDOCDIR%%/function.odbc-connect.html
%%PHPDOCDIR%%/function.odbc-cursor.html
%%PHPDOCDIR%%/function.odbc-data-source.html
%%PHPDOCDIR%%/function.odbc-do.html
%%PHPDOCDIR%%/function.odbc-error.html
%%PHPDOCDIR%%/function.odbc-errormsg.html
%%PHPDOCDIR%%/function.odbc-exec.html
%%PHPDOCDIR%%/function.odbc-execute.html
%%PHPDOCDIR%%/function.odbc-fetch-array.html
%%PHPDOCDIR%%/function.odbc-fetch-into.html
%%PHPDOCDIR%%/function.odbc-fetch-object.html
%%PHPDOCDIR%%/function.odbc-fetch-row.html
%%PHPDOCDIR%%/function.odbc-field-len.html
%%PHPDOCDIR%%/function.odbc-field-name.html
%%PHPDOCDIR%%/function.odbc-field-num.html
%%PHPDOCDIR%%/function.odbc-field-precision.html
%%PHPDOCDIR%%/function.odbc-field-scale.html
%%PHPDOCDIR%%/function.odbc-field-type.html
%%PHPDOCDIR%%/function.odbc-foreignkeys.html
%%PHPDOCDIR%%/function.odbc-free-result.html
%%PHPDOCDIR%%/function.odbc-gettypeinfo.html
%%PHPDOCDIR%%/function.odbc-longreadlen.html
%%PHPDOCDIR%%/function.odbc-next-result.html
%%PHPDOCDIR%%/function.odbc-num-fields.html
%%PHPDOCDIR%%/function.odbc-num-rows.html
%%PHPDOCDIR%%/function.odbc-pconnect.html
%%PHPDOCDIR%%/function.odbc-prepare.html
%%PHPDOCDIR%%/function.odbc-primarykeys.html
%%PHPDOCDIR%%/function.odbc-procedurecolumns.html
%%PHPDOCDIR%%/function.odbc-procedures.html
%%PHPDOCDIR%%/function.odbc-result-all.html
%%PHPDOCDIR%%/function.odbc-result.html
%%PHPDOCDIR%%/function.odbc-rollback.html
%%PHPDOCDIR%%/function.odbc-setoption.html
%%PHPDOCDIR%%/function.odbc-specialcolumns.html
%%PHPDOCDIR%%/function.odbc-statistics.html
%%PHPDOCDIR%%/function.odbc-tableprivileges.html
%%PHPDOCDIR%%/function.odbc-tables.html
%%PHPDOCDIR%%/function.opendir.html
%%PHPDOCDIR%%/function.openlog.html
%%PHPDOCDIR%%/function.openssl-csr-export-to-file.html
%%PHPDOCDIR%%/function.openssl-csr-export.html
%%PHPDOCDIR%%/function.openssl-csr-new.html
%%PHPDOCDIR%%/function.openssl-csr-sign.html
%%PHPDOCDIR%%/function.openssl-error-string.html
%%PHPDOCDIR%%/function.openssl-free-key.html
%%PHPDOCDIR%%/function.openssl-get-privatekey.html
%%PHPDOCDIR%%/function.openssl-get-publickey.html
%%PHPDOCDIR%%/function.openssl-open.html
%%PHPDOCDIR%%/function.openssl-pkcs7-decrypt.html
%%PHPDOCDIR%%/function.openssl-pkcs7-encrypt.html
%%PHPDOCDIR%%/function.openssl-pkcs7-sign.html
%%PHPDOCDIR%%/function.openssl-pkcs7-verify.html
%%PHPDOCDIR%%/function.openssl-pkey-export-to-file.html
%%PHPDOCDIR%%/function.openssl-pkey-export.html
%%PHPDOCDIR%%/function.openssl-pkey-new.html
%%PHPDOCDIR%%/function.openssl-private-decrypt.html
%%PHPDOCDIR%%/function.openssl-private-encrypt.html
%%PHPDOCDIR%%/function.openssl-public-decrypt.html
%%PHPDOCDIR%%/function.openssl-public-encrypt.html
%%PHPDOCDIR%%/function.openssl-seal.html
%%PHPDOCDIR%%/function.openssl-sign.html
%%PHPDOCDIR%%/function.openssl-verify.html
%%PHPDOCDIR%%/function.openssl-x509-check-private-key.html
%%PHPDOCDIR%%/function.openssl-x509-checkpurpose.html
%%PHPDOCDIR%%/function.openssl-x509-export-to-file.html
%%PHPDOCDIR%%/function.openssl-x509-export.html
%%PHPDOCDIR%%/function.openssl-x509-free.html
%%PHPDOCDIR%%/function.openssl-x509-parse.html
%%PHPDOCDIR%%/function.openssl-x509-read.html
%%PHPDOCDIR%%/function.ora-bind.html
%%PHPDOCDIR%%/function.ora-close.html
%%PHPDOCDIR%%/function.ora-columnname.html
%%PHPDOCDIR%%/function.ora-columnsize.html
%%PHPDOCDIR%%/function.ora-columntype.html
%%PHPDOCDIR%%/function.ora-commit.html
%%PHPDOCDIR%%/function.ora-commitoff.html
%%PHPDOCDIR%%/function.ora-commiton.html
%%PHPDOCDIR%%/function.ora-do.html
%%PHPDOCDIR%%/function.ora-error.html
%%PHPDOCDIR%%/function.ora-errorcode.html
%%PHPDOCDIR%%/function.ora-exec.html
%%PHPDOCDIR%%/function.ora-fetch-into.html
%%PHPDOCDIR%%/function.ora-fetch.html
%%PHPDOCDIR%%/function.ora-getcolumn.html
%%PHPDOCDIR%%/function.ora-logoff.html
%%PHPDOCDIR%%/function.ora-logon.html
%%PHPDOCDIR%%/function.ora-numcols.html
%%PHPDOCDIR%%/function.ora-numrows.html
%%PHPDOCDIR%%/function.ora-open.html
%%PHPDOCDIR%%/function.ora-parse.html
%%PHPDOCDIR%%/function.ora-plogon.html
%%PHPDOCDIR%%/function.ora-rollback.html
%%PHPDOCDIR%%/function.ord.html
%%PHPDOCDIR%%/function.overload.html
%%PHPDOCDIR%%/function.ovrimos-close.html
%%PHPDOCDIR%%/function.ovrimos-commit.html
%%PHPDOCDIR%%/function.ovrimos-connect.html
%%PHPDOCDIR%%/function.ovrimos-cursor.html
%%PHPDOCDIR%%/function.ovrimos-exec.html
%%PHPDOCDIR%%/function.ovrimos-execute.html
%%PHPDOCDIR%%/function.ovrimos-fetch-into.html
%%PHPDOCDIR%%/function.ovrimos-fetch-row.html
%%PHPDOCDIR%%/function.ovrimos-field-len.html
%%PHPDOCDIR%%/function.ovrimos-field-name.html
%%PHPDOCDIR%%/function.ovrimos-field-num.html
%%PHPDOCDIR%%/function.ovrimos-field-type.html
%%PHPDOCDIR%%/function.ovrimos-free-result.html
%%PHPDOCDIR%%/function.ovrimos-longreadlen.html
%%PHPDOCDIR%%/function.ovrimos-num-fields.html
%%PHPDOCDIR%%/function.ovrimos-num-rows.html
%%PHPDOCDIR%%/function.ovrimos-prepare.html
%%PHPDOCDIR%%/function.ovrimos-result-all.html
%%PHPDOCDIR%%/function.ovrimos-result.html
%%PHPDOCDIR%%/function.ovrimos-rollback.html
%%PHPDOCDIR%%/function.pack.html
%%PHPDOCDIR%%/function.parse-ini-file.html
%%PHPDOCDIR%%/function.parse-str.html
%%PHPDOCDIR%%/function.parse-url.html
%%PHPDOCDIR%%/function.passthru.html
%%PHPDOCDIR%%/function.pathinfo.html
%%PHPDOCDIR%%/function.pclose.html
%%PHPDOCDIR%%/function.pcntl-exec.html
%%PHPDOCDIR%%/function.pcntl-fork.html
%%PHPDOCDIR%%/function.pcntl-signal.html
%%PHPDOCDIR%%/function.pcntl-waitpid.html
%%PHPDOCDIR%%/function.pcntl-wexitstatus.html
%%PHPDOCDIR%%/function.pcntl-wifexited.html
%%PHPDOCDIR%%/function.pcntl-wifsignaled.html
%%PHPDOCDIR%%/function.pcntl-wifstopped.html
%%PHPDOCDIR%%/function.pcntl-wstopsig.html
%%PHPDOCDIR%%/function.pcntl-wtermsig.html
%%PHPDOCDIR%%/function.pdf-add-annotation.html
%%PHPDOCDIR%%/function.pdf-add-bookmark.html
%%PHPDOCDIR%%/function.pdf-add-launchlink.html
%%PHPDOCDIR%%/function.pdf-add-locallink.html
%%PHPDOCDIR%%/function.pdf-add-note.html
%%PHPDOCDIR%%/function.pdf-add-outline.html
%%PHPDOCDIR%%/function.pdf-add-pdflink.html
%%PHPDOCDIR%%/function.pdf-add-thumbnail.html
%%PHPDOCDIR%%/function.pdf-add-weblink.html
%%PHPDOCDIR%%/function.pdf-arc.html
%%PHPDOCDIR%%/function.pdf-arcn.html
%%PHPDOCDIR%%/function.pdf-attach-file.html
%%PHPDOCDIR%%/function.pdf-begin-page.html
%%PHPDOCDIR%%/function.pdf-begin-pattern.html
%%PHPDOCDIR%%/function.pdf-begin-template.html
%%PHPDOCDIR%%/function.pdf-circle.html
%%PHPDOCDIR%%/function.pdf-clip.html
%%PHPDOCDIR%%/function.pdf-close-image.html
%%PHPDOCDIR%%/function.pdf-close-pdi-page.html
%%PHPDOCDIR%%/function.pdf-close-pdi.html
%%PHPDOCDIR%%/function.pdf-close.html
%%PHPDOCDIR%%/function.pdf-closepath-fill-stroke.html
%%PHPDOCDIR%%/function.pdf-closepath-stroke.html
%%PHPDOCDIR%%/function.pdf-closepath.html
%%PHPDOCDIR%%/function.pdf-concat.html
%%PHPDOCDIR%%/function.pdf-continue-text.html
%%PHPDOCDIR%%/function.pdf-curveto.html
%%PHPDOCDIR%%/function.pdf-delete.html
%%PHPDOCDIR%%/function.pdf-end-page.html
%%PHPDOCDIR%%/function.pdf-end-pattern.html
%%PHPDOCDIR%%/function.pdf-end-template.html
%%PHPDOCDIR%%/function.pdf-endpath.html
%%PHPDOCDIR%%/function.pdf-fill-stroke.html
%%PHPDOCDIR%%/function.pdf-fill.html
%%PHPDOCDIR%%/function.pdf-findfont.html
%%PHPDOCDIR%%/function.pdf-get-buffer.html
%%PHPDOCDIR%%/function.pdf-get-font.html
%%PHPDOCDIR%%/function.pdf-get-fontname.html
%%PHPDOCDIR%%/function.pdf-get-fontsize.html
%%PHPDOCDIR%%/function.pdf-get-image-height.html
%%PHPDOCDIR%%/function.pdf-get-image-width.html
%%PHPDOCDIR%%/function.pdf-get-majorversion.html
%%PHPDOCDIR%%/function.pdf-get-minorversion.html
%%PHPDOCDIR%%/function.pdf-get-parameter.html
%%PHPDOCDIR%%/function.pdf-get-pdi-parameter.html
%%PHPDOCDIR%%/function.pdf-get-pdi-value.html
%%PHPDOCDIR%%/function.pdf-get-value.html
%%PHPDOCDIR%%/function.pdf-initgraphics.html
%%PHPDOCDIR%%/function.pdf-lineto.html
%%PHPDOCDIR%%/function.pdf-makespotcolor.html
%%PHPDOCDIR%%/function.pdf-moveto.html
%%PHPDOCDIR%%/function.pdf-new.html
%%PHPDOCDIR%%/function.pdf-open-ccitt.html
%%PHPDOCDIR%%/function.pdf-open-file.html
%%PHPDOCDIR%%/function.pdf-open-gif.html
%%PHPDOCDIR%%/function.pdf-open-image-file.html
%%PHPDOCDIR%%/function.pdf-open-image.html
%%PHPDOCDIR%%/function.pdf-open-jpeg.html
%%PHPDOCDIR%%/function.pdf-open-memory-image.html
%%PHPDOCDIR%%/function.pdf-open-pdi-page.html
%%PHPDOCDIR%%/function.pdf-open-pdi.html
%%PHPDOCDIR%%/function.pdf-open-png.html
%%PHPDOCDIR%%/function.pdf-open-tiff.html
%%PHPDOCDIR%%/function.pdf-open.html
%%PHPDOCDIR%%/function.pdf-place-image.html
%%PHPDOCDIR%%/function.pdf-place-pdi-page.html
%%PHPDOCDIR%%/function.pdf-rect.html
%%PHPDOCDIR%%/function.pdf-restore.html
%%PHPDOCDIR%%/function.pdf-rotate.html
%%PHPDOCDIR%%/function.pdf-save.html
%%PHPDOCDIR%%/function.pdf-scale.html
%%PHPDOCDIR%%/function.pdf-set-border-color.html
%%PHPDOCDIR%%/function.pdf-set-border-dash.html
%%PHPDOCDIR%%/function.pdf-set-border-style.html
%%PHPDOCDIR%%/function.pdf-set-char-spacing.html
%%PHPDOCDIR%%/function.pdf-set-duration.html
%%PHPDOCDIR%%/function.pdf-set-font.html
%%PHPDOCDIR%%/function.pdf-set-horiz-scaling.html
%%PHPDOCDIR%%/function.pdf-set-info-author.html
%%PHPDOCDIR%%/function.pdf-set-info-creator.html
%%PHPDOCDIR%%/function.pdf-set-info-keywords.html
%%PHPDOCDIR%%/function.pdf-set-info-subject.html
%%PHPDOCDIR%%/function.pdf-set-info-title.html
%%PHPDOCDIR%%/function.pdf-set-info.html
%%PHPDOCDIR%%/function.pdf-set-leading.html
%%PHPDOCDIR%%/function.pdf-set-parameter.html
%%PHPDOCDIR%%/function.pdf-set-text-matrix.html
%%PHPDOCDIR%%/function.pdf-set-text-pos.html
%%PHPDOCDIR%%/function.pdf-set-text-rendering.html
%%PHPDOCDIR%%/function.pdf-set-text-rise.html
%%PHPDOCDIR%%/function.pdf-set-value.html
%%PHPDOCDIR%%/function.pdf-set-word-spacing.html
%%PHPDOCDIR%%/function.pdf-setcolor.html
%%PHPDOCDIR%%/function.pdf-setdash.html
%%PHPDOCDIR%%/function.pdf-setflat.html
%%PHPDOCDIR%%/function.pdf-setfont.html
%%PHPDOCDIR%%/function.pdf-setgray-fill.html
%%PHPDOCDIR%%/function.pdf-setgray-stroke.html
%%PHPDOCDIR%%/function.pdf-setgray.html
%%PHPDOCDIR%%/function.pdf-setlinecap.html
%%PHPDOCDIR%%/function.pdf-setlinejoin.html
%%PHPDOCDIR%%/function.pdf-setlinewidth.html
%%PHPDOCDIR%%/function.pdf-setmatrix.html
%%PHPDOCDIR%%/function.pdf-setmiterlimit.html
%%PHPDOCDIR%%/function.pdf-setpolydash.html
%%PHPDOCDIR%%/function.pdf-setrgbcolor-fill.html
%%PHPDOCDIR%%/function.pdf-setrgbcolor-stroke.html
%%PHPDOCDIR%%/function.pdf-setrgbcolor.html
%%PHPDOCDIR%%/function.pdf-show-boxed.html
%%PHPDOCDIR%%/function.pdf-show-xy.html
%%PHPDOCDIR%%/function.pdf-show.html
%%PHPDOCDIR%%/function.pdf-skew.html
%%PHPDOCDIR%%/function.pdf-stringwidth.html
%%PHPDOCDIR%%/function.pdf-stroke.html
%%PHPDOCDIR%%/function.pdf-translate.html
%%PHPDOCDIR%%/function.pfpro-cleanup.html
%%PHPDOCDIR%%/function.pfpro-init.html
%%PHPDOCDIR%%/function.pfpro-process-raw.html
%%PHPDOCDIR%%/function.pfpro-process.html
%%PHPDOCDIR%%/function.pfpro-version.html
%%PHPDOCDIR%%/function.pfsockopen.html
%%PHPDOCDIR%%/function.pg-affected-rows.html
%%PHPDOCDIR%%/function.pg-cancel-query.html
%%PHPDOCDIR%%/function.pg-client-encoding.html
%%PHPDOCDIR%%/function.pg-close.html
%%PHPDOCDIR%%/function.pg-connect.html
%%PHPDOCDIR%%/function.pg-connection-busy.html
%%PHPDOCDIR%%/function.pg-connection-reset.html
%%PHPDOCDIR%%/function.pg-connection-status.html
%%PHPDOCDIR%%/function.pg-convert.html
%%PHPDOCDIR%%/function.pg-copy-from.html
%%PHPDOCDIR%%/function.pg-copy-to.html
%%PHPDOCDIR%%/function.pg-dbname.html
%%PHPDOCDIR%%/function.pg-delete.html
%%PHPDOCDIR%%/function.pg-end-copy.html
%%PHPDOCDIR%%/function.pg-escape-bytea.html
%%PHPDOCDIR%%/function.pg-escape-string.html
%%PHPDOCDIR%%/function.pg-fetch-all.html
%%PHPDOCDIR%%/function.pg-fetch-array.html
%%PHPDOCDIR%%/function.pg-fetch-assoc.html
%%PHPDOCDIR%%/function.pg-fetch-object.html
%%PHPDOCDIR%%/function.pg-fetch-result.html
%%PHPDOCDIR%%/function.pg-fetch-row.html
%%PHPDOCDIR%%/function.pg-field-is-null.html
%%PHPDOCDIR%%/function.pg-field-name.html
%%PHPDOCDIR%%/function.pg-field-num.html
%%PHPDOCDIR%%/function.pg-field-prtlen.html
%%PHPDOCDIR%%/function.pg-field-size.html
%%PHPDOCDIR%%/function.pg-field-type.html
%%PHPDOCDIR%%/function.pg-free-result.html
%%PHPDOCDIR%%/function.pg-get-notify.html
%%PHPDOCDIR%%/function.pg-get-pid.html
%%PHPDOCDIR%%/function.pg-get-result.html
%%PHPDOCDIR%%/function.pg-host.html
%%PHPDOCDIR%%/function.pg-insert.html
%%PHPDOCDIR%%/function.pg-last-error.html
%%PHPDOCDIR%%/function.pg-last-notice.html
%%PHPDOCDIR%%/function.pg-last-oid.html
%%PHPDOCDIR%%/function.pg-lo-close.html
%%PHPDOCDIR%%/function.pg-lo-create.html
%%PHPDOCDIR%%/function.pg-lo-export.html
%%PHPDOCDIR%%/function.pg-lo-import.html
%%PHPDOCDIR%%/function.pg-lo-open.html
%%PHPDOCDIR%%/function.pg-lo-read-all.html
%%PHPDOCDIR%%/function.pg-lo-read.html
%%PHPDOCDIR%%/function.pg-lo-seek.html
%%PHPDOCDIR%%/function.pg-lo-tell.html
%%PHPDOCDIR%%/function.pg-lo-unlink.html
%%PHPDOCDIR%%/function.pg-lo-write.html
%%PHPDOCDIR%%/function.pg-meta-data.html
%%PHPDOCDIR%%/function.pg-num-fields.html
%%PHPDOCDIR%%/function.pg-num-rows.html
%%PHPDOCDIR%%/function.pg-options.html
%%PHPDOCDIR%%/function.pg-pconnect.html
%%PHPDOCDIR%%/function.pg-ping.html
%%PHPDOCDIR%%/function.pg-port.html
%%PHPDOCDIR%%/function.pg-put-line.html
%%PHPDOCDIR%%/function.pg-query.html
%%PHPDOCDIR%%/function.pg-result-error.html
%%PHPDOCDIR%%/function.pg-result-seek.html
%%PHPDOCDIR%%/function.pg-result-status.html
%%PHPDOCDIR%%/function.pg-select.html
%%PHPDOCDIR%%/function.pg-send-query.html
%%PHPDOCDIR%%/function.pg-set-client-encoding.html
%%PHPDOCDIR%%/function.pg-trace.html
%%PHPDOCDIR%%/function.pg-tty.html
%%PHPDOCDIR%%/function.pg-unescape-bytea.html
%%PHPDOCDIR%%/function.pg-untrace.html
%%PHPDOCDIR%%/function.pg-update.html
%%PHPDOCDIR%%/function.php-logo-guid.html
%%PHPDOCDIR%%/function.php-sapi-name.html
%%PHPDOCDIR%%/function.php-uname.html
%%PHPDOCDIR%%/function.phpcredits.html
%%PHPDOCDIR%%/function.phpinfo.html
%%PHPDOCDIR%%/function.phpversion.html
%%PHPDOCDIR%%/function.pi.html
%%PHPDOCDIR%%/function.png2wbmp.html
%%PHPDOCDIR%%/function.popen.html
%%PHPDOCDIR%%/function.pos.html
%%PHPDOCDIR%%/function.posix-ctermid.html
%%PHPDOCDIR%%/function.posix-getcwd.html
%%PHPDOCDIR%%/function.posix-getegid.html
%%PHPDOCDIR%%/function.posix-geteuid.html
%%PHPDOCDIR%%/function.posix-getgid.html
%%PHPDOCDIR%%/function.posix-getgrgid.html
%%PHPDOCDIR%%/function.posix-getgrnam.html
%%PHPDOCDIR%%/function.posix-getgroups.html
%%PHPDOCDIR%%/function.posix-getlogin.html
%%PHPDOCDIR%%/function.posix-getpgid.html
%%PHPDOCDIR%%/function.posix-getpgrp.html
%%PHPDOCDIR%%/function.posix-getpid.html
%%PHPDOCDIR%%/function.posix-getppid.html
%%PHPDOCDIR%%/function.posix-getpwnam.html
%%PHPDOCDIR%%/function.posix-getpwuid.html
%%PHPDOCDIR%%/function.posix-getrlimit.html
%%PHPDOCDIR%%/function.posix-getsid.html
%%PHPDOCDIR%%/function.posix-getuid.html
%%PHPDOCDIR%%/function.posix-isatty.html
%%PHPDOCDIR%%/function.posix-kill.html
%%PHPDOCDIR%%/function.posix-mkfifo.html
%%PHPDOCDIR%%/function.posix-setegid.html
%%PHPDOCDIR%%/function.posix-seteuid.html
%%PHPDOCDIR%%/function.posix-setgid.html
%%PHPDOCDIR%%/function.posix-setpgid.html
%%PHPDOCDIR%%/function.posix-setsid.html
%%PHPDOCDIR%%/function.posix-setuid.html
%%PHPDOCDIR%%/function.posix-times.html
%%PHPDOCDIR%%/function.posix-ttyname.html
%%PHPDOCDIR%%/function.posix-uname.html
%%PHPDOCDIR%%/function.pow.html
%%PHPDOCDIR%%/function.preg-grep.html
%%PHPDOCDIR%%/function.preg-match-all.html
%%PHPDOCDIR%%/function.preg-match.html
%%PHPDOCDIR%%/function.preg-quote.html
%%PHPDOCDIR%%/function.preg-replace-callback.html
%%PHPDOCDIR%%/function.preg-replace.html
%%PHPDOCDIR%%/function.preg-split.html
%%PHPDOCDIR%%/function.prev.html
%%PHPDOCDIR%%/function.print-r.html
%%PHPDOCDIR%%/function.print.html
%%PHPDOCDIR%%/function.printer-abort.html
%%PHPDOCDIR%%/function.printer-close.html
%%PHPDOCDIR%%/function.printer-create-brush.html
%%PHPDOCDIR%%/function.printer-create-dc.html
%%PHPDOCDIR%%/function.printer-create-font.html
%%PHPDOCDIR%%/function.printer-create-pen.html
%%PHPDOCDIR%%/function.printer-delete-brush.html
%%PHPDOCDIR%%/function.printer-delete-dc.html
%%PHPDOCDIR%%/function.printer-delete-font.html
%%PHPDOCDIR%%/function.printer-delete-pen.html
%%PHPDOCDIR%%/function.printer-draw-bmp.html
%%PHPDOCDIR%%/function.printer-draw-chord.html
%%PHPDOCDIR%%/function.printer-draw-elipse.html
%%PHPDOCDIR%%/function.printer-draw-line.html
%%PHPDOCDIR%%/function.printer-draw-pie.html
%%PHPDOCDIR%%/function.printer-draw-rectangle.html
%%PHPDOCDIR%%/function.printer-draw-roundrect.html
%%PHPDOCDIR%%/function.printer-draw-text.html
%%PHPDOCDIR%%/function.printer-end-doc.html
%%PHPDOCDIR%%/function.printer-end-page.html
%%PHPDOCDIR%%/function.printer-get-option.html
%%PHPDOCDIR%%/function.printer-list.html
%%PHPDOCDIR%%/function.printer-logical-fontheight.html
%%PHPDOCDIR%%/function.printer-open.html
%%PHPDOCDIR%%/function.printer-select-brush.html
%%PHPDOCDIR%%/function.printer-select-font.html
%%PHPDOCDIR%%/function.printer-select-pen.html
%%PHPDOCDIR%%/function.printer-set-option.html
%%PHPDOCDIR%%/function.printer-start-doc.html
%%PHPDOCDIR%%/function.printer-start-page.html
%%PHPDOCDIR%%/function.printer-write.html
%%PHPDOCDIR%%/function.printf.html
%%PHPDOCDIR%%/function.proc-close.html
%%PHPDOCDIR%%/function.proc-open.html
%%PHPDOCDIR%%/function.pspell-add-to-personal.html
%%PHPDOCDIR%%/function.pspell-add-to-session.html
%%PHPDOCDIR%%/function.pspell-check.html
%%PHPDOCDIR%%/function.pspell-clear-session.html
%%PHPDOCDIR%%/function.pspell-config-create.html
%%PHPDOCDIR%%/function.pspell-config-ignore.html
%%PHPDOCDIR%%/function.pspell-config-mode.html
%%PHPDOCDIR%%/function.pspell-config-personal.html
%%PHPDOCDIR%%/function.pspell-config-repl.html
%%PHPDOCDIR%%/function.pspell-config-runtogether.html
%%PHPDOCDIR%%/function.pspell-config-save-repl.html
%%PHPDOCDIR%%/function.pspell-new-config.html
%%PHPDOCDIR%%/function.pspell-new-personal.html
%%PHPDOCDIR%%/function.pspell-new.html
%%PHPDOCDIR%%/function.pspell-save-wordlist.html
%%PHPDOCDIR%%/function.pspell-store-replacement.html
%%PHPDOCDIR%%/function.pspell-suggest.html
%%PHPDOCDIR%%/function.putenv.html
%%PHPDOCDIR%%/function.qdom-error.html
%%PHPDOCDIR%%/function.qdom-tree.html
%%PHPDOCDIR%%/function.quoted-printable-decode.html
%%PHPDOCDIR%%/function.quotemeta.html
%%PHPDOCDIR%%/function.rad2deg.html
%%PHPDOCDIR%%/function.rand.html
%%PHPDOCDIR%%/function.range.html
%%PHPDOCDIR%%/function.rawurldecode.html
%%PHPDOCDIR%%/function.rawurlencode.html
%%PHPDOCDIR%%/function.read-exif-data.html
%%PHPDOCDIR%%/function.readdir.html
%%PHPDOCDIR%%/function.readfile.html
%%PHPDOCDIR%%/function.readgzfile.html
%%PHPDOCDIR%%/function.readline-add-history.html
%%PHPDOCDIR%%/function.readline-clear-history.html
%%PHPDOCDIR%%/function.readline-completion-function.html
%%PHPDOCDIR%%/function.readline-info.html
%%PHPDOCDIR%%/function.readline-list-history.html
%%PHPDOCDIR%%/function.readline-read-history.html
%%PHPDOCDIR%%/function.readline-write-history.html
%%PHPDOCDIR%%/function.readline.html
%%PHPDOCDIR%%/function.readlink.html
%%PHPDOCDIR%%/function.realpath.html
%%PHPDOCDIR%%/function.recode-file.html
%%PHPDOCDIR%%/function.recode-string.html
%%PHPDOCDIR%%/function.recode.html
%%PHPDOCDIR%%/function.register-shutdown-function.html
%%PHPDOCDIR%%/function.register-tick-function.html
%%PHPDOCDIR%%/function.rename.html
%%PHPDOCDIR%%/function.require-once.html
%%PHPDOCDIR%%/function.require.html
%%PHPDOCDIR%%/function.reset.html
%%PHPDOCDIR%%/function.restore-error-handler.html
%%PHPDOCDIR%%/function.return.html
%%PHPDOCDIR%%/function.rewind.html
%%PHPDOCDIR%%/function.rewinddir.html
%%PHPDOCDIR%%/function.rmdir.html
%%PHPDOCDIR%%/function.round.html
%%PHPDOCDIR%%/function.rsort.html
%%PHPDOCDIR%%/function.rtrim.html
%%PHPDOCDIR%%/function.sem-acquire.html
%%PHPDOCDIR%%/function.sem-get.html
%%PHPDOCDIR%%/function.sem-release.html
%%PHPDOCDIR%%/function.sem-remove.html
%%PHPDOCDIR%%/function.serialize.html
%%PHPDOCDIR%%/function.sesam-affected-rows.html
%%PHPDOCDIR%%/function.sesam-commit.html
%%PHPDOCDIR%%/function.sesam-connect.html
%%PHPDOCDIR%%/function.sesam-diagnostic.html
%%PHPDOCDIR%%/function.sesam-disconnect.html
%%PHPDOCDIR%%/function.sesam-errormsg.html
%%PHPDOCDIR%%/function.sesam-execimm.html
%%PHPDOCDIR%%/function.sesam-fetch-array.html
%%PHPDOCDIR%%/function.sesam-fetch-result.html
%%PHPDOCDIR%%/function.sesam-fetch-row.html
%%PHPDOCDIR%%/function.sesam-field-array.html
%%PHPDOCDIR%%/function.sesam-field-name.html
%%PHPDOCDIR%%/function.sesam-free-result.html
%%PHPDOCDIR%%/function.sesam-num-fields.html
%%PHPDOCDIR%%/function.sesam-query.html
%%PHPDOCDIR%%/function.sesam-rollback.html
%%PHPDOCDIR%%/function.sesam-seek-row.html
%%PHPDOCDIR%%/function.sesam-settransaction.html
%%PHPDOCDIR%%/function.session-cache-expire.html
%%PHPDOCDIR%%/function.session-cache-limiter.html
%%PHPDOCDIR%%/function.session-decode.html
%%PHPDOCDIR%%/function.session-destroy.html
%%PHPDOCDIR%%/function.session-encode.html
%%PHPDOCDIR%%/function.session-get-cookie-params.html
%%PHPDOCDIR%%/function.session-id.html
%%PHPDOCDIR%%/function.session-is-registered.html
%%PHPDOCDIR%%/function.session-module-name.html
%%PHPDOCDIR%%/function.session-name.html
%%PHPDOCDIR%%/function.session-readonly.html
%%PHPDOCDIR%%/function.session-register.html
%%PHPDOCDIR%%/function.session-save-path.html
%%PHPDOCDIR%%/function.session-set-cookie-params.html
%%PHPDOCDIR%%/function.session-set-save-handler.html
%%PHPDOCDIR%%/function.session-start.html
%%PHPDOCDIR%%/function.session-unregister.html
%%PHPDOCDIR%%/function.session-unset.html
%%PHPDOCDIR%%/function.session-write-close.html
%%PHPDOCDIR%%/function.set-error-handler.html
%%PHPDOCDIR%%/function.set-file-buffer.html
%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html
%%PHPDOCDIR%%/function.set-time-limit.html
%%PHPDOCDIR%%/function.setcookie.html
%%PHPDOCDIR%%/function.setlocale.html
%%PHPDOCDIR%%/function.settype.html
%%PHPDOCDIR%%/function.shell-exec.html
%%PHPDOCDIR%%/function.shm-attach.html
%%PHPDOCDIR%%/function.shm-detach.html
%%PHPDOCDIR%%/function.shm-get-var.html
%%PHPDOCDIR%%/function.shm-put-var.html
%%PHPDOCDIR%%/function.shm-remove-var.html
%%PHPDOCDIR%%/function.shm-remove.html
%%PHPDOCDIR%%/function.shmop-close.html
%%PHPDOCDIR%%/function.shmop-delete.html
%%PHPDOCDIR%%/function.shmop-open.html
%%PHPDOCDIR%%/function.shmop-read.html
%%PHPDOCDIR%%/function.shmop-size.html
%%PHPDOCDIR%%/function.shmop-write.html
%%PHPDOCDIR%%/function.show-source.html
%%PHPDOCDIR%%/function.shuffle.html
%%PHPDOCDIR%%/function.similar-text.html
%%PHPDOCDIR%%/function.sin.html
%%PHPDOCDIR%%/function.sinh.html
%%PHPDOCDIR%%/function.sizeof.html
%%PHPDOCDIR%%/function.sleep.html
%%PHPDOCDIR%%/function.snmp-get-quick-print.html
%%PHPDOCDIR%%/function.snmp-set-quick-print.html
%%PHPDOCDIR%%/function.snmpget.html
%%PHPDOCDIR%%/function.snmprealwalk.html
%%PHPDOCDIR%%/function.snmpset.html
%%PHPDOCDIR%%/function.snmpwalk.html
%%PHPDOCDIR%%/function.snmpwalkoid.html
%%PHPDOCDIR%%/function.socket-accept.html
%%PHPDOCDIR%%/function.socket-bind.html
%%PHPDOCDIR%%/function.socket-clear-error.html
%%PHPDOCDIR%%/function.socket-close.html
%%PHPDOCDIR%%/function.socket-connect.html
%%PHPDOCDIR%%/function.socket-create-listen.html
%%PHPDOCDIR%%/function.socket-create-pair.html
%%PHPDOCDIR%%/function.socket-create.html
%%PHPDOCDIR%%/function.socket-get-option.html
%%PHPDOCDIR%%/function.socket-get-status.html
%%PHPDOCDIR%%/function.socket-getpeername.html
%%PHPDOCDIR%%/function.socket-getsockname.html
%%PHPDOCDIR%%/function.socket-iovec-add.html
%%PHPDOCDIR%%/function.socket-iovec-alloc.html
%%PHPDOCDIR%%/function.socket-iovec-delete.html
%%PHPDOCDIR%%/function.socket-iovec-fetch.html
%%PHPDOCDIR%%/function.socket-iovec-free.html
%%PHPDOCDIR%%/function.socket-iovec-set.html
%%PHPDOCDIR%%/function.socket-last-error.html
%%PHPDOCDIR%%/function.socket-listen.html
%%PHPDOCDIR%%/function.socket-read.html
%%PHPDOCDIR%%/function.socket-readv.html
%%PHPDOCDIR%%/function.socket-recv.html
%%PHPDOCDIR%%/function.socket-recvfrom.html
%%PHPDOCDIR%%/function.socket-recvmsg.html
%%PHPDOCDIR%%/function.socket-select.html
%%PHPDOCDIR%%/function.socket-send.html
%%PHPDOCDIR%%/function.socket-sendmsg.html
%%PHPDOCDIR%%/function.socket-sendto.html
%%PHPDOCDIR%%/function.socket-set-blocking.html
%%PHPDOCDIR%%/function.socket-set-nonblock.html
%%PHPDOCDIR%%/function.socket-set-option.html
%%PHPDOCDIR%%/function.socket-set-timeout.html
%%PHPDOCDIR%%/function.socket-shutdown.html
%%PHPDOCDIR%%/function.socket-strerror.html
%%PHPDOCDIR%%/function.socket-write.html
%%PHPDOCDIR%%/function.socket-writev.html
%%PHPDOCDIR%%/function.sort.html
%%PHPDOCDIR%%/function.soundex.html
%%PHPDOCDIR%%/function.split.html
%%PHPDOCDIR%%/function.spliti.html
%%PHPDOCDIR%%/function.sprintf.html
%%PHPDOCDIR%%/function.sql-regcase.html
%%PHPDOCDIR%%/function.sqrt.html
%%PHPDOCDIR%%/function.srand.html
%%PHPDOCDIR%%/function.sscanf.html
%%PHPDOCDIR%%/function.stat.html
%%PHPDOCDIR%%/function.str-pad.html
%%PHPDOCDIR%%/function.str-repeat.html
%%PHPDOCDIR%%/function.str-replace.html
%%PHPDOCDIR%%/function.str-rot13.html
%%PHPDOCDIR%%/function.str-word-count.html
%%PHPDOCDIR%%/function.strcasecmp.html
%%PHPDOCDIR%%/function.strchr.html
%%PHPDOCDIR%%/function.strcmp.html
%%PHPDOCDIR%%/function.strcoll.html
%%PHPDOCDIR%%/function.strcspn.html
%%PHPDOCDIR%%/function.stream-get-meta-data.html
%%PHPDOCDIR%%/function.stream-register-wrapper.html
%%PHPDOCDIR%%/function.stream-set-blocking.html
%%PHPDOCDIR%%/function.stream-set-timeout.html
%%PHPDOCDIR%%/function.stream-set-write-buffer.html
%%PHPDOCDIR%%/function.strftime.html
%%PHPDOCDIR%%/function.strip-tags.html
%%PHPDOCDIR%%/function.stripcslashes.html
%%PHPDOCDIR%%/function.stripslashes.html
%%PHPDOCDIR%%/function.stristr.html
%%PHPDOCDIR%%/function.strlen.html
%%PHPDOCDIR%%/function.strnatcasecmp.html
%%PHPDOCDIR%%/function.strnatcmp.html
%%PHPDOCDIR%%/function.strncasecmp.html
%%PHPDOCDIR%%/function.strncmp.html
%%PHPDOCDIR%%/function.strpos.html
%%PHPDOCDIR%%/function.strrchr.html
%%PHPDOCDIR%%/function.strrev.html
%%PHPDOCDIR%%/function.strrpos.html
%%PHPDOCDIR%%/function.strspn.html
%%PHPDOCDIR%%/function.strstr.html
%%PHPDOCDIR%%/function.strtok.html
%%PHPDOCDIR%%/function.strtolower.html
%%PHPDOCDIR%%/function.strtotime.html
%%PHPDOCDIR%%/function.strtoupper.html
%%PHPDOCDIR%%/function.strtr.html
%%PHPDOCDIR%%/function.strval.html
%%PHPDOCDIR%%/function.substr-count.html
%%PHPDOCDIR%%/function.substr-replace.html
%%PHPDOCDIR%%/function.substr.html
%%PHPDOCDIR%%/function.swf-actiongeturl.html
%%PHPDOCDIR%%/function.swf-actiongotoframe.html
%%PHPDOCDIR%%/function.swf-actiongotolabel.html
%%PHPDOCDIR%%/function.swf-actionnextframe.html
%%PHPDOCDIR%%/function.swf-actionplay.html
%%PHPDOCDIR%%/function.swf-actionprevframe.html
%%PHPDOCDIR%%/function.swf-actionsettarget.html
%%PHPDOCDIR%%/function.swf-actionstop.html
%%PHPDOCDIR%%/function.swf-actiontogglequality.html
%%PHPDOCDIR%%/function.swf-actionwaitforframe.html
%%PHPDOCDIR%%/function.swf-addbuttonrecord.html
%%PHPDOCDIR%%/function.swf-addcolor.html
%%PHPDOCDIR%%/function.swf-closefile.html
%%PHPDOCDIR%%/function.swf-definebitmap.html
%%PHPDOCDIR%%/function.swf-definefont.html
%%PHPDOCDIR%%/function.swf-defineline.html
%%PHPDOCDIR%%/function.swf-definepoly.html
%%PHPDOCDIR%%/function.swf-definerect.html
%%PHPDOCDIR%%/function.swf-definetext.html
%%PHPDOCDIR%%/function.swf-endbutton.html
%%PHPDOCDIR%%/function.swf-enddoaction.html
%%PHPDOCDIR%%/function.swf-endshape.html
%%PHPDOCDIR%%/function.swf-endsymbol.html
%%PHPDOCDIR%%/function.swf-fontsize.html
%%PHPDOCDIR%%/function.swf-fontslant.html
%%PHPDOCDIR%%/function.swf-fonttracking.html
%%PHPDOCDIR%%/function.swf-getbitmapinfo.html
%%PHPDOCDIR%%/function.swf-getfontinfo.html
%%PHPDOCDIR%%/function.swf-getframe.html
%%PHPDOCDIR%%/function.swf-labelframe.html
%%PHPDOCDIR%%/function.swf-lookat.html
%%PHPDOCDIR%%/function.swf-modifyobject.html
%%PHPDOCDIR%%/function.swf-mulcolor.html
%%PHPDOCDIR%%/function.swf-nextid.html
%%PHPDOCDIR%%/function.swf-oncondition.html
%%PHPDOCDIR%%/function.swf-openfile.html
%%PHPDOCDIR%%/function.swf-ortho.html
%%PHPDOCDIR%%/function.swf-ortho2.html
%%PHPDOCDIR%%/function.swf-perspective.html
%%PHPDOCDIR%%/function.swf-placeobject.html
%%PHPDOCDIR%%/function.swf-polarview.html
%%PHPDOCDIR%%/function.swf-popmatrix.html
%%PHPDOCDIR%%/function.swf-posround.html
%%PHPDOCDIR%%/function.swf-pushmatrix.html
%%PHPDOCDIR%%/function.swf-removeobject.html
%%PHPDOCDIR%%/function.swf-rotate.html
%%PHPDOCDIR%%/function.swf-scale.html
%%PHPDOCDIR%%/function.swf-setfont.html
%%PHPDOCDIR%%/function.swf-setframe.html
%%PHPDOCDIR%%/function.swf-shapearc.html
%%PHPDOCDIR%%/function.swf-shapecurveto.html
%%PHPDOCDIR%%/function.swf-shapecurveto3.html
%%PHPDOCDIR%%/function.swf-shapefillbitmapclip.html
%%PHPDOCDIR%%/function.swf-shapefillbitmaptile.html
%%PHPDOCDIR%%/function.swf-shapefilloff.html
%%PHPDOCDIR%%/function.swf-shapefillsolid.html
%%PHPDOCDIR%%/function.swf-shapelinesolid.html
%%PHPDOCDIR%%/function.swf-shapelineto.html
%%PHPDOCDIR%%/function.swf-shapemoveto.html
%%PHPDOCDIR%%/function.swf-showframe.html
%%PHPDOCDIR%%/function.swf-startbutton.html
%%PHPDOCDIR%%/function.swf-startdoaction.html
%%PHPDOCDIR%%/function.swf-startshape.html
%%PHPDOCDIR%%/function.swf-startsymbol.html
%%PHPDOCDIR%%/function.swf-textwidth.html
%%PHPDOCDIR%%/function.swf-translate.html
%%PHPDOCDIR%%/function.swf-viewport.html
%%PHPDOCDIR%%/function.swfaction.html
%%PHPDOCDIR%%/function.swfbitmap.getheight.html
%%PHPDOCDIR%%/function.swfbitmap.getwidth.html
%%PHPDOCDIR%%/function.swfbitmap.html
%%PHPDOCDIR%%/function.swfbutton-keypress.html
%%PHPDOCDIR%%/function.swfbutton.addaction.html
%%PHPDOCDIR%%/function.swfbutton.addshape.html
%%PHPDOCDIR%%/function.swfbutton.html
%%PHPDOCDIR%%/function.swfbutton.setaction.html
%%PHPDOCDIR%%/function.swfbutton.setdown.html
%%PHPDOCDIR%%/function.swfbutton.sethit.html
%%PHPDOCDIR%%/function.swfbutton.setover.html
%%PHPDOCDIR%%/function.swfbutton.setup.html
%%PHPDOCDIR%%/function.swfdisplayitem.addcolor.html
%%PHPDOCDIR%%/function.swfdisplayitem.html
%%PHPDOCDIR%%/function.swfdisplayitem.move.html
%%PHPDOCDIR%%/function.swfdisplayitem.moveto.html
%%PHPDOCDIR%%/function.swfdisplayitem.multcolor.html
%%PHPDOCDIR%%/function.swfdisplayitem.remove.html
%%PHPDOCDIR%%/function.swfdisplayitem.rotate.html
%%PHPDOCDIR%%/function.swfdisplayitem.rotateto.html
%%PHPDOCDIR%%/function.swfdisplayitem.scale.html
%%PHPDOCDIR%%/function.swfdisplayitem.scaleto.html
%%PHPDOCDIR%%/function.swfdisplayitem.setdepth.html
%%PHPDOCDIR%%/function.swfdisplayitem.setname.html
%%PHPDOCDIR%%/function.swfdisplayitem.setratio.html
%%PHPDOCDIR%%/function.swfdisplayitem.skewx.html
%%PHPDOCDIR%%/function.swfdisplayitem.skewxto.html
%%PHPDOCDIR%%/function.swfdisplayitem.skewy.html
%%PHPDOCDIR%%/function.swfdisplayitem.skewyto.html
%%PHPDOCDIR%%/function.swffill.html
%%PHPDOCDIR%%/function.swffill.moveto.html
%%PHPDOCDIR%%/function.swffill.rotateto.html
%%PHPDOCDIR%%/function.swffill.scaleto.html
%%PHPDOCDIR%%/function.swffill.skewxto.html
%%PHPDOCDIR%%/function.swffill.skewyto.html
%%PHPDOCDIR%%/function.swffont.getwidth.html
%%PHPDOCDIR%%/function.swffont.html
%%PHPDOCDIR%%/function.swfgradient.addentry.html
%%PHPDOCDIR%%/function.swfgradient.html
%%PHPDOCDIR%%/function.swfmorph.getshape1.html
%%PHPDOCDIR%%/function.swfmorph.getshape2.html
%%PHPDOCDIR%%/function.swfmorph.html
%%PHPDOCDIR%%/function.swfmovie.add.html
%%PHPDOCDIR%%/function.swfmovie.html
%%PHPDOCDIR%%/function.swfmovie.nextframe.html
%%PHPDOCDIR%%/function.swfmovie.output.html
%%PHPDOCDIR%%/function.swfmovie.remove.html
%%PHPDOCDIR%%/function.swfmovie.save.html
%%PHPDOCDIR%%/function.swfmovie.setbackground.html
%%PHPDOCDIR%%/function.swfmovie.setdimension.html
%%PHPDOCDIR%%/function.swfmovie.setframes.html
%%PHPDOCDIR%%/function.swfmovie.setrate.html
%%PHPDOCDIR%%/function.swfmovie.streammp3.html
%%PHPDOCDIR%%/function.swfshape.addfill.html
%%PHPDOCDIR%%/function.swfshape.drawcurve.html
%%PHPDOCDIR%%/function.swfshape.drawcurveto.html
%%PHPDOCDIR%%/function.swfshape.drawline.html
%%PHPDOCDIR%%/function.swfshape.drawlineto.html
%%PHPDOCDIR%%/function.swfshape.html
%%PHPDOCDIR%%/function.swfshape.movepen.html
%%PHPDOCDIR%%/function.swfshape.movepento.html
%%PHPDOCDIR%%/function.swfshape.setleftfill.html
%%PHPDOCDIR%%/function.swfshape.setline.html
%%PHPDOCDIR%%/function.swfshape.setrightfill.html
%%PHPDOCDIR%%/function.swfsprite.add.html
%%PHPDOCDIR%%/function.swfsprite.html
%%PHPDOCDIR%%/function.swfsprite.nextframe.html
%%PHPDOCDIR%%/function.swfsprite.remove.html
%%PHPDOCDIR%%/function.swfsprite.setframes.html
%%PHPDOCDIR%%/function.swftext.addstring.html
%%PHPDOCDIR%%/function.swftext.getwidth.html
%%PHPDOCDIR%%/function.swftext.html
%%PHPDOCDIR%%/function.swftext.moveto.html
%%PHPDOCDIR%%/function.swftext.setcolor.html
%%PHPDOCDIR%%/function.swftext.setfont.html
%%PHPDOCDIR%%/function.swftext.setheight.html
%%PHPDOCDIR%%/function.swftext.setspacing.html
%%PHPDOCDIR%%/function.swftextfield.addstring.html
%%PHPDOCDIR%%/function.swftextfield.align.html
%%PHPDOCDIR%%/function.swftextfield.html
%%PHPDOCDIR%%/function.swftextfield.setbounds.html
%%PHPDOCDIR%%/function.swftextfield.setcolor.html
%%PHPDOCDIR%%/function.swftextfield.setfont.html
%%PHPDOCDIR%%/function.swftextfield.setheight.html
%%PHPDOCDIR%%/function.swftextfield.setindentation.html
%%PHPDOCDIR%%/function.swftextfield.setleftmargin.html
%%PHPDOCDIR%%/function.swftextfield.setlinespacing.html
%%PHPDOCDIR%%/function.swftextfield.setmargins.html
%%PHPDOCDIR%%/function.swftextfield.setname.html
%%PHPDOCDIR%%/function.swftextfield.setrightmargin.html
%%PHPDOCDIR%%/function.sybase-affected-rows.html
%%PHPDOCDIR%%/function.sybase-close.html
%%PHPDOCDIR%%/function.sybase-connect.html
%%PHPDOCDIR%%/function.sybase-data-seek.html
%%PHPDOCDIR%%/function.sybase-fetch-array.html
%%PHPDOCDIR%%/function.sybase-fetch-field.html
%%PHPDOCDIR%%/function.sybase-fetch-object.html
%%PHPDOCDIR%%/function.sybase-fetch-row.html
%%PHPDOCDIR%%/function.sybase-field-seek.html
%%PHPDOCDIR%%/function.sybase-free-result.html
%%PHPDOCDIR%%/function.sybase-get-last-message.html
%%PHPDOCDIR%%/function.sybase-min-client-severity.html
%%PHPDOCDIR%%/function.sybase-min-error-severity.html
%%PHPDOCDIR%%/function.sybase-min-message-severity.html
%%PHPDOCDIR%%/function.sybase-min-server-severity.html
%%PHPDOCDIR%%/function.sybase-num-fields.html
%%PHPDOCDIR%%/function.sybase-num-rows.html
%%PHPDOCDIR%%/function.sybase-pconnect.html
%%PHPDOCDIR%%/function.sybase-query.html
%%PHPDOCDIR%%/function.sybase-result.html
%%PHPDOCDIR%%/function.sybase-select-db.html
%%PHPDOCDIR%%/function.symlink.html
%%PHPDOCDIR%%/function.syslog.html
%%PHPDOCDIR%%/function.system.html
%%PHPDOCDIR%%/function.tan.html
%%PHPDOCDIR%%/function.tanh.html
%%PHPDOCDIR%%/function.tempnam.html
%%PHPDOCDIR%%/function.textdomain.html
%%PHPDOCDIR%%/function.time.html
%%PHPDOCDIR%%/function.tmpfile.html
%%PHPDOCDIR%%/function.token-get-all.html
%%PHPDOCDIR%%/function.token-name.html
%%PHPDOCDIR%%/function.touch.html
%%PHPDOCDIR%%/function.trigger-error.html
%%PHPDOCDIR%%/function.trim.html
%%PHPDOCDIR%%/function.uasort.html
%%PHPDOCDIR%%/function.ucfirst.html
%%PHPDOCDIR%%/function.ucwords.html
%%PHPDOCDIR%%/function.udm-add-search-limit.html
%%PHPDOCDIR%%/function.udm-alloc-agent.html
%%PHPDOCDIR%%/function.udm-api-version.html
%%PHPDOCDIR%%/function.udm-cat-list.html
%%PHPDOCDIR%%/function.udm-cat-path.html
%%PHPDOCDIR%%/function.udm-check-charset.html
%%PHPDOCDIR%%/function.udm-check-stored.html
%%PHPDOCDIR%%/function.udm-clear-search-limits.html
%%PHPDOCDIR%%/function.udm-close-stored.html
%%PHPDOCDIR%%/function.udm-crc32.html
%%PHPDOCDIR%%/function.udm-errno.html
%%PHPDOCDIR%%/function.udm-error.html
%%PHPDOCDIR%%/function.udm-find.html
%%PHPDOCDIR%%/function.udm-free-agent.html
%%PHPDOCDIR%%/function.udm-free-ispell-data.html
%%PHPDOCDIR%%/function.udm-free-res.html
%%PHPDOCDIR%%/function.udm-get-doc-count.html
%%PHPDOCDIR%%/function.udm-get-res-field.html
%%PHPDOCDIR%%/function.udm-get-res-param.html
%%PHPDOCDIR%%/function.udm-load-ispell-data.html
%%PHPDOCDIR%%/function.udm-open-stored.html
%%PHPDOCDIR%%/function.udm-set-agent-param.html
%%PHPDOCDIR%%/function.uksort.html
%%PHPDOCDIR%%/function.umask.html
%%PHPDOCDIR%%/function.uniqid.html
%%PHPDOCDIR%%/function.unixtojd.html
%%PHPDOCDIR%%/function.unlink.html
%%PHPDOCDIR%%/function.unpack.html
%%PHPDOCDIR%%/function.unregister-tick-function.html
%%PHPDOCDIR%%/function.unserialize.html
%%PHPDOCDIR%%/function.unset.html
%%PHPDOCDIR%%/function.urldecode.html
%%PHPDOCDIR%%/function.urlencode.html
%%PHPDOCDIR%%/function.user-error.html
%%PHPDOCDIR%%/function.usleep.html
%%PHPDOCDIR%%/function.usort.html
%%PHPDOCDIR%%/function.utf8-decode.html
%%PHPDOCDIR%%/function.utf8-encode.html
%%PHPDOCDIR%%/function.var-dump.html
%%PHPDOCDIR%%/function.var-export.html
%%PHPDOCDIR%%/function.version-compare.html
%%PHPDOCDIR%%/function.virtual.html
%%PHPDOCDIR%%/function.vpopmail-add-alias-domain-ex.html
%%PHPDOCDIR%%/function.vpopmail-add-alias-domain.html
%%PHPDOCDIR%%/function.vpopmail-add-domain-ex.html
%%PHPDOCDIR%%/function.vpopmail-add-domain.html
%%PHPDOCDIR%%/function.vpopmail-add-user.html
%%PHPDOCDIR%%/function.vpopmail-alias-add.html
%%PHPDOCDIR%%/function.vpopmail-alias-del-domain.html
%%PHPDOCDIR%%/function.vpopmail-alias-del.html
%%PHPDOCDIR%%/function.vpopmail-alias-get-all.html
%%PHPDOCDIR%%/function.vpopmail-alias-get.html
%%PHPDOCDIR%%/function.vpopmail-auth-user.html
%%PHPDOCDIR%%/function.vpopmail-del-domain-ex.html
%%PHPDOCDIR%%/function.vpopmail-del-domain.html
%%PHPDOCDIR%%/function.vpopmail-del-user.html
%%PHPDOCDIR%%/function.vpopmail-error.html
%%PHPDOCDIR%%/function.vpopmail-passwd.html
%%PHPDOCDIR%%/function.vpopmail-set-user-quota.html
%%PHPDOCDIR%%/function.vprintf.html
%%PHPDOCDIR%%/function.vsprintf.html
%%PHPDOCDIR%%/function.w32api-deftype.html
%%PHPDOCDIR%%/function.w32api-init-dtype.html
%%PHPDOCDIR%%/function.w32api-invoke-function.html
%%PHPDOCDIR%%/function.w32api-register-function.html
%%PHPDOCDIR%%/function.w32api-set-call-method.html
%%PHPDOCDIR%%/function.wddx-add-vars.html
%%PHPDOCDIR%%/function.wddx-deserialize.html
%%PHPDOCDIR%%/function.wddx-packet-end.html
%%PHPDOCDIR%%/function.wddx-packet-start.html
%%PHPDOCDIR%%/function.wddx-serialize-value.html
%%PHPDOCDIR%%/function.wddx-serialize-vars.html
%%PHPDOCDIR%%/function.wordwrap.html
%%PHPDOCDIR%%/function.xml-error-string.html
%%PHPDOCDIR%%/function.xml-get-current-byte-index.html
%%PHPDOCDIR%%/function.xml-get-current-column-number.html
%%PHPDOCDIR%%/function.xml-get-current-line-number.html
%%PHPDOCDIR%%/function.xml-get-error-code.html
%%PHPDOCDIR%%/function.xml-parse-into-struct.html
%%PHPDOCDIR%%/function.xml-parse.html
%%PHPDOCDIR%%/function.xml-parser-create-ns.html
%%PHPDOCDIR%%/function.xml-parser-create.html
%%PHPDOCDIR%%/function.xml-parser-free.html
%%PHPDOCDIR%%/function.xml-parser-get-option.html
%%PHPDOCDIR%%/function.xml-parser-set-option.html
%%PHPDOCDIR%%/function.xml-set-character-data-handler.html
%%PHPDOCDIR%%/function.xml-set-default-handler.html
%%PHPDOCDIR%%/function.xml-set-element-handler.html
%%PHPDOCDIR%%/function.xml-set-end-namespace-decl-handler.html
%%PHPDOCDIR%%/function.xml-set-external-entity-ref-handler.html
%%PHPDOCDIR%%/function.xml-set-notation-decl-handler.html
%%PHPDOCDIR%%/function.xml-set-object.html
%%PHPDOCDIR%%/function.xml-set-processing-instruction-handler.html
%%PHPDOCDIR%%/function.xml-set-start-namespace-decl-handler.html
%%PHPDOCDIR%%/function.xml-set-unparsed-entity-decl-handler.html
%%PHPDOCDIR%%/function.xmlrpc-decode-request.html
%%PHPDOCDIR%%/function.xmlrpc-decode.html
%%PHPDOCDIR%%/function.xmlrpc-encode-request.html
%%PHPDOCDIR%%/function.xmlrpc-encode.html
%%PHPDOCDIR%%/function.xmlrpc-get-type.html
%%PHPDOCDIR%%/function.xmlrpc-parse-method-descriptions.html
%%PHPDOCDIR%%/function.xmlrpc-server-add-introspection-data.html
%%PHPDOCDIR%%/function.xmlrpc-server-call-method.html
%%PHPDOCDIR%%/function.xmlrpc-server-create.html
%%PHPDOCDIR%%/function.xmlrpc-server-destroy.html
%%PHPDOCDIR%%/function.xmlrpc-server-register-introspection-callback.html
%%PHPDOCDIR%%/function.xmlrpc-server-register-method.html
%%PHPDOCDIR%%/function.xmlrpc-set-type.html
%%PHPDOCDIR%%/function.xpath-eval-expression.html
%%PHPDOCDIR%%/function.xpath-eval.html
%%PHPDOCDIR%%/function.xpath-new-context.html
%%PHPDOCDIR%%/function.xptr-eval.html
%%PHPDOCDIR%%/function.xptr-new-context.html
%%PHPDOCDIR%%/function.xslt-create.html
%%PHPDOCDIR%%/function.xslt-errno.html
%%PHPDOCDIR%%/function.xslt-error.html
%%PHPDOCDIR%%/function.xslt-free.html
%%PHPDOCDIR%%/function.xslt-process.html
%%PHPDOCDIR%%/function.xslt-set-base.html
%%PHPDOCDIR%%/function.xslt-set-encoding.html
%%PHPDOCDIR%%/function.xslt-set-error-handler.html
%%PHPDOCDIR%%/function.xslt-set-log.html
%%PHPDOCDIR%%/function.xslt-set-sax-handler.html
%%PHPDOCDIR%%/function.xslt-set-sax-handlers.html
%%PHPDOCDIR%%/function.xslt-set-scheme-handler.html
%%PHPDOCDIR%%/function.xslt-set-scheme-handlers.html
%%PHPDOCDIR%%/function.yaz-addinfo.html
%%PHPDOCDIR%%/function.yaz-ccl-conf.html
%%PHPDOCDIR%%/function.yaz-ccl-parse.html
%%PHPDOCDIR%%/function.yaz-close.html
%%PHPDOCDIR%%/function.yaz-connect.html
%%PHPDOCDIR%%/function.yaz-database.html
%%PHPDOCDIR%%/function.yaz-element.html
%%PHPDOCDIR%%/function.yaz-errno.html
%%PHPDOCDIR%%/function.yaz-error.html
%%PHPDOCDIR%%/function.yaz-hits.html
%%PHPDOCDIR%%/function.yaz-itemorder.html
%%PHPDOCDIR%%/function.yaz-present.html
%%PHPDOCDIR%%/function.yaz-range.html
%%PHPDOCDIR%%/function.yaz-record.html
%%PHPDOCDIR%%/function.yaz-scan-result.html
%%PHPDOCDIR%%/function.yaz-scan.html
%%PHPDOCDIR%%/function.yaz-search.html
%%PHPDOCDIR%%/function.yaz-sort.html
%%PHPDOCDIR%%/function.yaz-syntax.html
%%PHPDOCDIR%%/function.yaz-wait.html
%%PHPDOCDIR%%/function.yp-all.html
%%PHPDOCDIR%%/function.yp-cat.html
%%PHPDOCDIR%%/function.yp-err-string.html
%%PHPDOCDIR%%/function.yp-errno.html
%%PHPDOCDIR%%/function.yp-first.html
%%PHPDOCDIR%%/function.yp-get-default-domain.html
%%PHPDOCDIR%%/function.yp-master.html
%%PHPDOCDIR%%/function.yp-match.html
%%PHPDOCDIR%%/function.yp-next.html
%%PHPDOCDIR%%/function.yp-order.html
%%PHPDOCDIR%%/function.zend-logo-guid.html
%%PHPDOCDIR%%/function.zend-version.html
%%PHPDOCDIR%%/function.zip-close.html
%%PHPDOCDIR%%/function.zip-entry-close.html
%%PHPDOCDIR%%/function.zip-entry-compressedsize.html
%%PHPDOCDIR%%/function.zip-entry-compressionmethod.html
%%PHPDOCDIR%%/function.zip-entry-filesize.html
%%PHPDOCDIR%%/function.zip-entry-name.html
%%PHPDOCDIR%%/function.zip-entry-open.html
%%PHPDOCDIR%%/function.zip-entry-read.html
%%PHPDOCDIR%%/function.zip-open.html
%%PHPDOCDIR%%/function.zip-read.html
%%PHPDOCDIR%%/functions.arguments.html
%%PHPDOCDIR%%/functions.html
%%PHPDOCDIR%%/functions.old-syntax.html
%%PHPDOCDIR%%/functions.returning-values.html
%%PHPDOCDIR%%/functions.variable-functions.html
%%PHPDOCDIR%%/getting-started.html
%%PHPDOCDIR%%/history.html
%%PHPDOCDIR%%/history.php.books.html
%%PHPDOCDIR%%/history.php.publications.html
%%PHPDOCDIR%%/history.php.related.html
%%PHPDOCDIR%%/index.html
%%PHPDOCDIR%%/install.apache.html
%%PHPDOCDIR%%/install.caudium.html
%%PHPDOCDIR%%/install.commandline.html
%%PHPDOCDIR%%/install.configure.html
%%PHPDOCDIR%%/install.fhttpd.html
%%PHPDOCDIR%%/install.hpux.html
%%PHPDOCDIR%%/install.iis.html
%%PHPDOCDIR%%/install.linux.html
%%PHPDOCDIR%%/install.macosx.html
%%PHPDOCDIR%%/install.netscape-enterprise.html
%%PHPDOCDIR%%/install.omnihttpd.html
%%PHPDOCDIR%%/install.openbsd.html
%%PHPDOCDIR%%/install.oreilly.html
%%PHPDOCDIR%%/install.otherhttpd.html
%%PHPDOCDIR%%/install.problems.html
%%PHPDOCDIR%%/install.sambar.html
%%PHPDOCDIR%%/install.solaris.html
%%PHPDOCDIR%%/install.unix.html
%%PHPDOCDIR%%/install.windows.html
%%PHPDOCDIR%%/install.xitami.html
%%PHPDOCDIR%%/installation.html
%%PHPDOCDIR%%/intro-whatcando.html
%%PHPDOCDIR%%/introduction.html
%%PHPDOCDIR%%/keyword.extends.html
%%PHPDOCDIR%%/keyword.paamayim-nekudotayim.html
%%PHPDOCDIR%%/keyword.parent.html
%%PHPDOCDIR%%/langref.html
%%PHPDOCDIR%%/language.basic-syntax.comments.html
%%PHPDOCDIR%%/language.basic-syntax.html
%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html
%%PHPDOCDIR%%/language.constants.html
%%PHPDOCDIR%%/language.constants.predefined.html
%%PHPDOCDIR%%/language.expressions.html
%%PHPDOCDIR%%/language.oop.constructor.html
%%PHPDOCDIR%%/language.oop.html
%%PHPDOCDIR%%/language.oop.magic-functions.html
%%PHPDOCDIR%%/language.oop.newref.html
%%PHPDOCDIR%%/language.oop.serialization.html
%%PHPDOCDIR%%/language.operators.arithmetic.html
%%PHPDOCDIR%%/language.operators.array.html
%%PHPDOCDIR%%/language.operators.assignment.html
%%PHPDOCDIR%%/language.operators.bitwise.html
%%PHPDOCDIR%%/language.operators.comparison.html
%%PHPDOCDIR%%/language.operators.errorcontrol.html
%%PHPDOCDIR%%/language.operators.execution.html
%%PHPDOCDIR%%/language.operators.html
%%PHPDOCDIR%%/language.operators.increment.html
%%PHPDOCDIR%%/language.operators.logical.html
%%PHPDOCDIR%%/language.operators.string.html
%%PHPDOCDIR%%/language.references.arent.html
%%PHPDOCDIR%%/language.references.html
%%PHPDOCDIR%%/language.references.pass.html
%%PHPDOCDIR%%/language.references.return.html
%%PHPDOCDIR%%/language.references.spot.html
%%PHPDOCDIR%%/language.references.unset.html
%%PHPDOCDIR%%/language.references.whatdo.html
%%PHPDOCDIR%%/language.types.array.html
%%PHPDOCDIR%%/language.types.boolean.html
%%PHPDOCDIR%%/language.types.float.html
%%PHPDOCDIR%%/language.types.html
%%PHPDOCDIR%%/language.types.integer.html
%%PHPDOCDIR%%/language.types.null.html
%%PHPDOCDIR%%/language.types.object.html
%%PHPDOCDIR%%/language.types.resource.html
%%PHPDOCDIR%%/language.types.string.html
%%PHPDOCDIR%%/language.types.type-juggling.html
%%PHPDOCDIR%%/language.variables.external.html
%%PHPDOCDIR%%/language.variables.html
%%PHPDOCDIR%%/language.variables.predefined.html
%%PHPDOCDIR%%/language.variables.scope.html
%%PHPDOCDIR%%/language.variables.variable.html
%%PHPDOCDIR%%/migration-other.html
%%PHPDOCDIR%%/migration-while.html
%%PHPDOCDIR%%/migration.booleval.html
%%PHPDOCDIR%%/migration.errors.html
%%PHPDOCDIR%%/migration.expr.html
%%PHPDOCDIR%%/migration.html
%%PHPDOCDIR%%/migration.if-endif.html
%%PHPDOCDIR%%/migration.startendtags.html
%%PHPDOCDIR%%/migration.truefalse.html
%%PHPDOCDIR%%/migration4.configuration.html
%%PHPDOCDIR%%/migration4.cookies.html
%%PHPDOCDIR%%/migration4.empty.html
%%PHPDOCDIR%%/migration4.error-reporting.html
%%PHPDOCDIR%%/migration4.extensions.html
%%PHPDOCDIR%%/migration4.html
%%PHPDOCDIR%%/migration4.initializers.html
%%PHPDOCDIR%%/migration4.missing.html
%%PHPDOCDIR%%/migration4.parser.html
%%PHPDOCDIR%%/migration4.php4.with.php3.html
%%PHPDOCDIR%%/migration4.strings.html
%%PHPDOCDIR%%/migration4.variables.html
%%PHPDOCDIR%%/missing-stuff.html
%%PHPDOCDIR%%/pcre.pattern.modifiers.html
%%PHPDOCDIR%%/pcre.pattern.syntax.html
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
%%PHPDOCDIR%%/ref.apache.html
%%PHPDOCDIR%%/ref.array.html
%%PHPDOCDIR%%/ref.aspell.html
%%PHPDOCDIR%%/ref.bc.html
%%PHPDOCDIR%%/ref.bzip2.html
%%PHPDOCDIR%%/ref.calendar.html
%%PHPDOCDIR%%/ref.ccvs.html
%%PHPDOCDIR%%/ref.classobj.html
%%PHPDOCDIR%%/ref.com.html
%%PHPDOCDIR%%/ref.cpdf.html
%%PHPDOCDIR%%/ref.crack.html
%%PHPDOCDIR%%/ref.ctype.html
%%PHPDOCDIR%%/ref.curl.html
%%PHPDOCDIR%%/ref.cybercash.html
%%PHPDOCDIR%%/ref.cybermut.html
%%PHPDOCDIR%%/ref.cyrus.html
%%PHPDOCDIR%%/ref.datetime.html
%%PHPDOCDIR%%/ref.dba.html
%%PHPDOCDIR%%/ref.dbase.html
%%PHPDOCDIR%%/ref.dbm.html
%%PHPDOCDIR%%/ref.dbplus.html
%%PHPDOCDIR%%/ref.dbx.html
%%PHPDOCDIR%%/ref.dio.html
%%PHPDOCDIR%%/ref.dir.html
%%PHPDOCDIR%%/ref.domxml.html
%%PHPDOCDIR%%/ref.dotnet.html
%%PHPDOCDIR%%/ref.errorfunc.html
%%PHPDOCDIR%%/ref.exec.html
%%PHPDOCDIR%%/ref.fbsql.html
%%PHPDOCDIR%%/ref.fdf.html
%%PHPDOCDIR%%/ref.filepro.html
%%PHPDOCDIR%%/ref.filesystem.html
%%PHPDOCDIR%%/ref.fribidi.html
%%PHPDOCDIR%%/ref.ftp.html
%%PHPDOCDIR%%/ref.funchand.html
%%PHPDOCDIR%%/ref.gettext.html
%%PHPDOCDIR%%/ref.gmp.html
%%PHPDOCDIR%%/ref.http.html
%%PHPDOCDIR%%/ref.hwapi.html
%%PHPDOCDIR%%/ref.hyperwave.html
%%PHPDOCDIR%%/ref.ibase.html
%%PHPDOCDIR%%/ref.iconv.html
%%PHPDOCDIR%%/ref.ifx.html
%%PHPDOCDIR%%/ref.image.html
%%PHPDOCDIR%%/ref.imap.html
%%PHPDOCDIR%%/ref.info.html
%%PHPDOCDIR%%/ref.ingres.html
%%PHPDOCDIR%%/ref.ircg.html
%%PHPDOCDIR%%/ref.java.html
%%PHPDOCDIR%%/ref.ldap.html
%%PHPDOCDIR%%/ref.mail.html
%%PHPDOCDIR%%/ref.mailparse.html
%%PHPDOCDIR%%/ref.math.html
%%PHPDOCDIR%%/ref.mbstring.html
%%PHPDOCDIR%%/ref.mcal.html
%%PHPDOCDIR%%/ref.mcrypt.html
%%PHPDOCDIR%%/ref.mcve.html
%%PHPDOCDIR%%/ref.mhash.html
%%PHPDOCDIR%%/ref.mime-magic.html
%%PHPDOCDIR%%/ref.ming.html
%%PHPDOCDIR%%/ref.misc.html
%%PHPDOCDIR%%/ref.mnogo.html
%%PHPDOCDIR%%/ref.msession.html
%%PHPDOCDIR%%/ref.msql.html
%%PHPDOCDIR%%/ref.mssql.html
%%PHPDOCDIR%%/ref.muscat.html
%%PHPDOCDIR%%/ref.mysql.html
%%PHPDOCDIR%%/ref.ncurses.html
%%PHPDOCDIR%%/ref.network.html
%%PHPDOCDIR%%/ref.nis.html
%%PHPDOCDIR%%/ref.notes.html
%%PHPDOCDIR%%/ref.objaggregation.html
%%PHPDOCDIR%%/ref.oci8.html
%%PHPDOCDIR%%/ref.odbc.html
%%PHPDOCDIR%%/ref.openssl.html
%%PHPDOCDIR%%/ref.oracle.html
%%PHPDOCDIR%%/ref.outcontrol.html
%%PHPDOCDIR%%/ref.overload.html
%%PHPDOCDIR%%/ref.ovrimos.html
%%PHPDOCDIR%%/ref.pcntl.html
%%PHPDOCDIR%%/ref.pcre.html
%%PHPDOCDIR%%/ref.pdf.html
%%PHPDOCDIR%%/ref.pfpro.html
%%PHPDOCDIR%%/ref.pgsql.html
%%PHPDOCDIR%%/ref.posix.html
%%PHPDOCDIR%%/ref.printer.html
%%PHPDOCDIR%%/ref.pspell.html
%%PHPDOCDIR%%/ref.qtdom.html
%%PHPDOCDIR%%/ref.readline.html
%%PHPDOCDIR%%/ref.recode.html
%%PHPDOCDIR%%/ref.regex.html
%%PHPDOCDIR%%/ref.sem.html
%%PHPDOCDIR%%/ref.sesam.html
%%PHPDOCDIR%%/ref.session.html
%%PHPDOCDIR%%/ref.shmop.html
%%PHPDOCDIR%%/ref.snmp.html
%%PHPDOCDIR%%/ref.sockets.html
%%PHPDOCDIR%%/ref.strings.html
%%PHPDOCDIR%%/ref.swf.html
%%PHPDOCDIR%%/ref.sybase.html
%%PHPDOCDIR%%/ref.tokenizer.html
%%PHPDOCDIR%%/ref.url.html
%%PHPDOCDIR%%/ref.variables.html
%%PHPDOCDIR%%/ref.vpopmail.html
%%PHPDOCDIR%%/ref.w32api.html
%%PHPDOCDIR%%/ref.wddx.html
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xmlrpc.html
%%PHPDOCDIR%%/ref.xslt.html
%%PHPDOCDIR%%/ref.yaz.html
%%PHPDOCDIR%%/ref.zip.html
%%PHPDOCDIR%%/ref.zlib.html
%%PHPDOCDIR%%/reserved.classes.html
%%PHPDOCDIR%%/reserved.constants.core.html
%%PHPDOCDIR%%/reserved.constants.html
%%PHPDOCDIR%%/reserved.constants.standard.html
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/reserved.variables.html
%%PHPDOCDIR%%/resource.html
%%PHPDOCDIR%%/security.apache.html
%%PHPDOCDIR%%/security.cgi-bin.html
%%PHPDOCDIR%%/security.current.html
%%PHPDOCDIR%%/security.database.html
%%PHPDOCDIR%%/security.errors.html
%%PHPDOCDIR%%/security.filesystem.html
%%PHPDOCDIR%%/security.hiding.html
%%PHPDOCDIR%%/security.html
%%PHPDOCDIR%%/security.registerglobals.html
%%PHPDOCDIR%%/security.variables.html
%%PHPDOCDIR%%/stream.common-api.html
%%PHPDOCDIR%%/streams.basics.html
%%PHPDOCDIR%%/streams.constants.html
%%PHPDOCDIR%%/streams.dir-api.html
%%PHPDOCDIR%%/streams.file-api.html
%%PHPDOCDIR%%/streams.html
%%PHPDOCDIR%%/streams.options.html
%%PHPDOCDIR%%/streams.php-register-url-stream-wrapper.html
%%PHPDOCDIR%%/streams.php-stream-can-cast.html
%%PHPDOCDIR%%/streams.php-stream-cast.html
%%PHPDOCDIR%%/streams.php-stream-close.html
%%PHPDOCDIR%%/streams.php-stream-closedir.html
%%PHPDOCDIR%%/streams.php-stream-copy-to-mem.html
%%PHPDOCDIR%%/streams.php-stream-copy-to-stream.html
%%PHPDOCDIR%%/streams.php-stream-eof.html
%%PHPDOCDIR%%/streams.php-stream-flush.html
%%PHPDOCDIR%%/streams.php-stream-fopen-from-file.html
%%PHPDOCDIR%%/streams.php-stream-fopen-temporary-file.html
%%PHPDOCDIR%%/streams.php-stream-fopen-tmpfile.html
%%PHPDOCDIR%%/streams.php-stream-getc.html
%%PHPDOCDIR%%/streams.php-stream-gets.html
%%PHPDOCDIR%%/streams.php-stream-is-persistent.html
%%PHPDOCDIR%%/streams.php-stream-is.html
%%PHPDOCDIR%%/streams.php-stream-make-seekable.html
%%PHPDOCDIR%%/streams.php-stream-open-wrapper-as-file.html
%%PHPDOCDIR%%/streams.php-stream-open-wrapper-ex.html
%%PHPDOCDIR%%/streams.php-stream-open-wrapper.html
%%PHPDOCDIR%%/streams.php-stream-opendir.html
%%PHPDOCDIR%%/streams.php-stream-passthru.html
%%PHPDOCDIR%%/streams.php-stream-read.html
%%PHPDOCDIR%%/streams.php-stream-readdir.html
%%PHPDOCDIR%%/streams.php-stream-rewinddir.html
%%PHPDOCDIR%%/streams.php-stream-seek.html
%%PHPDOCDIR%%/streams.php-stream-sock-open-from-socket.html
%%PHPDOCDIR%%/streams.php-stream-sock-open-host.html
%%PHPDOCDIR%%/streams.php-stream-sock-open-unix.html
%%PHPDOCDIR%%/streams.php-stream-stat-path.html
%%PHPDOCDIR%%/streams.php-stream-stat.html
%%PHPDOCDIR%%/streams.php-stream-tell.html
%%PHPDOCDIR%%/streams.php-stream-write.html
%%PHPDOCDIR%%/streams.php-unregister-url-stream-wrapper.html
%%PHPDOCDIR%%/streams.socket-api.html
%%PHPDOCDIR%%/streams.struct-php-stream-dirent.html
%%PHPDOCDIR%%/streams.struct-php-stream-statbuf.html
%%PHPDOCDIR%%/streams.structs.html
%%PHPDOCDIR%%/tokens.html
%%PHPDOCDIR%%/tutorial.firstpage.html
%%PHPDOCDIR%%/tutorial.forms.html
%%PHPDOCDIR%%/tutorial.html
%%PHPDOCDIR%%/tutorial.oldcode.html
%%PHPDOCDIR%%/tutorial.useful.html
%%PHPDOCDIR%%/tutorial.whatsnext.html
%%PHPDOCDIR%%/wrappers.compression.html
%%PHPDOCDIR%%/wrappers.ftp.html
%%PHPDOCDIR%%/wrappers.html
%%PHPDOCDIR%%/wrappers.php.html
%%PHPDOCDIR%%/zend.api-macros.html
%%PHPDOCDIR%%/zend.arguments.access.html
%%PHPDOCDIR%%/zend.arguments.by-reference.html
%%PHPDOCDIR%%/zend.arguments.deprecated-retrieval.html
%%PHPDOCDIR%%/zend.arguments.html
%%PHPDOCDIR%%/zend.arguments.retrieval.html
%%PHPDOCDIR%%/zend.arguments.variable.html
%%PHPDOCDIR%%/zend.arguments.write-safety.html
%%PHPDOCDIR%%/zend.build.html
%%PHPDOCDIR%%/zend.calling-user-functions.html
%%PHPDOCDIR%%/zend.configuration-macros.html
%%PHPDOCDIR%%/zend.copy-constructor.html
%%PHPDOCDIR%%/zend.creating.html
%%PHPDOCDIR%%/zend.html
%%PHPDOCDIR%%/zend.ini-file-support.html
%%PHPDOCDIR%%/zend.layout.complex-types.html
%%PHPDOCDIR%%/zend.layout.dir-and-file.html
%%PHPDOCDIR%%/zend.layout.html
%%PHPDOCDIR%%/zend.layout.macros.html
%%PHPDOCDIR%%/zend.layout.memory-management.html
%%PHPDOCDIR%%/zend.layout.string-handling.html
%%PHPDOCDIR%%/zend.overview.html
%%PHPDOCDIR%%/zend.possibilities.builtin.html
%%PHPDOCDIR%%/zend.possibilities.engine.html
%%PHPDOCDIR%%/zend.possibilities.html
%%PHPDOCDIR%%/zend.printing.execution.html
%%PHPDOCDIR%%/zend.printing.html
%%PHPDOCDIR%%/zend.printing.phpinfo.html
%%PHPDOCDIR%%/zend.printing.zend-error.html
%%PHPDOCDIR%%/zend.returning.html
%%PHPDOCDIR%%/zend.startup-and-shutdown.html
%%PHPDOCDIR%%/zend.structure.exporting-functions.html
%%PHPDOCDIR%%/zend.structure.function-block.html
%%PHPDOCDIR%%/zend.structure.get-module.html
%%PHPDOCDIR%%/zend.structure.headers.html
%%PHPDOCDIR%%/zend.structure.html
%%PHPDOCDIR%%/zend.structure.implementation.html
%%PHPDOCDIR%%/zend.structure.module-block.html
%%PHPDOCDIR%%/zend.structure.summary.html
%%PHPDOCDIR%%/zend.troubleshooting.html
%%PHPDOCDIR%%/zend.using.html
%%PHPDOCDIR%%/zend.variables.array.html
%%PHPDOCDIR%%/zend.variables.boolean.html
%%PHPDOCDIR%%/zend.variables.constant.html
%%PHPDOCDIR%%/zend.variables.float.html
%%PHPDOCDIR%%/zend.variables.global.html
%%PHPDOCDIR%%/zend.variables.html
%%PHPDOCDIR%%/zend.variables.long.html
%%PHPDOCDIR%%/zend.variables.object.html
%%PHPDOCDIR%%/zend.variables.resource.html
%%PHPDOCDIR%%/zend.variables.string.html
%%PHPDOCDIR%%/zend.where-to-go.html
@dirrm %%PHPDOCDIR%%