PHP 8.5.0 Alpha 1 available for testing

Voting

: min(six, four)?
(Example: nine)

The Note You're Voting On

Nathan Alan
8 years ago
Just wanted to add that to get the remaining text from the string, you need to add the following as a variable in your scanf

%[ -~]

Example:

sscanf($sql, "[%d,%d]%[ -~]", $sheet_id, $column, $remaining_sql);

<< Back to user notes page

To Top