Documentation

ErrorCode

Table of Contents

$errorCodeMap  : array<string, int>
error()  : int

Properties

$errorCodeMap

protected static array<string, int> $errorCodeMap = ['#NULL!' => 0x0, '#DIV/0!' => 0x7, '#VALUE!' => 0xf, '#REF!' => 0x17, '#NAME?' => 0x1d, '#NUM!' => 0x24, '#N/A' => 0x2a]

Methods

error()

public static error(string $errorCode) : int
Parameters
$errorCode : string
Return values
int

Search results