|
PHP5中文手册
filter_list(PHP 5 >= 5.2.0, PECL filter:0.11.0) filter_list — Returns a list of all supported filters 说明
array filter_list
( void
)
返回值Returns an array of names of all supported filters, empty array if there are no such filters. Indexes of this array are not filter IDs, they can be obtained with filter_id() from a name instead. 范例
Example#1 A filter_list() example
<?php 上例的输出类似于:
|