Browse: Home / Classes / LDLMS_DB /

LDLMS_DB::escape_numeric_array

LDLMS_DB::escape_numeric_array( array $array )

Escape an array, supposed to be a numeric array, to be used in a SQL IN() clause.


Description #


Parameters #

$array

(<span class="array">array) (Required) Array of items to process.


Return #

(array<int>)


Source #

File: includes/class-ldlms-db.php


Changelog #

Changelog
Version Description
4.5.3.1 Introduced.