- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView
dequeueReusab…
WordPressでログイン中のユーザーIDを取得
global $userdata;
get_currentuserinfo();
echo $userdata->ID;
この投稿へのコメント
コメントはまだありません。