http_build_query() http_build_query( $formdata, $numeric_prefix = null, $arg_separator = null) Parameters $formdata $numeric_prefix $arg_separator
http_build_recursive() http_build_recursive( $formdata, $separator, $key = '', $prefix = '') Parameters $formdata $separator $key $prefix
openssl_decrypt() openssl_decrypt( $ciphertext_dec, $method, $key, $options, $iv) Parameters $ciphertext_dec $method $key $options $iv
openssl_encrypt() openssl_encrypt( $text, $method, $key, $options, $iv) Parameters $text $method $key $options $iv
array_column() array_column( $input, $columnKey, $indexKey = NULL) Parameters $input $columnKey $indexKey