网站之家技术交流论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1311|回复: 0

数据清理函数集合 function_delete

[复制链接]
发表于 2012-10-31 04:07:24 | 显示全部楼层 |阅读模式
  1. ======
  2.   0
  3. ======

  4. /**
  5. * 删除用户
  6. * @param string $uids 待删的 ID 数组
  7. * @param boolean $delpost 是否包含帖子信息
  8. */
  9. function deletemember($uids, $delpost = true) {
  10.     ......   
  11. }

  12. ======
  13.   1
  14. ======

  15. /**
  16. * 删除帖子
  17. * @param array $ids 待删的 ID 数组
  18. * @param string $idtype authorid/tid/pid
  19. * @param boolean $credit 是否处理积分
  20. * @param int $posttableid post分表ID
  21. */
  22. function deletepost($ids, $idtype = 'pid', $credit = false, $posttableid = false) {
  23.     ......   
  24. }

  25. ======
  26.   2
  27. ======

  28. /**
  29. * 删除主题
  30. * @param array $ids 待删的 ID 数组
  31. * @param boolean $credit 是否处理积分
  32. * @param boolean $membercount 是否更新用户帖数统计
  33. * @param boolean $ponly 是否只处理分表、入回收站时使用
  34. */
  35. function deletethread($tids, $membercount = false, $credit = false, $ponly = false) {
  36.     ......   
  37. }

  38. ======
  39.   3
  40. ======

  41. /**
  42. * 删除论坛附件
  43. * @param type $ids 待删的 ID 数组
  44. * @param type $idtype uid/authorid/tid/pid
  45. */
  46. function deleteattach($ids, $idtype = 'aid') {
  47.     ......   
  48. }

  49. ======
  50.   4
  51. ======

  52. /**
  53. * 删除评论
  54. * @param array $cids 待删除的 ID 数组
  55. */
  56. function deletecomments($cids) {
  57.     ......   
  58. }

  59. ======
  60.   5
  61. ======

  62. /**
  63. * 删除博客
  64. * @param array $blogids 待删除的 ID 数组
  65. */
  66. function deleteblogs($blogids) {
  67.     ......   
  68. }

  69. ======
  70.   6
  71. ======

  72. /**
  73. * 删除事件
  74. * @param array $feedids 待删除的 ID 数组
  75. */
  76. function deletefeeds($feedids) {
  77.     ......   
  78. }

  79. ======
  80.   7
  81. ======

  82. /**
  83. * 删除分享
  84. * @param array $sids 待删除的 ID 数组
  85. */
  86. function deleteshares($sids) {
  87.     ......   
  88. }

  89. ======
  90.   8
  91. ======

  92. /**
  93. * 删除记录
  94. * @param array $ids 待删除的 ID 数组
  95. */
  96. function deletedoings($ids) {
  97.     ......   
  98. }

  99. ======
  100.   9
  101. ======

  102. /**
  103. * 删除空间
  104. * @param array $uid 待删除的用户 ID
  105. */
  106. function deletespace($uid) {
  107.     ......   
  108. }

  109. ======
  110.   10
  111. ======

  112. /**
  113. * 删除图片
  114. * @param array $picids 待删除的 ID 数组
  115. */
  116. function deletepics($picids) {
  117.     ......   
  118. }

  119. ======
  120.   11
  121. ======

  122. /**
  123. * 删除图片文件
  124. * @param array $pics 待删除的图片数组
  125. */
  126. function deletepicfiles($pics) {
  127.     ......   
  128. }

  129. ======
  130.   12
  131. ======

  132. /**
  133. * 删除相册
  134. * @param array $albumids 待删除的 ID 数组
  135. */
  136. function deletealbums($albumids) {
  137.     ......   
  138. }

  139. ======
  140.   13
  141. ======

  142. /**
  143. * 删除投票
  144. * @param array $pids 待删除的 ID 数组
  145. */
  146. function deletepolls($pids) {
  147.     ......   
  148. }

  149. ======
  150.   14
  151. ======

  152. /**
  153. * 删除门户文章
  154. * @param array $aids 待删除的 ID 数组
  155. * @param boolean $istrash
  156. */
  157. function deletearticle($aids, $istrash = true) {
  158.     ......   
  159. }

  160. ======
  161.   15
  162. ======

  163. /**
  164. * 清除生成文章的标识
  165. */
  166. function deletearticlepush($pushs) {
  167.     ......   
  168. }

  169. ======
  170.   16
  171. ======

  172. /**
  173. * 删除文章相关的数据
  174. */
  175. function deletearticlerelated($dels) {
  176.     ......   
  177. }

  178. ======
  179.   17
  180. ======

  181. /**
  182. * 跟据id、idtype删除指定的域名
  183. * @param Integer $ids: 指写ids
  184. * @param String $idtype:对象类型subarea:分区、forum:版块、home:个人空间、group:群组、topic:专题、channel:频道
  185. */
  186. function deletedomain($ids, $idtype) {
  187.     ......   
  188. }
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|网站之家技术交流论坛 ( 粤ICP备09092995号 )

GMT+8, 2024-12-22 23:03 , Processed in 0.081861 second(s), 7 queries , File On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表