# php_sms_demo **Repository Path**: mo_cloud/php_sms_demo ## Basic Information - **Project Name**: php_sms_demo - **Description**: PHP示例代码 - 发送模板短信 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: https://ocr.xinby.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-25 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php_sms_demo #### 调用函数 ``` _sendsmscode('13185808318', '1', array( 'code' => rand(100000, 999999), 'type' => '身份验证', )); ```