So what do you thing about on this thing ?
Anup Shukla yazmış:
I am sorry. Please disregard my previous post.
I think i am wrong on that.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you Anup,
But why I getting this error ?
is this a bug ?
I have changed my code like this
if (in_array($this->getFileExtension($file), array('gif', 'jpg', 'png'))) {
}
but I can't understand.
Anup Shukla yazmış:
Murat BEŞER wrote:
I can
I can't under stood but PHP gaves me an error:
"UnExcepted $this" for " || $this->getFileExtension($file) == 'jpg' "
When I removed jpg extension check it's okay... PHP script runs well.
What is the problem :)
public function loadImages($folder) {
$result = $this->filemanager->
3 matches
Mail list logo