本文整理汇总了PHP中strings::create_raw方法的典型用法代码示例。如果您正苦于以下问题:PHP strings::create_raw方法的具体用法?PHP strings::create_raw怎么用?PHP strings::create_raw使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类strings
的用法示例。
在下文中一共展示了strings::create_raw方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
// end if
}
// end if
}
// end if
if (isset($_GET['action'])) {
if ($_GET['action'] == 'upload-file') {
// todo do for rackspace too
if (isset($_GET['bucket']) && isset($_GET['key']) && isset($_GET['etag'])) {
if ($_SERVER['HTTP_HOST'] != $demo_domain) {
$uploaded_file = $APP['fs']->key_url($_GET['bucket'], $_GET['key']);
$props = array();
$props['id'] = sha1(rand(1, 100) . time() . $_GET['key']);
$props['val'] = $uploaded_file;
$new_string = new strings();
$new_string->create_raw($props);
$props = array();
$props['id_hf'] = $_GET['q'];
$props['id'] = sha1(rand(30, 50) . $_GET['key'] . $_GET['bucket'] . time());
$props['str_file'] = $new_string->id;
$new_hf_file = new hf_file();
$new_hf_file->create_raw($props);
}
}
// end if
}
}
// end action (upload new helium file)
if (isset($_GET['action'])) {
if ($_GET['action'] == 'uhf') {
$uploaded_file = "";