Page MenuHomeDevCentral

ExitCode.php
No OneTemporary

ExitCode.php

<?php
namespace Keruald\Commands;
class ExitCode {
public const SUCCESS = 0;
public const FAILURE = 1;
public const ILLEGAL_OPTION = 64;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Nov 18, 18:06 (5 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3124808
Default Alt Text
ExitCode.php (155 B)

Event Timeline