Skip to main content

folk_array_append_string

Function folk_array_append_string 

Source
pub unsafe extern "C" fn folk_array_append_string(
    arr: *mut zval,
    val: *const c_char,
    val_len: usize,
)
Expand description

Append a string to a PHP array (numeric index).