sqlite_fetch_string Fetches first column of a result set as a string. Description stringsqlite_fetch_string resourceresult intresult_type booldecode_binary sqlite_fetch_string is identical to sqlite_fetch_array except that it returns the value of the first column of the rowset. This is the most optimial way to retrieve data when you are only interested in the values from a single column of data.