芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/simplesoftwareio/simple-qrcode/src/DataTypes/PhoneNumber.php
phoneNumber = $arguments[0]; } /** * Returns the correct QrCode format. * * @return string */ public function __toString() { return $this->prefix.$this->phoneNumber; } }