You are here

function webfm_db_placeholders in Web File Manager 5

1 call to webfm_db_placeholders()
webfm_get_temp_attachments in ./webfm.module

File

./webfm.module, line 2281

Code

function webfm_db_placeholders($arguments, $type = 'int') {
  $placeholder = webfm_db_type_placeholder($type);
  return implode(',', array_fill(0, count($arguments), $placeholder));
}