mime content type

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gezerpunta

    mime content type

    Hi

    I need a function which finds a mime type from string data.php's
    mime_content_ty pe function wants only filename to find it.

    thks.

  • Schraalhans Keukenmeester

    #2
    Re: mime content type

    At Sun, 20 May 2007 10:02:49 -0700, gezerpunta let his monkeys type:
    Hi
    >
    I need a function which finds a mime type from string data.php's
    mime_content_ty pe function wants only filename to find it.
    >
    thks.
    And it's deprecated, in favour of the PECL extension fileinfo:
    This one does what you want for strings:


    HTH
    Sh.

    Comment

    Working...