LDLMS_DB::escape_IN_clause_placeholders( array $items = array(), string $force_type = '' )
Utility function to return the ‘placeholders’ IN clause items.
Description #
Parameters #
- $items
-
(array) (Optional) Array of items to process.
Default value: array()
- $force_type
-
(string) (Optional) type to enforce for all items.
Default value: ''
Return #
(string) Returns string of placeholder markers.
Source #
Changelog #
Version | Description |
---|---|
3.4.0 | Introduced. |