问题描述
根据我是否获得某个图片或某个网址的文字,我想要做一些不同的事情。
。我事先不知道是否会得到一张图片
或一个文字。
这是一个返回图片的网址:
http://indicator.amessage.info/indic...mp;param4=.png
这是一个返回文本的文本:
我怎么能看到2与PHP代码之间的区别?
希望某人可以让我离开这个,
问候,
Mattias
Hi,
Depending on if I get an image or a text of a certain URL, I want to do
something different. I don''t know in advance whether I''ll get an image
or a text.
This is a URL that returns an image:
http://indicator.amessage.info/indic...mp;param4=.png
This is one that returns text:
http://indicator.amessage.info/indic...mp;param4=.png
How could I see the difference between the 2 with PHP code?
Hoping that sb. can get me out of this,
greetings,
Mattias
推荐答案
使用fsockopen和正则表达式在标题中搜索Content-Type。
问候,
Shawn
-
肖恩Wilson
这篇关于图像和文字:如何看待差异的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!