pdo_stmt_get_col_data_func 342 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_get_col_data_func)(pdo_stmt_t *stmt, int colno, char **ptr, size_t *len, int *caller_frees); pdo_stmt_get_col_data_func 410 ext/pdo/php_pdo_driver.h pdo_stmt_get_col_data_func get_col;