MySQL 함수 라이브러리: mysql_field_type

출처: 인터넷
작성자: 사용자
키워드: mysql_field_type mysql 함수 라이브러리 php 중국 기능 설명서

Mysql_field_type

(PHP3, P H P 4)

Mysql_field_type---& http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; 지정된 된 필드의 형식을 가져옵니다.

구문: 문자열 mysql_field_type (int 결과, int field_offset)

설명:

Mysql_field_type () Mysql_field_name ()와 같은 인자와 유사 하지만 폼 "int", "진짜" 될 것입니다, "문자열", "blob", 또는 뭔가 다른,이 함수를 반환 합니다. 자세한 내용은 MySQL 파일을 참조 하십시오.

예:

<? php

Mysql_connect ("localhost:3306");

mysql_select_db ("위스콘신");

$result = mysql_query ("선택 *에서 Onek");

$fields = Mysql_num_fields ($result);

$rows = mysql_num_rows ($result);

$i = 0;

$table = mysql_field_table ($result, $i);

"당신의" 에코. $table. "' 테이블". $fields. "필드와" $rows. "< BR > 레코드";

에코 "테이블에 다음 필드 < BR >";

동안 ($i < $fields) 없음

$type = Mysql_field_type ($result, $i);

$name = Mysql_field_name ($result, $i);

$len = Mysql_field_len ($result, $i);

$flags = Mysql_field_flags ($result, $i);

$type 에코. ". $name." ". $len." ". $flags." < b R > ";

$i + +;

}

Mysql_close ();

? >

호환 (Mysql_fieldtype)도 사용할 수 있습니다.

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.