Skip to content

Latest commit

 

History

History
146 lines (93 loc) · 4.95 KB

ephp_lib_date.md

File metadata and controls

146 lines (93 loc) · 4.95 KB

Module ephp_lib_date

Behaviours: ephp_lib.

Function Index

date/3
date/4
date_default_timezone_get/2
date_default_timezone_set/3
gmdate/3
gmdate/4
handle_error/3
init_config/0
init_const/0
init_func/0
microtime/2
microtime/3
time/2
timezone_abbreviations_list/2

Function Details

date/3


date(Context::ephp:context_id(), Line::line(), Format::var_value()) -> binary()

date/4


date(Context::ephp:context_id(), Line::line(), Format::var_value(), Timestamp::var_value()) -> binary()

date_default_timezone_get/2


date_default_timezone_get(Context::ephp:context_id(), Line::line()) -> binary()

date_default_timezone_set/3


date_default_timezone_set(Context::ephp:context_id(), Line::line(), TZ::var_value()) -> undefined

gmdate/3


gmdate(Context::ephp:context_id(), Line::line(), Format::var_value()) -> binary()

gmdate/4


gmdate(Context::ephp:context_id(), Line::line(), Format::var_value(), Timestamp::var_value()) -> binary()

handle_error/3


handle_error(Type::ephp_error:error_type(), Level::ephp_error:error_level(), Args::term()) -> string() | ignore

init_config/0


init_const/0


init_func/0


microtime/2


microtime(Context::ephp:context_id(), Line::line()) -> float() | binary()

microtime/3


microtime(Context::ephp:context_id(), Line::line(), GetAsFloat::{variable() | undefined, boolean()}) -> float() | binary()

time/2


time(Context::ephp:context_id(), Line::line()) -> integer()

timezone_abbreviations_list/2


timezone_abbreviations_list(Context::ephp:context_id(), Line::line()) -> ephp_array:ephp_array()