Ask a Question related to PHP Development, Design and Development.
-
-maniax- #1
Bit level flagging
Hi Folks
I'm trying to use a variable as a condition flag and I want to set or clear
various bits in the variable as certain conditions occur.
In my dim and distant past I used a language (BBC Basic) that allowed you to
use booloean functions (AND, OR, NOT, EOR etc) to compare and modify
variables at a binary/bit level (see the "AND" operator here
[url]http://www.rtrussell.co.uk/products/bbcbasic/manual[/url] for an example)
I've had a quick trawl through the PHP manual but can't see any indication
that there are any built in PHP functions or operators that provide this
sort of feature although it's possible that I'm not looking under the
correct names.
Before I go down the route of writing my own functions to provide these
features can anyone point me in the direction of any buit in PHP functions
that would do the job or failing that any user written functions.
Regards
-maniax-
-maniax- Guest
-
Flagging pages in a secured document
Hi, Does anyone has a suggestion on how to flag pages in a secure document. I want to be able to look through a 100+ page secure document and... -
Preflight flagging color bars as creating different plates
I love the new Acrobat preflight feature, but I am having trouble getting it to ignore the color bar placed on the page. When I test a black and... -
Control Level 0 MC from Level 1 Button?
"haydenad" <haydenad@qis.net> wrote in message news:c0bfnh$ir1$1@forums.macromedia.com... level apply _level0.gotoAndPlay("Close"); hth -
Control Level 0 MC from Level 1 Button?
This is probably an easy question but how do I control a Movie loaded in level 0 (I want to change frames) from a button that is loaded in Level 1?... -
Difficult: Flagging to know if a record is in another file
I am trying to do the following. I have a database which contains a list of address part of a mailing list. I have a second database where I have... -
-maniax- #2
Re: Bit level flagging
Hi Again
Sorry I posted the wrong example link
Try this one instead
[url]http://www.cix.co.uk/~rrussell/products/bbcbasic/manual/bbckey1.html#and[/url]
Regards
-maniax-
"-maniax-" <dont.even.think@about.it> wrote in message
news:GRvLc.526$mO6.231@newsfe2-gui.ntli.net...clear> Hi Folks
>
> I'm trying to use a variable as a condition flag and I want to set orto> various bits in the variable as certain conditions occur.
>
> In my dim and distant past I used a language (BBC Basic) that allowed you> use booloean functions (AND, OR, NOT, EOR etc) to compare and modify
> variables at a binary/bit level (see the "AND" operator here
> [url]http://www.rtrussell.co.uk/products/bbcbasic/manual[/url] for an example)
>
> I've had a quick trawl through the PHP manual but can't see any indication
> that there are any built in PHP functions or operators that provide this
> sort of feature although it's possible that I'm not looking under the
> correct names.
>
> Before I go down the route of writing my own functions to provide these
> features can anyone point me in the direction of any buit in PHP functions
> that would do the job or failing that any user written functions.
>
> Regards
>
> -maniax-
>
>
-maniax- Guest



Reply With Quote

