Changeset 32654 for trunk/src/wp-admin/install-helper.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install-helper.php
r32642 r32654 158 158 * 159 159 * @param string $table_name Table name 160 * @param string $col_name Column name161 * @param string $col_type Column type162 * @param bool $is_nullOptional. Check is null.163 * @param mixed $keyOptional. Key info.164 * @param mixed $defaultOptional. Default value.165 * @param mixed $extraOptional. Extra value.160 * @param string $col_name Column name 161 * @param string $col_type Column type 162 * @param bool $is_null Optional. Check is null. 163 * @param mixed $key Optional. Key info. 164 * @param mixed $default Optional. Default value. 165 * @param mixed $extra Optional. Extra value. 166 166 * @return bool True, if matches. False, if not matching. 167 167 */
Note: See TracChangeset
for help on using the changeset viewer.