/**
 * Returns true if the string is serialized, false otherwise.
 *
 * @return bool Returns TRUE on success or FALSE otherwise.
 */
public function isSerialized(): bool

Examples

if (Strings::create('s:11:"fòôbàřs";'))->isSerialized()) {
    // do something...
}

Getting Started

Methods