smeeckaert/fw-tools

Tools for FW

1.0.0.0 2015-09-20 19:39 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:01:32 UTC


README

#Tools

Tools are a bunch of useful methods used in FW.

Arr

Array methods.

get(array, name, default)

Return the member name of the array if it exists, otherwise returns default.

Header

status(code)

Shorthand method for http_response_code.

Server

uri()

Return the URI of the current request.