Type Alias ext_php_rs::types::ZendLong

source ·
pub type ZendLong = zend_long;
Expand description

A PHP long.

The type size depends on the system architecture. On 32-bit systems, it is 32-bits, while on a 64-bit system, it is 64-bits.