Changeset 31050 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 01/05/2015 03:50:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r30768 r31050 147 147 * Cached column info, for sanity checking data before inserting 148 148 * 149 * @since 4. 1.0149 * @since 4.2.0 150 150 * @access protected 151 151 * @var array … … 156 156 * Calculated character sets on tables 157 157 * 158 * @since 4. 1.0158 * @since 4.2.0 159 159 * @access protected 160 160 * @var array … … 165 165 * Whether text fields in the current query need to be sanity checked. 166 166 * 167 * @since 4. 1.0167 * @since 4.2.0 168 168 * @access protected 169 169 * @var bool … … 1904 1904 * stripped, then field processing is rejected and the query fails. 1905 1905 * 1906 * @since 4. 1.01906 * @since 4.2.0 1907 1907 * @access protected 1908 1908 * … … 1932 1932 * Prepares arrays of value/format pairs as passed to wpdb CRUD methods. 1933 1933 * 1934 * @since 4. 1.01934 * @since 4.2.0 1935 1935 * @access protected 1936 1936 * … … 1968 1968 * the {@see wpdb::process_field_formats()} method. 1969 1969 * 1970 * @since 4. 1.01970 * @since 4.2.0 1971 1971 * @access protected 1972 1972 * … … 2158 2158 * Retrieves the character set for the given table. 2159 2159 * 2160 * @since 4. 1.02160 * @since 4.2.0 2161 2161 * @access protected 2162 2162 * … … 2173 2173 * checking the DB for the charset, returning that value instead. 2174 2174 * 2175 * @since 4. 1.02175 * @since 4.2.0 2176 2176 * 2177 2177 * @param string $charset The character set to use. Default null. … … 2250 2250 * Retrieves the character set for the given column. 2251 2251 * 2252 * @since 4. 1.02252 * @since 4.2.0 2253 2253 * @access protected 2254 2254 * … … 2268 2268 * checking the DB for the charset, returning that value instead. 2269 2269 * 2270 * @since 4. 1.02270 * @since 4.2.0 2271 2271 * 2272 2272 * @param string $charset The character set to use. Default null. … … 2317 2317 * the search to finish as soon as it encounters a non-ASCII character. 2318 2318 * 2319 * @since 4. 1.02319 * @since 4.2.0 2320 2320 * @access protected 2321 2321 * … … 2338 2338 * Strips any invalid characters based on value/charset pairs. 2339 2339 * 2340 * @since 4. 1.02340 * @since 4.2.0 2341 2341 * @access protected 2342 2342 * … … 2465 2465 * Strips any invalid characters from the query. 2466 2466 * 2467 * @since 4. 1.02467 * @since 4.2.0 2468 2468 * @access protected 2469 2469 * … … 2504 2504 * Strips any invalid characters from the string for a given table and column. 2505 2505 * 2506 * @since 4. 1.02506 * @since 4.2.0 2507 2507 * @access public 2508 2508 * … … 2545 2545 * Find the first table name referenced in a query. 2546 2546 * 2547 * @since 4. 1.02547 * @since 4.2.0 2548 2548 * @access protected 2549 2549 *
Note: See TracChangeset
for help on using the changeset viewer.