Файловый менеджер - Редактировать - C:/xampp/php/PEAR/docs/examples/example.php
Назад
<?php ini_set('error_reporting', E_ALL); require 'MIME/Type.php'; $type = 'application/x-test-app; foo="bar" (First argument); bar=baz (Second argument)'; $type2 = 'application/vnd.pear.test-type'; print "Checking type: $type\n"; if (MIME_Type::isExperimental($type)) { print "Type is experimental\n"; } else { print "Type is not experimental\n"; } print "\nChecking type: $type2\n"; if (MIME_Type::isVendor($type2)) { print "Type is vendor-specific\n"; } else { print "Type is not vendor-specific\n"; } $file = 'C:\php5\pear\docs/MIME_Type/example.php'; print "\nChecking type of: $file\n"; $type = MIME_Type::autoDetect($file); if (PEAR::isError($type)) { print 'Error: ' . $type->getMessage() . "\n"; } else { print $type . "\n"; } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.3.8 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка