You are not logged in.

  • Login

Search results

Search results 1-5 of 5 for "freemail".

. telefoontoestel at home 23 Nov 2003 08:05 In reply to the function socket_raw_connect posted by "net_del at freemail dot ru". In the function you give a return value and afterwords you try to close the connection. That won't ever work. I think you want to alter your code ; ) seymour@itsyourdomain 01 Oct 2003 07:43 here's how you can implement timeouts with the socket functions. this example works for blocking sockets but will work for both blocking and nonblocking with minor modifications

); imagejpeg ( $im ); ?> aiden dot mail at freemail dot hu 29 Mar 2008 08:16 Function to change the transparency of a png image on the fly. Works only with PNG, and with a browser supporting alpha channel. The function stretches the opacity range of the image, so that the most opaque pixel(s) will be set to the given opacity. (Other opacity values in pixels are modified accordingly.) Returns success or failure. <?php function filter_opacity ( & $img , $opacity ) //params: image resource id, opac...

_chars = 'Aa Āā Bb Cc Čč Dd Ee Ēē Ff Gg Ģģ Hh Ii Īī Jj Kk Ķķ Ll Ļļ Mm Nn Ņņ Oo Pp Rr Ss Šš Tt Uu Ūū Vv Zz Žž'; voila! Thank You very very much! bakatamas at freemail dot hu 15 Feb 2008 10:34 Dear mike at clear link dot com! I needed a case insensitive version of your function. It is still not perfect as I have to do something with country specific characters (öüóőúéáűíÖÜÓŐÚÉÁŰÍ) function akisort(&$array,$valrev=false,$keyrev=false) { if ($valrev) { arsort($array); } else { asort($array); }; $val...

()' will both return the timestamp for your server time, and will both be the same as eachother. gmmktime will return a GMT timestamp. So if run on a server that is NOT in the GMT timezone then gmmktime will return a different timestamp to the other two. PHPcoder at freemail dot ig3 dot net 06 Sep 2007 06:26 gmmktime() should ONLY be used to create a timestamp when specifying a specific GMT date and time. If you want to make a valid time stamp for the current date & time, use mktime() instead

:52 <?php /** * PNG ALPHA CHANNEL SUPPORT for imagecopymerge(); * This is a function like imagecopymerge but it handle alpha channel well!!! **/ // A fix to get a function like imagecopymerge WITH ALPHA SUPPORT // Main script by aiden dot mail at freemail dot hu // Transformed to imagecopymerge_alpha() by rodrigo dot polo at gmail dot com function imagecopymerge_alpha ( $dst_im , $src_im , $dst_x , $dst_y , $src_x , $src_y , $src_w , $src_h , $pct ){ if(!isset( $pct )){ return false ; } $pct /= ...

powered by: