¡@

Home 

php Programming Glossary: mask

Error logging, in a smooth way

http://stackoverflow.com/questions/10331084/error-logging-in-a-smooth-way

handler with an errno of 0 which if the error_reporting mask is respected should not be reported. When Good Errors go Bad..

Why should I use bitwise/bitmask in PHP?

http://stackoverflow.com/questions/1380045/why-should-i-use-bitwise-bitmask-in-php

should I use bitwise bitmask in PHP I am working on a user role permission system in PHP.. system in PHP for a script. Below is a code using a bitmask method for permissions that I found on phpbuilder.com. Below.. php Correct the variables stored in array. @param integer mask Integer of the bit @return array function bitMask mask 0 return..

PHP - Replace colour within image

http://stackoverflow.com/questions/1548534/php-replace-colour-within-image

image I hope someone can help I have made a script that masks images... however it is reliant on a colour to mask with 'green.. that masks images... however it is reliant on a colour to mask with 'green screen' style . The trouble is if the image that.. screen' style . The trouble is if the image that I am masking contains that colour it is ruined. What I am looking to do..

Convert one date format into another in PHP

http://stackoverflow.com/questions/2167916/convert-one-date-format-into-another-in-php

createFromFormat . It allows you to specify an exact mask using the date syntax to parse incoming string dates with. PHP..

Bitmask in PHP for settings?

http://stackoverflow.com/questions/5319475/bitmask-in-php-for-settings

in PHP for settings Bits Bitmask are something I have been.. in PHP for settings Bits Bitmask are something I have been struggling to understand for a while.. one for me to grasp so far. the class... php class bitmask This array is used to represent the users permission in usable..

matching an IP to a CIDR mask in php5?

http://stackoverflow.com/questions/594112/matching-an-ip-to-a-cidr-mask-in-php5

an IP to a CIDR mask in php5 I'm looking for quick simple maybe built in that i.. for matching a given IP4 dotted quad IP to a CIDR notation mask. I have a bunch of IPs I need to see if they match a range of.. range into long integers convert the xx into a subnet mask do a bitwise 'and' i.e. ip mask ' and check that that 'result..

Crop or mask an image into a circle

http://stackoverflow.com/questions/999251/crop-or-mask-an-image-into-a-circle

or mask an image into a circle What is the best way to crop or mask.. an image into a circle What is the best way to crop or mask an image into a circular shape using either ImageMagick or GD.. with ImageMagick that will acomplish this without using a mask convert size 200x200 xc none fill walter.jpg draw circle 100..