PLZ: A handy PHP library for lazy programmers
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • amekusa
    • plz
  • PHP

Classes

  • alt
  • arr
  • constant
  • dom
  • fn
  • num
  • obj
  • op
  • path
  • str
  • sys
  • T
  • type
  • xml

Exceptions

  • ErrorException

Class sys

System utilities

To get started, place the following line around top of your code.

use amekusa\plz\sys;
Abstract
Namespace: amekusa\plz
Located at sys.php

Methods summary

public static boolean
# ensure_ini( string $X, mixed $Value )

Ensures whether a PHP directive has a specific value

Ensures whether a PHP directive has a specific value

Parameters

$X
The name of a directive
$Value
The value that the directive should have

Returns

boolean
true if the directive has a correct value. Otherwise false
public static
# ignore_errors( )

Todo

Write doc
PLZ: A handy PHP library for lazy programmers API documentation generated by ApiGen