Page MenuHomePhorge

function assert_stringlike($parameter)
libphutil Technical Documentation (Core Utilities)

Assert that passed data can be converted to string.

Parameters
string$parameterAssert that this data is valid.
Return
void