Vertaling van "getimagesize" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Oczywiście jest też drugie pytanie: jak nagiąć standard tak aby plik GIF był widziany powiedzmy jako 10x10 dla getimagesize, ale powiedzmy 256x192 dla przeglądarki?
There is also a second, more precise question: how to make the getimagesize return for example 10x10 but the browser would display an 256x192 image?
OK, a teraz krótka lista formatów obsługiwanych przez getimagesize (w kolejności losowej)
OK, let's start with a (not-so-)short list of formats supported by getimagesize (in random order)
Funkcja getimagesize jest, moim zdaniem oczywiście, jedną z bardziej interesujących funkcji wchodzącej w skład standardowego zestawu funkcji PHP (tak, standardowego, mimo iż jej dokumentacja leży w sekcji pełnej funkcji GD).
The getimagesize function is, in my humble opinion of course, one of the most interesting functions of the standard PHP library (yes, the standard library, even while it's documentation is placed among the GD extension functions).
Zapraszam po weekendzie na część drugą getimagesize internals:)
Checkout the second part of getimagesize internals in a few days:)
Czas na drugą część (tak, to oznacza że była część pierwsza;>) posta o getimagesize.
Time has come to write the second part of the PHP getimagesize story (yes, that means that there was a first part *grin*).
Będzie również o tym dlaczego getimagesize nie powinno się używać do sprawdzania czy uploadowany plik faktycznie jest obrazkiem.
I'll also write about why you should NOT use getimagesize to validate if an uploaded file is really an image.
Tym razem będzie o popularnym formacie PNG, oczywiście w kontekście obsługi tego formatu przez funkcje getimagesize.
This time I'll tell you the story of the PNG format, of course in the context of it's support in the getimagesize function.