PHP BLOB处理 获取BLOB数据

<?php $conn = mysqli_connect("localhost","root","root","world"); if(empty($_GET['id'])){ $result = $conn->query("SELECT id, length(data) FROM files LIMIT 20"); if($result->num_rows == 0){
相关文章
相关标签/搜索