PHP Class bitfield

Show file Open project: phpbb/phpbb Class Usage Examples

Public Properties

Property Type Description
$data

Public Methods

Method Description
bitfield ( $bitfield = '' )
clear ( $n )
get ( $n )
get_all_set ( )
get_base64 ( )
get_bin ( )
get_blob ( )
merge ( $bitfield )
set ( $n )

Method Details

bitfield() public method

public bitfield ( $bitfield = '' )

clear() public method

public clear ( $n )

get() public method

public get ( $n )

get_all_set() public method

public get_all_set ( )

get_base64() public method

public get_base64 ( )

get_bin() public method

public get_bin ( )

get_blob() public method

public get_blob ( )

merge() public method

public merge ( $bitfield )

set() public method

public set ( $n )

Property Details

$data public property

public $data