canasta
Новичок
getimagesize
privet vsem
kod takoj
Rezul'tat -
Array
(
[0] => 600
[1] => 403
[2] => 2
[3] => width="600" height="403"
[bits] => 8
[channels] => 3
[mime] => image/jpeg
)
Warning: getimagesize(1765572.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /data/apache2/htdocs/ton/tag1.php on line 10
Warning: getimagesize(Texture.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /data/apache2/htdocs/ton/tag1.php on line 10
Warning: getimagesize(176557.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /data/apache2/htdocs/ton/tag1.php on line 10
ne podskajete v 4em pri4ina?
phpinfo(esli on nujen) na www.ton.am/info.php
privet vsem
kod takoj
PHP:
<pre>
<?php
$dh = opendir("pics");
while (false !== ( $file = readdir($dh) ))
if ( $file != '.' and $file != '..')
{
$tag = getimagesize($file);
print_r($tag);
}
php?>
Rezul'tat -
Array
(
[0] => 600
[1] => 403
[2] => 2
[3] => width="600" height="403"
[bits] => 8
[channels] => 3
[mime] => image/jpeg
)
Warning: getimagesize(1765572.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /data/apache2/htdocs/ton/tag1.php on line 10
Warning: getimagesize(Texture.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /data/apache2/htdocs/ton/tag1.php on line 10
Warning: getimagesize(176557.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /data/apache2/htdocs/ton/tag1.php on line 10
ne podskajete v 4em pri4ina?
phpinfo(esli on nujen) na www.ton.am/info.php
)