PHP 클래스 MongoInt32

상속: implements Alcaeus\MongoDbAdapter\TypeInterface
파일 보기 프로젝트 열기: alcaeus/mongo-php-adapter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$value string

공개 메소드들

메소드 설명
__construct ( string $value ) Creates a new 32-bit number with the given value.
__toString ( ) : string
toBSONType ( ) : integer Converts this MongoInt32 to a native integer

메소드 상세

__construct() 공개 메소드

Creates a new 32-bit number with the given value.
public __construct ( string $value )
$value string A number

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

toBSONType() 공개 메소드

Converts this MongoInt32 to a native integer
public toBSONType ( ) : integer
리턴 integer

프로퍼티 상세

$value 공개적으로 프로퍼티

public string $value
리턴 string