|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-28 15:10 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
function.mysql-fetch-field.html WRONG: echo "<PRE> blob: $meta -> blob max_length: $meta -> max_length multiple_key: $meta -> multiple_key name: $meta -> name not_null: $meta -> not_null numeric: $meta -> numeric primary_key: $meta -> primary_key table: $meta -> table type: $meta -> type unique_key: $meta -> unique_key unsigned: $meta -> unsigned zerofill: $meta -> zerofill </PRE>"; OK: echo "<PRE> blob: $meta->blob max_length: $meta->max_length multiple_key: $meta->multiple_key name: $meta->name not_null: $meta->not_null numeric: $meta->numeric primary_key: $meta->primary_key table: $meta->table type: $meta->type unique_key: $meta->unique_key unsigned: $meta->unsigned zerofill: $meta->zerofill </PRE>";