PAMP:s60 pathinfo

From OpenSource

Jump to: navigation, search

PHP API to get system's default paths.

Contents

Example Usage

<?php
echo 's60_rom_root_path(): ';              var_dump( s60_rom_root_path()              );
echo 's60_phone_memory_root_path(): ';     var_dump( s60_phone_memory_root_path()     );
echo 's60_memory_card_path(): ';           var_dump( s60_memory_card_path()           );
echo 's60_games_path(): ';                 var_dump( s60_games_path()                 );
echo 's60_installs_path(): ';              var_dump( s60_installs_path()              );
echo 's60_others_path(): ';                var_dump( s60_others_path()                );
echo 's60_videos_path(): ';                var_dump( s60_videos_path()                );
echo 's60_images_path(): ';                var_dump( s60_images_path()                );
echo 's60_pictures_path(): ';              var_dump( s60_pictures_path()              );
echo 's60_gms_pictures_path(): ';          var_dump( s60_gms_pictures_path()          );
echo 's60_mms_background_images_path(): '; var_dump( s60_mms_background_images_path() );
echo 's60_presence_logos_path(): ';        var_dump( s60_presence_logos_path()        );
echo 's60_sounds_path(): ';                var_dump( s60_sounds_path()                );
echo 's60_digital_sounds_path(): ';        var_dump( s60_digital_sounds_path()        );
echo 's60_simple_sounds_path(): ';         var_dump( s60_simple_sounds_path()         );
echo 's60_images_thumbnail_path(): ';      var_dump( s60_images_thumbnail_path()      );
echo 's60_memory_card_contacts_path(): ';  var_dump( s60_memory_card_contacts_path()  );
?>

Functions

s60_rom_root_path

 s60_rom_root_path() -> string
Get ROM root path.

s60_phone_memory_root_path

 s60_phone_memory_root_path() -> string
Get phone's memory root path.

s60_memory_card_path

 s60_memory_card_path() -> string
Get path for memory card.

s60_games_path

 s60_games_path() -> string
Get path for games.

s60_installs_path

 s60_installs_path() -> string
Get installs path.

s60_others_path

 s60_others_path() -> string
Get others path.

s60_videos_path

 s60_videos_path() -> string
Get path for videos.

s60_images_path

 s60_images_path() -> string
Get path for images.

s60_pictures_path

 s60_pictures_path() -> string
Get path for pictures.

s60_gsm_pictures_path

 s60_gsm_pictures_path() -> string
Get path for GSM pictures.

s60_mms_background_images_path

 s60_mms_background_images_path() -> string
Get path for MMS background images.

s60_presence_logos_path

 s60_presence_logos_path() -> string
Get path for presence logos.

s60_sounds_path

 s60_sounds_path() -> string
Get path for sounds.

s60_digital_sounds_path

 s60_digital_sounds_path() -> string
Get path for digital sounds.

s60_simple_sounds_path

 s60_simple_sounds_path() -> string
Get path for simple sounds.

s60_images_thumbnail_path

 s60_images_thumbnail_path() -> string
Get path for thumbnail images.

s60_memory_card_contacts_path

 s60_memory_card_contacts_path() -> string
Get path for contacts that are stored in memory card.
MediaWiki Resources