開始
加載和管理數據
處理數據
政府
引用和資源
更新07年8月,2023年
給我們反饋
array_compact
適用於:磚運行時12.2及以後
刪除空的元素數組。
數組
array_compact(數組)
數組:數組的表情。
相同類型的函數返回一個數組作為輸入參數,所有空值已被移除。
>選擇array_compact(數組(1,2,零,3,零,3));(1,2,3]>選擇array_compact(數組(零,零));[]
array_append函數
array_distinct函數
array_except函數
array_intersect函數
array_prepend函數
array_sort函數
array_remove函數
array_union函數