- Timestamp:
- 07/27/2017 12:39:34 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-direct.php
r40988 r41161 19 19 * constructor 20 20 * 21 * @access public22 21 * 23 22 * @param mixed $arg ignored argument … … 31 30 * Reads entire file into a string 32 31 * 33 * @access public34 32 * 35 33 * @param string $file Name of the file to read. … … 43 41 * Reads entire file into an array 44 42 * 45 * @access public46 43 * 47 44 * @param string $file Path to the file. … … 55 52 * Write a string to a file 56 53 * 57 * @access public58 54 * 59 55 * @param string $file Remote path to the file where to write the data. … … 89 85 * Gets the current working directory 90 86 * 91 * @access public92 87 * 93 88 * @return string|bool the current working directory on success, or false on failure. … … 100 95 * Change directory 101 96 * 102 * @access public103 97 * 104 98 * @param string $dir The new current directory. … … 112 106 * Changes file group 113 107 * 114 * @access public115 108 * 116 109 * @param string $file Path to the file. … … 138 131 * Changes filesystem permissions 139 132 * 140 * @access public141 133 * 142 134 * @param string $file Path to the file. … … 170 162 * Changes file owner 171 163 * 172 * @access public173 164 * 174 165 * @param string $file Path to the file. … … 196 187 * Gets file owner 197 188 * 198 * @access public199 189 * 200 190 * @param string $file Path to the file. … … 216 206 * FIXME does not handle errors in fileperms() 217 207 * 218 * @access public219 208 * 220 209 * @param string $file Path to the file. … … 226 215 227 216 /** 228 * @access public229 217 * 230 218 * @param string $file … … 242 230 243 231 /** 244 * @access public245 232 * 246 233 * @param string $source … … 261 248 262 249 /** 263 * @access public264 250 * 265 251 * @param string $source … … 285 271 286 272 /** 287 * @access public288 273 * 289 274 * @param string $file … … 320 305 } 321 306 /** 322 * @access public323 307 * 324 308 * @param string $file … … 329 313 } 330 314 /** 331 * @access public332 315 * 333 316 * @param string $file … … 338 321 } 339 322 /** 340 * @access public341 323 * 342 324 * @param string $path … … 348 330 349 331 /** 350 * @access public351 332 * 352 333 * @param string $file … … 358 339 359 340 /** 360 * @access public361 341 * 362 342 * @param string $file … … 368 348 369 349 /** 370 * @access public371 350 * 372 351 * @param string $file … … 378 357 379 358 /** 380 * @access public381 359 * 382 360 * @param string $file … … 388 366 389 367 /** 390 * @access public391 368 * 392 369 * @param string $file … … 398 375 399 376 /** 400 * @access public401 377 * 402 378 * @param string $file … … 414 390 415 391 /** 416 * @access public417 392 * 418 393 * @param string $path … … 442 417 443 418 /** 444 * @access public445 419 * 446 420 * @param string $path … … 453 427 454 428 /** 455 * @access public456 429 * 457 430 * @param string $path
Note: See TracChangeset
for help on using the changeset viewer.