summaryrefslogtreecommitdiff
path: root/lang/php_doc/pkg-plist
blob: 9d2640d24b1457b52181568dd1e01c5efb84b618 (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
%%PHPDOCDIR%%/appendixes.html
%%PHPDOCDIR%%/calling-user-functions.html
%%PHPDOCDIR%%/class.dir.html
%%PHPDOCDIR%%/class.orbitenum.html
%%PHPDOCDIR%%/class.orbitobject.html
%%PHPDOCDIR%%/class.orbitstruct.html
%%PHPDOCDIR%%/class.pear-error.html
%%PHPDOCDIR%%/class.pear.html
%%PHPDOCDIR%%/configuration.html
%%PHPDOCDIR%%/control-structures.alternative-syntax.html
%%PHPDOCDIR%%/control-structures.break.html
%%PHPDOCDIR%%/control-structures.continue.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%%/feature-fileupload.multiple.html
%%PHPDOCDIR%%/features.connection-handling.html
%%PHPDOCDIR%%/features.cookies.html
%%PHPDOCDIR%%/features.error-handling.html
%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html
%%PHPDOCDIR%%/features.file-upload.html
%%PHPDOCDIR%%/features.file-upload.put-method.html
%%PHPDOCDIR%%/features.html
%%PHPDOCDIR%%/features.http-auth.html
%%PHPDOCDIR%%/features.images.html
%%PHPDOCDIR%%/features.persistent-connections.html
%%PHPDOCDIR%%/features.remote-files.html
%%PHPDOCDIR%%/funcref.html
%%PHPDOCDIR%%/function.abs.html
%%PHPDOCDIR%%/function.accept-connect.html
%%PHPDOCDIR%%/function.acos.html
%%PHPDOCDIR%%/function.addcslashes.html
%%PHPDOCDIR%%/function.addslashes.html
%%PHPDOCDIR%%/function.apache-lookup-uri.html
%%PHPDOCDIR%%/function.apache-note.html
%%PHPDOCDIR%%/function.array-count-values.html
%%PHPDOCDIR%%/function.array-diff.html
%%PHPDOCDIR%%/function.array-filter.html
%%PHPDOCDIR%%/function.array-flip.html
%%PHPDOCDIR%%/function.array-intersect.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.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.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.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.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.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.close.html
%%PHPDOCDIR%%/function.closedir.html
%%PHPDOCDIR%%/function.closelog.html
%%PHPDOCDIR%%/function.com-get.html
%%PHPDOCDIR%%/function.com-invoke.html
%%PHPDOCDIR%%/function.com-load.html
%%PHPDOCDIR%%/function.com-propget.html
%%PHPDOCDIR%%/function.com-propput.html
%%PHPDOCDIR%%/function.com-propset.html
%%PHPDOCDIR%%/function.com-set.html
%%PHPDOCDIR%%/function.compact.html
%%PHPDOCDIR%%/function.connect.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.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.html
%%PHPDOCDIR%%/function.cpdf-save-to-file.html
%%PHPDOCDIR%%/function.cpdf-save.html
%%PHPDOCDIR%%/function.cpdf-scale.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.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-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.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-exec.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.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.dbx-close.html
%%PHPDOCDIR%%/function.dbx-cmp-asc.html
%%PHPDOCDIR%%/function.dbx-cmp-desc.html
%%PHPDOCDIR%%/function.dbx-connect.html
%%PHPDOCDIR%%/function.dbx-error.html
%%PHPDOCDIR%%/function.dbx-query.html
%%PHPDOCDIR%%/function.dbx-sort.html
%%PHPDOCDIR%%/function.dcgettext.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.dirname.html
%%PHPDOCDIR%%/function.diskfreespace.html
%%PHPDOCDIR%%/function.dl.html
%%PHPDOCDIR%%/function.domxml_add_root.html
%%PHPDOCDIR%%/function.domxml_attributes.html
%%PHPDOCDIR%%/function.domxml_children.html
%%PHPDOCDIR%%/function.domxml_dumpmem.html
%%PHPDOCDIR%%/function.domxml_get_attribute.html
%%PHPDOCDIR%%/function.domxml_new_child.html
%%PHPDOCDIR%%/function.domxml_new_xmldoc.html
%%PHPDOCDIR%%/function.domxml_root.html
%%PHPDOCDIR%%/function.domxml_set_attribute.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.exit.html
%%PHPDOCDIR%%/function.exp.html
%%PHPDOCDIR%%/function.explode.html
%%PHPDOCDIR%%/function.extension-loaded.html
%%PHPDOCDIR%%/function.extract.html
%%PHPDOCDIR%%/function.ezmlm-hash.html
%%PHPDOCDIR%%/function.fclose.html
%%PHPDOCDIR%%/function.fdf-close.html
%%PHPDOCDIR%%/function.fdf-create.html
%%PHPDOCDIR%%/function.fdf-get-file.html
%%PHPDOCDIR%%/function.fdf-get-status.html
%%PHPDOCDIR%%/function.fdf-get-value.html
%%PHPDOCDIR%%/function.fdf-next-field-name.html
%%PHPDOCDIR%%/function.fdf-open.html
%%PHPDOCDIR%%/function.fdf-save.html
%%PHPDOCDIR%%/function.fdf-set-ap.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-value.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.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.flock.html
%%PHPDOCDIR%%/function.floor.html
%%PHPDOCDIR%%/function.flush.html
%%PHPDOCDIR%%/function.fopen.html
%%PHPDOCDIR%%/function.fpassthru.html
%%PHPDOCDIR%%/function.fputs.html
%%PHPDOCDIR%%/function.fread.html
%%PHPDOCDIR%%/function.frenchtojd.html
%%PHPDOCDIR%%/function.fscanf.html
%%PHPDOCDIR%%/function.fseek.html
%%PHPDOCDIR%%/function.fsockopen.html
%%PHPDOCDIR%%/function.fstat.html
%%PHPDOCDIR%%/function.ftell.html
%%PHPDOCDIR%%/function.ftp-cdup.html
%%PHPDOCDIR%%/function.ftp-chdir.html
%%PHPDOCDIR%%/function.ftp-connect.html
%%PHPDOCDIR%%/function.ftp-delete.html
%%PHPDOCDIR%%/function.ftp-fget.html
%%PHPDOCDIR%%/function.ftp-fput.html
%%PHPDOCDIR%%/function.ftp-get.html
%%PHPDOCDIR%%/function.ftp-login.html
%%PHPDOCDIR%%/function.ftp-mdtm.html
%%PHPDOCDIR%%/function.ftp-mkdir.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-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-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.getmyinode.html
%%PHPDOCDIR%%/function.getmypid.html
%%PHPDOCDIR%%/function.getmyuid.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.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-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-children.html
%%PHPDOCDIR%%/function.hw-childrenobj.html
%%PHPDOCDIR%%/function.hw-close.html
%%PHPDOCDIR%%/function.hw-connect.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-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-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-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-unlock.html
%%PHPDOCDIR%%/function.hw-who.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.icap-close.html
%%PHPDOCDIR%%/function.icap-delete-event.html
%%PHPDOCDIR%%/function.icap-fetch-event.html
%%PHPDOCDIR%%/function.icap-list-alarms.html
%%PHPDOCDIR%%/function.icap-list-events.html
%%PHPDOCDIR%%/function.icap-open.html
%%PHPDOCDIR%%/function.icap-snooze.html
%%PHPDOCDIR%%/function.icap-store-event.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.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.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.imagecreatefromgif.html
%%PHPDOCDIR%%/function.imagecreatefromjpeg.html
%%PHPDOCDIR%%/function.imagecreatefrompng.html
%%PHPDOCDIR%%/function.imagecreatefromstring.html
%%PHPDOCDIR%%/function.imagecreatefromwbmp.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.imagegammacorrect.html
%%PHPDOCDIR%%/function.imagegif.html
%%PHPDOCDIR%%/function.imageinterlace.html
%%PHPDOCDIR%%/function.imagejpeg.html
%%PHPDOCDIR%%/function.imageline.html
%%PHPDOCDIR%%/function.imageloadfont.html
%%PHPDOCDIR%%/function.imagepng.html
%%PHPDOCDIR%%/function.imagepolygon.html
%%PHPDOCDIR%%/function.imagepsbbox.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.imagesetbrush.html
%%PHPDOCDIR%%/function.imagesetpixel.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-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-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-listmailbox.html
%%PHPDOCDIR%%/function.imap-listsubscribed.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-setflag-full.html
%%PHPDOCDIR%%/function.imap-sort.html
%%PHPDOCDIR%%/function.imap-status.html
%%PHPDOCDIR%%/function.imap-subscribe.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.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.html
%%PHPDOCDIR%%/function.ini-restore.html
%%PHPDOCDIR%%/function.ini-set.html
%%PHPDOCDIR%%/function.intval.html
%%PHPDOCDIR%%/function.ip2long.html
%%PHPDOCDIR%%/function.iptcparse.html
%%PHPDOCDIR%%/function.is-array.html
%%PHPDOCDIR%%/function.is-bool.html
%%PHPDOCDIR%%/function.is-dir.html
%%PHPDOCDIR%%/function.is-double.html
%%PHPDOCDIR%%/function.is-executable.html
%%PHPDOCDIR%%/function.is-file.html
%%PHPDOCDIR%%/function.is-float.html
%%PHPDOCDIR%%/function.is-int.html
%%PHPDOCDIR%%/function.is-integer.html
%%PHPDOCDIR%%/function.is-link.html
%%PHPDOCDIR%%/function.is-long.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.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.juliantojd.html
%%PHPDOCDIR%%/function.key.html
%%PHPDOCDIR%%/function.krsort.html
%%PHPDOCDIR%%/function.ksort.html
%%PHPDOCDIR%%/function.lcg-value.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-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-read.html
%%PHPDOCDIR%%/function.ldap-search.html
%%PHPDOCDIR%%/function.ldap-set-option.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.listen.html
%%PHPDOCDIR%%/function.localeconv.html
%%PHPDOCDIR%%/function.localtime.html
%%PHPDOCDIR%%/function.log.html
%%PHPDOCDIR%%/function.log10.html
%%PHPDOCDIR%%/function.long2ip.html
%%PHPDOCDIR%%/function.lstat.html
%%PHPDOCDIR%%/function.ltrim.html
%%PHPDOCDIR%%/function.mail.html
%%PHPDOCDIR%%/function.max.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.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-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-get-algo-block-size.html
%%PHPDOCDIR%%/function.mcrypt-module-get-algo-key-size.html
%%PHPDOCDIR%%/function.mcrypt-module-get-algo-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.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.min.html
%%PHPDOCDIR%%/function.mkdir.html
%%PHPDOCDIR%%/function.mktime.html
%%PHPDOCDIR%%/function.move-uploaded-file.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-close.html
%%PHPDOCDIR%%/function.mssql-connect.html
%%PHPDOCDIR%%/function.mssql-data-seek.html
%%PHPDOCDIR%%/function.mssql-fetch-array.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-min-error-severity.html
%%PHPDOCDIR%%/function.mssql-min-message-severity.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-select-db.html
%%PHPDOCDIR%%/function.mt-getrandmax.html
%%PHPDOCDIR%%/function.mt-rand.html
%%PHPDOCDIR%%/function.mt-srand.html
%%PHPDOCDIR%%/function.mysql-affected-rows.html
%%PHPDOCDIR%%/function.mysql-change-user.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-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-insert-id.html
%%PHPDOCDIR%%/function.mysql-list-dbs.html
%%PHPDOCDIR%%/function.mysql-list-fields.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-query.html
%%PHPDOCDIR%%/function.mysql-result.html
%%PHPDOCDIR%%/function.mysql-select-db.html
%%PHPDOCDIR%%/function.mysql-tablename.html
%%PHPDOCDIR%%/function.natcasesort.html
%%PHPDOCDIR%%/function.natsort.html
%%PHPDOCDIR%%/function.next.html
%%PHPDOCDIR%%/function.nl2br.html
%%PHPDOCDIR%%/function.number-format.html
%%PHPDOCDIR%%/function.ob-end-clean.html
%%PHPDOCDIR%%/function.ob-end-flush.html
%%PHPDOCDIR%%/function.ob-get-contents.html
%%PHPDOCDIR%%/function.ob-get-length.html
%%PHPDOCDIR%%/function.ob-gzhandler.html
%%PHPDOCDIR%%/function.ob-implicit-flush.html
%%PHPDOCDIR%%/function.ob-start.html
%%PHPDOCDIR%%/function.ocibindbyname.html
%%PHPDOCDIR%%/function.ocicolumnisnull.html
%%PHPDOCDIR%%/function.ocicolumnname.html
%%PHPDOCDIR%%/function.ocicolumnsize.html
%%PHPDOCDIR%%/function.ocicolumntype.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.ocifreecursor.html
%%PHPDOCDIR%%/function.ocifreedesc.html
%%PHPDOCDIR%%/function.ocifreestatement.html
%%PHPDOCDIR%%/function.ociinternaldebug.html
%%PHPDOCDIR%%/function.ocilogoff.html
%%PHPDOCDIR%%/function.ocilogon.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.ociserverversion.html
%%PHPDOCDIR%%/function.ocistatementtype.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-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-into.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-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-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-seal.html
%%PHPDOCDIR%%/function.openssl-sign.html
%%PHPDOCDIR%%/function.openssl-verify.html
%%PHPDOCDIR%%/function.openssl-x509-checkpurpose.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.ovrimos-close-all.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-str.html
%%PHPDOCDIR%%/function.parse-url.html
%%PHPDOCDIR%%/function.passthru.html
%%PHPDOCDIR%%/function.pathinfo.html
%%PHPDOCDIR%%/function.pclose.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-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.html
%%PHPDOCDIR%%/function.pdf-set-leading.html
%%PHPDOCDIR%%/function.pdf-set-parameter.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-transition.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-client-encoding.html
%%PHPDOCDIR%%/function.pg-close.html
%%PHPDOCDIR%%/function.pg-cmdtuples.html
%%PHPDOCDIR%%/function.pg-connect.html
%%PHPDOCDIR%%/function.pg-dbname.html
%%PHPDOCDIR%%/function.pg-end-copy.html
%%PHPDOCDIR%%/function.pg-errormessage.html
%%PHPDOCDIR%%/function.pg-exec.html
%%PHPDOCDIR%%/function.pg-fetch-array.html
%%PHPDOCDIR%%/function.pg-fetch-object.html
%%PHPDOCDIR%%/function.pg-fetch-row.html
%%PHPDOCDIR%%/function.pg-fieldisnull.html
%%PHPDOCDIR%%/function.pg-fieldname.html
%%PHPDOCDIR%%/function.pg-fieldnum.html
%%PHPDOCDIR%%/function.pg-fieldprtlen.html
%%PHPDOCDIR%%/function.pg-fieldsize.html
%%PHPDOCDIR%%/function.pg-fieldtype.html
%%PHPDOCDIR%%/function.pg-freeresult.html
%%PHPDOCDIR%%/function.pg-getlastoid.html
%%PHPDOCDIR%%/function.pg-host.html
%%PHPDOCDIR%%/function.pg-loclose.html
%%PHPDOCDIR%%/function.pg-locreate.html
%%PHPDOCDIR%%/function.pg-loexport.html
%%PHPDOCDIR%%/function.pg-loimport.html
%%PHPDOCDIR%%/function.pg-loopen.html
%%PHPDOCDIR%%/function.pg-loread.html
%%PHPDOCDIR%%/function.pg-loreadall.html
%%PHPDOCDIR%%/function.pg-lounlink.html
%%PHPDOCDIR%%/function.pg-lowrite.html
%%PHPDOCDIR%%/function.pg-numfields.html
%%PHPDOCDIR%%/function.pg-numrows.html
%%PHPDOCDIR%%/function.pg-options.html
%%PHPDOCDIR%%/function.pg-pconnect.html
%%PHPDOCDIR%%/function.pg-port.html
%%PHPDOCDIR%%/function.pg-put-line.html
%%PHPDOCDIR%%/function.pg-result.html
%%PHPDOCDIR%%/function.pg-set-client-encoding.html
%%PHPDOCDIR%%/function.pg-trace.html
%%PHPDOCDIR%%/function.pg-tty.html
%%PHPDOCDIR%%/function.pg-untrace.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.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-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.printf.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.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.read.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.rename.html
%%PHPDOCDIR%%/function.require-once.html
%%PHPDOCDIR%%/function.require.html
%%PHPDOCDIR%%/function.reset.html
%%PHPDOCDIR%%/function.restore-error-handler.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.satellite_caught_exception.html
%%PHPDOCDIR%%/function.satellite_exception_id.html
%%PHPDOCDIR%%/function.satellite_exception_value.html
%%PHPDOCDIR%%/function.sem-acquire.html
%%PHPDOCDIR%%/function.sem-get.html
%%PHPDOCDIR%%/function.sem-release.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-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-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.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.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_write.html
%%PHPDOCDIR%%/function.show-source.html
%%PHPDOCDIR%%/function.shuffle.html
%%PHPDOCDIR%%/function.similar-text.html
%%PHPDOCDIR%%/function.sin.html
%%PHPDOCDIR%%/function.size.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.snmpset.html
%%PHPDOCDIR%%/function.snmpwalk.html
%%PHPDOCDIR%%/function.snmpwalkoid.html
%%PHPDOCDIR%%/function.socket-get-status.html
%%PHPDOCDIR%%/function.socket-set-blocking.html
%%PHPDOCDIR%%/function.socket-set-timeout.html
%%PHPDOCDIR%%/function.socket.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.strcasecmp.html
%%PHPDOCDIR%%/function.strchr.html
%%PHPDOCDIR%%/function.strcmp.html
%%PHPDOCDIR%%/function.strcoll.html
%%PHPDOCDIR%%/function.strcspn.html
%%PHPDOCDIR%%/function.strerror.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-shapelinesold.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.addshape.html
%%PHPDOCDIR%%/function.swfbutton.html
%%PHPDOCDIR%%/function.swfbutton.setaction.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.tempnam.html
%%PHPDOCDIR%%/function.textdomain.html
%%PHPDOCDIR%%/function.time.html
%%PHPDOCDIR%%/function.tmpfile.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-clear-search-limits.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-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.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.virtual.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.write.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.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-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-unparsed-entity-decl-handler.html
%%PHPDOCDIR%%/function.xmldoc.html
%%PHPDOCDIR%%/function.xmldocfile.html
%%PHPDOCDIR%%/function.xmltree.html
%%PHPDOCDIR%%/function.xpath_eval.html
%%PHPDOCDIR%%/function.xpath_new_context.html
%%PHPDOCDIR%%/function.xslt-closelog.html
%%PHPDOCDIR%%/function.xslt-create.html
%%PHPDOCDIR%%/function.xslt-errno.html
%%PHPDOCDIR%%/function.xslt-error.html
%%PHPDOCDIR%%/function.xslt-fetch-result.html
%%PHPDOCDIR%%/function.xslt-free.html
%%PHPDOCDIR%%/function.xslt-openlog.html
%%PHPDOCDIR%%/function.xslt-output-begintransform.html
%%PHPDOCDIR%%/function.xslt-output-endtransform.html
%%PHPDOCDIR%%/function.xslt-process.html
%%PHPDOCDIR%%/function.xslt-run.html
%%PHPDOCDIR%%/function.xslt-set-sax-handler.html
%%PHPDOCDIR%%/function.xslt-transform.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-syntax.html
%%PHPDOCDIR%%/function.yaz-wait.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%%/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%%/index.html
%%PHPDOCDIR%%/install-problems.html
%%PHPDOCDIR%%/install-windows.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.solaris.html
%%PHPDOCDIR%%/install.unix.html
%%PHPDOCDIR%%/install.xitami.html
%%PHPDOCDIR%%/installation.html
%%PHPDOCDIR%%/intro-history.html
%%PHPDOCDIR%%/intro-whatcando.html
%%PHPDOCDIR%%/introduction.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.expressions.html
%%PHPDOCDIR%%/language.oop.html
%%PHPDOCDIR%%/language.oop.newref.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.precedence.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.double.html
%%PHPDOCDIR%%/language.types.html
%%PHPDOCDIR%%/language.types.object.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.html
%%PHPDOCDIR%%/migration.php3.html
%%PHPDOCDIR%%/migration4.html
%%PHPDOCDIR%%/pcre.pattern.modifiers.html
%%PHPDOCDIR%%/pcre.pattern.syntax.html
%%PHPDOCDIR%%/pear.about.html
%%PHPDOCDIR%%/pear.html
%%PHPDOCDIR%%/pear.standards.comments.html
%%PHPDOCDIR%%/pear.standards.constants.html
%%PHPDOCDIR%%/pear.standards.control.html
%%PHPDOCDIR%%/pear.standards.cvstags.html
%%PHPDOCDIR%%/pear.standards.exampleurls.html
%%PHPDOCDIR%%/pear.standards.funcalls.html
%%PHPDOCDIR%%/pear.standards.funcdef.html
%%PHPDOCDIR%%/pear.standards.header.html
%%PHPDOCDIR%%/pear.standards.html
%%PHPDOCDIR%%/pear.standards.including.html
%%PHPDOCDIR%%/pear.standards.tags.html
%%PHPDOCDIR%%/phpdevel-errors.html
%%PHPDOCDIR%%/phpdevel.html
%%PHPDOCDIR%%/preface.html
%%PHPDOCDIR%%/r7670.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.ctype.html
%%PHPDOCDIR%%/ref.curl.html
%%PHPDOCDIR%%/ref.cybercash.html
%%PHPDOCDIR%%/ref.datetime.html
%%PHPDOCDIR%%/ref.dba.html
%%PHPDOCDIR%%/ref.dbase.html
%%PHPDOCDIR%%/ref.dbm.html
%%PHPDOCDIR%%/ref.dbx.html
%%PHPDOCDIR%%/ref.dir.html
%%PHPDOCDIR%%/ref.domxml.html
%%PHPDOCDIR%%/ref.errorfunc.html
%%PHPDOCDIR%%/ref.exec.html
%%PHPDOCDIR%%/ref.fdf.html
%%PHPDOCDIR%%/ref.filepro.html
%%PHPDOCDIR%%/ref.filesystem.html
%%PHPDOCDIR%%/ref.ftp.html
%%PHPDOCDIR%%/ref.funchand.html
%%PHPDOCDIR%%/ref.gettext.html
%%PHPDOCDIR%%/ref.gmp.html
%%PHPDOCDIR%%/ref.http.html
%%PHPDOCDIR%%/ref.hyperwave.html
%%PHPDOCDIR%%/ref.ibase.html
%%PHPDOCDIR%%/ref.icap.html
%%PHPDOCDIR%%/ref.ifx.html
%%PHPDOCDIR%%/ref.image.html
%%PHPDOCDIR%%/ref.imap.html
%%PHPDOCDIR%%/ref.info.html
%%PHPDOCDIR%%/ref.ingres.html
%%PHPDOCDIR%%/ref.ldap.html
%%PHPDOCDIR%%/ref.mail.html
%%PHPDOCDIR%%/ref.math.html
%%PHPDOCDIR%%/ref.mcal.html
%%PHPDOCDIR%%/ref.mcrypt.html
%%PHPDOCDIR%%/ref.mhash.html
%%PHPDOCDIR%%/ref.ming.html
%%PHPDOCDIR%%/ref.misc.html
%%PHPDOCDIR%%/ref.mnogo.html
%%PHPDOCDIR%%/ref.msql.html
%%PHPDOCDIR%%/ref.mssql.html
%%PHPDOCDIR%%/ref.mysql.html
%%PHPDOCDIR%%/ref.network.html
%%PHPDOCDIR%%/ref.nis.html
%%PHPDOCDIR%%/ref.oci8.html
%%PHPDOCDIR%%/ref.odbc.html
%%PHPDOCDIR%%/ref.openssl.html
%%PHPDOCDIR%%/ref.oracle.html
%%PHPDOCDIR%%/ref.outcontrol.html
%%PHPDOCDIR%%/ref.ovrimos.html
%%PHPDOCDIR%%/ref.pcre.html
%%PHPDOCDIR%%/ref.pdf.html
%%PHPDOCDIR%%/ref.pear.html
%%PHPDOCDIR%%/ref.pfpro.html
%%PHPDOCDIR%%/ref.pgsql.html
%%PHPDOCDIR%%/ref.posix.html
%%PHPDOCDIR%%/ref.pspell.html
%%PHPDOCDIR%%/ref.readline.html
%%PHPDOCDIR%%/ref.recode.html
%%PHPDOCDIR%%/ref.regex.html
%%PHPDOCDIR%%/ref.satellite.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.url.html
%%PHPDOCDIR%%/ref.var.html
%%PHPDOCDIR%%/ref.wddx.html
%%PHPDOCDIR%%/ref.xml.html
%%PHPDOCDIR%%/ref.xslt.html
%%PHPDOCDIR%%/ref.yaz.html
%%PHPDOCDIR%%/ref.zlib.html
%%PHPDOCDIR%%/reserved.html
%%PHPDOCDIR%%/resource.html
%%PHPDOCDIR%%/security.apache.html
%%PHPDOCDIR%%/security.current.html
%%PHPDOCDIR%%/security.errors.html
%%PHPDOCDIR%%/security.filesystem.html
%%PHPDOCDIR%%/security.general.html
%%PHPDOCDIR%%/security.html
%%PHPDOCDIR%%/security.variables.html
%%PHPDOCDIR%%/x52391.html
%%PHPDOCDIR%%/x52408.html
%%PHPDOCDIR%%/x52431.html
%%PHPDOCDIR%%/x52435.html
%%PHPDOCDIR%%/x52441.html
%%PHPDOCDIR%%/x52466.html
%%PHPDOCDIR%%/x52469.html
%%PHPDOCDIR%%/x52480.html
@dirrm %%PHPDOCDIR%%