未分類

curl POST file


'@/path/test_file_data'
)
);
echo curl_exec( $ch );
curl_close( $ch );
?>