sql >> データベース >  >> RDS >> Mysql

1000のバッチで通知を送信する必要があります

    お役に立てば幸いです。

        // Chunk of Array with 999 Records, I have not taken risk for 1000 users :D
        // Here $array is a collection of rows which you get from Table.
        $final_array = array_chunk($array, 999);
    
        // Loop for Every Sub Array and Send to FCM Server
        foreach($final_array as $array_of_chunk) {
    
            // Your code for sending notification...
            // $registrationIds = $array_of_chunk;
    
        }
    

    PHPの完全なコードは、ここで確認できますPHPから一度に1000人以上のユーザーにFirebase通知を送信する

    ありがとうございます。



    1. Postgresタイムスタンプ

    2. シングルカーソルのフラッシング

    3. C#から.sqlを実行するにはどうすればよいですか?

    4. スプリングブートを取得してデータベーススキーマを自動的に作成できない