Skip to main content

folk_call_with_binary

Function folk_call_with_binary 

Source
pub unsafe extern "C" fn folk_call_with_binary(
    func_name: *const c_char,
    method_name: *const c_char,
    method_name_len: usize,
    params: *const c_char,
    params_len: usize,
    response_buf: *mut *mut c_char,
    response_len: *mut usize,
) -> c_int
Expand description

Call PHP function with raw binary args (no base64). Returns -3 on SIGSEGV.