m_getcellbynum

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0)

m_getcellbynumGet a specific cell from a comma delimited response by column number

설명

string m_getcellbynum ( resource $conn , int $identifier , int $column , int $row )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

conn

m_initengine()이 반환한 MCVE_CONN 리소스입니다.

identifier

column

row

반환값

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top