bp_esc_sql_order(细绳$订单=''的)
在构建SQL查询中使用“订单”参数进行消毒。
描述
像'desc','desc','desc'的字符串将被解释为“desc”。其他一切都变成了'asc'。
参数
- $订单
-
(细绳的)(可选的)“订单”字符串传递给SQL构造函数。
默认值: ''
返回
(细绳)消毒价值'desc'或'asc'。
来源
文件:bp-core / bp-core-clusers.php
函数bp_esc_sql_order($ sermate =''){$ server = strtoupper(修剪($ order));返回'desc'=== $ distry?'desc':'asc';}
变更乐
版本 | 描述 |
---|---|
BuddyPress 1.8.0. | 介绍。 |