Skip to content

Latest commit

 

History

History
102 lines (50 loc) · 2.48 KB

ephp_output.md

File metadata and controls

102 lines (50 loc) · 2.48 KB

Module ephp_output

Function Index

destroy/1
flush/1
get/1
get_flush_handler/1
get_output_handler/1
pop/1
push/2
set_flush/2
set_flush_handler/2
set_output_handler/2
size/1
start_link/1
start_link/2
start_link/3

Function Details

destroy/1

destroy(Ref) -> any()

flush/1

flush(Ref) -> any()

get/1

get(Ref) -> any()

get_flush_handler/1

get_flush_handler(Ref) -> any()

get_output_handler/1

get_output_handler(Ref) -> any()

pop/1

pop(Ref) -> any()

push/2

push(Ref, RawText) -> any()

set_flush/2

set_flush(Ref, Flush) -> any()

set_flush_handler/2

set_flush_handler(Ref, Handler) -> any()

set_output_handler/2

set_output_handler(Ref, Handler) -> any()

size/1

size(Ref) -> any()

start_link/1

start_link(Ctx) -> any()

start_link/2

start_link(Ctx, Flush) -> any()

start_link/3

start_link(Ctx, Flush, FlushHandler) -> any()